Walter0807 / MotionBERT

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

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

Open snowmint opened 1 year ago

snowmint commented 1 year 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 11 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 8 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.

koukau77 commented 3 weeks ago

check infer_wild.py dataset_wild.py and infer_wild_mesh.py. check read_input function in dataset_wild.py replace your skeletion point file (x,y,z)