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

Coordinate System Problems #16

Open
maicao2018 opened this issue Jun 26, 2022 · 1 comment
Open

Coordinate System Problems #16

maicao2018 opened this issue Jun 26, 2022 · 1 comment

Comments

@maicao2018
Copy link

maicao2018 commented Jun 26, 2022

Hello, authors:
Thank you for your contributions. Here are some questions that need your help.

  • First, is the 3D pose provided by AcinoSet in the world coordinate system (i.e., "fte.pickle"->traj_data["positions"])? Is the measurement in meters?
  • Second, can the 3D pose in the world coordinate system be converted to the camera coordinate system through the "R, T" parameter in "n_cam_scene_sba.json"?

Thanks.

@zicodasilva
Copy link

Hi @maicoa, thanks for reaching out and using our dataset :)

  1. Yes the 3D positions in the pickle file are referenced to the world coordinate system.
  2. Yes, the world referenced 3D positions can be transformed to the camera coordinate system by using the camera rotation R and translation t in the scene JSON file. For a particular camera, you can get the positions referenced in it's coordinate system by X_cam = R*X_world + t.

Hope that helps.

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

2 participants