autonomousvision / gaussian-opacity-fields

Gaussian Opacity Fields: Efficient and Compact Surface Reconstruction in Unbounded Scenes
https://niujinshuchong.github.io/gaussian-opacity-fields/
Other
559 stars 26 forks source link

Fix dependency issue for diff-gaussian-rasterization and tetnerf #17

Closed YuxuanSnow closed 1 month ago

YuxuanSnow commented 2 months ago

As above mentioned, i added the environment variable for cuda path, and add the required file for diff-gaussian-rasterization

Parskatt commented 1 month ago

Should have checked PRs earlier, had the same issue with exponential.hpp missing :D

niujinshuchong commented 1 month ago

Thanks for the PR. exponential.hpp is missing because of exp* in the .gitignore and we have to manually add it.