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

[FEATURE]Joints Visualization #217

Closed Tyushang closed 3 years ago

Tyushang commented 3 years ago

There's many joint regressor in the project, e.g. J_regressor_extra / J_regressor_h36m , but I can not find out where those joints locate in the human-body. so could you visualize it?

athn-nik commented 3 years ago

you could use code from here https://github.com/mkocabas/VIBE/blob/03ed50d3121c37a4abfcc25dc995f08b63fd7f1f/lib/utils/vis.py#L219 . This function could be used to visualize skeleton in addition.