You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hello, I found that the color of predicted gaussian splatting will exceed 1.0.
I test re10k data, and add a break point here:
NoPoSplat/src/model/model_wrapper.py
Line 231 in 5af8e16
I run the following code to check the maximum color value:
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?
The text was updated successfully, but these errors were encountered: