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

Training error #55

Open
HZXu-526 opened this issue Oct 24, 2024 · 1 comment
Open

Training error #55

HZXu-526 opened this issue Oct 24, 2024 · 1 comment

Comments

@HZXu-526
Copy link

Hi guys, I met a problem that says "Q = torch.quantile(grads_abs.reshape(-1), 1 - ratio), RuntimeError: quantile() input tensor is too large" when I was training the bicycle scene. It seems like the version of the function "density and prune" is different from the version in Feb.

@niujinshuchong
Copy link
Member

Hi, yes, we added a new metric for densification proposed in gaussian opacity field https://github.com/autonomousvision/gaussian-opacity-fields. You can try to disable it by removing this line https://github.com/autonomousvision/mip-splatting/blob/main/scene/gaussian_model.py#L504 and this line https://github.com/autonomousvision/mip-splatting/blob/main/scene/gaussian_model.py#L480

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