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

Number of body joints? #286

Open kwonsik0404 opened 1 year ago

kwonsik0404 commented 1 year ago

I was curious about how many joints are estimated?

I went over "pred_joints3d" once I run the demo. It seems like there were 49 human body joints. Am I correct? If so, could you let me know the location of the body joints (e.g., any image indicate their location)?

Thanks!!!