Spaces:
Runtime error
Runtime error
| # pip install kaolin==0.16.0 -f https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.4.0_cu121.html | |
| cd AnimatableGaussians | |
| # install diff-gaussian-rasterization-depth-alpha | |
| cd gaussians/diff_gaussian_rasterization_depth_alpha | |
| python setup.py install | |
| cd ../.. | |
| # install styleunet | |
| cd network/styleunet | |
| python setup.py install | |
| cd ../.. | |
| # HTTPS | |
| git clone https://github.com/graphdeco-inria/gaussian-splatting --recursive | |
| # Modify "submodules/diff-gaussian-rasterization/cuda_rasterizer/config.h" from "NUM_CHANNELS 3" to "NUM_CHANNELS 32" | |
| pip install submodules/diff-gaussian-rasterization | |
| pip install submodules/simple-knn |