Superlee506 / Mask_RCNN_Humanpose

Mask R-CNN for Human Pose Estimation on Keras and TensorFlow.
Other
189 stars 36 forks source link

How to connect the keypoint of the human pose together like the openpose in maskrcnn? #12

Closed chrispolo closed 6 years ago

chrispolo commented 6 years ago

Thanks for your job and your former guidance and after i learned your project and code, i want to ask a question about when you got the keypoint of human pose.How to connect the Thx so much!! screenshot from 2018-04-16 20-04-39

chrispolo commented 6 years ago

Thanks for your job and your former guidance and after i learned your project and code, i want to ask a question about when you got the keypoint of human pose.How to connect the keypiont like the openpose? Thx so much!!

Superlee506 commented 6 years ago

@chrispolo It's simple to do this, you can define some connections between these keypoints and draw some line using cv2.Line. If I'm not busy I will update the code.

chrispolo commented 6 years ago

@Superlee506 Thanks for your answer, i am just a new beginner and try to learn the code, hope you will update the code in your convenience.

Superlee506 commented 6 years ago

@chrispolo I have updated some codes for visualizing the connection please check it.