amazon-science / QA-ViT

Apache License 2.0
55 stars 9 forks source link

Request for Evaluation Code for CIDEr and VQA-Score #9

Open casperliuliuliu opened 2 weeks ago

casperliuliuliu commented 2 weeks ago

I really appreciate the work you've done.

I was wondering if you could provide the evaluation code for different scoring methods, such as COCO CIDEr and VQA score. I would like to reimplement your experiments.

Thank you!

royg27 commented 2 weeks ago

Hi,

First of all, thanks for your interest and appreciation of our work. Regarding the metrics we used: 1) For VQAv2 score: We used the official evaluation server on EvalAI. 2) For TextVQA: We used the local evaluation script in this repo. 3) For COCO CIDEr: We used the publicly available pycocoevalcap package.