zju3dv / street_gaussians

[ECCV 2024] Street Gaussians: Modeling Dynamic Urban Scenes with Gaussian Splatting
Other
817 stars 40 forks source link

How do you manage such a large amount of Gaussians? #20

Closed Cenbylin closed 4 months ago

Cenbylin commented 5 months ago

Thanks for the excellent work!

I am interested in how you handle the map. I assume there are a significant number of Gaussians for the entire scene background.

Did you render all the Gaussians, or divide them into blocks/bins?

yunzhiy commented 4 months ago

Although the number of Gaussians is significant for the entire scene, every time we only need to render Gaussians visible to current viewpoint.