facebookresearch / InterWild

Official PyTorch implementation of "Bringing Inputs to Shared Domains for 3D Interacting Hands Recovery in the Wild", CVPR 2023
Other
159 stars 16 forks source link

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

Open ZYX-MLer opened 1 month ago

ZYX-MLer commented 1 month ago

https://github.com/facebookresearch/InterWild/blob/0c4cd6ca2f5a4220f4630ec9c8a3250c0b612948/data/ReInterHand/ReInterHand.py#L353

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

thank you.

mks0601 commented 1 month ago

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.