Naman-ntc / Pytorch-Human-Pose-Estimation

Implementation of various human pose estimation models in pytorch on multiple datasets (MPII & COCO) along with pretrained models
MIT License
471 stars 76 forks source link

worldCoors and headSize #1

Closed changjo closed 5 years ago

changjo commented 5 years ago

Hi, I was wondering what worldCoors and headSize represent and how they are made. Thanks.

Naman-ntc commented 5 years ago

Hi, Thanks for the interest! In calculation of PCKh we use head-sizes as bboxes. MPII has provided head bboxes and these mat files belong those head size estimates. Please find link where head sizes are used I could have merged the .mat into annot.h5 files but I'm lazy I guess! I will do that sometime in future. Hope it helps!

changjo commented 5 years ago

I see. Thanks.