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

Prefilter the invisible 3DGS before splatting on images #3249

Open Miaosheng1 opened 6 days ago

Miaosheng1 commented 6 days ago

For large-scale scenes, particularly in the forward-moving street scenes, some 3D Gaussians may lie outside the current camera frustum. A better way to save memory and accelerate the speed is to filter some 3DGS that are not visible within the camera's view frustum before execute rasterization. Have you implemented this component?