pytorch-openpose icon indicating copy to clipboard operation
pytorch-openpose copied to clipboard

how can I map output of hand_pose_model and body_pose_model together?

Open init-22 opened this issue 5 years ago • 1 comments

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?

init-22 avatar Jun 06 '20 09:06 init-22

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.

ChibiChibz avatar Nov 24 '20 17:11 ChibiChibz