princeton-vl / pose-ae-train

Training code for "Associative Embedding: End-to-End Learning for Joint Detection and Grouping"
BSD 3-Clause "New" or "Revised" License
373 stars 76 forks source link

How to handle the keypoints at the position of (0, 0) on COCO dataset? #21

Open yw155 opened 6 years ago

yw155 commented 6 years ago

Hi @anewell, I would like to ask you that how you handle the keypoints which are annotated at the position of (0, 0) during the training and inference. Is it affect the evaluation accuracy? Thanks.