CLIP-Caption-Reward icon indicating copy to clipboard operation
CLIP-Caption-Reward copied to clipboard

About language_evaluation

Open 232525 opened this issue 3 years ago • 1 comments

Hi, authors. Would you please provide the details of language_evaluation in eval_finecapeval.py used in Evaluation on FineCapEval?

232525 avatar Aug 31 '22 03:08 232525

Hi, it is language-evaluation repo (https://github.com/bckim92/language-evaluation). You can install the package via

pip install git+https://github.com/bckim92/language-evaluation.git
python -c "import language_evaluation; language_evaluation.download('coco')"

I'll update the readme accordingly.

j-min avatar Aug 31 '22 23:08 j-min