Hanish Keloth commited on
Commit ·
471b87b
1
Parent(s): e4fa389
Add missing decord dependency
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -34,6 +34,9 @@ scikit-learn>=1.3.0
|
|
| 34 |
hydra-core>=1.3.0
|
| 35 |
omegaconf>=2.3.0
|
| 36 |
|
|
|
|
|
|
|
|
|
|
| 37 |
# Utilities
|
| 38 |
iopath>=0.1.10
|
| 39 |
einops>=0.6.0
|
|
|
|
| 34 |
hydra-core>=1.3.0
|
| 35 |
omegaconf>=2.3.0
|
| 36 |
|
| 37 |
+
# Video processing
|
| 38 |
+
decord>=0.6.0
|
| 39 |
+
|
| 40 |
# Utilities
|
| 41 |
iopath>=0.1.10
|
| 42 |
einops>=0.6.0
|