File size: 895 Bytes
0a0d29d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[
    {
        "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/152.jpg"],
        "question": ["<image>\nCan you explain this meme?"]
    },
    {
        "image_path": ["./test_samples/images/1148.jpg"],
        "question": ["<image>\nWhat can be the relationship between the two persons in this image?"]
    },
    {
        
        "image_path": ["./test_samples/images/45711.jpg"],
        "question": [
            "<image>\nWhat is this meeting about?",
            "<image>\nHow many things are discussed in the meeting?",
            "<image>\nWhat is the second agenda?",
            "<image>\nWhen is the next meeting held?"
        ]
    }
]