vchoutas / smplify-x

Expressive Body Capture: 3D Hands, Face, and Body from a Single Image
https://smpl-x.is.tue.mpg.de/
Other
1.77k stars 340 forks source link

Extracting bone joints #87

Closed Ramya0694 closed 4 years ago

Ramya0694 commented 4 years ago

Is there any way that we can extract the 3D bone joint co-ordinates after construction of the SMPL-X model?

vchoutas commented 4 years ago

The forward pass of SMPL-X should give you the 3D joints.

Ramya0694 commented 4 years ago

Thank you!

Just to clarify, would this be the joints returned in the model output by the forward pass in the SMPL-X class in body_models.py?

vchoutas commented 4 years ago

Yes, the first 55 joints from that output are the joints used to pose the model.