zju3dv / EasyMocap

Make human motion capture easier.
Other
3.59k stars 448 forks source link

Help regarding - Pose Estimation on SMPL data / SMPL to COCO conversion #348

Closed Dipankar1997161 closed 1 year ago

Dipankar1997161 commented 1 year ago

Hello @chingswy,

Hope you are doing well.

With the help of Easymocap, I could generate all the necessary rendering on NeuralBody and some Monocular ones. My final task is - extracting the smpl keypoints(which is the original smpl joints) then performing 2d and 3d pose estimation on the data.

Can you provide some insights on this? Should I directly use SMPL joints for both 2d and 3d pose estimation or convert it into COCO format and then do it? I am okay with both the methods but haven't found many reliable sources for the conversion of SMPL to COCO.

Since I generated the smpl from Easymocap, I thought of reaching out to you.

I will wait for your response.

Dipankar1997161 commented 1 year ago

I was able to do the conversion successfully.