Home

Awesome

Microsoft COCO Caption Evaluation

Evaluation codes for MS COCO caption generation.

Requirements

Files

./

./annotation

./results

./pycocoevalcap: The folder where all evaluation codes are stored.

Setup

AllSPICE

AllSPICE is a metric measuring both diversity and accuracy of a generated caption set. This is proposed in Analysis of diversity-accuracy tradeoff in image captioning.

See cocoEvalAllSPICEDemo.ipynb to learn how to use it.

You can also check out ruotianluo/self-critical.pytorch/eval_multi.py to see how it is used in practice and ruotianluo/SPICE to see what change was made to the original SPICE code to realize AllSPICE.

References

Also,

Developers

Acknowledgement