autonomousvision / gaussian-opacity-fields

[SIGGRAPH Asia'24 & TOG] Gaussian Opacity Fields: Efficient Adaptive Surface Reconstruction in Unbounded Scenes
https://niujinshuchong.github.io/gaussian-opacity-fields/
Other
741 stars 45 forks source link

Fail to build diff-gaussian-rasterization #4

Closed Sunnyhong0326 closed 6 months ago

Sunnyhong0326 commented 6 months ago

Hi, thanks for your nice work! I am trying to run your code by following the steps provided but fail to build diff-gaussian-rasterization. Since I can't directly build with command pip install submodules/diff-gaussian-rasterization, I build it with command python setup.py install. However, it still doesn't work. This is the snapshot of error message: image My system configuration is Ubuntu20.04 / RTX-2080ti.

goometasoft commented 6 months ago

Me too !

Eyoahz1243fei commented 6 months ago

me too

alvin528 commented 6 months ago

Same error. Did anyone solve it?

Eyoahz1243fei commented 6 months ago

Same error. Did anyone solve it? Because the file 'exponential.hpp' is missing in '/gaussian-opacity-fields/submodules/diff-gaussian-rasterization/third_party/glm/glm/'. you can see the solution here: https://github.com/autonomousvision/gaussian-opacity-fields/issues/6

Sunnyhong0326 commented 6 months ago

It works! Thank you!