Update requirements.txt
Browse files- requirements.txt +6 -16
requirements.txt
CHANGED
|
@@ -10,10 +10,10 @@ torchvision==0.20.1
|
|
| 10 |
# --- Core ---
|
| 11 |
numpy==1.24.4
|
| 12 |
Pillow==10.0.0
|
| 13 |
-
protobuf==3.20.3
|
| 14 |
|
| 15 |
# --- Image / Video Processing ---
|
| 16 |
-
opencv-python-headless==4.7.0.72
|
| 17 |
imageio==2.25.0
|
| 18 |
imageio-ffmpeg==0.4.7
|
| 19 |
moviepy==1.0.3
|
|
@@ -21,7 +21,7 @@ decord==0.6.0
|
|
| 21 |
scikit-image==0.19.3
|
| 22 |
|
| 23 |
# --- MediaPipe ---
|
| 24 |
-
mediapipe==0.10.11
|
| 25 |
|
| 26 |
# --- SAM2 Dependencies ---
|
| 27 |
hydra-core==1.3.2
|
|
@@ -32,17 +32,11 @@ pyyaml==6.0.0
|
|
| 32 |
matplotlib==3.5.0
|
| 33 |
iopath==0.1.10
|
| 34 |
|
| 35 |
-
# --- SAM2 Model (GitHub installation) ---
|
| 36 |
-
git+https://github.com/facebookresearch/segment-anything-2.git
|
| 37 |
-
|
| 38 |
# --- MatAnyone Dependencies ---
|
| 39 |
kornia==0.7.2
|
| 40 |
-
tqdm==4.66.1
|
| 41 |
scipy==1.10.1
|
| 42 |
|
| 43 |
-
# --- MatAnyone Model (GitHub installation) ---
|
| 44 |
-
git+https://github.com/pq-yang/MatAnyone.git
|
| 45 |
-
|
| 46 |
# --- Streamlit UI ---
|
| 47 |
streamlit==1.32.0
|
| 48 |
|
|
@@ -54,13 +48,13 @@ uvicorn==0.24.0
|
|
| 54 |
pydantic==2.6.0
|
| 55 |
pydantic-core==2.16.1
|
| 56 |
annotated-types==0.6.0
|
| 57 |
-
typing-extensions==4.8.0
|
| 58 |
|
| 59 |
# --- Helpers / Utilities ---
|
| 60 |
huggingface-hub==0.20.0
|
| 61 |
ffmpeg-python==0.2.0
|
| 62 |
psutil==5.9.4
|
| 63 |
-
requests==2.31.0
|
| 64 |
scikit-learn==1.3.0
|
| 65 |
loguru==0.6.0
|
| 66 |
python-multipart==0.0.5
|
|
@@ -70,9 +64,5 @@ transformers==4.30.0
|
|
| 70 |
accelerate==0.20.0
|
| 71 |
ninja==1.10.0
|
| 72 |
|
| 73 |
-
# --- Logging ---
|
| 74 |
-
# Note: `logging` is a standard library module. Remove this line (it's not a pip package).
|
| 75 |
-
# If you meant `loguru`, it's already listed above.
|
| 76 |
-
|
| 77 |
# --- For better file handling ---
|
| 78 |
aiofiles==23.1.0
|
|
|
|
| 10 |
# --- Core ---
|
| 11 |
numpy==1.24.4
|
| 12 |
Pillow==10.0.0
|
| 13 |
+
protobuf==3.20.3
|
| 14 |
|
| 15 |
# --- Image / Video Processing ---
|
| 16 |
+
opencv-python-headless==4.7.0.72
|
| 17 |
imageio==2.25.0
|
| 18 |
imageio-ffmpeg==0.4.7
|
| 19 |
moviepy==1.0.3
|
|
|
|
| 21 |
scikit-image==0.19.3
|
| 22 |
|
| 23 |
# --- MediaPipe ---
|
| 24 |
+
mediapipe==0.10.11
|
| 25 |
|
| 26 |
# --- SAM2 Dependencies ---
|
| 27 |
hydra-core==1.3.2
|
|
|
|
| 32 |
matplotlib==3.5.0
|
| 33 |
iopath==0.1.10
|
| 34 |
|
|
|
|
|
|
|
|
|
|
| 35 |
# --- MatAnyone Dependencies ---
|
| 36 |
kornia==0.7.2
|
| 37 |
+
tqdm==4.66.1
|
| 38 |
scipy==1.10.1
|
| 39 |
|
|
|
|
|
|
|
|
|
|
| 40 |
# --- Streamlit UI ---
|
| 41 |
streamlit==1.32.0
|
| 42 |
|
|
|
|
| 48 |
pydantic==2.6.0
|
| 49 |
pydantic-core==2.16.1
|
| 50 |
annotated-types==0.6.0
|
| 51 |
+
typing-extensions==4.8.0
|
| 52 |
|
| 53 |
# --- Helpers / Utilities ---
|
| 54 |
huggingface-hub==0.20.0
|
| 55 |
ffmpeg-python==0.2.0
|
| 56 |
psutil==5.9.4
|
| 57 |
+
requests==2.31.0
|
| 58 |
scikit-learn==1.3.0
|
| 59 |
loguru==0.6.0
|
| 60 |
python-multipart==0.0.5
|
|
|
|
| 64 |
accelerate==0.20.0
|
| 65 |
ninja==1.10.0
|
| 66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
# --- For better file handling ---
|
| 68 |
aiofiles==23.1.0
|