Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

VQA and GQA test splits do not have answers? #109

Closed
ranery opened this issue Oct 25, 2021 · 1 comment
Closed

VQA and GQA test splits do not have answers? #109

ranery opened this issue Oct 25, 2021 · 1 comment

Comments

@ranery
Copy link

ranery commented Oct 25, 2021

Hi, I notice that for VQA and GQA, if we want to test the pretrained model, there are no available ground-truth answers.

if "test" not in self.split:
      answer = entry["answer"]
      labels = answer["labels"]
      scores = answer["scores"]
      if labels is not None:
          target.scatter_(0, labels, scores)

I wonder how you calculate the score on the test set?

@ranery
Copy link
Author

ranery commented Oct 25, 2021

Find out that there are EvalAI platforms, close the issue.

@ranery ranery closed this as completed Oct 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant