Closed longphamkhac closed 10 months ago
Hi, smplx_joint_img
is 2D keypoints, smplx_joint_cam
is 3D keypoints.
Another question is that I see in the human_models.py, you changed the joints number of SMPL-X model to 137. However, in the original paper it has only 55 joints include the root. Can you explain why?
Hi, the 137 joints include face keypoints while the 55 joints do not. We add face keypoints for supervision to obtain a better face result.
How do you get the face keypoints in MPII dataset when using SMPL-X model ?
The pseudo GT labels are from NeuralAnnot. You can have a detailed check on that project.
Hi, tks for your outstanding job!!! I'm new to 3d human recovery. I'm reading your loading MPII dataset function, can I ask what are the differences between smplx_joint_img and smplx_joint_cam ?