You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi @maicoa, thanks for reaching out and using our dataset :)
Yes the 3D positions in the pickle file are referenced to the world coordinate system.
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.
Hello, authors:
Thank you for your contributions. Here are some questions that need your help.
Thanks.
The text was updated successfully, but these errors were encountered: