question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Question_ids for VQA tsv file

See original GitHub issue

It seems that the VQA validation tsv file contains only image-id and not question-ids (the first two values of the tsv are always equal).

$ cat vqa-ofa/vqa_val.tsv | cut -f 1-4 | head
101096  101096  what color are the letters of the stop sign?    1.0|!+white
101096  101096  are there any cars on the road? 1.0|!+no
101096  101096  what is the name of the street running along the left side of the photo?        1.0|!+pacific
221282  221282  what are they cutting?  1.0|!+pizza
221282  221282  are the lights on in this room? 1.0|!+yes

Could you provide the file with question-id and image-id? Or the script that you used to create this tsv so that I can regenerate the correct one ?

Thank you very much

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
cdancettecommented, Aug 3, 2022

Here is for the validation set

https://drive.google.com/file/d/1BNMIGMIU11zpOL7IahmRSeKC6rYB0nfw/view?usp=sharing

I will send you the one for the training set as well when I have it.

0reactions
cdancettecommented, Aug 3, 2022

Also i noticed that there are a few duplicate image-questions in VQA val, so this file might contain a few that were assigned to the same question_id (i found 5 examples in the file).

Read more comments on GitHub >

github_iconTop Results From Across the Web

vqa-project/preprocess_image.py at master - data - GitHub
vqa -project/data/preprocess_image.py. Go to file ... you may not use this file except in compliance with the License. ... Read the tsv and...
Read more >
How To Use Tab Separated Value (TSV) files
How To Use Tab Separated Value (TSV) Files. Data tables are presented in text file format (tab delimited). Although this file format allows...
Read more >
VQA: Visual Question Answering
VQA is a new dataset containing open-ended questions about images. These questions require an understanding of vision, language and commonsense knowledge to ...
Read more >
TSV, Tab-Separated Values - Library of Congress
A tab-separated values (TSV) file is a text format whose primary function is to store data in a table structure where each record...
Read more >
.TSV file : Nature Support
TSV is an abbreviation of Tab Separated Values. It is a text file format similar to Comma Separated Values ('CSV').
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found