chenyilun95 / tf-cpn

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

Which dataset should I download from "http://cocodataset.org/#download" for trainvalminusminival and minival ? #63

Closed YinRui1991 closed 5 years ago

YinRui1991 commented 5 years ago

I find the answer that "COCO2017 train images == COCO2014trainvalminusminival images" in #14 , so which dataset is corresponding to "minival"? Thanks.

linxiaorui0715 commented 5 years ago

I have also encountered this problem. Have you solved it? Can you tell me?

GengDavid commented 5 years ago

minival == 2017 val

linxiaorui0715 commented 5 years ago

OK,Do I need to download a corresponding annotation?

linxiaorui0715 commented 5 years ago

Thank you so much,could you tell me trainvalminusminival==?

GengDavid commented 5 years ago

2014trainvalminusminival==2017 train you can use the annotation files provided by the author, but you may need to modify them a little. Please check them for details.

YinRui1991 commented 5 years ago

@GengDavid Thank you very much. My question is solved and the cpn codes can run.