Kudos on this great work.
I am looking at the annotation pkl file. I am using the mano parameters. I print the shape of each key:
rh__pose_coeffs (1, 16, 4) torch.float32
lh__pose_coeffs (1, 16, 4) torch.float32
rh__tsl (1, 3) torch.float32
lh__tsl (1, 3) torch.float32
rh__betas (1, 10) torch.float32
lh__betas (1, 10) torch.float32
I would like to know rh_tsl and rh__pose_coeffs's wrist rot is relative to which frame? Is it world or camera? If it is in world, where is world defined? If camera, in which camera's frame?
And I would like to get the hand pose in the egocentric cam's frame, can I trust cam_extr["egocentric"] to get the transformation?
And the order of joints in rh__pose_coeffs? Based on mano convention, my guess would be wrist, index, middle, ring, pinky, thumb? I would like to confirm with you.
I look forward to your reply. Many thanks in advance.
Kudos on this great work.
I am looking at the annotation pkl file. I am using the mano parameters. I print the shape of each key:
I would like to know rh_tsl and rh__pose_coeffs's wrist rot is relative to which frame? Is it world or camera? If it is in world, where is world defined? If camera, in which camera's frame?
And I would like to get the hand pose in the egocentric cam's frame, can I trust cam_extr["egocentric"] to get the transformation?
And the order of joints in rh__pose_coeffs? Based on mano convention, my guess would be wrist, index, middle, ring, pinky, thumb? I would like to confirm with you.
I look forward to your reply. Many thanks in advance.