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

vqa_score divided by 3 #5

Open
Flaick opened this issue Jan 23, 2024 · 0 comments
Open

vqa_score divided by 3 #5

Flaick opened this issue Jan 23, 2024 · 0 comments

Comments

@Flaick
Copy link

Flaick commented Jan 23, 2024

Hello, thank you for the interesting work. Though I have a question about the vqa score calculation. When I run the eval.py to calculate the evaluation scores for vqa, I find the min(normlized_answers.get(vqa_preprocess(answer), 0) / 3, 1) is used to calculate the score (accuracy?). However, I am confused by the /3 here. Can you explain this to me thanks!
def vqa_score(answer, ground_truth_answer_counts) in evaluator.py

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

1 participant