Spaces:
Runtime error
Runtime error
jiawi-ren
commited on
Commit
•
26664a1
1
Parent(s):
13446ca
init
Browse files- .gitmodules +3 -0
- diff-gaussian-rasterization +1 -0
- requirements.txt +7 -1
.gitmodules
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[submodule "diff-gaussian-rasterization"]
|
2 |
+
path = diff-gaussian-rasterization
|
3 |
+
url = https://github.com/ashawkey/diff-gaussian-rasterization
|
diff-gaussian-rasterization
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit d2109176d15619b2efcb4741bcf672bedba84fb2
|
requirements.txt
CHANGED
@@ -34,4 +34,10 @@ pymeshlab
|
|
34 |
rembg[gpu,cli]
|
35 |
|
36 |
# gradio demo
|
37 |
-
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
rembg[gpu,cli]
|
35 |
|
36 |
# gradio demo
|
37 |
+
gradio
|
38 |
+
|
39 |
+
|
40 |
+
-e git+https://github.com/NVlabs/nvdiffrast/
|
41 |
+
-e git+https://github.com/ashawkey/kiuikit
|
42 |
+
-e ./simple-knn
|
43 |
+
-e ./diff-gaussian-rasterization
|