Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make SMPL from COCO Keypoints #17

Closed
aneeshbhattacharya opened this issue Oct 24, 2022 · 2 comments
Closed

Make SMPL from COCO Keypoints #17

aneeshbhattacharya opened this issue Oct 24, 2022 · 2 comments

Comments

@aneeshbhattacharya
Copy link

aneeshbhattacharya commented Oct 24, 2022

Hi! I'm very new to this. I have coco keypoints of a person (18 keypoint format) for multiple frames. I would like to convert my keypoints to the SMPL format so that I can render some animations on Mixamo.
Is this at all possible? And if so, how can I do this?
My keypoint file is of the format [frames,joints,3] -> 300,18,3 (3 refers to positions along the x,y,z axis)

@Su-yukun
Copy link

你好!我对此很陌生。我有一个人的可可关键点(18 个关键点格式)用于多个帧。我想将我的关键点转换为 SMPL 格式,以便我可以在 Mixamo 上渲染一些动画。这可能吗?如果是这样,我该怎么做?我的关键点文件的格式为 [frames,joints,3] -> 300,18,3(3 是指沿 x,y,z 轴的位置)

Hi, have you tried to solve this problem of yours and how did it work out, if the problem was solved hope you can tell me how to do it as I am facing the same problem, thanks!

@aneeshbhattacharya
Copy link
Author

Yes, you can check out this repository: https://github.com/google/aistplusplus_api
The file: https://github.com/google/aistplusplus_api/blob/2dd7b3e946b794fd0081c98e2e2433545abf8b87/processing/run_estimate_smpl.py#L64
This contains the code to estimate the SMPL parameters to match the keypoints in COCO and OpenPose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants