Commit
·
55c8034
1
Parent(s):
1dc822f
debug
Browse files- app.py +5 -5
- requirements.txt +1 -0
app.py
CHANGED
@@ -28,11 +28,11 @@ if not UI_ONLY_MODE:
|
|
28 |
)
|
29 |
)
|
30 |
|
31 |
-
subprocess.run(
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
)
|
36 |
|
37 |
subprocess.run(
|
38 |
shlex.split(
|
|
|
28 |
)
|
29 |
)
|
30 |
|
31 |
+
# subprocess.run(
|
32 |
+
# shlex.split(
|
33 |
+
# "pip install ./extension/nvdiffrast-0.3.1+torch-py3-none-any.whl --force-reinstall --no-deps"
|
34 |
+
# )
|
35 |
+
# )
|
36 |
|
37 |
subprocess.run(
|
38 |
shlex.split(
|
requirements.txt
CHANGED
@@ -14,6 +14,7 @@ jaxtyping==0.2.36
|
|
14 |
kiui==0.2.10
|
15 |
mathutils==3.3.0
|
16 |
matplotlib==3.9.2
|
|
|
17 |
omegaconf==2.3.0
|
18 |
onnxruntime==1.18.0
|
19 |
open3d==0.18.0
|
|
|
14 |
kiui==0.2.10
|
15 |
mathutils==3.3.0
|
16 |
matplotlib==3.9.2
|
17 |
+
git+https://github.com/NVlabs/nvdiffrast
|
18 |
omegaconf==2.3.0
|
19 |
onnxruntime==1.18.0
|
20 |
open3d==0.18.0
|