princeton-vl/pose-hg-demo

MPII images cropping

Closed this issue · 2 comments

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!

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.

Thanks for your reply!