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
It raised 'Error float division by zero' when I tried to run the code. And than I edited it as:
im_images_chunk = get_im_matches(pred1, pred2, pairs_chunk, image_to_colmap,
im_keypoints, conf_thr, subsample=8, pixel_tol=0)
im_matches.update(im_images_chunk.items())
don't know if it is correct
Hi, I've found a bug in the mast3r_sfm branch.
The function signature was:
So the pixel_tol will be passed to subsample instead of pixel_tol
The text was updated successfully, but these errors were encountered: