Spaces:
Paused
Paused
Chao Xu commited on
Commit ·
7b36c1d
1
Parent(s): 0c4cb96
sparseneus dependencies
Browse files- requirements.txt +11 -0
requirements.txt
CHANGED
|
@@ -26,7 +26,18 @@ lovely-numpy>=0.2.8
|
|
| 26 |
lovely-tensors>=0.1.14
|
| 27 |
plotly>=5.13.1
|
| 28 |
-e git+https://github.com/CompVis/taming-transformers.git#egg=taming-transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
icecream
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
# elev est
|
| 31 |
dl_ext
|
| 32 |
easydict
|
|
|
|
| 26 |
lovely-tensors>=0.1.14
|
| 27 |
plotly>=5.13.1
|
| 28 |
-e git+https://github.com/CompVis/taming-transformers.git#egg=taming-transformers
|
| 29 |
+
# sparseneus
|
| 30 |
+
git+https://github.com/mit-han-lab/torchsparse.git@v1.4.0
|
| 31 |
+
opencv_python
|
| 32 |
+
trimesh
|
| 33 |
+
numpy
|
| 34 |
+
pyhocon
|
| 35 |
icecream
|
| 36 |
+
tqdm
|
| 37 |
+
scipy
|
| 38 |
+
PyMCubes
|
| 39 |
+
# sudo apt-get install libsparsehash-dev
|
| 40 |
+
inplace_abn
|
| 41 |
# elev est
|
| 42 |
dl_ext
|
| 43 |
easydict
|