Spaces:
Configuration error
Configuration error
update for video writing
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -18,7 +18,11 @@ peft==0.15.2 # parameter-efficient fine-tuning
|
|
| 18 |
ipykernel==6.30.1 # jupyter
|
| 19 |
autoroot==1.0.1 # root utils
|
| 20 |
autorootcwd==1.0.1 # root utils
|
|
|
|
|
|
|
| 21 |
imageio==2.37.0
|
|
|
|
|
|
|
| 22 |
|
| 23 |
# --- for detector.py ---
|
| 24 |
# opencv-python==4.11.0.86 # mainly only for detector.py
|
|
|
|
| 18 |
ipykernel==6.30.1 # jupyter
|
| 19 |
autoroot==1.0.1 # root utils
|
| 20 |
autorootcwd==1.0.1 # root utils
|
| 21 |
+
|
| 22 |
+
# --- video reading/writing ---
|
| 23 |
imageio==2.37.0
|
| 24 |
+
imageio-ffmpeg==0.6.0
|
| 25 |
+
av==16.1.0
|
| 26 |
|
| 27 |
# --- for detector.py ---
|
| 28 |
# opencv-python==4.11.0.86 # mainly only for detector.py
|