akanazawa / hmr

Project page for End-to-end Recovery of Human Shape and Pose
Other
1.54k stars 395 forks source link

when run demo_camera.py, there are always joint information errors. #127

Closed wallflower95 closed 4 years ago

wallflower95 commented 4 years ago

When I run demo_camera.py, sometimes the verts or joints3d information of some frames are incorrect,for example,Swap left and right. However, run demo.py for each image, this will not happen.

Hope to get your explanation, thank you very much!

akanazawa commented 4 years ago

I think it is just that the input image you're using is a challenging one -- this is still a learning based algorithm and not perfect. There are more recent models, like SPIN, which may be more accurate.

Best.