I've been trying to make a contour-based human pose estimation like the one in the center of the image below.
I've searched, I couldn't find any code on Github but I found that it can be done with the Active Shape Model (ASM) from this link https://www.analyticsvidhya.com/blog/2022/01/a-comprehensive-guide-on-human-pose-estimation/
I am able to access the set of joint positions and draw a skeleton but I don't know how can I do the contour-based pose estimation.
Do you have any suggestions?
Pose Image
Contour of Human: