zerchen commited on
Commit
b8146e7
·
1 Parent(s): 671c0b1

remove dependency

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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