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

Question about rotation and translation data format in OmniBlender/Ricoh360/OmniPhotos/360Roam/OmniScenes/360VO datasets #8

Open
shiming2014 opened this issue Mar 2, 2025 · 0 comments

Comments

@shiming2014
Copy link

First, thank you for providing these valuable datasets! I'm working with the datasets mentioned in README and would like to clarify the coordinate system definitions in the camera pose data.

Could you please confirm:

​Rotation matrix (R): Is it defined as a ​World-to-Camera (W2C)​ transformation (i.e., transforms points from world coordinates to camera coordinates) or ​Camera-to-World (C2W)?
​Translation vector (T): Is this the camera position expressed in ​world coordinates, or is it the translation component in camera coordinates?
This information is crucial for proper alignment in our 3D reconstruction experiments, and we want to ensure we're interpreting it correctly.

A minimal example or mathematical formulation would be especially helpful. For example:

If W2C: X_camera = R * X_world + T
If C2W: X_world = R * X_camera + T

Thank you for your time and clarification!

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

1 participant