chenyilun95 / tf-cpn

Cascaded Pyramid Network for Multi-Person Pose Estimation (CVPR 2018)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dataset config file confused

msunming opened this issue · comments

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

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) .

ok, thank you response. close it.

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

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.