princeton-vl / pose-hg-demo

Code to test and use the model from "Stacked Hourglass Networks for Human Pose Estimation"
BSD 3-Clause "New" or "Revised" License
316 stars 86 forks source link

MPII images cropping #4

Closed jessiechouuu closed 8 years ago

jessiechouuu commented 8 years ago

Hi,

You mentioned that you adjust the center and scale annotation in MPII dataset. Would you mind to describe more details of the adjustment in addition to moving down the center?

Thanks!

anewell commented 8 years ago

Yep, the code is here: https://github.com/anewell/pose-hg-train/blob/master/src/util/dataset/mpii.lua#L67 It first adjusts the y value down, and then increases the scale.

jessiechouuu commented 8 years ago

Thanks for your reply!