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

Problem on reset opacity #148

Open
JohannaXie opened this issue Oct 14, 2024 · 0 comments
Open

Problem on reset opacity #148

JohannaXie opened this issue Oct 14, 2024 · 0 comments

Comments

@JohannaXie
Copy link

It seems to have a problem with the function reset_opacity_nonvisible on this line

opacities_new[filter] = self.get_opacity[filter]

I think this line should be:

for filter in visibility_filters:
     opacities_new[filter] = self._opacity[filter]

As opacities_new is initialized by inverse_sigmoid(0.4) , but self.get_opacity is sigmoid(self._opacity) in range of (0,1).
Did I misunderstand anything?

By the way, the function reset_opacity_nonvisible runs each 2000 mapping iterations. However, in 3DGS, the opacity only resets in the initial iteration. I am wondering why MonoGS needs to reset the opacity of nonvisible Gaussians. It seems not explained in the paper. Thanks in advance!

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

1 participant