Hzzone / pytorch-openpose

pytorch implementation of openpose including Hand and Body Pose Estimation.
2.03k stars 390 forks source link

how can I map output of hand_pose_model and body_pose_model together? #28

Closed init-22 closed 1 year ago

init-22 commented 4 years ago

Hello, I am trying to check wheather a finger keypoint is above the shoulder keypoint, how can I map a particual shoulder keypoint to the exact finger keypoint for this?

ChibiChibz commented 3 years ago

Hey @IsaacPatole ! It's not implemented, but I think there is a way to workaround it. The way this code works is that it will check if shoulders, elbow and wrist of a certain arm are estimated and then starts the hand detection and estimation. And I think it always starts looking for left arm first so maybe it helps you to connect the drawn hands and the body keypoints.