Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch==1.10.0
|
3 |
-
torchvision==0.11.0
|
|
|
|
|
4 |
ConfigArgParse==1.5.3
|
5 |
einops==0.4.1
|
6 |
fire==0.5.0
|
@@ -21,4 +23,7 @@ transformers==4.28.1
|
|
21 |
trimesh==4.0.0
|
22 |
wandb==0.14.2
|
23 |
xatlas==0.0.7
|
24 |
-
|
|
|
|
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch==1.10.0+cu113
|
3 |
+
torchvision==0.11.0+cu113
|
4 |
+
fvcore
|
5 |
+
iopath
|
6 |
ConfigArgParse==1.5.3
|
7 |
einops==0.4.1
|
8 |
fire==0.5.0
|
|
|
23 |
trimesh==4.0.0
|
24 |
wandb==0.14.2
|
25 |
xatlas==0.0.7
|
26 |
+
tensorboard==2.10.0
|
27 |
+
git+https://github.com/NVlabs/nvdiffrast/
|
28 |
+
opencv-python
|
29 |
+
opencv_contrib_python
|