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

ERROR: Maximal contributors are met. This should be fixed! 1024 #46

Closed huahangc closed 3 weeks ago

huahangc commented 3 weeks ago

Thanks for your great work. After I train the GOF in the endonerf dataset with the device mask, I extract the mesh that meets this error. How do you think I could solve this error?

niujinshuchong commented 3 weeks ago

Hi, how is your extracted mesh looks like? This is a warning means that the opacity evaluation might be inaccurate if all of gaussians fall inside a pixel. But usually the opacity will reaches its maximal after integrating over a these gaussians so the results is still correct. If your mesh looks good, then you can ignore it.

huahangc commented 3 weeks ago

@niujinshuchong Thanks for your reply. I discovered that my camera's intrinsic error was due to this error.