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

The difference between 'joint_img' and 'mano_joint_img' #35

Open
ZYX-MLer opened this issue May 16, 2024 · 1 comment
Open

The difference between 'joint_img' and 'mano_joint_img' #35

ZYX-MLer opened this issue May 16, 2024 · 1 comment

Comments

@ZYX-MLer
Copy link

targets = {'joint_img': joint_img, 'mano_joint_img': mano_joint_img, 'joint_cam': joint_cam, 'mano_mesh_cam': mano_mesh_cam, 'rel_trans': rel_trans, 'mano_pose': mano_pose, 'mano_shape': mano_shape, 'lhand_bbox_center': lhand_bbox_center, 'lhand_bbox_size': lhand_bbox_size, 'rhand_bbox_center': rhand_bbox_center, 'rhand_bbox_size': rhand_bbox_size}

What is the difference between 'joint_img' and 'mano_joint_img'?
Which one should I use for hand keypoint detection?

thank you.

@mks0601
Copy link
Collaborator

mks0601 commented May 16, 2024

joint_img is from dataset groundtruth 2.5D keypoints.
mano_joint_img is from projecting groundtruth MANO 3D keypoints to the 2.5D space.
As in the script, I suggest using both.

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