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

gaussians spread out at no background dataset #22

Open
qianqiuzzz opened this issue May 10, 2024 · 2 comments
Open

gaussians spread out at no background dataset #22

qianqiuzzz opened this issue May 10, 2024 · 2 comments

Comments

@qianqiuzzz
Copy link

When I use a dataset with no background, gaussians begins to become scattered, they appear in the background position after 7k iterations, causing black areas to appear in the mesh. Is this phenomenon caused by Normal Consistency regularization? Is there any way to avoid this problem?
image
image

@hbb1
Copy link
Owner

hbb1 commented May 10, 2024

Hi, We haven't tested our algorithm for scenes without background. Because the floater can learn fake background color, an intrinsic ambiguity of volume rendering, the normal consistency loss may treat it as solid object and may spread these floaters. I suggest you move the start iteration of normal consistency after densitification , e.g., 15k, when the floaters may have been effectively cleaned by reset opacity. Or if you have a background mask, just use it to mask the regularization loss. Hope these will help.

@shiwangyan
Copy link

shiwangyan commented Jun 3, 2024

Hi, We haven't tested our algorithm for scenes without background. Because the floater can learn fake background color, an intrinsic ambiguity of volume rendering, the normal consistency loss may treat it as solid object and may spread these floaters. I suggest you move the start iteration of normal consistency after densitification , e.g., 15k, when the floaters may have been effectively cleaned by reset opacity. Or if you have a background mask, just use it to mask the regularization loss. Hope these will help.

怎么移动normal consistency的迭代呢?

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

3 participants