-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Firstly, thank you very much for releasing the code!
I have several questions regarding the camera and pose settings:
-
How are the camera poses for EPIC-Kitchens obtained? As far as I know, the EPIC-Kitchens dataset does not provide camera poses directly. Did you use EPIC Fields, which includes camera pose information? I have tried the camera poses of Epic fields, the camera poses seem wrong to render the robot.
-
How are the camera world coordinates aligned with the Mujoco world coordinates? From the code, it seems that the extrinsics are used to transform poses from the camera frame to the robot Mujoco frame. However, are the camera world coordinates assumed to be the same as the Mujoco world coordinates? My understanding is that the extrinsics of the camera originate from the real-world setup, not from the Mujoco environment.
-
How is the robot base position determined? I noticed the code uses a default value:
DEFAULT_ROBOT_BASE_POS = np.array([-0.56, 0, 0.912])
Could you explain the rationale for choosing this specific position?
- Regarding p_marker_ee, how is this quantity obtained?
Thank you very much for your time and clarification!