jdsannchao commited on
Commit
02a814b
1 Parent(s): 856186e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ For each image, we choose to add (1) 3 non-exist objects and (2) 1 non-exist att
29
 
30
  In the original qa dataset, VG has Object Counting questions, we also include them here, with the 'orig_qa'=='Yes'. For those negative questions we generated, 'orig_qa' =='No'.
31
  ```json
32
- {'img_id': str, 'orig_qa': Yes/No, 'question_text': 'How many <attribute> <object in plural form> are there? ', 'answer_text': Numbers. or None. }
33
  ```
34
  For more details, plz refer to the dataset.
35
 
 
29
 
30
  In the original qa dataset, VG has Object Counting questions, we also include them here, with the 'orig_qa'=='Yes'. For those negative questions we generated, 'orig_qa' =='No'.
31
  ```json
32
+ {'img_id': str, 'orig_qa': Yes/No, 'question_text': 'How many <attribute> <object in plural form> are there? ', 'answer_text': Numbers.(if exist) or None.(if non-exist) }
33
  ```
34
  For more details, plz refer to the dataset.
35