Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The metrics in the paper #2

Open
TIan1874 opened this issue Mar 25, 2023 · 9 comments
Open

The metrics in the paper #2

TIan1874 opened this issue Mar 25, 2023 · 9 comments

Comments

@TIan1874
Copy link

Thank you very much for your excellent work! I want to reproduce the work, and I am wondering if you could make public the code for calculating the metrics in the paper, such as BLEU-4, METEOR, CIDEr, SPICE, and RefCLIPScore. I would appreciate it if you could take the time to reply to me.

@joeyz0z
Copy link
Owner

joeyz0z commented Mar 25, 2023

We use the evaluation toolkits from https://github.com/jmhessel/clipscore to compute the metrics.

@TIan1874
Copy link
Author

We use the evaluation toolkits from https://github.com/jmhessel/clipscore to compute the metrics.

Thanks very much!

@baiyuting
Copy link

I also see the diversity metrics, Vocab, S-C, Div-1, Div-2 are calculated in the paper, is there any related code for diversity metric evaluation that could be provided? @joeyz0z

@joeyz0z
Copy link
Owner

joeyz0z commented Apr 5, 2023

Diversity metrics are based on https://github.com/qingzwang/DiversityMetrics

@BeiyuXuboL
Copy link

About diversity metric div-1, div-2: I followed the metrics calculation link "Diversity metrics are based on https://github.com/qingzwang/DiversityMetrics" that you guys put on the GitHub issue, but I would like to know how to calculate n-gram diversity metrics based on that link since I didn't find a way to calculate div-2 among the links you provided.

@joeyz0z
Copy link
Owner

joeyz0z commented Sep 18, 2023

@BeiyuXuboL
Copy link

I want to know if the prompt is reserved when calculating evaluation metrics. Thank you very much for your excellent work!

@joeyz0z
Copy link
Owner

joeyz0z commented Sep 19, 2023

yes, we reserved the prompt

@BeiyuXuboL
Copy link

Thank you very much for your reply, I am following your work!
I have a question about the vocab metric, are there 25,000 (5,000 images, 5 captions per image) captions involved in the calculation of this metric? If so, are stop-words other than stop_words.txt being introduced?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants