YuliangXiu / MobilePose

Light-weight Single Person Pose Estimator
http://xiuyuliang.cn
635 stars 148 forks source link

Pose published whether there is a person or not? #27

Closed JayLSU closed 5 years ago

JayLSU commented 5 years ago

Hi, first thanks for your awesome codes to implement such mobile-pose. I just tried the code and run webcam demo. I found that even there is no people appeared in my webcam, the pose also will be estimated and published. I checked the net output, it is a tuple with two parts, the first one is keypoints location, another I didn't figure out (it is a 52*52 data array for each joint I think.). I have no idea how to only display keypoints as long as there is a people there. Thanks.

YuliangXiu commented 5 years ago

The second part is joint heatmap, maybe you can extract the joint score from heatmap and remove the joints with low score when doing visualization.