Hello, I have currently created an SMPL model using demo. Besides I would like to use this SMPL model to obtain the coordinates of the 3Dkeypoints of the human body, but I encountered two issues:
- Smpl_output.body_pose shape is [23, 3, 3]. What does this mean? Is it related to the coordinates of the 3Dkeypoints
- Smpl_output.joints shape is [44, 3]. I thought SMPL joint number is 23 or 24 and I learned from the code that this is 25+19, and 25 is the openpose point. So what is 19. Besides I visualized and found that the points are outside the grid model. Why is this happening.

- How can I get the coordinates of SMPL 23keypoints?
I would greatly appreciate it if you could spare some time to answer my questions
Hello, I have currently created an SMPL model using demo. Besides I would like to use this SMPL model to obtain the coordinates of the 3Dkeypoints of the human body, but I encountered two issues:
I would greatly appreciate it if you could spare some time to answer my questions