decord
This commit is contained in:
@@ -8,4 +8,5 @@ ultralytics>=8.0.0
|
||||
# sam2>=1.0.0 # Install via git: pip install git+https://github.com/facebookresearch/segment-anything-2.git
|
||||
tqdm>=4.65.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 -r requirements.txt
|
||||
|
||||
# Install decord for SAM2 video loading
|
||||
echo "📹 Installing decord for video processing..."
|
||||
pip install decord
|
||||
|
||||
# Install SAM2 separately (not on PyPI)
|
||||
echo "🎯 Installing SAM2..."
|
||||
pip install git+https://github.com/facebookresearch/segment-anything-2.git
|
||||
|
||||
Reference in New Issue
Block a user