Spaces:
Runtime error
Runtime error
Chao Xu
commited on
Commit
·
2c4ee95
1
Parent(s):
d97458e
update sparseneus path
Browse files- app.py +2 -2
- requirements.txt +1 -3
app.py
CHANGED
|
@@ -12,8 +12,8 @@ sys.path.append(code_dir)
|
|
| 12 |
elev_est_dir = os.path.join(code_dir, "one2345_elev_est/")
|
| 13 |
sys.path.append(elev_est_dir)
|
| 14 |
|
| 15 |
-
sparseneus_dir = os.path.join(code_dir, "SparseNeuS_demo_v1/")
|
| 16 |
-
sys.path.append(sparseneus_dir)
|
| 17 |
|
| 18 |
import subprocess
|
| 19 |
subprocess.run(["sh", os.path.join(elev_est_dir, "install.sh")], cwd=elev_est_dir)
|
|
|
|
| 12 |
elev_est_dir = os.path.join(code_dir, "one2345_elev_est/")
|
| 13 |
sys.path.append(elev_est_dir)
|
| 14 |
|
| 15 |
+
# sparseneus_dir = os.path.join(code_dir, "SparseNeuS_demo_v1/")
|
| 16 |
+
# sys.path.append(sparseneus_dir)
|
| 17 |
|
| 18 |
import subprocess
|
| 19 |
subprocess.run(["sh", os.path.join(elev_est_dir, "install.sh")], cwd=elev_est_dir)
|
requirements.txt
CHANGED
|
@@ -9,6 +9,4 @@ tqdm
|
|
| 9 |
scipy
|
| 10 |
PyMCubes
|
| 11 |
ninja
|
| 12 |
-
# sudo apt-get install libsparsehash-dev
|
| 13 |
-
# inplace_abn
|
| 14 |
-
# git+https://github.com/mapillary/inplace_abn.git
|
|
|
|
| 9 |
scipy
|
| 10 |
PyMCubes
|
| 11 |
ninja
|
| 12 |
+
# sudo apt-get install libsparsehash-dev
|
|
|
|
|
|