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
Hi, thank your for your sharing.
I have one question, when train on the 3DMatch, the ground truth relative pose is generated randomly, are the original frames with same pose?
-------------------- threedmatch_loader.py, line 64~ line 72 -----------------------
if self.random_rotation:
T0 = sample_random_trans(xyz0, self.randg, self.rotation_range)
T1 = sample_random_trans(xyz1, self.randg, self.rotation_range)
trans = T1 @ np.linalg.inv(T0)
Hi, thank your for your sharing.
I have one question, when train on the 3DMatch, the ground truth relative pose is generated randomly, are the original frames with same pose?
-------------------- threedmatch_loader.py, line 64~ line 72 -----------------------
if self.random_rotation:
T0 = sample_random_trans(xyz0, self.randg, self.rotation_range)
T1 = sample_random_trans(xyz1, self.randg, self.rotation_range)
trans = T1 @ np.linalg.inv(T0)
The text was updated successfully, but these errors were encountered: