nerfstudio
nerfstudio copied to clipboard
Many floaters are being created, despite that sparse dataset does not have those points.
Describe the bug I am comparing the dataset of the gaussian splat as well as the COLMAP dataset and I see some differences. I am trying to clean the COLMAP sparse dataset from outliers (such as floating pointers). However, when I perform the gaussian splatting process, I see that there exists so many more floaters for points that did not even exist in COLMAP?
I understood that we use the sparse dataset points to create the gaussian splat, based on the sparse dataset bin files. But I am not sure why nerfstudio is creating points that cannot be found in the sparse dataset model?
Am I missing something? I do understand that gaussian splatting is an iterative process where splats are split to look like the images, but the splitting seems to go way off?
Image above shows the amount of floaters in the air. I have tried to make a cutout to see it easier with supersplat of the floaters. I have removed walls, floors and ceilings in this case so only ”air” and a bit of the car object is visible.
Below shows the same area from the COLMAP dataset, which shows theese floaters do not even exist. A little difficult to see from the image, but the "air" is quite clear of these points and do not exist at all. What you see is the floor and ceiling.
I am therefore quite confused why so many floaters are being created.