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

Fixing splat masking and double distortion #3156

Conversation

AntonioMacaronio
Copy link
Contributor

@AntonioMacaronio AntonioMacaronio commented May 23, 2024

for aria, there is a runtime error when boolean masks are fed into splatfacto:
image

Additionally, when the distortion parameters are all 0 (meaning there is no distortion in the image), splatfacto will still try to distort the image because distortion_params are not None, so adding a quick check on that prevents images from being fed to the undistort function when there is no distortion.

@AntonioMacaronio AntonioMacaronio deleted the fix_splatMasking_and_doubleDistortion branch May 23, 2024 23:51
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

Successfully merging this pull request may close these issues.

None yet

1 participant