chenyilun95 / tf-cpn

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

dataset config file confused #14

Closed msunming closed 6 years ago

msunming commented 6 years ago

why you change the prefix on the stage of train in COCOAllJoints.py ? and the dataset config name is 2014 ?

chenyilun95 commented 6 years ago

Do you mean the prefix of image path? I think I follows our group's general coco path setting, which might has difference with yours.

If you mean the prefix of image file name, I remember that COCO 2017 images are without these prefix and you may need to modify them. Note that COCO2017 train images == COCO2014trainvalminusminival images (which I provide the json file) .

msunming commented 6 years ago

ok, thank you response. close it.

msunming commented 6 years ago

why some samples ignored ? such as ann['image_id'] == '366379' in COCOAllJoints.py?

chenyilun95 commented 6 years ago

It's a historical remaining problem. I think our coco data doesn't include that image. But I'm sure only that one is ignored.