Spaces:
Runtime error
Runtime error
Create requirements_post.txt
Browse files- requirements_post.txt +11 -0
requirements_post.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# local
|
2 |
+
./tgs/models/snowflake/pointnet2_ops_lib
|
3 |
+
./simple-knn
|
4 |
+
|
5 |
+
# remote
|
6 |
+
git+https://github.com/ashawkey/diff-gaussian-rasterization
|
7 |
+
git+https://github.com/NVlabs/nvdiffrast/
|
8 |
+
git+https://github.com/facebookresearch/pytorch3d.git@stable
|
9 |
+
git+https://github.com/rusty1s/pytorch_scatter.git
|
10 |
+
git+https://github.com/ashawkey/kiuikit.git
|
11 |
+
git+https://github.com/tatsy/torchmcubes.git
|