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

I find an ERROR of the ground truth pose processing! #65

Open
chenghao-shi opened this issue May 27, 2022 · 2 comments
Open

I find an ERROR of the ground truth pose processing! #65

chenghao-shi opened this issue May 27, 2022 · 2 comments

Comments

@chenghao-shi
Copy link

Hi,
Thank you for sharing this wonderful work!
A lot of the current registration works follow your evaluation metrics. However, I recently find an error in "data_loaders.py". The line 467 "M2 = M @ reg.transformation" should be "M2 = reg.transformation @ M". I have done several tests and am pretty sure of this. Could you check this and tell if it is right.Thanks!

@gitouni
Copy link

gitouni commented Sep 6, 2022

in open3d, PointCloud.transform(transformation) means transformation @ PointCloud

@chenghao-shi
Copy link
Author

chenghao-shi commented Oct 11, 2022 via email

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

2 participants