decord
This commit is contained in:
@@ -9,3 +9,4 @@ ultralytics>=8.0.0
|
|||||||
tqdm>=4.65.0
|
tqdm>=4.65.0
|
||||||
psutil>=5.9.0
|
psutil>=5.9.0
|
||||||
ffmpeg-python>=0.2.0
|
ffmpeg-python>=0.2.0
|
||||||
|
decord>=0.6.0
|
||||||
@@ -14,6 +14,10 @@ echo "🐍 Installing Python dependencies..."
|
|||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
|
# Install decord for SAM2 video loading
|
||||||
|
echo "📹 Installing decord for video processing..."
|
||||||
|
pip install decord
|
||||||
|
|
||||||
# Install SAM2 separately (not on PyPI)
|
# Install SAM2 separately (not on PyPI)
|
||||||
echo "🎯 Installing SAM2..."
|
echo "🎯 Installing SAM2..."
|
||||||
pip install git+https://github.com/facebookresearch/segment-anything-2.git
|
pip install git+https://github.com/facebookresearch/segment-anything-2.git
|
||||||
|
|||||||
Reference in New Issue
Block a user