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

World coordinate orientation and gravity direction #28

Open
jinlinyi opened this issue Jan 7, 2022 · 4 comments
Open

World coordinate orientation and gravity direction #28

jinlinyi opened this issue Jan 7, 2022 · 4 comments

Comments

@jinlinyi
Copy link

jinlinyi commented Jan 7, 2022

Could anyone clarify how is the world coordinate oriented? Is there any way to figure out the gravity direction? Thanks!

@davnov134
Copy link
Contributor

davnov134 commented Jan 10, 2022

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.

@SteveJunGao
Copy link

Thanks for the information!
I'm wondering, in the experiment section of the paper (Sec. 4 & 5), are you using this coordinate system? or do you have other additional alignment to make different shapes lie in a canonical coordinate system?

@davnov134
Copy link
Contributor

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.

@bibbygoodwin
Copy link

bibbygoodwin commented Mar 14, 2022

We also aligned the principal components of the point clouds with the axes of the world coordinate system

@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 .ply files in the datasets. I believe that these are aligned with respect to the initial view? That is, the orientation of the camera object associated with the first frame of each sequence is the identity, or very very close to it (as confirmed by examining the data). This wouldn't be compatible with the further alignment logic you described? Could you clarify this?
Thank you!

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

4 participants