demo2 / val /vqa_dataset_with_objects.json
yanxipeng's picture
Upload 41 files
cbd9c51 verified
{
"info": {
"description": "A small VQA dataset created by hand.",
"version": "1.0",
"year": 2024,
"contributor": "Your Name"
},
"licenses": [
{
"id": 1,
"name": "Attribution-NonCommercial-ShareAlike License",
"url": "http://creativecommons.org/licenses/by-nc-sa/2.0/"
}
],
"images": [
{
"id": 1,
"file_name": "COCO_val2014_000000004066.jpg",
"width": 640,
"height": 427,
"license": 1,
"flickr_url": "",
"coco_url": ""
},
{
"id": 2,
"file_name": "COCO_val2014_000000004069.jpg",
"width": 500,
"height": 378,
"license": 1,
"flickr_url": "",
"coco_url": ""
},
{
"id": 3,
"file_name": "COCO_val2014_000000004092.jpg",
"width": 512,
"height": 640,
"license": 1,
"flickr_url": "",
"coco_url": ""
}
],
"questions": [
{
"id": 1,
"image_id": 1,
"question": "How many glasses are in the picture?",
"split": "val"
},
{
"id": 2,
"image_id": 1,
"question": "How many hat are in the picture?",
"split": "val"
},
{
"id": 3,
"image_id": 1,
"question": "Is there anyone in the picture?",
"split": "val"
},
{
"id": 4,
"image_id": 2,
"question": "How many glasses are in the picture?",
"split": "val"
},
{
"id": 5,
"image_id": 2,
"question": "How many hat are in the picture?",
"split": "val"
},
{
"id": 6,
"image_id": 2,
"question": "Is there anyone in the picture?",
"split": "val"
},
{
"id": 7,
"image_id": 3,
"question": "How many glasses are in the picture?",
"split": "val"
},
{
"id": 8,
"image_id": 3,
"question": "How many hat are in the picture?",
"split": "val"
},
{
"id": 9,
"image_id": 3,
"question": "Is there anyone in the picture?",
"split": "val"
}
],
"annotations": [
{
"question_id": 1,
"answers": [
{
"answer": 0,
"answer_confidence": "yes",
"answer_id": 1,
"answer_count": 1
}
]
},
{
"question_id": 2,
"answers": [
{
"answer": 0,
"answer_confidence": "yes",
"answer_id": 1,
"answer_count": 1
}
]
},
{
"question_id": 3,
"answers": [
{
"answer": "no",
"answer_confidence": "yes",
"answer_id": 1,
"answer_count": 1
}
]
},
{
"question_id": 4,
"answers": [
{
"answer": 0,
"answer_confidence": "yes",
"answer_id": 1,
"answer_count": 1
}
]
},
{
"question_id": 5,
"answers": [
{
"answer": 0,
"answer_confidence": "yes",
"answer_id": 1,
"answer_count": 1
}
]
},
{
"question_id": 6,
"answers": [
{
"answer": "no",
"answer_confidence": "yes",
"answer_id": 1,
"answer_count": 1
}
]
},
{
"question_id": 7,
"answers": [
{
"answer": 0,
"answer_confidence": "yes",
"answer_id": 1,
"answer_count": 1
}
]
},
{
"question_id": 8,
"answers": [
{
"answer": 0,
"answer_confidence": "yes",
"answer_id": 1,
"answer_count": 1
}
]
},
{
"question_id": 9,
"answers": [
{
"answer": "no",
"answer_confidence": "yes",
"answer_id": 1,
"answer_count": 1
}
]
}
],
"objects": [
{
"id": 1,
"image_id": 1,
"category_id": "people",
"bbox": [
161.54727793696281,
147.74068767908307,
124.92836676217763,
138.10888252149
],
"area": 17253.717128759206,
"iscrowd": 0
},
{
"id": 2,
"image_id": 1,
"category_id": "people",
"bbox": [
502.2349570200573,
147.1676217765043,
97.13467048710595,
123.78223495702008
],
"area": 12023.546604707673,
"iscrowd": 0
},
{
"id": 3,
"image_id": 2,
"category_id": "people",
"bbox": [
197.71573604060916,
157.1472081218274,
64.46700507614213,
133.248730964467
],
"area": 8590.14661547579,
"iscrowd": 0
},
{
"id": 4,
"image_id": 2,
"category_id": "people",
"bbox": [
309.6446700507614,
173.39086294416242,
61.92893401015232,
128.68020304568526
],
"area": 7969.027802829244,
"iscrowd": 0
},
{
"id": 5,
"image_id": 3,
"category_id": "people",
"bbox": [
0.3965517241379075,
89.61206896551724,
478.44827586206895,
549.3879310344828
],
"area": 262853.7083828775,
"iscrowd": 0
}
]
}