Question about OpenSfm code

Hi.

Starting from tag 268 I see not matching interfaces between calling method

and implementation

Parameter imageFilter became False and then raise exception in function
def undistort_image_and_masks(arguments) → None:

1 Like

Welcome!

Thanks for spotting that.

Have you tested a fix? Does it improve things and stop the error?

That’s because we don’t call opensfm undistort. Instead we call it from ODM/osfm.py at 09cb979aae755e2adfa0c4afdffc45d895a5df3a · OpenDroneMap/ODM · GitHub

2 Likes