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

Effect of normalisation? #8

Open
kaikai23 opened this issue Apr 23, 2024 · 0 comments
Open

Effect of normalisation? #8

kaikai23 opened this issue Apr 23, 2024 · 0 comments

Comments

@kaikai23
Copy link

Hi, really a great work for people to get a fist hand on gaussian splatting!

I have one question regarding the normalisation in function generate_2D_gaussian_splatting:
The kernel was first computed by torch.exp(z)/ 2*pi*sqrt(det(covariance)), and then normalised such that the max pixel value for it is 1. Since torch.exp(z) already satisfies that the max pixel value is 1, why do we bother to do this redundant computation?

As a simple test, I print the value for kernel_normalized and torch.exp(z), and they look the same:
image

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