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
I am running a small test for pyopengv.relative_pose_sixpt( ). Tried multiple inputs, it appears it always return NAN and as a last entry I get identity.
d = RelativePoseDataset(10, 0.0, 0.0)
indices = np.random.choice(d.bearing_vectors1.shape[0], 6, replace=False)
sixpt_rotations = pyopengv.relative_pose_sixpt(
d.bearing_vectors1[indices],
d.bearing_vectors2[indices],
)
print("relative_pose_sixpt", sixpt_rotations)
I get all arrays as NAN except for last, see below.
@laurentkneip @paulinus @simogasp
I am running a small test for pyopengv.relative_pose_sixpt( ). Tried multiple inputs, it appears it always return NAN and as a last entry I get identity.
I get all arrays as NAN except for last, see below.
`
The text was updated successfully, but these errors were encountered: