co3d icon indicating copy to clipboard operation
co3d copied to clipboard

World coordinate orientation and gravity direction

Open jinlinyi opened this issue 3 years ago • 4 comments

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

jinlinyi avatar Jan 07 '22 21:01 jinlinyi

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.

davnov134 avatar Jan 10 '22 10:01 davnov134

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?

SteveJunGao avatar Jan 12 '22 21:01 SteveJunGao

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 avatar Feb 14 '22 11:02 davnov134

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!

bibbygoodwin avatar Mar 14 '22 01:03 bibbygoodwin