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.88k stars 548 forks source link

estimated camera parameters---Wrong[BUG] #210

Open liuhaorandezhanghao opened 3 years ago

liuhaorandezhanghao commented 3 years ago

The problem is that the estimated camera parameters are calculated using the size of the bbox, but it is not that the larger the bbox, the closer to the camera, because there are some situations where people reaching out will cause the bbox parameters to become larger, so in the end a very inaccurate estimate of orig_cam is obtained. ,How to solve this problem? thx

lvZic commented 1 year ago

have u solved it ?