akanazawa / hmr

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

What's the origin of coordinate of SMPL? #64

Closed Superlee506 closed 5 years ago

Superlee506 commented 5 years ago

test01 When I visualized the SMPL in meshlab, I find the origin of coordinate isn't the center of pelvis(root). However in the human3.6m, the origin of the coordinate is pelvis(root). Do we need some pre-process before we calculate the loss3d?

Thansk.

akanazawa commented 5 years ago

Yes the training data aligns the 3D joints by root due to this reason: https://github.com/akanazawa/hmr/blob/8785764a9fb8e5cc88e1c2f283f47782bdcf28fd/src/ops.py#L50

Best,

Angjoo