Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The ground truth relative pose of frames in 3DMatch dataset #31

Open
MrZ19 opened this issue Jun 29, 2021 · 0 comments
Open

The ground truth relative pose of frames in 3DMatch dataset #31

MrZ19 opened this issue Jun 29, 2021 · 0 comments

Comments

@MrZ19
Copy link

MrZ19 commented Jun 29, 2021

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)

  xyz0 = self.apply_transform(xyz0, T0)
  xyz1 = self.apply_transform(xyz1, T1)
else:
  trans = np.identity(4)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant