Spaces:
Runtime error
Runtime error
Chao Xu
commited on
Commit
·
2ebf2b6
1
Parent(s):
29475f3
transfer install inplace-abn
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -13,8 +13,8 @@ elev_est_dir = os.path.join(code_dir, "one2345_elev_est/")
|
|
13 |
sys.path.append(elev_est_dir)
|
14 |
|
15 |
import subprocess
|
16 |
-
|
17 |
subprocess.run(["sh", os.path.join(elev_est_dir, "install.sh")], cwd=elev_est_dir)
|
|
|
18 |
|
19 |
import inspect
|
20 |
import shutil
|
|
|
13 |
sys.path.append(elev_est_dir)
|
14 |
|
15 |
import subprocess
|
|
|
16 |
subprocess.run(["sh", os.path.join(elev_est_dir, "install.sh")], cwd=elev_est_dir)
|
17 |
+
subprocess.run(["pip", "install", "inplace_abn"])
|
18 |
|
19 |
import inspect
|
20 |
import shutil
|
requirements.txt
CHANGED
@@ -11,4 +11,4 @@ PyMCubes
|
|
11 |
ninja
|
12 |
# sudo apt-get install libsparsehash-dev
|
13 |
# inplace_abn
|
14 |
-
git+https://github.com/mapillary/inplace_abn.git
|
|
|
11 |
ninja
|
12 |
# sudo apt-get install libsparsehash-dev
|
13 |
# inplace_abn
|
14 |
+
# git+https://github.com/mapillary/inplace_abn.git
|