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.86k stars 550 forks source link

Why is this character tilted #220

Closed tianyang820 closed 2 years ago

tianyang820 commented 2 years ago

image

mkocabas commented 2 years ago

The VIBE estimations are in camera space. If the camera is pitched down then the visualized body will look tilted. To overcome this, one needs to know the camera extrinsics. Our new method SPEC addresses this problem by estimating camera parameters from a single image and using them for human body estimation: https://github.com/mkocabas/SPEC. Check it out and let us know if it works.