Manli's picture
Update demo.ipynb with examples from the paper
1195d8a
raw
history blame
861 Bytes
[
{
"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?"
]
}
]