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

No background #249

Closed eliohead closed 2 years ago

eliohead commented 2 years ago

To render black background edit line 343 in demo.py: delete ' img,' and replace with 'np.zeros_like(img),'