pose-ae-train icon indicating copy to clipboard operation
pose-ae-train copied to clipboard

How to handle the regions of people without annotations on COCO and MPII dataset?

Open yw155 opened this issue 6 years ago • 1 comments

Hi @anewell, I would like to ask a question that how to handle the people without annotations on COCO and MPII dataset. Do you think is it affect the training and testing performance? Thanks.

yw155 avatar May 03 '18 19:05 yw155

We mask out the crowd areas in COCO as seen here: https://github.com/umich-vl/pose-ae-train/blob/master/task/loss.py#L16

anewell avatar Jun 05 '18 16:06 anewell