Spaces:
Running
Running
Upload requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#torch==1.12.1 torchvision==0.13.1
|
2 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
3 |
+
torch==1.12.1+cu113
|
4 |
+
torchvision==0.13.1+cu113
|
5 |
+
torchmetrics<=0.11
|
6 |
+
plyfile
|
7 |
+
trimesh
|
8 |
+
streamlit
|
9 |
+
plotly
|
10 |
+
pytorch-lightning==1.7.5
|
11 |
+
scikit-image==0.19.3
|
12 |
+
mediapy
|
13 |
+
-f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1121/download.html
|
14 |
+
pytorch3d
|