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 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!
The text was updated successfully, but these errors were encountered:
------------------ 原始邮件 ------------------
发件人: "chrischoy/FCGF" ***@***.***>;
发送时间: 2022年9月6日(星期二) 上午10:25
***@***.***>;
***@***.******@***.***>;
主题: Re: [chrischoy/FCGF] I find an ERROR of the ground truth pose processing! (Issue #65)
in open3d, PointCloud.transform(transformation) means transformation @ PointCloud
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
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!
The text was updated successfully, but these errors were encountered: