JimmySuen / integral-human-pose

Integral Human Pose Regression
MIT License
471 stars 76 forks source link

How are the images cropped? #27

Closed isarandi closed 5 years ago

isarandi commented 5 years ago

Hi,

Thanks for sharing your code! I'm trying to understand how you perform image cropping on Human3.6M. As far as I understand the cropping box is obtained by first taking a 2 meter by 2 meter square parallel to the image plane at the depth of the root joint and projecting this onto the image. Is it done like this?

Thanks!

lck1201 commented 5 years ago

@isarandi Yes, exactly.

lck1201 commented 5 years ago

close issue