graphdeco-inria / gaussian-splatting

Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/
Other
13.63k stars 1.76k forks source link

How can I prevent the generation of white background Gaussian during the training process? #805

Open Fiiiiifi opened 4 months ago

Fiiiiifi commented 4 months ago

Hello everyone! I would like to generate 3D Gaussians from a series of 2D images with white backgrounds. However, the white background is also being included in the final ply file when generating the Gaussians. This affects my ability to visualize the Gaussians in the renderer. I was wondering if there is a way to prevent the generation of Gaussians on the white background during the training process? 20240511-180118

FanYaning commented 2 months ago

I have the same situation. how do you solve it

haoyuhsu commented 1 month ago

I suggest you could try adding --white_background during training. It sometimes helps!