Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
decord
|
2 |
+
#eva-decord - if on mac
|
3 |
+
ffmpeg_python
|
4 |
+
hydra-core
|
5 |
+
numpy
|
6 |
+
opencv_python
|
7 |
+
Pillow
|
8 |
+
scipy
|
9 |
+
|
10 |
+
cmake
|
11 |
+
|
12 |
+
|
13 |
+
torch
|
14 |
+
torchaudio
|
15 |
+
torchvision
|
16 |
+
tqdm
|