karpathy / neuraltalk2

Efficient Image Captioning code in Torch, runs on GPU
5.49k stars 1.26k forks source link

Already captioned mscoco images #196

Open ovidiunitu opened 6 years ago

ovidiunitu commented 6 years ago

Hi, On Stanford's page (here) are already available the captions for mscoco data set, captions which are generated using neuraltalk (first version). I was curious if the same thing can be found for neuraltalk2. I know that you can do this by downloading the pretrained model and run it on mscoco or on other dataset, but you can save some time by just downloading final results (as in the link above).

Thanks