-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrecognize_negative_template.json
More file actions
122 lines (122 loc) · 4.08 KB
/
recognize_negative_template.json
File metadata and controls
122 lines (122 loc) · 4.08 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
[
{
"Question": "Is <sks> in this photo?",
"Answer": "No, <sks> is not in this photo."
},
{
"Question": "Can you tell if <sks> appears in this picture?",
"Answer": "No, <sks> is not in this picture."
},
{
"Question": "Could you check whether <sks> is in the image?",
"Answer": "<sks> is not in the image."
},
{
"Question": "Do you see <sks> anywhere in this snapshot?",
"Answer": "<sks> does not appear in this snapshot."
},
{
"Question": "Is there a chance <sks> could be in this photo?",
"Answer": "There's no indication that <sks> is in this photo."
},
{
"Question": "Would you happen to know if <sks> is shown in this photograph?",
"Answer": "<sks> is not shown in the photograph."
},
{
"Question": "Can you recognize if <sks> is in this photo?",
"Answer": "I have analyzed the image, and <sks> is not present in the photo."
},
{
"Question": "Have you spotted <sks> in this photo?",
"Answer": "I have not spotted <sks> in this photo."
},
{
"Question": "Is that <sks> in the photo there?",
"Answer": "That is not <sks> in the photo."
},
{
"Question": "Can you check if <sks> is in this photo?",
"Answer": "I've analyzed the photo, and <sks> is not present in the image you provided."
},
{
"Question": "Am I seeing <sks> in this picture?",
"Answer": "You are not seeing <sks> in this picture."
},
{
"Question": "Does this photo include <sks>?",
"Answer": "This photo does not include <sks>."
},
{
"Question": "Is <sks> featured in this photo?",
"Answer": "<sks> is not featured in this photo."
},
{
"Question": "Can you point out <sks> in this photo?",
"Answer": "I can't point out <sks> because <sks> isn't in the photo."
},
{
"Question": "Is <sks> visible in this photo?",
"Answer": "<sks> is not visible in this photo."
},
{
"Question": "Check if <sks> is in this photo for me, will you?",
"Answer": "After checking, <sks> is not in this photo."
},
{
"Question": "Can you see <sks> in this photo?",
"Answer": "I've analyzed the image, and <sks> is not present in the photo."
},
{
"Question": "Do you recognize <sks> in this photo?",
"Answer": "I do not recognize <sks> in this photo."
},
{
"Question": "I'm looking for <sks>, is <sks> in this photo?",
"Answer": "<sks> is not in this photo."
},
{
"Question": "Is there any sign of <sks> in this photo?",
"Answer": "There is no sign of <sks> in this photo."
},
{
"Question": "This photo, does it have <sks>?",
"Answer": "This photo does not have <sks>."
},
{
"Question": "Could you confirm if this is <sks> in the photo?",
"Answer": "I can confirm that this is not <sks> in the photo."
},
{
"Question": "Can you see if <sks> is in this photo?",
"Answer": "I've searched the image, and <sks> is not present in the photo."
},
{
"Question": "Is <sks> part of the group in this photo?",
"Answer": "<sks> is not part of the group in this photo."
},
{
"Question": "I think I see <sks>, is it so?",
"Answer": "You do not see <sks>, as <sks> is not in the photo."
},
{
"Question": "Has <sks> been captured in this photo?",
"Answer": "<sks> has not been captured in this photo."
},
{
"Question": "<sks>'s in this photo, right?",
"Answer": "No, <sks>'s not in this photo."
},
{
"Question": "Is <sks> present in this particular photo?",
"Answer": "<sks> is not present in this particular photo."
},
{
"Question": "I can't find <sks>, is <sks> in the photo?",
"Answer": "You can't find <sks> because <sks> is not in the photo."
},
{
"Question": "Is <sks> in this image?",
"Answer": "No, <sks> is not in this image."
}
]