salaniz / pycocoevalcap

Python 3 support for the MS COCO caption evaluation tools
Other
304 stars 85 forks source link

Logical error in CIDEr ? #23

Open ByUnal opened 11 months ago

ByUnal commented 11 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.