Skip to content
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

Why train incomplete 3D Gaussians first? #12

Open
Dumeowmeow opened this issue Jun 2, 2024 · 2 comments
Open

Why train incomplete 3D Gaussians first? #12

Dumeowmeow opened this issue Jun 2, 2024 · 2 comments

Comments

@Dumeowmeow
Copy link

What is the purpose of doing this?

@Johanan528
Copy link
Collaborator

Our goal is to construct an incomplete Gaussian. According to our experiments, some segmentation methods at that time could not segment Gaussian robustly, so we directly trained an incomplete Gaussian. Of course, this is not the core part of this project. Now, perhaps some Gaussian segmentation methods have better performance.

@Dumeowmeow
Copy link
Author

Thank you for your reply.But after I read the train.py in gaussian-splatting, I found that if mask_training is True, the loss is computed between masked render image and masked gt-image,I can't understand why does this allow us to train incomplete Gaussians.And another question is, does an incomplete Gaussian mean a Gaussian with the inpaint part gaussians completely removed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants