nerfstudio-project / nerfstudio

A collaboration friendly studio for NeRFs
https://docs.nerf.studio
Apache License 2.0
8.87k stars 1.18k forks source link

Implement Gaussian Surfels #3236

Closed gchhablani closed 1 week ago

gchhablani commented 1 week ago

Is your feature request related to a problem? Please describe.

I want to implement Gaussian Surfels for nerfstudio as I am struggling with different dataparsers. I use nerfstudio for most of my algos, so would be nice to have.

Describe the solution you'd like

Implement Gaussian Surfels method. I would love to do it myself but need guidance.

Describe alternatives you've considered

Changing the dataset I am using to work with original Gaussian Surfels code, but it leads to breaking code and illegal cuda access.