Spaces:
Running
on
Zero
Running
on
Zero
remove dependency
Browse files
app.py
CHANGED
@@ -40,9 +40,9 @@ def install_cuda_toolkit():
|
|
40 |
os.environ["CUDA_HOME"] = "/usr/local/cuda"
|
41 |
|
42 |
|
43 |
-
install_cuda_toolkit()
|
44 |
-
print("start to install pointnet++")
|
45 |
-
os.system("cd /home/user/app/hort/models/tgs/models/snowflake/pointnet2_ops_lib && python setup.py install && cd /home/user/app")
|
46 |
wilor_checkpoint_path = hf_hub_download(repo_id="zerchen/hort_models", filename="wilor_final.ckpt")
|
47 |
hort_checkpoint_path = hf_hub_download(repo_id="zerchen/hort_models", filename="hort_final.pth.tar")
|
48 |
|
|
|
40 |
os.environ["CUDA_HOME"] = "/usr/local/cuda"
|
41 |
|
42 |
|
43 |
+
# install_cuda_toolkit()
|
44 |
+
# print("start to install pointnet++")
|
45 |
+
# os.system("cd /home/user/app/hort/models/tgs/models/snowflake/pointnet2_ops_lib && python setup.py install && cd /home/user/app")
|
46 |
wilor_checkpoint_path = hf_hub_download(repo_id="zerchen/hort_models", filename="wilor_final.ckpt")
|
47 |
hort_checkpoint_path = hf_hub_download(repo_id="zerchen/hort_models", filename="hort_final.pth.tar")
|
48 |
|