ingra14m / Specular-Gaussians

[NeurIPS 2024] Official implementation of "Spec-Gaussian: Anisotropic View-Dependent Appearance for 3D Gaussian Splatting"
https://ingra14m.github.io/Spec-Gaussian-website/
MIT License
109 stars 3 forks source link

visible filter #10

Open Dakaro opened 6 months ago

Dakaro commented 6 months ago

Hello,

I am encountering an AttributeError related to the 'visible_filter' method in the rasterizer. It appears that 'visible_filter' is not defined, leading to this error in gaussian_renderer/init.py at line 177.

Could you please provide support on how to resolve this issue?

Thank you!

ingra14m commented 6 months ago

Hi, thanks for your interest.

The problem is that I accidentally changed the branch name in diff-gaussian-rasterization-extentions.

Now I have fixed the bug. You can clone the latest code through git clone https://github.com/ingra14m/Specular-Gaussians --recursive

Thanks again for pointing that out!