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

The color value of rendered image will exceed 1.0 #32

Open
wzy-99 opened this issue Nov 26, 2024 · 1 comment
Open

The color value of rendered image will exceed 1.0 #32

wzy-99 opened this issue Nov 26, 2024 · 1 comment

Comments

@wzy-99
Copy link

wzy-99 commented Nov 26, 2024

Hello, I found that the color of predicted gaussian splatting will exceed 1.0.

I test re10k data, and add a break point here:

output = self.test_step_align(batch, gaussians)

I run the following code to check the maximum color value:

output.color.max()
tensor(1.0807, device='cuda:0')

The max color is 1.0807 > 1.0

What caused it? Is it because the coefficient of SHs is not being constrained?

And how to avoid this?

@botaoye
Copy link
Collaborator

botaoye commented Dec 9, 2024

Hi, thanks for pointing this out. I am directly using the RGB values rasterized by this cuda implamention. I am not sure if this is the expected behavior, I will check further and let you know.

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