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 is the rendered image blurry? #173

Open
lt-wang opened this issue Oct 30, 2024 · 2 comments
Open

Why is the rendered image blurry? #173

lt-wang opened this issue Oct 30, 2024 · 2 comments

Comments

@lt-wang
Copy link

lt-wang commented Oct 30, 2024

image
The middle area of ​​the image looks good, but why is the surrounding area blurry?

@hjh530
Copy link

hjh530 commented Oct 30, 2024

Because this function densify_and_prune will guide Gaussian to clone or split. Reduce the parameter self.densify_grad_threshold = 0.0002 in class OptimizationParams(ParamGroup), but it will increase the overhead of the GPU. So I suggest that you can use AbsGS to solve it.

@lt-wang
Copy link
Author

lt-wang commented Oct 30, 2024

Because this function densify_and_prune will guide Gaussian to clone or split. Reduce the parameter self.densify_grad_threshold = 0.0002 in class OptimizationParams(ParamGroup), but it will increase the overhead of the GPU. So I suggest that you can use AbsGS to solve it.

Thanks for your reply, I will try it

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