akanazawa / hmr

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

Where is the global rotation of R referring to the paper? #32

Closed Superlee506 closed 5 years ago

Superlee506 commented 6 years ago

Hi, in the paper, I find the the parameters contains global rotation R (3x3), however I can't find it in the code. Do I miss something? image

akanazawa commented 5 years ago

Global rotation is specified by the first 3D of the theta (72-D), as axis-angle representation, as per the SMPL convention. If you read up on how SMPL works from their README I think this will be clearer.

Best,

aj