Walter0807 / MotionBERT

[ICCV 2023] PyTorch Implementation of "MotionBERT: A Unified Perspective on Learning Human Motion Representations"
Apache License 2.0
1k stars 120 forks source link

Could I ask how we can turn 3D pose key points into a Mesh SMPL model? #110

Open snowmint opened 9 months ago

snowmint commented 9 months ago

I am looking for a way to turn 3D pose key points (x, y, z) into an SMPL model. My work is to generate the 3D key points, but now I wish I could visualize the body movement more realistically.

Below is an image drawing my 3D key points: 3D_keypoints

Thank you for taking the time to read my question.

I appreciate your assistance and welcome any advice you may have. If there is an alternative approach to achieve this, I would greatly appreciate your insights and suggestions.

vuxminhan commented 8 months ago

may I ask why your visualization looks much different from default 3d of motion bert. Im also looking for a way to visualize the pose better

ailsa0506 commented 5 months ago

I am looking for a way to turn 3D pose key points (x, y, z) into an SMPL model. My work is to generate the 3D key points, but now I wish I could visualize the body movement more realistically.

Below is an image drawing my 3D key points: 3D_keypoints

Thank you for taking the time to read my question.

I appreciate your assistance and welcome any advice you may have. If there is an alternative approach to achieve this, I would greatly appreciate your insights and suggestions.

Hello, I am also trying to input 3D skeleton points into the SMPL model. Have you solved this problem? I would like to ask how you accomplished it.