salaniz / pycocoevalcap

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

What are the default values of parameters for meteor? #24

Open qijimrc opened 9 months ago

qijimrc commented 9 months ago

I found that the result obtain from NLTK.translate.meteor is different from this repo (i.e., the meteor scorer). So I'm wondering what are the default configurations of the parameters for this metric, like alpha beta gamma delta, and weights, corresponding to this doc ?