chenyilun95 / tf-cpn

Cascaded Pyramid Network for Multi-Person Pose Estimation (CVPR 2018)
MIT License
792 stars 197 forks source link

Is there a label for each joint prediction to tell us whether it's hard or easy? #52

Open DongJT1996 opened 5 years ago

DongJT1996 commented 5 years ago

Hi, I want to know whether the output contains the label to tell us that the joint is hard, that is it's a occluded or invisible joint, or easy. I visualize the predicted joint heatmaps and find that even if one joint which is invisible, it's confidence is as high as the easy joint. Can you give some advice? Thank you!