why use 25 joints instead of 24 joints?
Closed this issue · 1 comments
XihuaQiao commented
why HMMR use 25 joints instead of 24 joints as the general SMPL model use?
jasonyzhang commented
The 24 joints that the SMPL model uses do not necessarily correspond to the same joints used in various 2D datasets. As a result, we train a linear regressor that maps from the 6890 vertices of the SMPL mesh to the superset of all 2d keypoints used by various datasets (H3.6M, LSP, COCO, OpenPose, etc).
You can find the full list of keypoints here:
human_dynamics/src/datasets/video_in_the_wild_to_tfrecords.py
Lines 85 to 111 in 0887f37