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

fix gradient missing during densify&prune #828

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Dojizz
Copy link

@Dojizz Dojizz commented May 28, 2024

In a solved issue(#562) about the initial position of the cloned gaussians, it is mentioned that the new gaussians' gradient will be zero while the old gaussians' gradient will remain so that they will get seperated in the next step.
But I notice that after we called function densify_and_prune, the gradient of gaussian parameter becomes None, which indicates the next step is not able to seperate the new and the old gaussians and this contradicts with the original paper.
I made a tiny change to the implementation of densify & prune process and now the new gaussians' gradient will be exactly zero while others remain the same, thus seperate the two.

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

Successfully merging this pull request may close these issues.

1 participant