jin-s13 / COCO-WholeBody

ECCV2020 paper "Whole-Body Human Pose Estimation in the Wild"
768 stars 73 forks source link

Matching of foot keypoints to each body parts #27

Closed maketo97 closed 2 years ago

maketo97 commented 2 years ago

@jin-s13 @Fang-Haoshu @Canwang-sjtu @luminxu Hi, first at all, thanks in open sourcing the coco whole body annotations. I have searched through Google and found the matching of actual body parts to coco 'keypoints': [x1,y1,v1,...,xk,yk,vk] (k=17). ['Nose', 'Leye', 'Reye', 'Lear', 'Rear', 'Lsho', 'Rsho', 'Relb', 'Lwri', 'Rwri', 'Lhip', 'Rhip', 'Lkne', 'Rkne', 'Lank', 'Rank']

However, I cannot find the matching list for foot keypoints. Could you tell me which body part matches to each coco 'foot kpts'? Looking forward to your reply. Thanks in advance.

jin-s13 commented 2 years ago

Please check https://github.com/jin-s13/COCO-WholeBody/blob/master/data_format.md

maketo97 commented 2 years ago

Thanks for reply.

https://github.com/jin-s13/COCO-WholeBody/blob/master/imgs/Fig2_anno.png In the bottom left of the image, keypoints 18, 19, 20 are for the left feet while keypoints 21, 22, 23 are for the right feet?

jin-s13 commented 2 years ago

Yes.

maketo97 commented 2 years ago

Ok, thanks 👌🏻