Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
setuptools
|
2 |
+
matplotlib>=3.5.1
|
3 |
+
numpy>=1.22.3
|
4 |
+
opencv_python>=4.5.5.64
|
5 |
+
Pillow>=9.1.0
|
6 |
+
plotly>=5.7.0
|
7 |
+
scikit_image>=0.19.2
|
8 |
+
scipy>=1.8.0
|
9 |
+
Shapely>=1.8.1.post1
|
10 |
+
scikit-image>=0.19.2
|
11 |
+
torch
|
12 |
+
torchvision
|
13 |
+
torchgeometry>=0.1.2
|
14 |
+
tqdm>=4.64.0
|
15 |
+
trimesh>=3.10.8
|
16 |
+
git+https://github.com/muelea/selfcontact.git@08da422526419c24736c0616bca49623e442c26a
|
17 |
+
git+https://github.com/vchoutas/smplx.git@5fa20519735cceda19afed0beeabd53caef711cd
|