hustvl / GaussianDreamer

GaussianDreamer: Fast Generation from Text to 3D Gaussians by Bridging 2D and 3D Diffusion Models (CVPR 2024)
https://taoranyi.com/gaussiandreamer/
Apache License 2.0
668 stars 36 forks source link

ERROR: Failed to build installable wheels for some pyproject.toml based projects (diff_gaussian_rasterization) #42

Open wx1232 opened 3 months ago

wx1232 commented 3 months ago

I installed the repo with A100 80GB cuda118, and encountered this problem. could you please leave some suggestions on how to solve this?

sxu-datalab commented 3 months ago

submodel has no glm, download glm and copy it in diff_gaussian_rasterization/thrid_party https://github.com/g-truc/glm.git

wx1232 commented 3 months ago

submodel has no glm, download glm and copy it in diff_gaussian_rasterization/thrid_party https://github.com/g-truc/glm.git

it worked, thanks!

first copyglm into diff_gaussian_rasterization/third_party then run pip install ./gaussiansplatting/submodules/diff-gaussian-rasterization