nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

Fixing splat masking and double distortion

Open AntonioMacaronio opened this issue 9 months ago • 0 comments

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 avatar May 23 '24 02:05 AntonioMacaronio