RizwanMunawar / yolov7-pose-estimation

YOLOv7 Pose estimation using OpenCV, PyTorch
GNU General Public License v3.0
335 stars 77 forks source link

Can't seem to find information on keypoint landmark order #7

Closed sanjaythakur closed 1 year ago

sanjaythakur commented 1 year ago

I want to use specific body landmark keypoints such as only the left and right shoulders from the predicted keypoints. However, I am unable to find consistent information anywhere on what is the order in which landmarks are arranged. They change depending on which website I refer to. Can anyone please point me to the right reliable resource for it?

Thanks.

sanjaythakur commented 1 year ago

Just to be clear, I understand there are 17 landmarks and each of them an (x,y,v) ascribed to them. I just need reliable information on what is the order of the landmarks.

RizwanMunawar commented 1 year ago

@sanjaythakur! YOLOv7 pose estimation is based on 2d landmarks structure. You can get better idea about the order of landmarks from attached picture below.

IMG-20221121-WA0005

RizwanMunawar commented 1 year ago

@sanjaythakur! Your problem solved now?

sanjaythakur commented 1 year ago

@RizwanMunawar , yes got solved a few days ago. Thank you.