princeton-vl / pytorch_stacked_hourglass

Pytorch implementation of the ECCV 2016 paper "Stacked Hourglass Networks for Human Pose Estimation"
BSD 3-Clause "New" or "Revised" License
465 stars 94 forks source link

more details about the annotations #39

Closed TheScientist1900 closed 2 years ago

TheScientist1900 commented 2 years ago

Hi, I have downloaded the Image files and annotation files on the official website of MPII datasets, but the structure of raw annotation files is different from yours in this project. So I want to ask what‘s the meaning of the field 'center'、'scale’ 、and 'normalize'。Also how the 'normalize' data is captured?

crockwell commented 2 years ago

These variables can be a bit confusing. For discussion, I'd recommend poking through the MPII code, as well as seeing the discussion in this issue: https://github.com/princeton-vl/pytorch_stacked_hourglass/issues/19. Also this one: https://github.com/princeton-vl/pytorch_stacked_hourglass/issues/33