gaussian-splatting icon indicating copy to clipboard operation
gaussian-splatting copied to clipboard

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

Open Fiiiiifi opened this issue 1 year ago • 2 comments
trafficstars

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

Fiiiiifi avatar May 11 '24 10:05 Fiiiiifi

I have the same situation. how do you solve it

FanYaning avatar Jul 10 '24 14:07 FanYaning

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

haoyuhsu avatar Jul 19 '24 08:07 haoyuhsu