commit
Browse files- .gitignore +2 -1
- requirements.txt +16 -0
.gitignore
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
*.pth
|
2 |
-
*.pt
|
|
|
|
1 |
*.pth
|
2 |
+
*.pt
|
3 |
+
.gitignore
|
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy<2.0.0
|
2 |
+
scikit-learn
|
3 |
+
pillow-heif
|
4 |
+
torch
|
5 |
+
torchvision
|
6 |
+
roma
|
7 |
+
gradio
|
8 |
+
matplotlib
|
9 |
+
tqdm
|
10 |
+
opencv-python
|
11 |
+
scipy
|
12 |
+
einops
|
13 |
+
trimesh
|
14 |
+
tensorboard
|
15 |
+
pyglet<2
|
16 |
+
huggingface-hub[torch]>=0.22
|