-
Notifications
You must be signed in to change notification settings - Fork 78
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
World coordinate orientation and gravity direction #28
Comments
Hi, the object models have all been 0-centered and scale-normalized to a unit standard deviation averaged over the 3 coordinate axes. We also aligned the principal components of the point clouds with the axes of the world coordinate system. We did not perform any additional manual alignment of the world coordinate frames. I.e. the gravity direction is not uniquely defined in the dataset. |
Thanks for the information! |
Yes all experiments use this kind of alignment. We aimed to avoid any kind of coordinate system alignment since any alignment inaccuracies tend to kill performance. Instead we devised methods that are invariant to the global coordinate frame alignment. |
@davnov134 - thank you for this detail. To clarify, I'm assuming this refers only to your experiments, and not to the pointclouds as saved in |
Could anyone clarify how is the world coordinate oriented? Is there any way to figure out the gravity direction? Thanks!
The text was updated successfully, but these errors were encountered: