salaniz / pycocoevalcap

Python 3 support for the MS COCO caption evaluation tools
Other
300 stars 84 forks source link

Logical error in CIDEr ? #23

Open ByUnal opened 10 months ago

ByUnal commented 10 months ago

In the regard of CIDEr's logic, both candidates and references need to be mapped to their stem or root form. However, I couldn't see such operation in the code. I think implementation is wrong. So, you may need to add this logic to yourself.