CLIP-Caption-Reward
CLIP-Caption-Reward copied to clipboard
About language_evaluation
Hi, authors. Would you please provide the details of language_evaluation in eval_finecapeval.py used in Evaluation on FineCapEval?
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.