update requirements
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.23.1
|
2 |
+
ftfy
|
3 |
+
regex
|
4 |
+
tqdm
|
5 |
+
scipy
|
6 |
+
matplotlib
|
7 |
+
pandas
|
8 |
+
imageio
|
9 |
+
imageio-ffmpeg==0.4.9
|
10 |
+
git+https://github.com/openai/CLIP.git
|
11 |
+
pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@28fe037d212663c6a24f373b94cc5d478c8c1a1d
|
12 |
+
timm==0.6.7
|
13 |
+
einops
|
14 |
+
fvcore
|
15 |
+
eva-decord==0.6.1
|
16 |
+
iopath
|
17 |
+
types-regex
|
18 |
+
mayavi
|
19 |
+
cartopy
|
20 |
+
gdown
|
21 |
+
git+https://github.com/omimo/PyMO.git
|
22 |
+
ipython
|
23 |
+
librosa
|
24 |
+
imageio-ffmpeg==0.4.9
|