facebookresearch / frankmocap

A Strong and Easy-to-use Single View 3D Hand+Body Pose Estimator
Other
2.16k stars 374 forks source link

Some question about the initial pose of body and hand #218

Closed henrycjh closed 1 year ago

henrycjh commented 1 year ago

Thanks for your great work! I have learned that the SMPL-X use the pose parameters to get the final pose from the initial pose (T-Pose), and the pose parameters for each joints is the axis-angle format rotation relative to its parent's rotation. However, I have no detail information about the actual initial coordinate of each joints, including body and hands (especially for the hands). I have tried to search in the original paper, but still got nothing. Here is an example that I would like to know about the initial coordinates. joint-coordinates Is there any documentation about it? Thanks for your attention!

penincillin commented 1 year ago

@henrycjh Thanks for your interest in our work. We use the default initial poses of SMPL-X. I would suggest you in checking the Official SMPL-X Repo.