update test cases
Browse files- demo.ipynb +0 -0
- test_samples/images/1074.jpg +0 -0
- test_samples/images/112.jpg +0 -0
- test_samples/images/1148.jpg +0 -0
- test_samples/images/152.jpg +0 -0
- test_samples/images/1614.jpg +0 -0
- test_samples/images/26302.jpg +0 -0
- test_samples/images/45711.jpg +0 -0
- test_samples/images/51.jpg +0 -0
- test_samples/images/76.jpg +0 -0
- test_samples/test.json +34 -12
demo.ipynb
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
test_samples/images/1074.jpg
ADDED
test_samples/images/112.jpg
DELETED
Binary file (34.2 kB)
|
|
test_samples/images/1148.jpg
ADDED
test_samples/images/152.jpg
ADDED
test_samples/images/1614.jpg
ADDED
test_samples/images/26302.jpg
ADDED
test_samples/images/45711.jpg
ADDED
test_samples/images/51.jpg
DELETED
Binary file (22.1 kB)
|
|
test_samples/images/76.jpg
DELETED
Binary file (25.7 kB)
|
|
test_samples/test.json
CHANGED
@@ -1,20 +1,42 @@
|
|
1 |
[
|
2 |
{
|
3 |
-
"question": "
|
4 |
-
"
|
5 |
-
"category": "ocr,spat,math",
|
6 |
-
"image_path": "./test_samples/images/51.jpg"
|
7 |
},
|
8 |
{
|
9 |
-
"question": "
|
10 |
-
"
|
11 |
-
"category": "rec",
|
12 |
-
"image_path": "./test_samples/images/76.jpg"
|
13 |
},
|
14 |
{
|
15 |
-
"question": "
|
16 |
-
"
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
}
|
20 |
]
|
|
|
1 |
[
|
2 |
{
|
3 |
+
"question": "Can you explain this meme?",
|
4 |
+
"image_path": "./test_samples/images/152.jpg"
|
|
|
|
|
5 |
},
|
6 |
{
|
7 |
+
"question": "In the food web, what are the predators?",
|
8 |
+
"image_path": "./test_samples/images/26302.jpg"
|
|
|
|
|
9 |
},
|
10 |
{
|
11 |
+
"question": "What is the role of Mouse?",
|
12 |
+
"image_path": "./test_samples/images/26302.jpg"
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"question": "How is this image taken?",
|
16 |
+
"image_path": "./test_samples/images/1614.jpg"
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"question": "Can you identify the season in which the picture was taken?",
|
20 |
+
"image_path": "./test_samples/images/1074.jpg"
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"question": "What can be the relationship between the two persons in this image?",
|
24 |
+
"image_path": "./test_samples/images/1148.jpg"
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"question": "What is this meeting about?",
|
28 |
+
"image_path": "./test_samples/images/45711.jpg"
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"question": "How many things are discussed in the meeting?",
|
32 |
+
"image_path": "./test_samples/images/45711.jpg"
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"question": "What is the 2nd agenda?",
|
36 |
+
"image_path": "./test_samples/images/45711.jpg"
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"question": "When is the next meeting held?",
|
40 |
+
"image_path": "./test_samples/images/45711.jpg"
|
41 |
}
|
42 |
]
|