File size: 861 Bytes
8b55b6a 1195d8a 8b55b6a 1195d8a 8b55b6a 1195d8a 8b55b6a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
[
{
"image_path": ["./test_samples/images/image-1.jpeg",
"./test_samples/images/image-2.jpeg"],
"question": [
"What is in common between this image 1 <image> and image 2 <image>?"
]
},
{
"image_path": ["./test_samples/images/example-1-0.jpeg",
"./test_samples/images/example-1-1.jpeg",
"./test_samples/images/example-1-2.jpeg"],
"question": [
"<image> Which one of the following can be found in the first image?\nA.<image>\nB.<image>"
]
},
{
"image_path": ["./test_samples/images/example-2-0.jpeg",
"./test_samples/images/example-2-1.jpeg"],
"question": [
"<image>\n<image>\nWhere does the object in image 1 appear in image 2?"
]
}
] |