Open snowmint opened 1 year 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
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:
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.
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)
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:
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.