nerfstudio-project / gsplat

CUDA accelerated rasterization of gaussian splatting
https://docs.gsplat.studio/
Apache License 2.0
2.27k stars 293 forks source link

Adapting 3D Gaussian Splatting to Different Camera Models #490

Closed HarryPeverell closed 1 week ago

HarryPeverell commented 2 weeks ago

Hi,

First, I would like to express my gratitude for the excellent work you have done on this project. It’s been incredibly useful!

I have a question regarding the current implementation of 3D Gaussian splatting, which is based on a pinhole camera model. I am wondering if it would be possible to adapt the method to other camera models, such as orthographic or fisheye cameras. If so, what changes would need to be made to the existing code to accommodate these camera models?

I would greatly appreciate any guidance or suggestions you may have!

Thank you again for your great work.

Best regards,
Harry

jefequien commented 2 weeks ago

These camera models are already implemented.

HarryPeverell commented 1 week ago

Thanks a lot !

Golbstein commented 1 week ago

Can you guys add ortho projection for 2dgs rasterization as well?