stevehuanghe / image_captioning

Image captioning models in PyTorch
Apache License 2.0
37 stars 10 forks source link

The data label of the validation set is not consistent with the validation code #8

Open Sun-WeiZhen opened 4 years ago

Sun-WeiZhen commented 4 years ago

Hi, This is a very excellent work for me ! Thank you a lot for providing the code in Pytorch. I encountered the following issues during the verification.The data label of the validation set is not consistent with the validation code. The dataset of captions_val2014.json have four data labels('info','image','licenses','annotations'),but the code of coco.py have different labels('info','image','licenses','type'),Could you please provide the captions_val2014.json file or COCO_caption_py3 file?thank you,I downloaded the json file from COCO's official website.