Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,9 @@ os.system('git clone https://huggingface.co/camenduru/GaussianDreamer')
|
|
| 7 |
os.system('pip install ./gaussiansplatting/submodules/diff-gaussian-rasterization')
|
| 8 |
os.system('pip install ./GaussianDreamer/nerfacc-0.5.3-cp310-cp310-linux_x86_64.whl')
|
| 9 |
os.system('pip install ./gaussiansplatting/submodules/simple-knn')
|
| 10 |
-
os.system('pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch')
|
|
|
|
|
|
|
| 11 |
os.system('git clone https://github.com/openai/shap-e.git')
|
| 12 |
os.system('pip install -e ./shap-e')
|
| 13 |
os.system('mv ./GaussianDreamer/shapE_finetuned_with_330kdata.pth ./load/shapE_finetuned_with_330kdata.pth')
|
|
|
|
| 7 |
os.system('pip install ./gaussiansplatting/submodules/diff-gaussian-rasterization')
|
| 8 |
os.system('pip install ./GaussianDreamer/nerfacc-0.5.3-cp310-cp310-linux_x86_64.whl')
|
| 9 |
os.system('pip install ./gaussiansplatting/submodules/simple-knn')
|
| 10 |
+
# os.system('pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch')
|
| 11 |
+
os.system('pip install -q https://huggingface.co/camenduru/CoDeF/resolve/main/tinycudann-1.7-cp310-cp310-linux_x86_64.whl')
|
| 12 |
+
|
| 13 |
os.system('git clone https://github.com/openai/shap-e.git')
|
| 14 |
os.system('pip install -e ./shap-e')
|
| 15 |
os.system('mv ./GaussianDreamer/shapE_finetuned_with_330kdata.pth ./load/shapE_finetuned_with_330kdata.pth')
|