karpathy / neuraltalk2

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

How can I get a caption score for each image? #168

Open spizler opened 7 years ago

spizler commented 7 years ago

I am only evaluating images using eval.lua, and I would like to know if it's possible to get a confidence score for each image caption. Also, is it possible to get several captions for an image, say the top n captions for an image? Thank you.