city-super / Scaffold-GS

[CVPR 2024 Highlight] Scaffold-GS: Structured 3D Gaussians for View-Adaptive Rendering
https://city-super.github.io/scaffold-gs
Other
672 stars 52 forks source link

filled install diff-gaussian-rasterization #34

Open 3DGaussian opened 4 months ago

3DGaussian commented 4 months ago

image When I build the scaffold_gs environment,it had this mistake. Can you help me?

inspirelt commented 4 months ago

Seems like an issue due to your system library or dependencies. You may check if the pytorch is installed correctly at first by python -c "import torch;print(torch.cuda.is_available())" . And, we only tested installation on CUDA 11.6 and CUDA 11.8.