Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- model/lib/pointnet2/.gitignore +3 -0
- requirements.txt +1 -1
model/lib/pointnet2/.gitignore
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
build
|
2 |
+
dist
|
3 |
+
*.egg-info
|
requirements.txt
CHANGED
@@ -13,4 +13,4 @@ matplotlib
|
|
13 |
flash-attn
|
14 |
gradio
|
15 |
plotly
|
16 |
-
|
|
|
13 |
flash-attn
|
14 |
gradio
|
15 |
plotly
|
16 |
+
git+https://github.com/csuhan/pointnet2_backup.git
|