-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to train a Gaussian model using a background-removed dataset? #2764
Comments
Not my area of expertise, but nerfstudio-project/gsplat#70 seems relevant! |
thank you for your reply! |
A fast but inelegant method is to directly inject white bg colour into GS model, I've test it with LEGO dataset in #2704. And then you can transit the rgb image with white bg to a rgba one. I think the main problem is that when training GS model the bg colour is ramdomly picked, we may need a alpha for the bg and add it into the BP and FP I think? nerfstudio-project/gsplat#70 seems only apply alpha output to gaussians, but I think it will immediately work by adding alpha for the bg and setting it to 0. |
Yes, I currently use a white background to run training |
Describe
I use the GS model to train the transparency dataset, but the trained background has many clouds.
Screenshots
The text was updated successfully, but these errors were encountered: