akanazawa / hmr

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

What's the joint3D means of the output? #131

Closed hellozjj closed 4 years ago

hellozjj commented 4 years ago

What's the joint3D means of the output?

akanazawa commented 4 years ago

It is the 3D joints computed by the regressor from the predicted SMPL surface: https://github.com/akanazawa/hmr/blob/bce0ef9b90bd36871d2aff8688b2682170cd365a/src/RunModel.py#L116

Best,

A