Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +23 -0
requirements.txt
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy>=1.20
|
2 |
+
cython
|
3 |
+
matplotlib
|
4 |
+
tqdm
|
5 |
+
tensorboard
|
6 |
+
opencv-python
|
7 |
+
torch_fidelity==0.3.0
|
8 |
+
ninja==1.10.2
|
9 |
+
moviepy
|
10 |
+
pyspng
|
11 |
+
wandb
|
12 |
+
termcolor
|
13 |
+
tops@git+https://github.com/hukkelas/torch_ops.git
|
14 |
+
motpy@git+https://github.com/wmuron/motpy@c77f85d27e371c0a298e9a88ca99292d9b9cbe6b
|
15 |
+
fast_pytorch_kmeans
|
16 |
+
einops
|
17 |
+
einops_exts
|
18 |
+
regex
|
19 |
+
setuptools==59.5.0
|
20 |
+
resize_right==0.0.2
|
21 |
+
pillow==8.3.1
|
22 |
+
scipy==1.7.1
|
23 |
+
webdataset==0.2.26"
|