JimmySuen / integral-human-pose

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

The code has a little mistake #44

Closed seekFire closed 2 years ago

seekFire commented 2 years ago

This line should adjust the order of parameters as follows: trans = gen_trans_from_patch_cv(c_x, c_y, patch_width, patch_height, bb_width, bb_height, 1.0, 0, inv=True)

seekFire commented 2 years ago

Sorry, I didn't notice the parameter inv=True