princeton-vl / pose-hg-train

Training and experimentation code used for "Stacked Hourglass Networks for Human Pose Estimation"
Other
575 stars 185 forks source link

what's the meaning of 'scale' in mpii dataset? #42

Open EthanGuan opened 6 years ago

EthanGuan commented 6 years ago

if I use my own dataset, every image is 640 * 480, what's the value of scale should I set it to?

taojake commented 6 years ago

@EthanGuan did you figure out your problem?i want to know your 'scale' number.

ethanyanjiali commented 4 years ago

you need to roughly estimate the person height for each image in your custom dataset, and then divide them by 200px.