I want to convert SMPL to COCO format. The question I have is, Coco is usually a 2d dataset while SMPL is a 3d type format.
So do I need to convert the SMPL 3D to 2D first and then pass on to the keypoint convention code? Or the output of the Coco here will be 3D COCO format( not sure if it exists )
My ultimate goal is to perform both 2d and 3d pose estimation.
I am a bit confused, so it would be great if u can clarify this for me.
Hello @lindahua, Thank you for the work.
I want to convert SMPL to COCO format. The question I have is, Coco is usually a 2d dataset while SMPL is a 3d type format. So do I need to convert the SMPL 3D to 2D first and then pass on to the keypoint convention code? Or the output of the Coco here will be 3D COCO format( not sure if it exists )
My ultimate goal is to perform both 2d and 3d pose estimation.
I am a bit confused, so it would be great if u can clarify this for me.
Best, Dipankar