mkocabas / VIBE

Official implementation of CVPR2020 paper "VIBE: Video Inference for Human Body Pose and Shape Estimation"
https://arxiv.org/abs/1912.05656
Other
2.85k stars 551 forks source link

Code of checking that all joints are visible[BUG] #282

Closed HospitableHost closed 1 year ago

HospitableHost commented 1 year ago

Good work! I have a question about code of checking that all joints are visible in mpii3d_utils.py image I don't think it is joints_2d[:, 0] < w, I think it is joints_2d[:, 0] < c_x+w/2 and joints_2d[:, 0] < c_x-w/2.

HospitableHost commented 1 year ago

w and h are not from bbox. They are 2048.