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
Hello! I would like to know how the relative extrinsic parameters in ./assets/scannet_test_pairs_with_gt.txt are obtained. If I know the camera pose extrinsics of two images, how is the relative pose extrinsics T_0to1 between these two poses. Does anyone have any idea about it?
https://github.com/HeatherJiaZG/SuperGlue-pytorch/blob/e8a9edf44034b78bbbe79320fff44087701c8d68/models/utils.py#L304
the correct mean of focal length should be calculated by
K0[0, 0], K0[1, 1], K1[0, 0], K1[1, 1]
The text was updated successfully, but these errors were encountered: