File size: 254,728 Bytes
744e19b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
question_id,file_location,preset_start,presets_available,question,expected_answer,question_type,eval_category,multi_step_mode,required_tools_policy,expected_tool_order_json,args_check,expected_tool_args_json,answer_view,evaluation_notes,difficulty,scene_objects_mentioned,tool_schema_version,nl_required,text_normalization,expected_tools_multiset,expected_tool_order_signature,scope_requirement,arg_match_policy,gt_evidence_json

Q_001,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many tanks are visible right now?,There are zero tanks.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""tanks"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""tanks"", ""view_type"": ""current""}}",full,Must use view_type=full.,Medium,tanks,v1.0,,,,,,,

Q_002,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many drones are visible right now?,There are zero drones.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""drones"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""drones"", ""view_type"": ""current""}}",full,Must use view_type=full.,Easy,drones,v1.0,,,,,,,

Q_003,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many people are visible right now?,There are zero people.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""people"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""people"", ""view_type"": ""current""}}",full,Must use view_type=full.,Medium,people,v1.0,,,,,,,

Q_004,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many dogs are visible right now?,There are zero dogs.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""dogs"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""dogs"", ""view_type"": ""full""}}",full,Must use view_type=full.,Easy,dogs,v1.0,,,,,,,

Q_005,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many cats are visible right now?,There are zero cats.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""cats"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""cats"", ""view_type"": ""current""}}",full,Must use view_type=full.,Easy,cats,v1.0,,,,,,,

Q_006,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many cars are visible right now?,There are zero cars.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""cars"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""cars"", ""view_type"": ""current""}}",full,Must use view_type=full.,Medium,cars,v1.0,,,,,,,

Q_007,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many buses are visible right now?,There are zero buses.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""buses"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""buses"", ""view_type"": ""current""}}",full,Must use view_type=full.,Medium,buses,v1.0,,,,,,,

Q_008,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many bicycles are visible right now?,There are zero bicycles.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""bicycles"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""bicycles"", ""view_type"": ""current""}}",full,Must use view_type=full.,Hard,bicycles,v1.0,,,,,,,

Q_009,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many motorcycles are visible right now?,There are zero motorcycles.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""motorcycles"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""motorcycles"", ""view_type"": ""current""}}",full,Must use view_type=full.,Easy,motorcycles,v1.0,,,,,,,

Q_010,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many airplanes are visible right now?,There are zero airplanes.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""airplanes"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""airplanes"", ""view_type"": ""current""}}",full,Must use view_type=full.,Medium,airplanes,v1.0,,,,,,,

Q_011,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many birds are visible right now?,There are zero birds.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""birds"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""birds"", ""view_type"": ""full""}}",full,Must use view_type=full.,Easy,birds,v1.0,,,,,,,

Q_012,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many signs are visible right now?,There are zero signs.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""signs"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""signs"", ""view_type"": ""current""}}",full,Must use view_type=full.,Hard,signs,v1.0,,,,,,,

Q_013,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many windows with lights on are visible right now?,There are zero windows with lights on.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""windows with lights on"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""windows with lights on"", ""view_type"": ""current""}}",full,Must use view_type=full.,Medium,windows with lights on,v1.0,,,,,,,

Q_014,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many tanks are visible right now?,There are zero tanks.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""tanks"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""tanks"", ""view_type"": ""current""}}",full,Must use view_type=full.,Easy,tanks,v1.0,,,,,,,

Q_015,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many drones are visible right now?,There are zero drones.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""drones"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""drones"", ""view_type"": ""current""}}",full,Must use view_type=full.,Easy,drones,v1.0,,,,,,,

Q_016,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many people are visible right now?,There are zero people.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""people"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""people"", ""view_type"": ""current""}}",full,Must use view_type=full.,Easy,people,v1.0,,,,,,,

Q_017,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many dogs are visible right now?,There are zero dogs.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""dogs"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""dogs"", ""view_type"": ""current""}}",full,Must use view_type=full.,Medium,dogs,v1.0,,,,,,,

Q_018,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many cats are visible right now?,There are zero cats.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""cats"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""cats"", ""view_type"": ""full""}}",full,Must use view_type=full.,Medium,cats,v1.0,,,,,,,

Q_019,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many cars are visible right now?,There are zero cars.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""cars"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""cars"", ""view_type"": ""current""}}",full,Must use view_type=full.,Easy,cars,v1.0,,,,,,,

Q_020,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many buses are visible right now?,There are zero buses.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""buses"", ""view_type"": ""current""}}]",TRUE,"{""count_pointing"": {""instruction"": ""buses"", ""view_type"": ""current""}}",current,,Easy,buses,v1.0,,,,,,,

Q_021,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many bicycles are visible right now?,There are zero bicycles.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""bicycles"", ""view_type"": ""current""}}]",TRUE,"{""count_pointing"": {""instruction"": ""bicycles"", ""view_type"": ""current""}}",current,,Hard,bicycles,v1.0,,,,,,,

Q_022,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",How many street lamps are visible right now?,There are two street lamps.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""street lamp"", ""view_type"": ""current""}}]",TRUE,"{""count_pointing"": {""instruction"": ""street lamp"", ""view_type"": ""current""}}",current,,Medium,street lamp,v1.0,,,,,,,

Q_023,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Are there at least seven street lamps in view?,There are at least seven street lamps.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""street lamp"", ""view_type"": ""current""}}]",TRUE,"{""count_pointing"": {""instruction"": ""street lamp"", ""view_type"": ""current""}}",current,,Medium,street lamp,v1.0,,,,,,,

Q_024,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Describe the condition of the street.,The street looks wet and dirty.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the condition of the street."", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Describe the condition of the street."", ""view_type"": ""current""}}",current,,Hard,"road,puddle",v1.0,,,,,,,

Q_025,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Give a one-sentence description of the scene.,"It looks like an old, quiet street just after rain.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Give a one-sentence description of the scene."", ""view_type"": ""current""}}]",FALSE,{},current,,Hard,"building,road,sky",v1.0,,,,,,,

Q_026,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",What color is the prominent door?,The prominent door is bright red.,QA,descriptor,none,,"[{""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 1.5}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What color is the prominent door?"", ""view_type"": ""current""}}]",FALSE,{},current,,Medium,"red door,building",v1.0,,,,,,,

Q_027,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Are the street lights turned on or off?,The street lights are off.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Are the street lights turned on or off?"", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,street lamp,v1.0,,,,,,,

Q_028,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",List notable features in this scene.,"Notable features include old buildings, many puddles, and wet pavement.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""List notable features in this scene."", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,"building,puddle,road",v1.0,,,,,,,

Q_029,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Do the buildings look new or old?,The buildings appear old and worn.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Do the buildings look new or old?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Do the buildings look new or old?"", ""view_type"": ""current""}}",current,,Medium,building,v1.0,,,,,,,

Q_030,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Is the street clean?,"No, the street appears dirty with debris and puddles.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is the street clean?"", ""view_type"": ""current""}}]",FALSE,{},current,,Medium,"road,puddle",v1.0,,,,,,,

Q_031,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Is anyone present in the scene?,There are no people visible.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is anyone present in the scene?"", ""view_type"": ""current""}}]",FALSE,{},current,,Hard,people,v1.0,,,,,,,

Q_032,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Is the weather dry or does it look like it just rained?,It looks like it just rained.,QA,descriptor,none,,"[{""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 1.5}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Is the weather dry or does it look like it just rained?"", ""view_type"": ""current""}}]",FALSE,{},current,,Hard,"road,puddle,sky",v1.0,,,,,,,

Q_033,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Describe the sky in a single sentence.,The sky looks overcast.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the sky in a single sentence."", ""view_type"": ""current""}}]",FALSE,{},current,,Medium,sky,v1.0,,,,,,,

Q_034,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Do you see any readable signs?,There are no readable signs.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Do you see any readable signs?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Do you see any readable signs?"", ""view_type"": ""current""}}",current,,Hard,signs,v1.0,,,,,,,

Q_035,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Describe the intersection area.,Two street lamps flank the intersection near the buildings.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the intersection area."", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,"intersection,street lamp,building",v1.0,,,,,,,

Q_036,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Are the balconies occupied?,The balconies are empty.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Are the balconies occupied?"", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,balcony,v1.0,,,,,,,

Q_037,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Is there shrubbery on the road?,"Yes, there is shrubbery scattered along the road.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is there shrubbery on the road?"", ""view_type"": ""current""}}]",FALSE,{},current,,Medium,"shrubbery,road",v1.0,,,,,,,

Q_038,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",What is the general color palette of the buildings?,"The buildings are mostly tan, white, and darker brick tones.",QA,descriptor,none,,"[{""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 1.5}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the general color palette of the buildings?"", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,building,v1.0,,,,,,,

Q_039,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Describe the condition of the street.,The street looks wet and dirty.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the condition of the street."", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Describe the condition of the street."", ""view_type"": ""current""}}",current,,Medium,"road,puddle",v1.0,,,,,,,

Q_040,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Give a one-sentence description of the scene.,"It looks like an old, quiet street just after rain.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Give a one-sentence description of the scene."", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,"building,road,sky",v1.0,,,,,,,

Q_041,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",What color is the prominent door?,The prominent door is bright red.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What color is the prominent door?"", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,"red door,building",v1.0,,,,,,,

Q_042,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Are the street lights turned on or off?,The street lights are off.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Are the street lights turned on or off?"", ""view_type"": ""current""}}]",FALSE,{},current,,Hard,street lamp,v1.0,,,,,,,

Q_043,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",List notable features in this scene.,"Notable features include old buildings, many puddles, and wet pavement.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""List notable features in this scene."", ""view_type"": ""current""}}]",FALSE,{},current,,Hard,"building,puddle,road",v1.0,,,,,,,

Q_044,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Do the buildings look new or old?,The buildings appear old and worn.,QA,descriptor,none,,"[{""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 1.5}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Do the buildings look new or old?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Do the buildings look new or old?"", ""view_type"": ""current""}}",current,,Medium,building,v1.0,,,,,,,

Q_045,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Is the street clean?,"No, the street appears dirty with debris and puddles.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is the street clean?"", ""view_type"": ""current""}}]",FALSE,{},current,,Hard,"road,puddle",v1.0,,,,,,,

Q_046,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Is anyone present in the scene?,There are no people visible.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is anyone present in the scene?"", ""view_type"": ""current""}}]",FALSE,{},current,,Medium,people,v1.0,,,,,,,

Q_047,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Is the weather dry or does it look like it just rained?,It looks like it just rained.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is the weather dry or does it look like it just rained?"", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,"road,puddle,sky",v1.0,,,,,,,

Q_048,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Describe the sky in a single sentence.,The sky looks overcast.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the sky in a single sentence."", ""view_type"": ""current""}}]",FALSE,{},current,,Medium,sky,v1.0,,,,,,,

Q_049,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Do you see any readable signs?,There are no readable signs.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Do you see any readable signs?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Do you see any readable signs?"", ""view_type"": ""current""}}",current,,Easy,signs,v1.0,,,,,,,

Q_050,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Describe the intersection area.,Two street lamps flank the intersection near the buildings.,QA,descriptor,none,,"[{""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 1.5}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the intersection area."", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,"intersection,street lamp,building",v1.0,,,,,,,

Q_051,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Are the balconies occupied?,The balconies are empty.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Are the balconies occupied?"", ""view_type"": ""current""}}]",FALSE,{},current,,Medium,balcony,v1.0,,,,,,,

Q_052,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Is there shrubbery on the road?,"Yes, there is shrubbery scattered along the road.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is there shrubbery on the road?"", ""view_type"": ""current""}}]",FALSE,{},current,,Medium,"shrubbery,road",v1.0,,,,,,,

Q_053,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",What is the general color palette of the buildings?,"The buildings are mostly tan, white, and darker brick tones.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What is the general color palette of the buildings?"", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,building,v1.0,,,,,,,

Q_054,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Describe the condition of the street.,The street looks wet and dirty.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the condition of the street."", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Describe the condition of the street."", ""view_type"": ""current""}}",current,,Easy,"road,puddle",v1.0,,,,,,,

Q_055,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Give a one-sentence description of the scene.,"It looks like an old, quiet street just after rain.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Give a one-sentence description of the scene."", ""view_type"": ""current""}}]",FALSE,{},current,,Hard,"building,road,sky",v1.0,,,,,,,

Q_056,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",What color is the prominent door?,The prominent door is bright red.,QA,descriptor,none,,"[{""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 1.5}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What color is the prominent door?"", ""view_type"": ""current""}}]",FALSE,{},current,,Hard,"red door,building",v1.0,,,,,,,

Q_057,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Where is the tan building relative to the street?,The tan building is on the left side of the street.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Where is the tan building relative to the street?"", ""view_type"": ""current""}}]",FALSE,{},current,,Hard,"tan building,street",v1.0,,,,,,,

Q_058,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Where are the two trees relative to the street?,The trees are on the left side of the street.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Where are the two trees relative to the street?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Where are the two trees relative to the street?"", ""view_type"": ""current""}}",current,,Hard,"tree,street",v1.0,,,,,,,

Q_059,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Where are most puddles located?,Many puddles are in the middle of the road.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Where are most puddles located?"", ""view_type"": ""current""}}]",FALSE,{},current,,Medium,"puddle,road",v1.0,,,,,,,

Q_060,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Is the red door centered on its building?,"Yes, the red door is roughly in the middle of its building.",QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is the red door centered on its building?"", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,"red door,building",v1.0,,,,,,,

Q_061,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Are the street lamps near the intersection?,"Yes, the lamps stand near the intersection.",QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Are the street lamps near the intersection?"", ""view_type"": ""current""}}]",FALSE,{},current,,Medium,"street lamp,intersection",v1.0,,,,,,,

Q_062,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Is there notable occlusion on the right side?,"Yes, some right-side buildings are occluded.",QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is there notable occlusion on the right side?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Is there notable occlusion on the right side?"", ""view_type"": ""current""}}",current,,Hard,building,v1.0,,,,,,,

Q_063,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",What occupies the top-right of the frame?,The top-right shows overcast sky above rooftops.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What occupies the top-right of the frame?"", ""view_type"": ""current""}}]",FALSE,{},current,,Hard,"sky,building",v1.0,,,,,,,

Q_064,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Where is the tan building relative to the street?,The tan building is on the left side of the street.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Where is the tan building relative to the street?"", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,"tan building,street",v1.0,,,,,,,

Q_065,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Where are the two trees relative to the street?,The trees are on the left side of the street.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Where are the two trees relative to the street?"", ""view_type"": ""current""}}]",FALSE,{},current,,Medium,"tree,street",v1.0,,,,,,,

Q_066,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Where are most puddles located?,Many puddles are in the middle of the road.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Where are most puddles located?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Where are most puddles located?"", ""view_type"": ""current""}}",current,,Medium,"puddle,road",v1.0,,,,,,,

Q_067,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Is the red door centered on its building?,"Yes, the red door is roughly in the middle of its building.",QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is the red door centered on its building?"", ""view_type"": ""current""}}]",FALSE,{},current,,Hard,"red door,building",v1.0,,,,,,,

Q_068,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Are the street lamps near the intersection?,"Yes, the lamps stand near the intersection.",QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Are the street lamps near the intersection?"", ""view_type"": ""current""}}]",FALSE,{},current,,Hard,"street lamp,intersection",v1.0,,,,,,,

Q_069,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Is there notable occlusion on the right side?,"Yes, some right-side buildings are occluded.",QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is there notable occlusion on the right side?"", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,building,v1.0,,,,,,,

Q_070,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Are there any readable street signs?,There are no readable street signs.,QA,ocr_identification,none,,"[{""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 2}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Are there any readable street signs?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Are there any readable street signs?"", ""view_type"": ""current""}}",current,,Medium,signs,v1.0,,,,,,,

Q_071,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",What is the name of any business in view?,There are no visible business names.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of any business in view?"", ""view_type"": ""current""}}]",FALSE,{},current,,Hard,"signs,building",v1.0,,,,,,,

Q_072,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Read the text on any door or window if present.,There is no readable text on doors or windows.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Read the text on any door or window if present."", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,"door,building",v1.0,,,,,,,

Q_073,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Identify any logos or emblems you can see.,There are no visible logos or emblems.,QA,ocr_identification,none,,"[{""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 2}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Identify any logos or emblems you can see."", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,"signs,building",v1.0,,,,,,,

Q_074,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Are there any readable street signs?,There are no readable street signs.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Are there any readable street signs?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Are there any readable street signs?"", ""view_type"": ""current""}}",current,,Medium,signs,v1.0,,,,,,,

Q_075,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",What is the name of any business in view?,There are no visible business names.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of any business in view?"", ""view_type"": ""full""}}]",FALSE,{},full,Must use view_type=full.,Medium,"signs,building",v1.0,,,,,,,

Q_076,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Read the text on any door or window if present.,There is no readable text on doors or windows.,QA,ocr_identification,none,,"[{""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 2}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the text on any door or window if present."", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,"door,building",v1.0,,,,,,,

Q_077,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Identify any logos or emblems you can see.,There are no visible logos or emblems.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Identify any logos or emblems you can see."", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,"signs,building",v1.0,,,,,,,

Q_078,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","After panning left 180°, which view has more street lamps—before or after?",The view after panning left has more street lamps.,QA,comparative_relational,strict,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": -180}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""After panning left 180°, which view has more street lamps—before or after?"", ""view_type"": ""current""}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": -180}}",current,,Easy,street lamp,v1.0,,,,,,,

Q_079,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","After a half-turn, which view shows more buildings—before or after?",The view after the half-turn shows more buildings.,QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""After a half-turn, which view shows more buildings—before or after?"", ""view_type"": ""current""}}]",FALSE,{},current,,Medium,building,v1.0,,,,,,,

Q_080,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","Which half of the frame has more shrubbery, left or right?",The left half has more shrubbery.,QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Which half of the frame has more shrubbery, left or right?"", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,shrubbery,v1.0,,,,,,,

Q_081,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","Which side has more trees, left or right?",The left side has more trees.,QA,comparative_relational,strict,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": -180}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which side has more trees, left or right?"", ""view_type"": ""current""}}]",FALSE,"{""ptz_adjust"": {""pan_deg"": -180}}",current,,Medium,tree,v1.0,,,,,,,

Q_082,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Which view shows a clearer intersection—before or after panning right 20°?,The view after panning right 20° shows a clearer intersection.,QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Which view shows a clearer intersection—before or after panning right 20°?"", ""view_type"": ""current""}}]",TRUE,{},current,,Medium,intersection,v1.0,,,,,,,

Q_083,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","After panning left 180°, which view has more street lamps—before or after?",The view after panning left has more street lamps.,QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""After panning left 180°, which view has more street lamps—before or after?"", ""view_type"": ""current""}}]",FALSE,{},current,,Medium,street lamp,v1.0,,,,,,,

Q_084,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","After a half-turn, which view shows more buildings—before or after?",The view after the half-turn shows more buildings.,QA,comparative_relational,strict,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": -180}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""After a half-turn, which view shows more buildings—before or after?"", ""view_type"": ""current""}}]",FALSE,"{""ptz_adjust"": {""pan_deg"": -180}}",current,,Hard,building,v1.0,,,,,,,

Q_085,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","Which half of the frame has more shrubbery, left or right?",The left half has more shrubbery.,QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Which half of the frame has more shrubbery, left or right?"", ""view_type"": ""current""}}]",FALSE,{},current,,Hard,shrubbery,v1.0,,,,,,,

Q_086,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","Which side has more trees, left or right?",The left side has more trees.,QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Which side has more trees, left or right?"", ""view_type"": ""current""}}]",TRUE,{},current,,Medium,tree,v1.0,,,,,,,

Q_087,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Which view shows a clearer intersection—before or after panning right 20°?,The view after panning right 20° shows a clearer intersection.,QA,comparative_relational,strict,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": -180}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which view shows a clearer intersection—before or after panning right 20°?"", ""view_type"": ""current""}}]",FALSE,"{""ptz_adjust"": {""pan_deg"": -180}}",current,,Easy,intersection,v1.0,,,,,,,

Q_088,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","After panning left 180°, which view has more street lamps—before or after?",The view after panning left has more street lamps.,QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""After panning left 180°, which view has more street lamps—before or after?"", ""view_type"": ""current""}}]",FALSE,{},current,,Medium,street lamp,v1.0,,,,,,,

Q_089,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","After a half-turn, which view shows more buildings—before or after?",The view after the half-turn shows more buildings.,QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""After a half-turn, which view shows more buildings—before or after?"", ""view_type"": ""current""}}]",FALSE,{},current,,Easy,building,v1.0,,,,,,,

Q_090,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","Which half of the frame has more shrubbery, left or right?",The left half has more shrubbery.,QA,comparative_relational,strict,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": -180}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which half of the frame has more shrubbery, left or right?"", ""view_type"": ""current""}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": -180}}",current,,Easy,shrubbery,v1.0,,,,,,,

Q_091,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Pan right 5°.,I have panned right 5°.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 5}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": 5}}",current,,Easy,,v1.0,,,,,,,

Q_092,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Pan left 5°.,I have panned left 5°.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": -5}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": -5}}",current,,Medium,,v1.0,,,,,,,

Q_093,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Pan right 10°.,I have panned right 10°.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 10}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": 10}}",current,,Medium,,v1.0,,,,,,,

Q_094,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Pan left 10°.,I have panned left 10°.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": -10}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": -10}}",current,,Easy,,v1.0,,,,,,,

Q_095,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Pan right 15°.,I have panned right 15°.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 15}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": 15}}",current,,Medium,,v1.0,,,,,,,

Q_096,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Pan left 15°.,I have panned left 15°.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": -15}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": -15}}",current,,Easy,,v1.0,,,,,,,

Q_097,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Pan right 20°.,I have panned right 20°.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 20}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": 20}}",current,,Easy,,v1.0,,,,,,,

Q_098,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Pan left 20°.,I have panned left 20°.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": -20}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": -20}}",current,,Easy,,v1.0,,,,,,,

Q_099,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Pan right 30°.,I have panned right 30°.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 30}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": 30}}",current,,Easy,,v1.0,,,,,,,

Q_100,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Pan left 30°.,I have panned left 30°.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": -30}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": -30}}",current,,Medium,,v1.0,,,,,,,

Q_101,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Tilt up 5°.,I have tilted up 5°.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""tilt_deg"": 5}}]",TRUE,"{""ptz_adjust"": {""tilt_deg"": 5}}",current,,Easy,sky,v1.0,,,,,,,

Q_102,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Tilt down 5°.,I have tilted down 5°.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""tilt_deg"": -5}}]",TRUE,"{""ptz_adjust"": {""tilt_deg"": -5}}",current,,Easy,,v1.0,,,,,,,

Q_103,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Tilt up 10°.,I have tilted up 10°.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""tilt_deg"": 10}}]",TRUE,"{""ptz_adjust"": {""tilt_deg"": 10}}",current,,Medium,sky,v1.0,,,,,,,

Q_104,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Tilt down 10°.,I have tilted down 10°.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""tilt_deg"": -10}}]",TRUE,"{""ptz_adjust"": {""tilt_deg"": -10}}",current,,Hard,,v1.0,,,,,,,

Q_105,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Tilt up 15°.,I have tilted up 15°.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""tilt_deg"": 15}}]",TRUE,"{""ptz_adjust"": {""tilt_deg"": 15}}",current,,Medium,sky,v1.0,,,,,,,

Q_106,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Tilt down 15°.,I have tilted down 15°.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""tilt_deg"": -15}}]",TRUE,"{""ptz_adjust"": {""tilt_deg"": -15}}",current,,Medium,,v1.0,,,,,,,

Q_107,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Zoom in 50%.,I have zoomed in 50%.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""zoom_percent"": 50}}]",TRUE,"{""ptz_adjust"": {""zoom_percent"": 50}}",current,,Medium,,v1.0,,,,,,,

Q_108,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Zoom out 50%.,I have zoomed out 50%.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""zoom_percent"": -50}}]",TRUE,"{""ptz_adjust"": {""zoom_percent"": -50}}",current,,Easy,,v1.0,,,,,,,

Q_109,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Zoom in 2×.,I have zoomed in 2×.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 2}}]",TRUE,"{""ptz_adjust"": {""zoom_factor"": 2}}",current,,Medium,,v1.0,,,,,,,

Q_110,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Zoom out 2×.,I have zoomed out 0.5×.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 0.5}}]",TRUE,"{""ptz_adjust"": {""zoom_factor"": 0.5}}",current,,Easy,,v1.0,,,,,,,

Q_111,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Take a screenshot.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",TRUE,{},current,,Easy,,v1.0,,,,,,,

Q_112,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Go to the eor-viewpoint preset.,I have gone to the 'eor-viewpoint' preset.,Action,single_call,none,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""eor-viewpoint""}}]",TRUE,"{""go_to_preset"": {""name"": ""eor-viewpoint""}}",current,,Medium,,v1.0,,,,,,,

Q_113,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Go to the sor-viewpoint preset.,I have gone to the 'sor-viewpoint' preset.,Action,single_call,none,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""sor-viewpoint""}}]",TRUE,"{""go_to_preset"": {""name"": ""sor-viewpoint""}}",current,,Medium,,v1.0,,,,,,,

Q_114,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Return to the Home position.,I have returned to the Home position.,Action,single_call,none,,"[{""name"": ""home_action""}]",TRUE,{},current,,Easy,,v1.0,,,,,,,

Q_115,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Take a screenshot and then zoom in 2×.,I have taken a screenshot and zoomed in 2×.,Action,multi_step_command,unordered,any,"[{""name"": ""take_image""}, {""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 2}}]",TRUE,"{""ptz_adjust"": {""zoom_factor"": 2}}",current,,Medium,,v1.0,,,,,,,

Q_116,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Take a screenshot and then zoom in 2×.,I have taken a screenshot and zoomed in 2×.,Action,multi_step_command,unordered,all,"[{""name"": ""take_image""}, {""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 2}}]",TRUE,"{""ptz_adjust"": {""zoom_factor"": 2}}",current,,Medium,,v1.0,,,,,,,

Q_117,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Take a screenshot and then zoom in 2×.,I have taken a screenshot and zoomed in 2×.,Action,multi_step_command,unordered,all,"[{""name"": ""take_image""}, {""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 2}}]",TRUE,"{""ptz_adjust"": {""zoom_factor"": 2}}",current,,Medium,,v1.0,,,,,,,

Q_118,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Take a screenshot and then zoom in 2×.,I have taken a screenshot and zoomed in 2×.,Action,multi_step_command,unordered,any,"[{""name"": ""take_image""}, {""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 2}}]",TRUE,"{""ptz_adjust"": {""zoom_factor"": 2}}",current,,Easy,,v1.0,,,,,,,

Q_119,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Take a screenshot and then zoom in 2×.,I have taken a screenshot and zoomed in 2×.,Action,multi_step_command,unordered,all,"[{""name"": ""take_image""}, {""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 2}}]",TRUE,"{""ptz_adjust"": {""zoom_factor"": 2}}",current,,Easy,,v1.0,,,,,,,

Q_120,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Take a screenshot and then zoom in 2×.,I have taken a screenshot and zoomed in 2×.,Action,multi_step_command,unordered,all,"[{""name"": ""take_image""}, {""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 2}}]",TRUE,"{""ptz_adjust"": {""zoom_factor"": 2}}",current,,Medium,,v1.0,,,,,,,

Q_121,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","First go to the eor-viewpoint, then pan left 20° and take a screenshot.",I have followed the steps in order and captured the view.,Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""eor-viewpoint""}}, {""name"": ""ptz_adjust"", ""args"": {""pan_deg"": -20}}, {""name"": ""take_image""}]",TRUE,"{""go_to_preset"": {""name"": ""eor-viewpoint""}, ""ptz_adjust"": {""pan_deg"": -20}}",current,,Medium,,v1.0,,,,,,,

Q_122,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","First go to the sor-viewpoint, tilt up 15°, then take a screenshot.",I have followed the steps in order and captured the view.,Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""sor-viewpoint""}}, {""name"": ""ptz_adjust"", ""args"": {""tilt_deg"": 15}}, {""name"": ""take_image""}]",TRUE,"{""go_to_preset"": {""name"": ""sor-viewpoint""}, ""ptz_adjust"": {""tilt_deg"": 15}}",current,,Medium,,v1.0,,,,,,,

Q_123,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","Return Home, zoom out 50%, then take a screenshot.",I have followed the steps in order and captured the view.,Action,multi_step_command,strict,,"[{""name"": ""home_action""}, {""name"": ""ptz_adjust"", ""args"": {""zoom_percent"": -50}}, {""name"": ""take_image""}]",TRUE,"{""ptz_adjust"": {""zoom_percent"": -50}}",current,,Easy,,v1.0,,,,,,,

Q_124,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Tilt up 50° and check the sky for a blip; report if one is present.,There is a small blip in the sky.,QA,multi_step_reasoning,strict,,"[{""name"": ""ptz_adjust"", ""args"": {""tilt_deg"": 50}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Is there a blip visible in the sky?"", ""view_type"": ""current""}}]",TRUE,"{""ptz_adjust"": {""tilt_deg"": 50}, ""query_answer"": {""instruction"": ""Is there a blip visible in the sky?"", ""view_type"": ""current""}}",current,,Hard,"sky,road",v1.0,,,,,,,

Q_125,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Tilt up 50° and check the sky for a blip; report if one is present.,There is no blip visible in the sky.,QA,multi_step_reasoning,strict,,"[{""name"": ""ptz_adjust"", ""args"": {""tilt_deg"": 50}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Is there a blip visible in the sky?"", ""view_type"": ""current""}}]",TRUE,"{""ptz_adjust"": {""tilt_deg"": 50}, ""query_answer"": {""instruction"": ""Is there a blip visible in the sky?"", ""view_type"": ""current""}}",current,,Hard,"sky,road",v1.0,,,,,,,

Q_126,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Turn around (pan 180°) and tell me if the road behind you is also wet.,"Yes, the road behind also appears wet.",QA,multi_step_reasoning,strict,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 180}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Is the road also wet?"", ""view_type"": ""current""}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": 180}, ""query_answer"": {""instruction"": ""Is the road also wet?"", ""view_type"": ""current""}}",current,,Easy,"sky,road",v1.0,,,,,,,

Q_127,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]",Turn around (pan 180°) and tell me if the road behind you is also wet.,"Yes, the road behind also appears wet.",QA,multi_step_reasoning,strict,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 180}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Is the road also wet?"", ""view_type"": ""current""}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": 180}, ""query_answer"": {""instruction"": ""Is the road also wet?"", ""view_type"": ""current""}}",current,,Easy,"sky,road",v1.0,,,,,,,

Q_128,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","Count birds, then pan left 20° and count again; which view had more?",Both views had zero birds.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""birds"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust"", ""args"": {""pan_deg"": -20}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""birds"", ""view_type"": ""current""}}]",TRUE,"{""count_pointing"": {""instruction"": ""birds"", ""view_type"": ""current""}}",current,,Medium,birds,v1.0,,,,,,,

Q_129,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","Count birds, then pan left 20° and count again; which view had more?",Both views had zero birds.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""birds"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust"", ""args"": {""pan_deg"": -20}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""birds"", ""view_type"": ""current""}}]",TRUE,"{""count_pointing"": {""instruction"": ""birds"", ""view_type"": ""current""}}",current,,Medium,birds,v1.0,,,,,,,

Q_130,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","Count birds, then pan left 20° and count again; which view had more?",Both views had zero birds.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""birds"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust"", ""args"": {""pan_deg"": -20}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""birds"", ""view_type"": ""current""}}]",TRUE,"{""count_pointing"": {""instruction"": ""birds"", ""view_type"": ""current""}}",current,,Easy,birds,v1.0,,,,,,,

Q_131,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","Count birds, then pan left 20° and count again; which view had more?",Both views had zero birds.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""birds"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust"", ""args"": {""pan_deg"": -20}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""birds"", ""view_type"": ""current""}}]",TRUE,"{""count_pointing"": {""instruction"": ""birds"", ""view_type"": ""current""}}",current,,Easy,birds,v1.0,,,,,,,

Q_132,scenes/whitechapel/whitechapel.blend,eor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","Count birds, then pan left 20° and count again; which view had more?",Both views had zero birds.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""birds"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust"", ""args"": {""pan_deg"": -20}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""birds"", ""view_type"": ""current""}}]",TRUE,"{""count_pointing"": {""instruction"": ""birds"", ""view_type"": ""current""}}",current,,Hard,birds,v1.0,,,,,,,

Q_133,scenes/whitechapel/whitechapel.blend,sor-viewpoint,"[""eor-viewpoint"", ""sor-viewpoint""]","Count birds, then pan left 20° and count again; which view had more?",Both views had zero birds.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""birds"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust"", ""args"": {""pan_deg"": -20}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""birds"", ""view_type"": ""current""}}]",TRUE,"{""count_pointing"": {""instruction"": ""birds"", ""view_type"": ""current""}}",current,,Medium,birds,v1.0,,,,,,,

Q_134,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",How many bikes are visible right now?,There are about six bikes.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""bike"", ""view_type"": ""full""}}",full,Must use full 360° view.,Easy,bike,v1.0,TRUE,,,,must_full,exact,

Q_135,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Count trees in the left half of the frame.,There is one tree.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""tree"", ""view_type"": ""full""}}]",FALSE,,full,Must use full 360° view.,Easy,tree,v1.0,TRUE,,,,must_full,,

Q_136,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Are there at least 2 fire hydrants in view?,There is one fire hydrant.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""fire hydrant"", ""view_type"": ""full""}}]",FALSE,,full,Must use full 360° view.,Easy,fire hydrant,v1.0,TRUE,,,,must_full,,

Q_137,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]","After a 2× zoom in, how many bikes do you see?",There are about six bikes.,QA,counting,none,,"[{""name"": ""ptz_adjust""}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""bike"", ""view_type"": ""full""}}",full,Must use full 360° view.,Easy,bike,v1.0,TRUE,,,,must_full,exact,

Q_138,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",How many trees can you make out after zooming in slightly?,There is one tree.,QA,counting,none,,"[{""name"": ""ptz_adjust""}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""tree"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""tree"", ""view_type"": ""full""}}",full,Must use full 360° view.,Easy,tree,v1.0,TRUE,,,,must_full,exact,

Q_139,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",How many fire hydrants are visible right now?,There is one fire hydrant.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""fire hydrant"", ""view_type"": ""full""}}]",FALSE,,full,Must use full 360° view.,Easy,fire hydrant,v1.0,TRUE,,,,must_full,,

Q_140,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Count bikes in the left half of the frame.,There are about six bikes.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""full""}}]",FALSE,,full,Must use full 360° view.,Easy,bike,v1.0,TRUE,,,,must_full,,

Q_141,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Are there at least 2 trees in view?,There is one tree.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""tree"", ""view_type"": ""full""}}]",FALSE,,full,Must use full 360° view.,Easy,tree,v1.0,TRUE,,,,must_full,,

Q_142,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","After a 2× zoom in, how many fire hydrants do you see?",There is one fire hydrant.,QA,counting,none,,"[{""name"": ""ptz_adjust""}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""fire hydrant"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""fire hydrant"", ""view_type"": ""full""}}",full,Must use full 360° view.,Medium,fire hydrant,v1.0,TRUE,,,,must_full,exact,

Q_143,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",How many bikes can you make out after zooming in slightly?,There are about six bikes.,QA,counting,none,,"[{""name"": ""ptz_adjust""}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""bike"", ""view_type"": ""full""}}",full,Must use full 360° view.,Medium,bike,v1.0,TRUE,,,,must_full,exact,

Q_144,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",How many trees are visible right now?,There is one tree.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""tree"", ""view_type"": ""full""}}]",FALSE,,full,Must use full 360° view.,Medium,tree,v1.0,TRUE,,,,must_full,,

Q_145,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Count fire hydrants in the left half of the frame.,There is one fire hydrant.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""fire hydrant"", ""view_type"": ""full""}}]",FALSE,,full,Must use full 360° view.,Medium,fire hydrant,v1.0,TRUE,,,,must_full,,

Q_146,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Are there at least 2 bikes in view?,There are about six bikes.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""bike"", ""view_type"": ""full""}}",full,Must use full 360° view.,Medium,bike,v1.0,TRUE,,,,must_full,exact,

Q_147,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]","After a 2× zoom in, how many trees do you see?",There is one tree.,QA,counting,none,,"[{""name"": ""ptz_adjust""}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""tree"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""tree"", ""view_type"": ""full""}}",full,Must use full 360° view.,Medium,tree,v1.0,TRUE,,,,must_full,exact,

Q_148,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",How many fire hydrants can you make out after zooming in slightly?,There is one fire hydrant.,QA,counting,none,,"[{""name"": ""ptz_adjust""}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""fire hydrant"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""fire hydrant"", ""view_type"": ""full""}}",full,Must use full 360° view.,Medium,fire hydrant,v1.0,TRUE,,,,must_full,exact,

Q_149,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",How many bikes are visible right now?,There are about six bikes.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""full""}}]",FALSE,,full,Must use full 360° view.,Medium,bike,v1.0,TRUE,,,,must_full,,

Q_150,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Count trees in the left half of the frame.,There is one tree.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""tree"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""tree"", ""view_type"": ""full""}}",full,Must use full 360° view.,Medium,tree,v1.0,TRUE,,,,must_full,exact,

Q_151,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Are there at least 2 fire hydrants in view?,There is one fire hydrant.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""fire hydrant"", ""view_type"": ""full""}}]",FALSE,,full,Must use full 360° view.,Medium,fire hydrant,v1.0,TRUE,,,,must_full,,

Q_152,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]","After a 2× zoom in, how many bikes do you see?",There are about six bikes.,QA,counting,none,,"[{""name"": ""ptz_adjust""}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""bike"", ""view_type"": ""full""}}",full,Must use full 360° view.,Medium,bike,v1.0,TRUE,,,,must_full,exact,

Q_153,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",How many trees can you make out after zooming in slightly?,There is one tree.,QA,counting,none,,"[{""name"": ""ptz_adjust""}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""tree"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""tree"", ""view_type"": ""full""}}",full,Must use full 360° view.,Medium,tree,v1.0,TRUE,,,,must_full,exact,

Q_154,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",How many fire hydrants are visible right now?,There is one fire hydrant.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""fire hydrant"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""fire hydrant"", ""view_type"": ""full""}}",full,Must use full 360° view.,Medium,fire hydrant,v1.0,TRUE,,,,must_full,exact,

Q_155,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Count bikes in the left half of the frame.,There are about six bikes.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""full""}}]",FALSE,,full,Must use full 360° view.,Medium,bike,v1.0,TRUE,,,,must_full,,

Q_156,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Describe the storefront area in the current view.,"The area shows a small shopfront, bikes, a bench, and nearby trees.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the storefront area in the current view."", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, book store",v1.0,TRUE,,,,any,,

Q_157,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",What color is the nearest bike?,The nearest bike is yellow.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What color is the nearest bike?"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, book store",v1.0,TRUE,,,,any,,

Q_158,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",List notable features visible right now.,"Notable features include bikes, a storefront, trees, and a road with a sidewalk.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""List notable features visible right now."", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, tree, bench",v1.0,TRUE,,,,any,,

Q_159,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Describe the storefront area in the current view.,"The area shows a small shopfront, bikes, a bench, and nearby trees.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the storefront area in the current view."", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, book store",v1.0,TRUE,,,,any,,

Q_160,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",What color is the nearest bike?,The nearest bike is yellow.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What color is the nearest bike?"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, book store",v1.0,TRUE,,,,any,,

Q_161,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",List notable features visible right now.,"Notable features include bikes, a storefront, trees, and a road with a sidewalk.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""List notable features visible right now."", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, tree, bench",v1.0,TRUE,,,,any,,

Q_162,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Describe the storefront area in the current view.,"The area shows a small shopfront, bikes, a bench, and nearby trees.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the storefront area in the current view."", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, book store",v1.0,TRUE,,,,any,,

Q_163,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",What color is the nearest bike?,The nearest bike is yellow.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What color is the nearest bike?"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, book store",v1.0,TRUE,,,,any,,

Q_164,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",List notable features visible right now.,"Notable features include bikes, a storefront, trees, and a road with a sidewalk.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""List notable features visible right now."", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, tree, bench",v1.0,TRUE,,,,any,,

Q_165,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Describe the storefront area in the current view.,"The area shows a small shopfront, bikes, a bench, and nearby trees.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the storefront area in the current view."", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, book store",v1.0,TRUE,,,,any,,

Q_166,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",What color is the nearest bike?,The nearest bike is yellow.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What color is the nearest bike?"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, book store",v1.0,TRUE,,,,any,,

Q_167,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",List notable features visible right now.,"Notable features include bikes, a storefront, trees, and a road with a sidewalk.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""List notable features visible right now."", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, tree, bench",v1.0,TRUE,,,,any,,

Q_168,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Describe the storefront area in the current view.,"The area shows a small shopfront, bikes, a bench, and nearby trees.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the storefront area in the current view."", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, book store",v1.0,TRUE,,,,any,,

Q_169,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",What color is the nearest bike?,The nearest bike is yellow.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What color is the nearest bike?"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, book store",v1.0,TRUE,,,,any,,

Q_170,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",List notable features visible right now.,"Notable features include bikes, a storefront, trees, and a road with a sidewalk.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""List notable features visible right now."", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, tree, bench",v1.0,TRUE,,,,any,,

Q_171,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Describe the storefront area in the current view.,"The area shows a small shopfront, bikes, a bench, and nearby trees.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the storefront area in the current view."", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, book store",v1.0,TRUE,,,,any,,

Q_172,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",What color is the nearest bike?,The nearest bike is yellow.,QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What color is the nearest bike?"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, book store",v1.0,TRUE,,,,any,,

Q_173,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",List notable features visible right now.,"Notable features include bikes, a storefront, trees, and a road with a sidewalk.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""List notable features visible right now."", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, tree, bench",v1.0,TRUE,,,,any,,

Q_174,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Describe the storefront area in the current view.,"The area shows a small shopfront, bikes, a bench, and nearby trees.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the storefront area in the current view."", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, book store",v1.0,TRUE,,,,any,,

Q_175,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Is the bike left or right of the fire hydrant?,The bike is left of the fire hydrant.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is the bike left or right of the fire hydrant?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Is the bike left or right of the fire hydrant?"", ""view_type"": ""current""}}",current,,Easy,"bike, fire hydrant",v1.0,TRUE,,,,any,subset,

Q_176,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Where is the tree relative to the storefront (in front/behind/near/far)?,The tree is in front of the storefront.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Where is the tree relative to the storefront (in front/behind/near/far)?"", ""view_type"": ""current""}}]",FALSE,,current,,Easy,"tree, book store",v1.0,TRUE,,,,any,,

Q_177,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Is the bike left or right of the fire hydrant?,The bike is left of the fire hydrant.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is the bike left or right of the fire hydrant?"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, fire hydrant",v1.0,TRUE,,,,any,,

Q_178,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Where is the tree relative to the storefront (in front/behind/near/far)?,The tree is in front of the storefront.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Where is the tree relative to the storefront (in front/behind/near/far)?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Where is the tree relative to the storefront (in front/behind/near/far)?"", ""view_type"": ""current""}}",current,,Easy,"tree, book store",v1.0,TRUE,,,,any,subset,

Q_179,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Is the bike left or right of the fire hydrant?,The bike is left of the fire hydrant.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is the bike left or right of the fire hydrant?"", ""view_type"": ""current""}}]",FALSE,,current,,Easy,"bike, fire hydrant",v1.0,TRUE,,,,any,,

Q_180,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Where is the tree relative to the storefront (in front/behind/near/far)?,The tree is in front of the storefront.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Where is the tree relative to the storefront (in front/behind/near/far)?"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"tree, book store",v1.0,TRUE,,,,any,,

Q_181,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Is the bike left or right of the fire hydrant?,The bike is left of the fire hydrant.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is the bike left or right of the fire hydrant?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Is the bike left or right of the fire hydrant?"", ""view_type"": ""current""}}",current,,Easy,"bike, fire hydrant",v1.0,TRUE,,,,any,subset,

Q_182,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Where is the tree relative to the storefront (in front/behind/near/far)?,The tree is in front of the storefront.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Where is the tree relative to the storefront (in front/behind/near/far)?"", ""view_type"": ""current""}}]",FALSE,,current,,Easy,"tree, book store",v1.0,TRUE,,,,any,,

Q_183,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Is the bike left or right of the fire hydrant?,The bike is left of the fire hydrant.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is the bike left or right of the fire hydrant?"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"bike, fire hydrant",v1.0,TRUE,,,,any,,

Q_184,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Where is the tree relative to the storefront (in front/behind/near/far)?,The tree is in front of the storefront.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Where is the tree relative to the storefront (in front/behind/near/far)?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Where is the tree relative to the storefront (in front/behind/near/far)?"", ""view_type"": ""current""}}",current,,Easy,"tree, book store",v1.0,TRUE,,,,any,subset,

Q_185,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Is the bike left or right of the fire hydrant?,The bike is left of the fire hydrant.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is the bike left or right of the fire hydrant?"", ""view_type"": ""current""}}]",FALSE,,current,,Easy,"bike, fire hydrant",v1.0,TRUE,,,,any,,

Q_186,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Where is the tree relative to the storefront (in front/behind/near/far)?,The tree is in front of the storefront.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Where is the tree relative to the storefront (in front/behind/near/far)?"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"tree, book store",v1.0,TRUE,,,,any,,

Q_187,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Is the bike left or right of the fire hydrant?,The bike is left of the fire hydrant.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is the bike left or right of the fire hydrant?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Is the bike left or right of the fire hydrant?"", ""view_type"": ""current""}}",current,,Easy,"bike, fire hydrant",v1.0,TRUE,,,,any,subset,

Q_188,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Where is the tree relative to the storefront (in front/behind/near/far)?,The tree is in front of the storefront.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Where is the tree relative to the storefront (in front/behind/near/far)?"", ""view_type"": ""current""}}]",FALSE,,current,,Easy,"tree, book store",v1.0,TRUE,,,,any,,

Q_189,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",What is the name of the bookstore in view?,The store is called 'The Book Nook'.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""storefront sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""full""}}]",TRUE,"{""query_answer"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}",full,Must use full 360° view.; Headline/name match can be case/punctuation/spacing normalized.,Medium,"book store, bank, sign",v1.0,TRUE,"{""case"": ""ignore"", ""punct"": ""ignore"", ""whitespace"": ""collapse""}",,,must_full,exact,

Q_190,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",What is the name of the bank visible here?,The bank is called 'BANQUE STRECHNITZ'.,QA,ocr_identification,none,,"[{""name"": ""ptz_adjust""}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of the bank visible here?"", ""view_type"": ""full""}}]",TRUE,"{""query_answer"": {""instruction"": ""What is the name of the bank visible here?"", ""view_type"": ""current""}}",full,Must use full 360° view.; Headline/name match can be case/punctuation/spacing normalized.,Hard,"book store, bank, sign",v1.0,TRUE,"{""case"": ""ignore"", ""punct"": ""ignore"", ""whitespace"": ""collapse""}",,,must_full,exact,

Q_191,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Read the sign that says 'Books' near the storefront.,The sign reads 'Books'.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""storefront sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the sign that says 'Books' near the storefront."", ""view_type"": ""full""}}]",TRUE,"{""query_answer"": {""instruction"": ""Read the sign that says 'Books' near the storefront."", ""view_type"": ""current""}}",full,Must use full 360° view.; Headline/name match can be case/punctuation/spacing normalized.,Medium,"book store, bank, sign",v1.0,TRUE,"{""case"": ""ignore"", ""punct"": ""ignore"", ""whitespace"": ""collapse""}",,,must_full,exact,

Q_192,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",What is the name of the bookstore in view?,The store is called 'The Book Nook'.,QA,ocr_identification,none,,"[{""name"": ""ptz_adjust""}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""full""}}]",TRUE,"{""query_answer"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}",full,Must use full 360° view.; Headline/name match can be case/punctuation/spacing normalized.,Hard,"book store, bank, sign",v1.0,TRUE,"{""case"": ""ignore"", ""punct"": ""ignore"", ""whitespace"": ""collapse""}",,,must_full,exact,

Q_193,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",What is the name of the bank visible here?,The bank is called 'BANQUE STRECHNITZ'.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""storefront sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of the bank visible here?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""What is the name of the bank visible here?"", ""view_type"": ""current""}}",current,,Medium,"book store, bank, sign",v1.0,TRUE,"{""case"": ""ignore"", ""punct"": ""ignore"", ""whitespace"": ""collapse""}",,,any,exact,

Q_194,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Read the sign that says 'Books' near the storefront.,The sign reads 'Books'.,QA,ocr_identification,none,,"[{""name"": ""ptz_adjust""}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the sign that says 'Books' near the storefront."", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Read the sign that says 'Books' near the storefront."", ""view_type"": ""current""}}",current,,Hard,"book store, bank, sign",v1.0,TRUE,"{""case"": ""ignore"", ""punct"": ""ignore"", ""whitespace"": ""collapse""}",,,any,exact,

Q_195,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",What is the name of the bookstore in view?,The store is called 'The Book Nook'.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""storefront sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}",current,,Medium,"book store, bank, sign",v1.0,TRUE,"{""case"": ""ignore"", ""punct"": ""ignore"", ""whitespace"": ""collapse""}",,,any,exact,

Q_196,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",What is the name of the bank visible here?,The bank is called 'BANQUE STRECHNITZ'.,QA,ocr_identification,none,,"[{""name"": ""ptz_adjust""}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of the bank visible here?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""What is the name of the bank visible here?"", ""view_type"": ""current""}}",current,,Hard,"book store, bank, sign",v1.0,TRUE,"{""case"": ""ignore"", ""punct"": ""ignore"", ""whitespace"": ""collapse""}",,,any,exact,

Q_197,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Read the sign that says 'Books' near the storefront.,The sign reads 'Books'.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""storefront sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the sign that says 'Books' near the storefront."", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Read the sign that says 'Books' near the storefront."", ""view_type"": ""current""}}",current,,Medium,"book store, bank, sign",v1.0,TRUE,"{""case"": ""ignore"", ""punct"": ""ignore"", ""whitespace"": ""collapse""}",,,any,exact,

Q_198,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",What is the name of the bookstore in view?,The store is called 'The Book Nook'.,QA,ocr_identification,none,,"[{""name"": ""ptz_adjust""}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}",current,,Hard,"book store, bank, sign",v1.0,TRUE,"{""case"": ""ignore"", ""punct"": ""ignore"", ""whitespace"": ""collapse""}",,,any,exact,

Q_199,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",What is the name of the bank visible here?,The bank is called 'BANQUE STRECHNITZ'.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""storefront sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of the bank visible here?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""What is the name of the bank visible here?"", ""view_type"": ""current""}}",current,,Medium,"book store, bank, sign",v1.0,TRUE,"{""case"": ""ignore"", ""punct"": ""ignore"", ""whitespace"": ""collapse""}",,,any,exact,

Q_200,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Read the sign that says 'Books' near the storefront.,The sign reads 'Books'.,QA,ocr_identification,none,,"[{""name"": ""ptz_adjust""}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the sign that says 'Books' near the storefront."", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Read the sign that says 'Books' near the storefront."", ""view_type"": ""current""}}",current,,Hard,"book store, bank, sign",v1.0,TRUE,"{""case"": ""ignore"", ""punct"": ""ignore"", ""whitespace"": ""collapse""}",,,any,exact,

Q_201,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",What is the name of the bookstore in view?,The store is called 'The Book Nook'.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""storefront sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}",current,,Medium,"book store, bank, sign",v1.0,TRUE,"{""case"": ""ignore"", ""punct"": ""ignore"", ""whitespace"": ""collapse""}",,,any,exact,

Q_202,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",What is the name of the bank visible here?,The bank is called 'BANQUE STRECHNITZ'.,QA,ocr_identification,none,,"[{""name"": ""ptz_adjust""}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of the bank visible here?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""What is the name of the bank visible here?"", ""view_type"": ""current""}}",current,,Hard,"book store, bank, sign",v1.0,TRUE,"{""case"": ""ignore"", ""punct"": ""ignore"", ""whitespace"": ""collapse""}",,,any,exact,

Q_203,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Read the sign that says 'Books' near the storefront.,The sign reads 'Books'.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""storefront sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the sign that says 'Books' near the storefront."", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Read the sign that says 'Books' near the storefront."", ""view_type"": ""current""}}",current,,Medium,"book store, bank, sign",v1.0,TRUE,"{""case"": ""ignore"", ""punct"": ""ignore"", ""whitespace"": ""collapse""}",,,any,exact,

Q_204,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",What is the name of the bookstore in view?,The store is called 'The Book Nook'.,QA,ocr_identification,none,,"[{""name"": ""ptz_adjust""}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}",current,,Hard,"book store, bank, sign",v1.0,TRUE,"{""case"": ""ignore"", ""punct"": ""ignore"", ""whitespace"": ""collapse""}",,,any,exact,

Q_205,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",What is the name of the bank visible here?,The bank is called 'BANQUE STRECHNITZ'.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""storefront sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of the bank visible here?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""What is the name of the bank visible here?"", ""view_type"": ""current""}}",current,,Medium,"book store, bank, sign",v1.0,TRUE,"{""case"": ""ignore"", ""punct"": ""ignore"", ""whitespace"": ""collapse""}",,,any,exact,

Q_206,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]","Which half has more bikes, the left or the right?",The left half has more bikes.,QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Which half has more bikes, the left or the right?"", ""view_type"": ""current""}}]",TRUE,,current,,Medium,bike,v1.0,TRUE,,,,any,subset,

Q_207,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Are there more trees or bikes in the current view?,There are more bikes than trees.,QA,comparative_relational,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""tree"", ""view_type"": ""current""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"tree, bike",v1.0,TRUE,,,,any,,

Q_208,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","After panning right 50°, which view had more bikes—before or after?",The view after panning right has more bikes.,QA,comparative_relational,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust""}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,bike,v1.0,TRUE,,,,any,,

Q_209,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]","Which preset shows more bikes, store-front or road1?",The store-front preset shows more bikes (about six vs one).,QA,comparative_relational,none,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}, {""name"": ""go_to_preset"", ""args"": {""name"": ""road1""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}]",TRUE,"{""go_to_preset"": {""name"": ""store-front""}, ""count_pointing"": {""instruction"": ""bike""}}",current,,Hard,bike,v1.0,TRUE,,,,any,subset,"{""store-front"": {""bike"": 6}, ""road1"": {""bike"": 1}}"

Q_210,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]","Which half has more bikes, the left or the right?",The left half has more bikes.,QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Which half has more bikes, the left or the right?"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,bike,v1.0,TRUE,,,,any,,

Q_211,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Are there more trees or bikes in the current view?,There are more bikes than trees.,QA,comparative_relational,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""tree"", ""view_type"": ""current""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"tree, bike",v1.0,TRUE,,,,any,,

Q_212,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]","After panning right 50°, which view had more bikes—before or after?",The view after panning right has more bikes.,QA,comparative_relational,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust""}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}]",TRUE,"{""count_pointing"": {""instruction"": ""bike""}}",current,,Medium,bike,v1.0,TRUE,,,,any,subset,

Q_213,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]","Which preset shows more bikes, store-front or road1?",The store-front preset shows more bikes (about six vs one).,QA,comparative_relational,none,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}, {""name"": ""go_to_preset"", ""args"": {""name"": ""road1""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}]",TRUE,"{""go_to_preset"": {""name"": ""store-front""}, ""count_pointing"": {""instruction"": ""bike""}}",current,,Hard,bike,v1.0,TRUE,,,,any,subset,"{""store-front"": {""bike"": 6}, ""road1"": {""bike"": 1}}"

Q_214,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","Which half has more bikes, the left or the right?",The left half has more bikes.,QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Which half has more bikes, the left or the right?"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,bike,v1.0,TRUE,,,,any,,

Q_215,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Are there more trees or bikes in the current view?,There are more bikes than trees.,QA,comparative_relational,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""tree"", ""view_type"": ""current""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}]",TRUE,"{""count_pointing"": {""instruction"": ""bike""}}",current,,Medium,"tree, bike",v1.0,TRUE,,,,any,subset,

Q_216,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]","After panning right 50°, which view had more bikes—before or after?",The view after panning right has more bikes.,QA,comparative_relational,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust""}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,bike,v1.0,TRUE,,,,any,,

Q_217,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","Which preset shows more bikes, store-front or road1?",The store-front preset shows more bikes (about six vs one).,QA,comparative_relational,none,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}, {""name"": ""go_to_preset"", ""args"": {""name"": ""road1""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}]",TRUE,"{""go_to_preset"": {""name"": ""store-front""}, ""count_pointing"": {""instruction"": ""bike""}}",current,,Hard,bike,v1.0,TRUE,,,,any,subset,"{""store-front"": {""bike"": 6}, ""road1"": {""bike"": 1}}"

Q_218,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]","Which half has more bikes, the left or the right?",The left half has more bikes.,QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Which half has more bikes, the left or the right?"", ""view_type"": ""current""}}]",TRUE,,current,,Medium,bike,v1.0,TRUE,,,,any,subset,

Q_219,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Are there more trees or bikes in the current view?,There are more bikes than trees.,QA,comparative_relational,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""tree"", ""view_type"": ""current""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"tree, bike",v1.0,TRUE,,,,any,,

Q_220,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","After panning right 50°, which view had more bikes—before or after?",The view after panning right has more bikes.,QA,comparative_relational,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust""}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,bike,v1.0,TRUE,,,,any,,

Q_221,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]","Which preset shows more bikes, store-front or road1?",The store-front preset shows more bikes (about six vs one).,QA,comparative_relational,none,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}, {""name"": ""go_to_preset"", ""args"": {""name"": ""road1""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}]",TRUE,"{""go_to_preset"": {""name"": ""store-front""}, ""count_pointing"": {""instruction"": ""bike""}}",current,,Hard,bike,v1.0,TRUE,,,,any,subset,"{""store-front"": {""bike"": 6}, ""road1"": {""bike"": 1}}"

Q_222,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]","Which half has more bikes, the left or the right?",The left half has more bikes.,QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Which half has more bikes, the left or the right?"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,bike,v1.0,TRUE,,,,any,,

Q_223,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Are there more trees or bikes in the current view?,There are more bikes than trees.,QA,comparative_relational,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""tree"", ""view_type"": ""current""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,"tree, bike",v1.0,TRUE,,,,any,,

Q_224,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]","After panning right 50°, which view had more bikes—before or after?",The view after panning right has more bikes.,QA,comparative_relational,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust""}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}]",TRUE,"{""count_pointing"": {""instruction"": ""bike""}}",current,,Medium,bike,v1.0,TRUE,,,,any,subset,

Q_225,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]","Which preset shows more bikes, store-front or road1?",The store-front preset shows more bikes (about six vs one).,QA,comparative_relational,none,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}, {""name"": ""go_to_preset"", ""args"": {""name"": ""road1""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}]",TRUE,"{""go_to_preset"": {""name"": ""store-front""}, ""count_pointing"": {""instruction"": ""bike""}}",current,,Hard,bike,v1.0,TRUE,,,,any,subset,"{""store-front"": {""bike"": 6}, ""road1"": {""bike"": 1}}"

Q_226,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","Which half has more bikes, the left or the right?",The left half has more bikes.,QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Which half has more bikes, the left or the right?"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,bike,v1.0,TRUE,,,,any,,

Q_227,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Are there more trees or bikes in the current view?,There are more bikes than trees.,QA,comparative_relational,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""tree"", ""view_type"": ""current""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}]",TRUE,"{""count_pointing"": {""instruction"": ""bike""}}",current,,Medium,"tree, bike",v1.0,TRUE,,,,any,subset,

Q_228,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]","After panning right 50°, which view had more bikes—before or after?",The view after panning right has more bikes.,QA,comparative_relational,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust""}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}]",FALSE,,current,,Medium,bike,v1.0,TRUE,,,,any,,

Q_229,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","Which preset shows more bikes, store-front or road1?",The store-front preset shows more bikes (about six vs one).,QA,comparative_relational,none,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}, {""name"": ""go_to_preset"", ""args"": {""name"": ""road1""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}]",TRUE,"{""go_to_preset"": {""name"": ""store-front""}, ""count_pointing"": {""instruction"": ""bike""}}",current,,Hard,bike,v1.0,TRUE,,,,any,subset,"{""store-front"": {""bike"": 6}, ""road1"": {""bike"": 1}}"

Q_230,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_231,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_232,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_233,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Go to the store-front preset.,I have gone to the 'store-front' preset.,Action,single_call,none,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}]",TRUE,"{""go_to_preset"": {""name"": ""store-front""}}",current,,Easy,,v1.0,TRUE,,,,any,exact,

Q_234,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Return to the Home position.,I have returned to the Home position.,Action,single_call,none,,"[{""name"": ""home_action""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_235,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Track the bike for 30 seconds.,I have tracked the bike for 30 seconds.,Action,single_call,none,,"[{""name"": ""track_object"", ""args"": {""object_of_interest"": ""bike"", ""duration"": 30, ""unit"": ""seconds""}}]",TRUE,"{""track_object"": {""object_of_interest"": ""bike"", ""duration"": 30, ""unit"": ""seconds""}}",current,,Easy,bike,v1.0,TRUE,,,,any,exact,

Q_236,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_237,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_238,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_239,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Go to the store-front preset.,I have gone to the 'store-front' preset.,Action,single_call,none,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}]",TRUE,"{""go_to_preset"": {""name"": ""store-front""}}",current,,Easy,,v1.0,TRUE,,,,any,exact,

Q_240,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Return to the Home position.,I have returned to the Home position.,Action,single_call,none,,"[{""name"": ""home_action""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_241,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Track the bike for 30 seconds.,I have tracked the bike for 30 seconds.,Action,single_call,none,,"[{""name"": ""track_object"", ""args"": {""object_of_interest"": ""bike"", ""duration"": 30, ""unit"": ""seconds""}}]",TRUE,"{""track_object"": {""object_of_interest"": ""bike"", ""duration"": 30, ""unit"": ""seconds""}}",current,,Easy,bike,v1.0,TRUE,,,,any,exact,

Q_242,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_243,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_244,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_245,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Go to the store-front preset.,I have gone to the 'store-front' preset.,Action,single_call,none,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}]",TRUE,"{""go_to_preset"": {""name"": ""store-front""}}",current,,Easy,,v1.0,TRUE,,,,any,exact,

Q_246,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Return to the Home position.,I have returned to the Home position.,Action,single_call,none,,"[{""name"": ""home_action""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_247,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Track the bike for 30 seconds.,I have tracked the bike for 30 seconds.,Action,single_call,none,,"[{""name"": ""track_object"", ""args"": {""object_of_interest"": ""bike"", ""duration"": 30, ""unit"": ""seconds""}}]",TRUE,"{""track_object"": {""object_of_interest"": ""bike"", ""duration"": 30, ""unit"": ""seconds""}}",current,,Easy,bike,v1.0,TRUE,,,,any,exact,

Q_248,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_249,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_250,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_251,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Go to the store-front preset.,I have gone to the 'store-front' preset.,Action,single_call,none,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}]",TRUE,"{""go_to_preset"": {""name"": ""store-front""}}",current,,Easy,,v1.0,TRUE,,,,any,exact,

Q_252,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Return to the Home position.,I have returned to the Home position.,Action,single_call,none,,"[{""name"": ""home_action""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_253,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Track the bike for 30 seconds.,I have tracked the bike for 30 seconds.,Action,single_call,none,,"[{""name"": ""track_object"", ""args"": {""object_of_interest"": ""bike"", ""duration"": 30, ""unit"": ""seconds""}}]",TRUE,"{""track_object"": {""object_of_interest"": ""bike"", ""duration"": 30, ""unit"": ""seconds""}}",current,,Easy,bike,v1.0,TRUE,,,,any,exact,

Q_254,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Take a screenshot and zoom in on the bookstore sign.,I have completed the requested actions.,Action,multi_step_command,unordered,all,"[{""name"": ""take_image""}, {""name"": ""zoom_bounding""}]",FALSE,,current,,Medium,book store,v1.0,TRUE,,"{""take_image"": 1, ""zoom_bounding"": 1}",,any,,

Q_255,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Zoom in slightly and then count the bikes.,I have completed the requested actions.,Action,multi_step_command,unordered,all,"[{""name"": ""ptz_adjust""}, {""name"": ""count_pointing""}]",FALSE,,current,,Medium,bike,v1.0,TRUE,,"{""ptz_adjust"": 1, ""count_pointing"": 1}",,any,,

Q_256,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Track the bike briefly and also take a screenshot.,I have completed the requested actions.,Action,multi_step_command,unordered,all,"[{""name"": ""track_object""}, {""name"": ""take_image""}]",FALSE,,current,,Medium,bike,v1.0,TRUE,,"{""track_object"": 1, ""take_image"": 1}",,any,,

Q_257,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Take a screenshot and zoom in on the bookstore sign.,I have completed the requested actions.,Action,multi_step_command,unordered,all,"[{""name"": ""take_image""}, {""name"": ""zoom_bounding""}]",FALSE,,current,,Easy,book store,v1.0,TRUE,,"{""take_image"": 1, ""zoom_bounding"": 1}",,any,,

Q_258,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Zoom in slightly and then count the bikes.,I have completed the requested actions.,Action,multi_step_command,unordered,all,"[{""name"": ""ptz_adjust""}, {""name"": ""count_pointing""}]",FALSE,,current,,Easy,bike,v1.0,TRUE,,"{""ptz_adjust"": 1, ""count_pointing"": 1}",,any,,

Q_259,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Track the bike briefly and also take a screenshot.,I have completed the requested actions.,Action,multi_step_command,unordered,any,"[{""name"": ""track_object""}, {""name"": ""take_image""}]",FALSE,,current,,Easy,bike,v1.0,TRUE,,"{""track_object"": 1, ""take_image"": 1}",,any,,

Q_260,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Take a screenshot and zoom in on the bookstore sign.,I have completed the requested actions.,Action,multi_step_command,unordered,all,"[{""name"": ""take_image""}, {""name"": ""zoom_bounding""}]",FALSE,,current,,Easy,book store,v1.0,TRUE,,"{""take_image"": 1, ""zoom_bounding"": 1}",,any,,

Q_261,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Zoom in slightly and then count the bikes.,I have completed the requested actions.,Action,multi_step_command,unordered,all,"[{""name"": ""ptz_adjust""}, {""name"": ""count_pointing""}]",FALSE,,current,,Easy,bike,v1.0,TRUE,,"{""ptz_adjust"": 1, ""count_pointing"": 1}",,any,,

Q_262,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Track the bike briefly and also take a screenshot.,I have completed the requested actions.,Action,multi_step_command,unordered,all,"[{""name"": ""track_object""}, {""name"": ""take_image""}]",FALSE,,current,,Easy,bike,v1.0,TRUE,,"{""track_object"": 1, ""take_image"": 1}",,any,,

Q_263,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Take a screenshot and zoom in on the bookstore sign.,I have completed the requested actions.,Action,multi_step_command,unordered,all,"[{""name"": ""take_image""}, {""name"": ""zoom_bounding""}]",FALSE,,current,,Easy,book store,v1.0,TRUE,,"{""take_image"": 1, ""zoom_bounding"": 1}",,any,,

Q_264,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Zoom in slightly and then count the bikes.,I have completed the requested actions.,Action,multi_step_command,unordered,all,"[{""name"": ""ptz_adjust""}, {""name"": ""count_pointing""}]",FALSE,,current,,Easy,bike,v1.0,TRUE,,"{""ptz_adjust"": 1, ""count_pointing"": 1}",,any,,

Q_265,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]",Track the bike briefly and also take a screenshot.,I have completed the requested actions.,Action,multi_step_command,unordered,any,"[{""name"": ""track_object""}, {""name"": ""take_image""}]",FALSE,,current,,Easy,bike,v1.0,TRUE,,"{""track_object"": 1, ""take_image"": 1}",,any,,

Q_266,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Take a screenshot and zoom in on the bookstore sign.,I have completed the requested actions.,Action,multi_step_command,unordered,all,"[{""name"": ""take_image""}, {""name"": ""zoom_bounding""}]",FALSE,,current,,Easy,book store,v1.0,TRUE,,"{""take_image"": 1, ""zoom_bounding"": 1}",,any,,

Q_267,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]",Zoom in slightly and then count the bikes.,I have completed the requested actions.,Action,multi_step_command,unordered,all,"[{""name"": ""ptz_adjust""}, {""name"": ""count_pointing""}]",FALSE,,current,,Easy,bike,v1.0,TRUE,,"{""ptz_adjust"": 1, ""count_pointing"": 1}",,any,,

Q_268,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","First go to store-front2, then take a screenshot.",I have executed the steps in order.,Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front2""}}, {""name"": ""take_image""}]",TRUE,"{""go_to_preset"": {""name"": ""store-front2""}}",current,,Hard,,v1.0,TRUE,,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front2""}}, {""name"": ""take_image""}]",any,subset,

Q_269,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]","Zoom in on the bank sign, then read it aloud.",I have executed the steps in order.,Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}, {""name"": ""zoom_bounding"", ""args"": {""instruction"": ""bank sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the bank name"", ""view_type"": ""current""}}]",TRUE,"{""zoom_bounding"": {""instruction"": ""bank sign""}, ""query_answer"": {""instruction"": ""Read the bank name"", ""view_type"": ""current""}}",current,,Easy,,v1.0,TRUE,,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}, {""name"": ""zoom_bounding"", ""args"": {""instruction"": ""bank sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the bank name"", ""view_type"": ""current""}}]",any,subset,

Q_270,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]","Pan right 20°, tilt down 10°, then take a screenshot.",I have executed the steps in order.,Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front2""}}, {""name"": ""ptz_adjust""}, {""name"": ""ptz_adjust""}, {""name"": ""take_image""}]",TRUE,,current,,Easy,,v1.0,TRUE,,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front2""}}, {""name"": ""ptz_adjust""}, {""name"": ""ptz_adjust""}, {""name"": ""take_image""}]",any,subset,

Q_271,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","First go to store-front2, then take a screenshot.",I have executed the steps in order.,Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front2""}}, {""name"": ""take_image""}]",TRUE,"{""go_to_preset"": {""name"": ""store-front2""}}",current,,Hard,,v1.0,TRUE,,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front2""}}, {""name"": ""take_image""}]",any,subset,

Q_272,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]","Zoom in on the bank sign, then read it aloud.",I have executed the steps in order.,Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}, {""name"": ""zoom_bounding"", ""args"": {""instruction"": ""bank sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the bank name"", ""view_type"": ""current""}}]",TRUE,"{""zoom_bounding"": {""instruction"": ""bank sign""}, ""query_answer"": {""instruction"": ""Read the bank name"", ""view_type"": ""current""}}",current,,Easy,,v1.0,TRUE,,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}, {""name"": ""zoom_bounding"", ""args"": {""instruction"": ""bank sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the bank name"", ""view_type"": ""current""}}]",any,subset,

Q_273,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]","Pan right 20°, tilt down 10°, then take a screenshot.",I have executed the steps in order.,Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front2""}}, {""name"": ""ptz_adjust""}, {""name"": ""ptz_adjust""}, {""name"": ""take_image""}]",TRUE,,current,,Easy,,v1.0,TRUE,,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front2""}}, {""name"": ""ptz_adjust""}, {""name"": ""ptz_adjust""}, {""name"": ""take_image""}]",any,subset,

Q_274,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","First go to store-front2, then take a screenshot.",I have executed the steps in order.,Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front2""}}, {""name"": ""take_image""}]",TRUE,"{""go_to_preset"": {""name"": ""store-front2""}}",current,,Hard,,v1.0,TRUE,,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front2""}}, {""name"": ""take_image""}]",any,subset,

Q_275,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]","Zoom in on the bank sign, then read it aloud.",I have executed the steps in order.,Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}, {""name"": ""zoom_bounding"", ""args"": {""instruction"": ""bank sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the bank name"", ""view_type"": ""current""}}]",TRUE,"{""zoom_bounding"": {""instruction"": ""bank sign""}, ""query_answer"": {""instruction"": ""Read the bank name"", ""view_type"": ""current""}}",current,,Easy,,v1.0,TRUE,,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}, {""name"": ""zoom_bounding"", ""args"": {""instruction"": ""bank sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the bank name"", ""view_type"": ""current""}}]",any,subset,

Q_276,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]","Pan right 20°, tilt down 10°, then take a screenshot.",I have executed the steps in order.,Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front2""}}, {""name"": ""ptz_adjust""}, {""name"": ""ptz_adjust""}, {""name"": ""take_image""}]",TRUE,,current,,Easy,,v1.0,TRUE,,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front2""}}, {""name"": ""ptz_adjust""}, {""name"": ""ptz_adjust""}, {""name"": ""take_image""}]",any,subset,

Q_277,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","First go to store-front2, then take a screenshot.",I have executed the steps in order.,Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front2""}}, {""name"": ""take_image""}]",TRUE,"{""go_to_preset"": {""name"": ""store-front2""}}",current,,Hard,,v1.0,TRUE,,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front2""}}, {""name"": ""take_image""}]",any,subset,

Q_278,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Count bikes now and after a slight zoom; which count is higher?,I have compared the requested views and provided the result.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing""}, {""name"": ""ptz_adjust""}, {""name"": ""count_pointing""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_279,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]","Summarize the scene, then go to road1 and summarize again.",I have compared the requested views and provided the result.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""query_answer""}, {""name"": ""go_to_preset""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_280,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","Check if any bikes are present; if yes, zoom and read the bookstore name.",I have compared the requested views and provided the result.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing""}, {""name"": ""zoom_bounding""}, {""name"": ""query_answer""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_281,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Count bikes now and after a slight zoom; which count is higher?,I have compared the requested views and provided the result.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing""}, {""name"": ""ptz_adjust""}, {""name"": ""count_pointing""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_282,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]","Summarize the scene, then go to road1 and summarize again.",I have compared the requested views and provided the result.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""query_answer""}, {""name"": ""go_to_preset""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_283,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","Check if any bikes are present; if yes, zoom and read the bookstore name.",I have compared the requested views and provided the result.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing""}, {""name"": ""zoom_bounding""}, {""name"": ""query_answer""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_284,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Count bikes now and after a slight zoom; which count is higher?,I have compared the requested views and provided the result.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing""}, {""name"": ""ptz_adjust""}, {""name"": ""count_pointing""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_285,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]","Summarize the scene, then go to road1 and summarize again.",I have compared the requested views and provided the result.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""query_answer""}, {""name"": ""go_to_preset""}]",FALSE,,current,,Easy,,v1.0,TRUE,,,,any,,

Q_286,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","Check if any bikes are present; if yes, zoom and read the bookstore name.",I have compared the requested views and provided the result.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing""}, {""name"": ""zoom_bounding""}, {""name"": ""query_answer""}]",FALSE,,current,,Hard,,v1.0,TRUE,,,,any,,

Q_287,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]",Count bikes now and after a slight zoom; which count is higher?,I have compared the requested views and provided the result.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing""}, {""name"": ""ptz_adjust""}, {""name"": ""count_pointing""}]",FALSE,,current,,Hard,,v1.0,TRUE,,,,any,,

Q_288,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]","Summarize the scene, then go to road1 and summarize again.",I have compared the requested views and provided the result.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""query_answer""}, {""name"": ""go_to_preset""}]",FALSE,,current,,Hard,,v1.0,TRUE,,,,any,,

Q_289,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","Check if any bikes are present; if yes, zoom and read the bookstore name.",I have compared the requested views and provided the result.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing""}, {""name"": ""zoom_bounding""}, {""name"": ""query_answer""}]",FALSE,,current,,Hard,,v1.0,TRUE,,,,any,,

Q_290,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]","Go to store-front, then count the bikes, then explain briefly which side has more.",I have followed the steps and provided the result.,QA,multi_step_reasoning,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which side has more bikes?"", ""view_type"": ""current""}}]",TRUE,"{""go_to_preset"": {""name"": ""store-front""}, ""count_pointing"": {""instruction"": ""bike"", ""view_type"": ""current""}, ""query_answer"": {""instruction"": ""Which side has more bikes?"", ""view_type"": ""current""}}",current,,Hard,,v1.0,TRUE,,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which side has more bikes?"", ""view_type"": ""current""}}]",any,subset,

Q_291,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]","Go to road1, pan right 51.5°, then read the bookstore name.",I have followed the steps and provided the result.,QA,multi_step_reasoning,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""road1""}}, {""name"": ""ptz_adjust""}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}]",TRUE,"{""go_to_preset"": {""name"": ""road1""}, ""query_answer"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}",current,,Hard,,v1.0,TRUE,,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""road1""}}, {""name"": ""ptz_adjust""}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}]",any,subset,

Q_292,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","Zoom to the storefront windows, then describe what is inside.",I have followed the steps and provided the result.,QA,multi_step_reasoning,strict,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""storefront windows""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Describe what is inside the windows"", ""view_type"": ""current""}}]",TRUE,"{""zoom_bounding"": {""instruction"": ""storefront windows""}, ""query_answer"": {""instruction"": ""Describe what is inside the windows"", ""view_type"": ""current""}}",current,,Hard,,v1.0,TRUE,,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""storefront windows""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Describe what is inside the windows"", ""view_type"": ""current""}}]",any,subset,

Q_293,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]","Take a screenshot, then track the bike for 15 seconds, then take another screenshot.",I have followed the steps and provided the result.,QA,multi_step_reasoning,strict,,"[{""name"": ""take_image""}, {""name"": ""track_object"", ""args"": {""object_of_interest"": ""bike"", ""duration"": 15, ""unit"": ""seconds""}}, {""name"": ""take_image""}]",TRUE,"{""track_object"": {""object_of_interest"": ""bike"", ""duration"": 15, ""unit"": ""seconds""}}",current,,Hard,,v1.0,TRUE,,,"[{""name"": ""take_image""}, {""name"": ""track_object"", ""args"": {""object_of_interest"": ""bike"", ""duration"": 15, ""unit"": ""seconds""}}, {""name"": ""take_image""}]",any,subset,

Q_294,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]","Go to store-front, then count the bikes, then explain briefly which side has more.",I have followed the steps and provided the result.,QA,multi_step_reasoning,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which side has more bikes?"", ""view_type"": ""current""}}]",TRUE,"{""go_to_preset"": {""name"": ""store-front""}, ""count_pointing"": {""instruction"": ""bike"", ""view_type"": ""current""}, ""query_answer"": {""instruction"": ""Which side has more bikes?"", ""view_type"": ""current""}}",current,,Hard,,v1.0,TRUE,,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which side has more bikes?"", ""view_type"": ""current""}}]",any,subset,

Q_295,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","Go to road1, pan right 51.5°, then read the bookstore name.",I have followed the steps and provided the result.,QA,multi_step_reasoning,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""road1""}}, {""name"": ""ptz_adjust""}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}]",TRUE,"{""go_to_preset"": {""name"": ""road1""}, ""query_answer"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}",current,,Hard,,v1.0,TRUE,,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""road1""}}, {""name"": ""ptz_adjust""}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}]",any,subset,

Q_296,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]","Zoom to the storefront windows, then describe what is inside.",I have followed the steps and provided the result.,QA,multi_step_reasoning,strict,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""storefront windows""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Describe what is inside the windows"", ""view_type"": ""current""}}]",TRUE,"{""zoom_bounding"": {""instruction"": ""storefront windows""}, ""query_answer"": {""instruction"": ""Describe what is inside the windows"", ""view_type"": ""current""}}",current,,Hard,,v1.0,TRUE,,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""storefront windows""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Describe what is inside the windows"", ""view_type"": ""current""}}]",any,subset,

Q_297,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]","Take a screenshot, then track the bike for 15 seconds, then take another screenshot.",I have followed the steps and provided the result.,QA,multi_step_reasoning,strict,,"[{""name"": ""take_image""}, {""name"": ""track_object"", ""args"": {""object_of_interest"": ""bike"", ""duration"": 15, ""unit"": ""seconds""}}, {""name"": ""take_image""}]",TRUE,"{""track_object"": {""object_of_interest"": ""bike"", ""duration"": 15, ""unit"": ""seconds""}}",current,,Hard,,v1.0,TRUE,,,"[{""name"": ""take_image""}, {""name"": ""track_object"", ""args"": {""object_of_interest"": ""bike"", ""duration"": 15, ""unit"": ""seconds""}}, {""name"": ""take_image""}]",any,subset,

Q_298,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","Go to store-front, then count the bikes, then explain briefly which side has more.",I have followed the steps and provided the result.,QA,multi_step_reasoning,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which side has more bikes?"", ""view_type"": ""current""}}]",TRUE,"{""go_to_preset"": {""name"": ""store-front""}, ""count_pointing"": {""instruction"": ""bike"", ""view_type"": ""current""}, ""query_answer"": {""instruction"": ""Which side has more bikes?"", ""view_type"": ""current""}}",current,,Hard,,v1.0,TRUE,,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""store-front""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""bike"", ""view_type"": ""current""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which side has more bikes?"", ""view_type"": ""current""}}]",any,subset,

Q_299,scenes/book-nook/book-nook.blend,store-front,"[""store-front"", ""store-front2"", ""road1""]","Go to road1, pan right 51.5°, then read the bookstore name.",I have followed the steps and provided the result.,QA,multi_step_reasoning,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""road1""}}, {""name"": ""ptz_adjust""}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}]",TRUE,"{""go_to_preset"": {""name"": ""road1""}, ""query_answer"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}",current,,Hard,,v1.0,TRUE,,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""road1""}}, {""name"": ""ptz_adjust""}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the name of the bookstore in view?"", ""view_type"": ""current""}}]",any,subset,

Q_300,scenes/book-nook/book-nook.blend,store-front2,"[""store-front"", ""store-front2"", ""road1""]","Zoom to the storefront windows, then describe what is inside.",I have followed the steps and provided the result.,QA,multi_step_reasoning,strict,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""storefront windows""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Describe what is inside the windows"", ""view_type"": ""current""}}]",TRUE,"{""zoom_bounding"": {""instruction"": ""storefront windows""}, ""query_answer"": {""instruction"": ""Describe what is inside the windows"", ""view_type"": ""current""}}",current,,Hard,,v1.0,TRUE,,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""storefront windows""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Describe what is inside the windows"", ""view_type"": ""current""}}]",any,subset,

Q_301,scenes/book-nook/book-nook.blend,road1,"[""store-front"", ""store-front2"", ""road1""]","Take a screenshot, then track the bike for 15 seconds, then take another screenshot.",I have followed the steps and provided the result.,QA,multi_step_reasoning,strict,,"[{""name"": ""take_image""}, {""name"": ""track_object"", ""args"": {""object_of_interest"": ""bike"", ""duration"": 15, ""unit"": ""seconds""}}, {""name"": ""take_image""}]",TRUE,"{""track_object"": {""object_of_interest"": ""bike"", ""duration"": 15, ""unit"": ""seconds""}}",current,,Hard,,v1.0,TRUE,,,"[{""name"": ""take_image""}, {""name"": ""track_object"", ""args"": {""object_of_interest"": ""bike"", ""duration"": 15, ""unit"": ""seconds""}}, {""name"": ""take_image""}]",any,subset,

Q_302,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",How many mailboxes are visible in the full scene?,There are three mailboxes.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""mailbox"", ""view_type"": ""full""}}",full,Use count_pointing.,Easy,mailbox,v1.0,,,,,,,

Q_303,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",How many fire hydrants are visible in the full scene?,There are two fire hydrants.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""fire hydrant"", ""view_type"": ""full""}}",full,Use count_pointing.,Easy,fire hydrant,v1.0,,,,,,,

Q_304,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","In a full sweep, how many trees are there?",There are eight trees.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""tree"", ""view_type"": ""full""}}",full,Use count_pointing.,Easy,tree,v1.0,,,,,,,

Q_305,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]","Across the full view, how many street lamps are present?",There are four street lamps.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""street lamp"", ""view_type"": ""full""}}",full,Use count_pointing.,Easy,street lamp,v1.0,,,,,,,

Q_306,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","In the full view, how many buildings are visible?",There are eight buildings.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""building"", ""view_type"": ""full""}}",full,Use count_pointing.,Easy,building,v1.0,,,,,,,

Q_307,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]","Are there any people visible across the full view, and if so how many?",There are zero people.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""person"", ""view_type"": ""full""}}",full,Use count_pointing.,Easy,person,v1.0,,,,,,,

Q_308,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",How many mailboxes are visible right now?,There are two mailboxes.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""mailbox"", ""view_type"": ""full""}}",full,Use count_pointing.,Easy,mailbox,v1.0,,,,,,,

Q_309,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",How many trees are in view right now?,There are two trees.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""tree"", ""view_type"": ""full""}}",full,Use count_pointing.,Easy,tree,v1.0,,,,,,,

Q_310,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Are there at least two mailboxes visible?,There are at least two mailboxes.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""mailbox"", ""view_type"": ""full""}}",full,Use count_pointing.,Easy,mailbox,v1.0,,,,,,,

Q_311,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Count the mailboxes in the left half of the frame.,There are two mailboxes.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""mailbox"", ""view_type"": ""full""}}",full,Use count_pointing.,Easy,mailbox,v1.0,,,,,,,

Q_312,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",How many garbage cans are visible right now?,There are two garbage cans.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""garbage can"", ""view_type"": ""full""}}",full,Use count_pointing.,Easy,garbage can,v1.0,,,,,,,

Q_313,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",How many trees are visible from here?,There are two trees.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""tree"", ""view_type"": ""full""}}",full,Use count_pointing.,Easy,tree,v1.0,,,,,,,

Q_314,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",How many mailboxes are in this view?,There is one mailbox.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""mailbox"", ""view_type"": ""current""}}",current,Use count_pointing.,Easy,mailbox,v1.0,,,,,,,

Q_315,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",How many street lamps are visible right now?,There is one street lamp.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""street lamp"", ""view_type"": ""current""}}",current,Use count_pointing.,Easy,street lamp,v1.0,,,,,,,

Q_316,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","After a slight zoom in, how many mailboxes can you make out?",There are two mailboxes.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""mailbox"", ""view_type"": ""current""}}",current,Use count_pointing.,Easy,mailbox,v1.0,,,,,,,

Q_317,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]","After zooming a bit, how many garbage cans are there?",There are two garbage cans.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""garbage can"", ""view_type"": ""current""}}",current,Use count_pointing.,Easy,garbage can,v1.0,,,,,,,

Q_318,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Count the windows you can clearly see now.,There are more than twenty windows.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""window"", ""view_type"": ""current""}}",current,Use count_pointing.,Easy,window,v1.0,,,,,,,

Q_319,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Count the hotel floors visible in this frame.,There are at least four floors.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""floor"", ""view_type"": ""current""}}",current,Use count_pointing.,Easy,floor,v1.0,,,,,,,

Q_320,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",How many buildings are visible in the current view?,There are two residential buildings.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""building"", ""view_type"": ""current""}}",current,Use count_pointing.,Easy,building,v1.0,,,,,,,

Q_321,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",How many signs are visible right now?,There is at least one sign.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""sign"", ""view_type"": ""current""}}",current,Use count_pointing.,Easy,sign,v1.0,,,,,,,

Q_322,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Count the visible windows on the hotel facade.,There are many windows on the hotel facade.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""window"", ""view_type"": ""current""}}",current,Use count_pointing.,Easy,window,v1.0,,,,,,,

Q_323,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",How many distinct storefronts are visible from here?,There is one hotel storefront visible.,QA,counting,none,,,TRUE,"{""count_pointing"": {""instruction"": ""storefront"", ""view_type"": ""current""}}",current,Use count_pointing.,Easy,storefront,v1.0,,,,,,,

Q_324,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Give a one-sentence description of the scene.,"A quiet city street with two mailboxes, trees, and brick sidewalks is visible.",QA,descriptor,none,,,FALSE,,full,Use query_answer.,Easy,"mailbox, tree, sidewalk",v1.0,,,,,,,

Q_325,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",What notable features do you see in this view?,"Two mailboxes, two trees, many windows, and a partial storefront are notable.",QA,descriptor,none,,,FALSE,,full,Use query_answer.,Easy,"mailbox, tree, window, storefront",v1.0,,,,,,,

Q_326,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Is the left-middle building’s door open or closed?,The door on the left‑middle building is closed.,QA,descriptor,none,,,FALSE,,current,Use query_answer.,Easy,"door, building",v1.0,,,,,,,

Q_327,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Is the street clean in this scene?,The street appears clean.,QA,descriptor,none,,,FALSE,,current,Use query_answer.,Easy,street,v1.0,,,,,,,

Q_328,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Do the trees have leaves?,The trees have leaves.,QA,descriptor,none,,,FALSE,,current,Use query_answer.,Easy,tree,v1.0,,,,,,,

Q_329,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Describe what’s in front of the hotel.,"Two garbage cans, a mailbox, and a street lamp stand in front of the hotel.",QA,descriptor,none,,,FALSE,,current,Use query_answer.,Easy,"garbage can, mailbox, street lamp, hotel",v1.0,,,,,,,

Q_330,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",How many floors of the hotel are visible at least?,At least four floors of the hotel are visible.,QA,descriptor,none,,,FALSE,,current,Use query_answer.,Easy,"hotel, floor",v1.0,,,,,,,

Q_331,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Is the street lamp turned on?,The street lamp is on.,QA,descriptor,none,,,FALSE,,current,Use query_answer.,Easy,street lamp,v1.0,,,,,,,

Q_332,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Summarize the current view in one sentence.,"A hotel called Moonlight dominates the view with trees, a mailbox, a lamp and garbage cans in front.",QA,descriptor,none,,,FALSE,,current,Use query_answer.,Easy,"hotel, mailbox, street lamp, garbage can, tree",v1.0,,,,,,,

Q_333,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Is there a road in front of the hotel?,There is a road in front of the hotel.,QA,descriptor,none,,,FALSE,,current,Use query_answer.,Easy,"road, hotel",v1.0,,,,,,,

Q_334,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Is there any suspicious activity to report?,There is no suspicious activity visible.,QA,descriptor,none,,,FALSE,,current,Use query_answer.,Easy,street,v1.0,,,,,,,

Q_335,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Are there any people visible in the current view?,There are no people in the current view.,QA,descriptor,none,,,FALSE,,current,Use query_answer.,Easy,person,v1.0,,,,,,,

Q_336,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Describe the condition of the hotel sign.,The hotel sign is clearly legible.,QA,descriptor,none,,,FALSE,,current,Use query_answer.,Easy,"sign, hotel",v1.0,,,,,,,

Q_337,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",What is located to the far right side of the frame?,Part of a store appears at the far right of the frame.,QA,descriptor,none,,,FALSE,,current,Use query_answer.,Easy,store,v1.0,,,,,,,

Q_338,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Describe the sidewalks in this view.,The sidewalks appear to be made of brick and are well maintained.,QA,descriptor,none,,,FALSE,,current,Use query_answer.,Easy,sidewalk,v1.0,,,,,,,

Q_339,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Is anything occluding parts of the hotel name?,The very top letters are partially out of frame but the name is readable.,QA,descriptor,none,,,FALSE,,current,Use query_answer.,Easy,"hotel, sign",v1.0,,,,,,,

Q_340,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Is traffic visible in this frame?,No traffic is visible in this frame.,QA,descriptor,none,,,FALSE,,current,Use query_answer.,Easy,road,v1.0,,,,,,,

Q_341,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",What textures are most prominent here?,Brick facades and window panes are the most prominent textures.,QA,descriptor,none,,,FALSE,,current,Use query_answer.,Easy,"brick, window",v1.0,,,,,,,

Q_342,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",What stands to the right of the hotel?,Another building stands to the right of the hotel.,QA,descriptor,none,,,FALSE,,current,Use query_answer.,Easy,building,v1.0,,,,,,,

Q_343,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Are the trees in front of the mailboxes or behind them?,The trees are in front of the mailboxes.,QA,location_spatial,none,,,FALSE,,current,Use query_answer; ptz_adjust if needed.,Medium,"tree, mailbox",v1.0,,,,,,,

Q_344,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Is the partial storefront to the left or right side of the frame?,The partial storefront is on the right side.,QA,location_spatial,none,,,FALSE,,current,Use query_answer; ptz_adjust if needed.,Medium,storefront,v1.0,,,,,,,

Q_345,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Is the small sliver on the far left a building facade?,"Yes, it appears to be a building facade.",QA,location_spatial,none,,,FALSE,,current,Use query_answer; ptz_adjust if needed.,Medium,building,v1.0,,,,,,,

Q_346,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Where are the mailboxes relative to the buildings?,The mailboxes are in front of the buildings.,QA,location_spatial,none,,,FALSE,,current,Use query_answer; ptz_adjust if needed.,Medium,"mailbox, building",v1.0,,,,,,,

Q_347,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Is the street lamp to the left or right of the hotel entrance?,The street lamp is to the right of the hotel entrance.,QA,location_spatial,none,,,FALSE,,current,Use query_answer; ptz_adjust if needed.,Medium,"street lamp, hotel",v1.0,,,,,,,

Q_348,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Where are the garbage cans relative to the hotel?,The garbage cans are in front of the hotel.,QA,location_spatial,none,,,FALSE,,current,Use query_answer; ptz_adjust if needed.,Medium,"garbage can, hotel",v1.0,,,,,,,

Q_349,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Is the mailbox nearer to the hotel or to the trees?,The mailbox is nearer to the hotel.,QA,location_spatial,none,,,FALSE,,current,Use query_answer; ptz_adjust if needed.,Medium,"mailbox, hotel, tree",v1.0,,,,,,,

Q_350,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",What is visible at the bottom edge of the frame?,A road is visible at the bottom edge.,QA,location_spatial,none,,,FALSE,,current,Use query_answer; ptz_adjust if needed.,Medium,road,v1.0,,,,,,,

Q_351,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","After panning right 20°, what is centered in the frame?","After panning right, the partial storefront area becomes more centered.",QA,location_spatial,none,,,FALSE,,current,Use query_answer; ptz_adjust if needed.,Medium,storefront,v1.0,,,,,,,

Q_352,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]","After tilting up 10°, what changes at the top of the view?",Tilting up reveals more of the hotel’s upper floors.,QA,location_spatial,none,,,FALSE,,current,Use query_answer; ptz_adjust if needed.,Medium,"hotel, floor",v1.0,,,,,,,

Q_353,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Is a street sign visible from this view?,A street sign edge is visible near the right side.,QA,location_spatial,none,,,FALSE,,current,Use query_answer; ptz_adjust if needed.,Medium,sign,v1.0,,,,,,,

Q_354,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Where is the mailbox relative to the street lamp?,The mailbox is left of the street lamp.,QA,location_spatial,none,,,FALSE,,current,Use query_answer; ptz_adjust if needed.,Medium,"mailbox, street lamp",v1.0,,,,,,,

Q_355,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Is the hotel visible from this preset?,The hotel is not visible from the current mailbox-only view.,QA,location_spatial,none,,,FALSE,,current,Use query_answer; ptz_adjust if needed.,Medium,hotel,v1.0,,,,,,,

Q_356,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Is the residential building to the right or left of the hotel?,A building stands to the right of the hotel.,QA,location_spatial,none,,,FALSE,,current,Use query_answer; ptz_adjust if needed.,Medium,"building, hotel",v1.0,,,,,,,

Q_357,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Zoom to the hotel sign and read its name.,The hotel is called ‘Moonlight’.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""hotel sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the hotel name""}}]",TRUE,"{""zoom_bounding"": {""instruction"": ""hotel sign""}, ""query_answer"": {""instruction"": ""Read the hotel name""}}",full,OCR may use case/punctuation/whitespace normalization.,Medium,"hotel, sign",v1.0,,,,,,,

Q_358,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Zoom into the partial store name on the right and read it.,The store name begins with ‘Fron…’.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""partial store sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the partial store name""}}]",TRUE,"{""zoom_bounding"": {""instruction"": ""partial store sign""}, ""query_answer"": {""instruction"": ""Read the partial store name""}}",full,OCR may use case/punctuation/whitespace normalization.,Medium,"store, sign",v1.0,,,,,,,

Q_359,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Read any hours or text posted near the hotel entrance.,No hours are clearly posted; the name ‘Moonlight’ is visible.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""hotel entrance""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read posted text""}}]",TRUE,"{""zoom_bounding"": {""instruction"": ""hotel entrance""}, ""query_answer"": {""instruction"": ""Read posted text""}}",full,OCR may use case/punctuation/whitespace normalization.,Medium,"hotel, entrance, sign",v1.0,,,,,,,

Q_360,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Pan right 20° then read the storefront’s name.,The store name starts ‘Fron…’.,QA,ocr_identification,none,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 20}}, {""name"": ""zoom_bounding"", ""args"": {""instruction"": ""storefront sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the storefront name""}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": 20}}",full,OCR may use case/punctuation/whitespace normalization.,Medium,"storefront, sign",v1.0,,,,,,,

Q_361,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Read the one‑way street sign across the area (full view).,The sign reads ‘ONE WAY’.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Read the ONE WAY sign"", ""view_type"": ""full""}}]",TRUE,"{""query_answer"": {""instruction"": ""Read the ONE WAY sign"", ""view_type"": ""full""}}",full,OCR may use case/punctuation/whitespace normalization.,Medium,"sign, street",v1.0,,,,,,,

Q_362,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]","Across the full view, identify the coffee shop name.",The coffee shop is called ‘Coffee Buzz’.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Read the coffee shop name"", ""view_type"": ""full""}}]",TRUE,"{""query_answer"": {""instruction"": ""Read the coffee shop name"", ""view_type"": ""full""}}",full,OCR may use case/punctuation/whitespace normalization.,Medium,"coffee shop, sign",v1.0,,,,,,,

Q_363,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]","Across the full view, read the book store name.",The bookstore is called ‘Calm Book’.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Read the book store name"", ""view_type"": ""full""}}]",TRUE,"{""query_answer"": {""instruction"": ""Read the book store name"", ""view_type"": ""full""}}",full,OCR may use case/punctuation/whitespace normalization.,Medium,"book store, sign",v1.0,,,,,,,

Q_364,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Zoom to the door of the left-middle building and read any posted text.,No specific text is posted on the door.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""door of the left-middle building""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read posted text""}}]",TRUE,"{""zoom_bounding"": {""instruction"": ""door of the left-middle building""}}",full,OCR may use case/punctuation/whitespace normalization.,Medium,"door, building",v1.0,,,,,,,

Q_365,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Zoom to the lower-right hotel window and read anything on it.,There is no text on the lower-right window.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""lower-right hotel window""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read any window text""}}]",TRUE,"{""zoom_bounding"": {""instruction"": ""lower-right hotel window""}}",full,OCR may use case/punctuation/whitespace normalization.,Medium,"window, hotel",v1.0,,,,,,,

Q_366,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Read the LED sign across from the store in the full scene.,An LED sign is visible across the street.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Read the LED sign across from the store"", ""view_type"": ""full""}}]",TRUE,"{""query_answer"": {""instruction"": ""Read the LED sign across from the store"", ""view_type"": ""full""}}",full,OCR may use case/punctuation/whitespace normalization.,Medium,LED sign,v1.0,,,,,,,

Q_367,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Read any visible street name sign in this view.,A partial street sign is visible; the full name is unclear.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""street name sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the street name""}}]",TRUE,"{""zoom_bounding"": {""instruction"": ""street name sign""}}",current,OCR may use case/punctuation/whitespace normalization.,Medium,street sign,v1.0,,,,,,,

Q_368,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Zoom to the hotel awning and read any text.,There is no additional text on the awning beyond ‘Moonlight’.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""hotel awning""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the awning text""}}]",TRUE,"{""zoom_bounding"": {""instruction"": ""hotel awning""}}",current,OCR may use case/punctuation/whitespace normalization.,Medium,"awning, hotel",v1.0,,,,,,,

Q_369,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","After zooming in 1.5×, read the partial store letters again.",The store letters still read ‘Fron…’.,QA,ocr_identification,none,,"[{""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 1.5}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the partial store letters""}}]",TRUE,"{""ptz_adjust"": {""zoom_factor"": 1.5}}",current,OCR may use case/punctuation/whitespace normalization.,Medium,"store, letters",v1.0,,,,,,,

Q_370,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Is there any brand logo visible near the hotel entrance?,No brand logo is clearly visible near the entrance.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""hotel entrance""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Identify any visible logo""}}]",TRUE,"{""zoom_bounding"": {""instruction"": ""hotel entrance""}}",current,OCR may use case/punctuation/whitespace normalization.,Medium,"hotel, logo",v1.0,,,,,,,

Q_371,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Read the text on any visible poster or notice.,No poster text is clearly readable in this view.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""poster or notice""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the poster text""}}]",FALSE,,current,OCR may use case/punctuation/whitespace normalization.,Medium,poster,v1.0,,,,,,,

Q_372,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Read the number on any visible address plaque.,No address number is clearly visible from here.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""address plaque""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the address number""}}]",FALSE,,current,OCR may use case/punctuation/whitespace normalization.,Medium,address,v1.0,,,,,,,

Q_373,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","Across the full view, are there any store OPEN/CLOSED signs and what do they say?",The coffee shop sign reads ‘OPEN’.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Read OPEN/CLOSED signs across the area"", ""view_type"": ""full""}}]",FALSE,,full,OCR may use case/punctuation/whitespace normalization.,Medium,store sign,v1.0,,,,,,,

Q_374,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","Which are more in the current view, mailboxes or trees?",There are the same number of mailboxes and trees (2 vs 2).,QA,comparative_relational,none,,,FALSE,,full,Use query_answer; may perform two counts internally.,Medium,"mailbox, tree",v1.0,,,,,,,

Q_375,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]","Which are more in this view, garbage cans or trees?",There are an equal number of garbage cans and trees (2 vs 2).,QA,comparative_relational,none,,,FALSE,,full,Use query_answer; may perform two counts internally.,Medium,"garbage can, tree",v1.0,,,,,,,

Q_376,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]","Which half has more windows, left or right?",The right half has more windows.,QA,comparative_relational,none,,,FALSE,,current,Use query_answer; may perform two counts internally.,Medium,window,v1.0,,,,,,,

Q_377,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","Which has more, buildings or street lamps in the current view?",There are more buildings than street lamps.,QA,comparative_relational,none,,,FALSE,,current,Use query_answer; may perform two counts internally.,Medium,"building, street lamp",v1.0,,,,,,,

Q_378,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","After panning 30° right, which view had more visible store signage—before or after?","After panning, the view shows more store signage.",QA,comparative_relational,none,,,FALSE,,current,Use query_answer; may perform two counts internally.,Medium,store sign,v1.0,,,,,,,

Q_379,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]","Which is closer to the hotel entrance, the mailbox or the street lamp?",The mailbox is closer to the hotel entrance.,QA,comparative_relational,none,,,FALSE,,current,Use query_answer; may perform two counts internally.,Medium,"mailbox, street lamp, hotel",v1.0,,,,,,,

Q_380,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","Across the full view, are there more mailboxes or fire hydrants?",There are more mailboxes than fire hydrants (3 vs 2).,QA,comparative_relational,none,,,FALSE,,current,Use query_answer; may perform two counts internally.,Medium,"mailbox, fire hydrant",v1.0,,,,,,,

Q_381,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]","Across the full view, which are more, trees or street lamps?",There are more trees than street lamps (8 vs 4).,QA,comparative_relational,none,,,FALSE,,current,Use query_answer; may perform two counts internally.,Medium,"tree, street lamp",v1.0,,,,,,,

Q_382,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Which side of the frame contains more windows right now?,The center-right region contains more windows.,QA,comparative_relational,none,,,FALSE,,current,Use query_answer; may perform two counts internally.,Medium,window,v1.0,,,,,,,

Q_383,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]","Which has more signage visible, the hotel area or the tree area?",The hotel area has more signage visible.,QA,comparative_relational,none,,,FALSE,,current,Use query_answer; may perform two counts internally.,Medium,"hotel, sign, tree",v1.0,,,,,,,

Q_384,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","Which is nearer to the street, the mailboxes or the buildings?",The mailboxes are nearer to the street.,QA,comparative_relational,none,,,FALSE,,current,Use query_answer; may perform two counts internally.,Medium,"mailbox, building, street",v1.0,,,,,,,

Q_385,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]","After zooming out 50%, which view had more of the hotel in frame—before or after?","After zooming out, the view has more of the hotel in frame.",QA,comparative_relational,none,,,FALSE,,current,Use query_answer; may perform two counts internally.,Medium,hotel,v1.0,,,,,,,

Q_386,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,,current,Straight pass/fail on tool call.,Easy,,v1.0,,,,,,,

Q_387,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Take a screenshot of the hotel view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,,current,Straight pass/fail on tool call.,Easy,,v1.0,,,,,,,

Q_388,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Go to the ‘hotel-m’ preset.,I have gone to the ‘hotel-m’ preset.,Action,single_call,none,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""hotel-m""}}]",FALSE,,current,Straight pass/fail on tool call.,Easy,,v1.0,,,,,,,

Q_389,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Return to the ‘mailbox’ preset.,I have gone to the ‘mailbox’ preset.,Action,single_call,none,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""mailbox""}}]",FALSE,,current,Straight pass/fail on tool call.,Easy,,v1.0,,,,,,,

Q_390,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Zoom in on the mailboxes.,I have zoomed to fill the frame with the mailboxes.,Action,single_call,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""mailboxes""}}]",FALSE,,current,Straight pass/fail on tool call.,Medium,,v1.0,,,,,,,

Q_391,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Zoom in on the hotel sign.,I have zoomed to fill the frame with the hotel sign.,Action,single_call,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""hotel sign""}}]",FALSE,,current,Straight pass/fail on tool call.,Medium,,v1.0,,,,,,,

Q_392,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Pan right by 20°.,I have panned right by 20 degrees.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 20}}]",FALSE,,current,Straight pass/fail on tool call.,Easy,,v1.0,,,,,,,

Q_393,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Tilt up by 10°.,I have tilted up by 10 degrees.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""tilt_deg"": 10}}]",FALSE,,current,Straight pass/fail on tool call.,Easy,,v1.0,,,,,,,

Q_394,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Zoom out by 50%.,I have zoomed out by 50 percent.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""zoom_percent"": -50}}]",FALSE,,current,Straight pass/fail on tool call.,Easy,,v1.0,,,,,,,

Q_395,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Track the hotel sign for 10 seconds.,Tracked hotel sign for 10 seconds.,Action,single_call,none,,"[{""name"": ""track_object"", ""args"": {""object_of_interest"": ""hotel sign"", ""duration"": 10, ""unit"": ""seconds""}}]",FALSE,,current,Straight pass/fail on tool call.,Medium,,v1.0,,,,,,,

Q_396,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Track the mailbox for 15 seconds.,Tracked mailbox for 15 seconds.,Action,single_call,none,,"[{""name"": ""track_object"", ""args"": {""object_of_interest"": ""mailbox"", ""duration"": 15, ""unit"": ""seconds""}}]",FALSE,,current,Straight pass/fail on tool call.,Medium,,v1.0,,,,,,,

Q_397,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Return the camera to Home.,I have returned the camera to the Home position.,Action,single_call,none,,"[{""name"": ""home_action""}]",FALSE,,current,Straight pass/fail on tool call.,Easy,,v1.0,,,,,,,

Q_398,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","Take a screenshot, then zoom into the mailboxes, then take another screenshot.",I have captured a before-and-after set of screenshots around a mailbox zoom.,Action,multi_step_command,unordered,all,"[{""name"": ""take_image""}, {""name"": ""zoom_bounding""}, {""name"": ""take_image""}]",FALSE,,current,Required tools set; order does not matter.,Medium,,v1.0,,,,,,,

Q_399,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Track the hotel sign for a short time and also count the garbage cans.,I have tracked the hotel sign briefly and counted the garbage cans.,Action,multi_step_command,unordered,all,"[{""name"": ""track_object""}, {""name"": ""count_pointing""}]",FALSE,,current,Required tools set; order does not matter.,Medium,,v1.0,,,,,,,

Q_400,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Zoom to the hotel entrance and read any posted text.,I have zoomed to the entrance and read any posted text.,Action,multi_step_command,unordered,all,"[{""name"": ""zoom_bounding""}, {""name"": ""query_answer""}]",FALSE,,current,Required tools set; order does not matter.,Medium,,v1.0,,,,,,,

Q_401,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Count the mailboxes and the trees in any order.,I have counted the mailboxes and the trees.,Action,multi_step_command,unordered,any,"[{""name"": ""count_pointing""}, {""name"": ""count_pointing""}]",FALSE,,current,Required tools set; order does not matter.,Medium,,v1.0,,,,,,,

Q_402,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Take a screenshot and count the trees.,I have taken a screenshot and counted the trees.,Action,multi_step_command,unordered,all,"[{""name"": ""take_image""}, {""name"": ""count_pointing""}]",FALSE,,current,Required tools set; order does not matter.,Medium,,v1.0,,,,,,,

Q_403,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Pan right slightly and then read the partial store sign.,I have panned and read the partial store sign.,Action,multi_step_command,unordered,all,"[{""name"": ""ptz_adjust""}, {""name"": ""query_answer""}]",FALSE,,current,Required tools set; order does not matter.,Easy,,v1.0,,,,,,,

Q_404,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Zoom out a bit and then track the mailbox briefly.,I have zoomed out and tracked the mailbox.,Action,multi_step_command,unordered,all,"[{""name"": ""ptz_adjust""}, {""name"": ""track_object""}]",FALSE,,current,Required tools set; order does not matter.,Easy,,v1.0,,,,,,,

Q_405,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","First go to the ‘hotel-m’ preset, then take a screenshot.",I have gone to the ‘hotel-m’ preset and taken a screenshot.,Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""hotel-m""}}, {""name"": ""take_image""}]",FALSE,,current,Strict ordered sequence required.,Hard,,v1.0,,,,,,,

Q_406,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]","First go to ‘mailbox’, zoom to the mailboxes, then take a screenshot.","I have gone to ‘mailbox’, zoomed to the mailboxes, and taken a screenshot.",Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""mailbox""}}, {""name"": ""zoom_bounding"", ""args"": {""instruction"": ""mailboxes""}}, {""name"": ""take_image""}]",FALSE,,current,Strict ordered sequence required.,Hard,,v1.0,,,,,,,

Q_407,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","Go to ‘hotel-m’, tilt up 10°, then read the hotel name.","I have gone to ‘hotel-m’, tilted up, and read the hotel name ‘Moonlight’.",Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""hotel-m""}}, {""name"": ""ptz_adjust"", ""args"": {""tilt_deg"": 10}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the hotel name""}}]",FALSE,,current,Strict ordered sequence required.,Hard,,v1.0,,,,,,,

Q_408,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]","Pan right 20°, zoom to the hotel sign, then take a screenshot.","I have panned, zoomed to the sign, and taken a screenshot.",Action,multi_step_command,strict,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 20}}, {""name"": ""zoom_bounding"", ""args"": {""instruction"": ""hotel sign""}}, {""name"": ""take_image""}]",FALSE,,current,Strict ordered sequence required.,Hard,,v1.0,,,,,,,

Q_409,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","Go to ‘hotel-m’, take a screenshot, then return Home.","I have gone to ‘hotel-m’, taken a screenshot, and returned Home.",Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""hotel-m""}}, {""name"": ""take_image""}, {""name"": ""home_action""}]",FALSE,,current,Strict ordered sequence required.,Hard,,v1.0,,,,,,,

Q_410,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Count the mailboxes now and after panning 20° right; summarize the change.,I have counted before and after the pan and summarized the change.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing""}, {""name"": ""ptz_adjust""}, {""name"": ""count_pointing""}]",FALSE,,full,Reasoning over multiple observations.,Hard,,v1.0,,,,,,,

Q_411,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]","Describe the scene, then zoom 1.5× and describe it again.",I have described the scene before and after a slight zoom.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""query_answer""}, {""name"": ""ptz_adjust""}, {""name"": ""query_answer""}]",FALSE,,full,Reasoning over multiple observations.,Hard,,v1.0,,,,,,,

Q_412,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Summarize this view and also the ‘mailbox’ preset in any order.,I have summarized both views.,QA,multi_step_reasoning,unordered,any,"[{""name"": ""go_to_preset""}, {""name"": ""query_answer""}]",FALSE,,current,Reasoning over multiple observations.,Hard,,v1.0,,,,,,,

Q_413,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]",Count trees and then read any street sign you can see.,I have counted the trees and read the street sign.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing""}, {""name"": ""query_answer""}]",FALSE,,current,Reasoning over multiple observations.,Hard,,v1.0,,,,,,,

Q_414,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]",Compare the number of visible windows before and after zooming out 50%.,I have compared window counts before and after zooming out.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing""}, {""name"": ""ptz_adjust""}, {""name"": ""count_pointing""}]",FALSE,,current,Reasoning over multiple observations.,Hard,,v1.0,,,,,,,

Q_415,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","Check for a store name on the right, then verify by zooming if needed.",I have checked and verified the partial store name.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""query_answer""}, {""name"": ""zoom_bounding""}]",FALSE,,current,Reasoning over multiple observations.,Hard,,v1.0,,,,,,,

Q_416,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","Go to ‘hotel-m’, tilt down slightly, then tell me how many garbage cans are visible.","I have gone to ‘hotel-m’, tilted down, and counted two garbage cans.",QA,multi_step_reasoning,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""hotel-m""}}, {""name"": ""ptz_adjust"", ""args"": {""tilt_deg"": -5}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""garbage can""}}]",FALSE,,current,Strict ordered sequence required.,Hard,,v1.0,,,,,,,

Q_417,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]","Go to ‘mailbox’, pan right 20°, then read the partial store name.","I have gone to ‘mailbox’, panned, and read the partial store name ‘Fron…’.",QA,multi_step_reasoning,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""mailbox""}}, {""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 20}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the partial store name""}}]",FALSE,,current,Strict ordered sequence required.,Hard,,v1.0,,,,,,,

Q_418,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","Go to ‘hotel-m’, zoom to the hotel sign, then read the name.","I have gone to ‘hotel-m’, zoomed to the sign, and read ‘Moonlight’.",QA,multi_step_reasoning,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""hotel-m""}}, {""name"": ""zoom_bounding"", ""args"": {""instruction"": ""hotel sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read the hotel name""}}]",FALSE,,current,Strict ordered sequence required.,Hard,,v1.0,,,,,,,

Q_419,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]","Pan right 20° repeatedly until you see at least one street sign, then take a screenshot.",I have panned to reveal a street sign and taken a screenshot.,QA,multi_step_reasoning,strict,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 20}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Is a street sign visible now?""}}, {""name"": ""take_image""}]",FALSE,,current,Strict ordered sequence required.,Hard,,v1.0,,,,,,,

Q_420,scenes/city-street/city-street.blend,mailbox,"[""mailbox"", ""hotel-m""]","Go to ‘hotel-m’, compare mailbox count here with the current view, then explain briefly.",I have compared the counts: two mailboxes here vs one at the hotel view.,QA,multi_step_reasoning,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""mailbox""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""mailbox""}}, {""name"": ""go_to_preset"", ""args"": {""name"": ""hotel-m""}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""mailbox""}}]",FALSE,,current,Strict ordered sequence required.,Hard,,v1.0,,,,,,,

Q_421,scenes/city-street/city-street.blend,hotel-m,"[""mailbox"", ""hotel-m""]","Go to ‘mailbox’, do a full sweep to read any store names, then report one.",I have done a full sweep and read a store name such as ‘Coffee Buzz’.,QA,multi_step_reasoning,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""mailbox""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read store names across the area"", ""view_type"": ""full""}}]",FALSE,,full,Strict ordered sequence required.,Hard,,v1.0,,,,,,,

Q_422,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Across a full 360° sweep, are there any people visible?",There are no people visible across the full view.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""people"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""people"", ""view_type"": ""full""}}",full,Must use view_type=full.,Easy,person,v1.0,TRUE,{},{},[],must_full,exact,{}

Q_423,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",How many phone booths are visible in a full 360° view?,There is one phone booth in the full view.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""phone booth"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""phone booth"", ""view_type"": ""full""}}",full,Must use view_type=full.,Easy,phone booth,v1.0,TRUE,{},{},[],must_full,exact,{}

Q_424,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Across a full 360° sweep, are there any people visible?",There are no people visible across the full view.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""people"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""people"", ""view_type"": ""full""}}",full,Must use view_type=full.,Easy,person,v1.0,TRUE,{},{},[],must_full,exact,{}

Q_425,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",How many phone booths are visible in a full 360° view?,There is one phone booth in the full view.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""phone booth"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""phone booth"", ""view_type"": ""full""}}",full,Must use view_type=full.,Easy,phone booth,v1.0,TRUE,{},{},[],must_full,exact,{}

Q_426,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Across a full 360° sweep, are there any people visible?",There are no people visible across the full view.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""people"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""people"", ""view_type"": ""full""}}",full,Must use view_type=full.,Easy,person,v1.0,TRUE,{},{},[],must_full,exact,{}

Q_427,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",How many phone booths are visible in a full 360° view?,There is one phone booth in the full view.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""phone booth"", ""view_type"": ""full""}}]",TRUE,"{""count_pointing"": {""instruction"": ""phone booth"", ""view_type"": ""full""}}",full,Must use view_type=full.,Easy,phone booth,v1.0,TRUE,{},{},[],must_full,exact,{}

Q_428,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Are there any animals visible right now?,There are no animals visible.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""animals"", ""view_type"": ""current""}}]",FALSE,"{""count_pointing"": {""instruction"": ""animals"", ""view_type"": ""current""}}",current,,Easy,animal,v1.0,TRUE,{},{},[],any,exact,{}

Q_429,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Are there any animals visible right now?,There are no animals visible.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""animals"", ""view_type"": ""current""}}]",FALSE,"{""count_pointing"": {""instruction"": ""animals"", ""view_type"": ""current""}}",current,,Easy,animal,v1.0,TRUE,{},{},[],any,exact,{}

Q_430,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Are there any cats visible right now?,There are no cats visible.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""cats"", ""view_type"": ""current""}}]",FALSE,"{""count_pointing"": {""instruction"": ""cats"", ""view_type"": ""current""}}",current,,Easy,cat,v1.0,TRUE,{},{},[],any,exact,{}

Q_431,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Are there any cats visible right now?,There are no cats visible.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""cats"", ""view_type"": ""current""}}]",TRUE,"{""count_pointing"": {""instruction"": ""cats"", ""view_type"": ""current""}}",current,,Easy,cat,v1.0,TRUE,{},{},[],any,exact,{}

Q_432,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Are there any people visible right now?,There are no people visible.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""people"", ""view_type"": ""current""}}]",FALSE,"{""count_pointing"": {""instruction"": ""people"", ""view_type"": ""current""}}",current,,Easy,people,v1.0,TRUE,{},{},[],any,exact,{}

Q_433,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Are there any people visible right now?,There are no people visible.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""people"", ""view_type"": ""current""}}]",FALSE,"{""count_pointing"": {""instruction"": ""people"", ""view_type"": ""current""}}",current,,Easy,people,v1.0,TRUE,{},{},[],any,exact,{}

Q_434,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Are there any cats visible right now?,There are no cats visible.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""cats"", ""view_type"": ""current""}}]",FALSE,"{""count_pointing"": {""instruction"": ""cats"", ""view_type"": ""current""}}",current,,Easy,cat,v1.0,TRUE,{},{},[],any,exact,{}

Q_435,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Are there any people visible right now?,There are no people visible.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""people"", ""view_type"": ""current""}}]",FALSE,"{""count_pointing"": {""instruction"": ""people"", ""view_type"": ""current""}}",current,,Easy,people,v1.0,TRUE,{},{},[],any,exact,{}

Q_436,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Are there any people visible right now?,There are no people visible.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""people"", ""view_type"": ""current""}}]",FALSE,"{""count_pointing"": {""instruction"": ""people"", ""view_type"": ""current""}}",current,,Easy,people,v1.0,TRUE,{},{},[],any,exact,{}

Q_437,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Are there any animals visible right now?,There are no animals visible.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""animals"", ""view_type"": ""current""}}]",FALSE,"{""count_pointing"": {""instruction"": ""animals"", ""view_type"": ""current""}}",current,,Easy,animal,v1.0,TRUE,{},{},[],any,exact,{}

Q_438,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Are there any tanks visible right now?,There are no tanks visible.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""tanks"", ""view_type"": ""current""}}]",FALSE,"{""count_pointing"": {""instruction"": ""tanks"", ""view_type"": ""current""}}",current,,Easy,tank,v1.0,TRUE,{},{},[],any,exact,{}

Q_439,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Are there any animals visible right now?,There are no animals visible.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""animals"", ""view_type"": ""current""}}]",FALSE,"{""count_pointing"": {""instruction"": ""animals"", ""view_type"": ""current""}}",current,,Easy,animal,v1.0,TRUE,{},{},[],any,exact,{}

Q_440,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Are there any cats visible right now?,There are no cats visible.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""cats"", ""view_type"": ""current""}}]",FALSE,"{""count_pointing"": {""instruction"": ""cats"", ""view_type"": ""current""}}",current,,Easy,cat,v1.0,TRUE,{},{},[],any,exact,{}

Q_441,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Are there any dogs visible right now?,There are no dogs visible.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""dogs"", ""view_type"": ""current""}}]",TRUE,"{""count_pointing"": {""instruction"": ""dogs"", ""view_type"": ""current""}}",current,,Easy,dog,v1.0,TRUE,{},{},[],any,exact,{}

Q_442,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Are there any people visible right now?,There are no people visible.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""people"", ""view_type"": ""current""}}]",TRUE,"{""count_pointing"": {""instruction"": ""people"", ""view_type"": ""current""}}",current,,Easy,people,v1.0,TRUE,{},{},[],any,exact,{}

Q_443,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Are there any animals visible right now?,There are no animals visible.,QA,counting,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""animals"", ""view_type"": ""current""}}]",TRUE,"{""count_pointing"": {""instruction"": ""animals"", ""view_type"": ""current""}}",current,,Easy,animal,v1.0,TRUE,{},{},[],any,exact,{}

Q_444,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What notable features stand out in the current view?,"Notable features include barricades, rocks, and aged buildings.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}",current,,Easy,"barricade, rock, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_445,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Describe the town from this vantage point.,"It is a medium-sized town with low-rise buildings, visible barricades, and overgrown areas.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the town from this vantage point."", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Describe the town from this vantage point."", ""view_type"": ""current""}}",current,,Easy,"building, barricade, vine",v1.0,TRUE,{},{},[],any,exact,{}

Q_446,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What notable features stand out in the current view?,"Notable features include barricades, rocks, and aged buildings.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}",current,,Easy,"barricade, rock, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_447,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What notable features stand out in the current view?,"Notable features include barricades, rocks, and aged buildings.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}",current,,Easy,"barricade, rock, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_448,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Describe the town from this vantage point.,"It is a medium-sized town with low-rise buildings, visible barricades, and overgrown areas.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the town from this vantage point."", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Describe the town from this vantage point."", ""view_type"": ""current""}}",current,,Easy,"building, barricade, vine",v1.0,TRUE,{},{},[],any,exact,{}

Q_449,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What notable features stand out in the current view?,"Notable features include barricades, rocks, and aged buildings.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}",current,,Easy,"barricade, rock, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_450,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What notable features stand out in the current view?,"Notable features include barricades, rocks, and aged buildings.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}",current,,Easy,"barricade, rock, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_451,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Describe the town from this vantage point.,"It is a medium-sized town with low-rise buildings, visible barricades, and overgrown areas.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the town from this vantage point."", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Describe the town from this vantage point."", ""view_type"": ""current""}}",current,,Easy,"building, barricade, vine",v1.0,TRUE,{},{},[],any,exact,{}

Q_452,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What notable features stand out in the current view?,"Notable features include barricades, rocks, and aged buildings.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}",current,,Easy,"barricade, rock, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_453,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What notable features stand out in the current view?,"Notable features include barricades, rocks, and aged buildings.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}",current,,Easy,"barricade, rock, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_454,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Describe the town from this vantage point.,"It is a medium-sized town with low-rise buildings, visible barricades, and overgrown areas.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the town from this vantage point."", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""Describe the town from this vantage point."", ""view_type"": ""current""}}",current,,Easy,"building, barricade, vine",v1.0,TRUE,{},{},[],any,exact,{}

Q_455,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What notable features stand out in the current view?,"Notable features include barricades, rocks, and aged buildings.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}",current,,Easy,"barricade, rock, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_456,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What notable features stand out in the current view?,"Notable features include barricades, rocks, and aged buildings.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}",current,,Easy,"barricade, rock, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_457,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Describe the town from this vantage point.,"It is a medium-sized town with low-rise buildings, visible barricades, and overgrown areas.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the town from this vantage point."", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""Describe the town from this vantage point."", ""view_type"": ""current""}}",current,,Easy,"building, barricade, vine",v1.0,TRUE,{},{},[],any,exact,{}

Q_458,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What notable features stand out in the current view?,"Notable features include barricades, rocks, and aged buildings.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}",current,,Easy,"barricade, rock, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_459,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What notable features stand out in the current view?,"Notable features include barricades, rocks, and aged buildings.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}",current,,Easy,"barricade, rock, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_460,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Describe the town from this vantage point.,"It is a medium-sized town with low-rise buildings, visible barricades, and overgrown areas.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Describe the town from this vantage point."", ""view_type"": ""full""}}]",TRUE,"{""query_answer"": {""instruction"": ""Describe the town from this vantage point."", ""view_type"": ""full""}}",full,Assess across the full stitched view.,Easy,"building, barricade, vine",v1.0,TRUE,{},{},[],must_full,exact,{}

Q_461,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What notable features stand out in the current view?,"Notable features include barricades, rocks, and aged buildings.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}",current,,Easy,"barricade, rock, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_462,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What notable features stand out in the current view?,"Notable features include barricades, rocks, and aged buildings.",QA,descriptor,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""What notable features stand out in the current view?"", ""view_type"": ""current""}}",current,,Easy,"barricade, rock, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_463,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What is at the left side of the frame right now?,The left side shows shrubs and rocks near the camera.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What is at the left side of the frame right now?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""What is at the left side of the frame right now?"", ""view_type"": ""current""}}",current,,Easy,"shrub, rock",v1.0,TRUE,{},{},[],any,exact,{}

Q_464,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Is the brown rusty car left or right of the red car?,The brown rusty car is to the right of the red car.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is the brown rusty car left or right of the red car?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""Is the brown rusty car left or right of the red car?"", ""view_type"": ""current""}}",current,,Easy,car,v1.0,TRUE,{},{},[],any,exact,{}

Q_465,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What lies to the right of the barricade in this view?,There are white buildings to the right of the barricade.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What lies to the right of the barricade in this view?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""What lies to the right of the barricade in this view?"", ""view_type"": ""current""}}",current,,Easy,"barricade, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_466,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What is at the left side of the frame right now?,The left side shows shrubs and rocks near the camera.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What is at the left side of the frame right now?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""What is at the left side of the frame right now?"", ""view_type"": ""current""}}",current,,Easy,"shrub, rock",v1.0,TRUE,{},{},[],any,exact,{}

Q_467,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Pan right 20°; what notable feature appears near the center afterward?,"After panning right, a small white sign appears but it has no readable text.",QA,location_spatial,none,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 20}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What notable feature is near the center now?"", ""view_type"": ""current""}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": 20}, ""query_answer"": {""instruction"": ""What notable feature is near the center now?"", ""view_type"": ""current""}}",current,,Easy,"shrub, rock",v1.0,TRUE,{},{},[],any,exact,{}

Q_468,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Pan right 20°; what notable feature appears near the center afterward?,"After panning right, a small white sign appears but it has no readable text.",QA,location_spatial,none,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 20}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What notable feature is near the center now?"", ""view_type"": ""current""}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": 20}, ""query_answer"": {""instruction"": ""What notable feature is near the center now?"", ""view_type"": ""current""}}",current,,Easy,"shrub, rock",v1.0,TRUE,{},{},[],any,exact,{}

Q_469,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Pan right 20°; what notable feature appears near the center afterward?,"After panning right, a small white sign appears but it has no readable text.",QA,location_spatial,none,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 20}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What notable feature is near the center now?"", ""view_type"": ""current""}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": 20}, ""query_answer"": {""instruction"": ""What notable feature is near the center now?"", ""view_type"": ""current""}}",current,,Easy,"shrub, rock",v1.0,TRUE,{},{},[],any,exact,{}

Q_470,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What is at the left side of the frame right now?,The left side shows shrubs and rocks near the camera.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What is at the left side of the frame right now?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""What is at the left side of the frame right now?"", ""view_type"": ""current""}}",current,,Medium,"shrub, rock",v1.0,TRUE,{},{},[],any,exact,{}

Q_471,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Pan right 20°; what notable feature appears near the center afterward?,"After panning right, a small white sign appears but it has no readable text.",QA,location_spatial,none,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 20}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What notable feature is near the center now?"", ""view_type"": ""current""}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": 20}, ""query_answer"": {""instruction"": ""What notable feature is near the center now?"", ""view_type"": ""current""}}",current,,Medium,"barricade, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_472,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What is at the left side of the frame right now?,The left side shows shrubs and rocks near the camera.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What is at the left side of the frame right now?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""What is at the left side of the frame right now?"", ""view_type"": ""current""}}",current,,Medium,"shrub, rock",v1.0,TRUE,{},{},[],any,exact,{}

Q_473,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What is at the left side of the frame right now?,The left side shows shrubs and rocks near the camera.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What is at the left side of the frame right now?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""What is at the left side of the frame right now?"", ""view_type"": ""current""}}",current,,Medium,"shrub, rock",v1.0,TRUE,{},{},[],any,exact,{}

Q_474,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What is at the left side of the frame right now?,The left side shows shrubs and rocks near the camera.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What is at the left side of the frame right now?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""What is at the left side of the frame right now?"", ""view_type"": ""current""}}",current,,Medium,"shrub, rock",v1.0,TRUE,{},{},[],any,exact,{}

Q_475,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Pan right 20°; what notable feature appears near the center afterward?,"After panning right, a small white sign appears but it has no readable text.",QA,location_spatial,none,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 20}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What notable feature is near the center now?"", ""view_type"": ""current""}}]",TRUE,"{""ptz_adjust"": {""pan_deg"": 20}, ""query_answer"": {""instruction"": ""What notable feature is near the center now?"", ""view_type"": ""current""}}",current,,Medium,"shrub, rock",v1.0,TRUE,{},{},[],any,exact,{}

Q_476,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",What is at the left side of the frame right now?,The left side shows shrubs and rocks near the camera.,QA,location_spatial,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""What is at the left side of the frame right now?"", ""view_type"": ""current""}}]",TRUE,"{""query_answer"": {""instruction"": ""What is at the left side of the frame right now?"", ""view_type"": ""current""}}",current,,Medium,"shrub, rock",v1.0,TRUE,{},{},[],any,exact,{}

Q_477,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Across a full 360° sweep, is there any readable text anywhere?",There is no readable text across the full view.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Are there any readable signs or text across the full area?"", ""view_type"": ""full""}}]",TRUE,"{""query_answer"": {""instruction"": ""Are there any readable signs or text across the full area?"", ""view_type"": ""full""}}",full,Full sweep required.,Medium,sign,v1.0,TRUE,{},{},[],must_full,exact,{}

Q_478,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Across a full 360° sweep, is there any readable text anywhere?",There is no readable text across the full view.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Are there any readable signs or text across the full area?"", ""view_type"": ""full""}}]",TRUE,"{""query_answer"": {""instruction"": ""Are there any readable signs or text across the full area?"", ""view_type"": ""full""}}",full,Full sweep required.,Medium,sign,v1.0,TRUE,{},{},[],must_full,exact,{}

Q_479,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Across a full 360° sweep, is there any readable text anywhere?",There is no readable text across the full view.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Are there any readable signs or text across the full area?"", ""view_type"": ""full""}}]",TRUE,"{""query_answer"": {""instruction"": ""Are there any readable signs or text across the full area?"", ""view_type"": ""full""}}",full,Full sweep required.,Medium,sign,v1.0,TRUE,{},{},[],must_full,exact,{}

Q_480,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Across a full 360° sweep, is there any readable text anywhere?",There is no readable text across the full view.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Are there any readable signs or text across the full area?"", ""view_type"": ""full""}}]",TRUE,"{""query_answer"": {""instruction"": ""Are there any readable signs or text across the full area?"", ""view_type"": ""full""}}",full,Full sweep required.,Medium,sign,v1.0,TRUE,{},{},[],must_full,exact,{}

Q_481,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Across a full 360° sweep, is there any readable text anywhere?",There is no readable text across the full view.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Are there any readable signs or text across the full area?"", ""view_type"": ""full""}}]",TRUE,"{""query_answer"": {""instruction"": ""Are there any readable signs or text across the full area?"", ""view_type"": ""full""}}",full,Full sweep required.,Medium,sign,v1.0,TRUE,{},{},[],must_full,exact,{}

Q_482,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Across a full 360° sweep, is there any readable text anywhere?",There is no readable text across the full view.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Are there any readable signs or text across the full area?"", ""view_type"": ""full""}}]",TRUE,"{""query_answer"": {""instruction"": ""Are there any readable signs or text across the full area?"", ""view_type"": ""full""}}",full,Full sweep required.,Medium,sign,v1.0,TRUE,{},{},[],must_full,exact,{}

Q_483,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Zoom in on the barricade and name what it is.,It appears to be a barricade.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""barricade""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the barricade?"", ""view_type"": ""current""}}]",TRUE,"{""zoom_bounding"": {""instruction"": ""barricade""}, ""query_answer"": {""instruction"": ""What is the barricade?"", ""view_type"": ""current""}}",current,,Medium,barricade,v1.0,TRUE,{},{},[],any,exact,{}

Q_484,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Zoom in on the barricade and name what it is.,It appears to be a barricade.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""barricade""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the barricade?"", ""view_type"": ""current""}}]",TRUE,"{""zoom_bounding"": {""instruction"": ""barricade""}, ""query_answer"": {""instruction"": ""What is the barricade?"", ""view_type"": ""current""}}",current,,Medium,barricade,v1.0,TRUE,{},{},[],any,exact,{}

Q_485,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Zoom in on the white sign; can you read any text on it?,"No, there is no readable text on the sign.",QA,ocr_identification,none,,"[{""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 20}}, {""name"": ""zoom_bounding"", ""args"": {""instruction"": ""white sign""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Read any text on the sign."", ""view_type"": ""current""}}]",FALSE,"{""ptz_adjust"": {""pan_deg"": 20}, ""zoom_bounding"": {""instruction"": ""white sign""}, ""query_answer"": {""instruction"": ""Read any text on the sign."", ""view_type"": ""current""}}",current,,Medium,sign,v1.0,TRUE,{},{},[],any,exact,{}

Q_486,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Zoom in on the barricade and name what it is.,It appears to be a barricade.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""barricade""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the barricade?"", ""view_type"": ""current""}}]",FALSE,"{""zoom_bounding"": {""instruction"": ""barricade""}, ""query_answer"": {""instruction"": ""What is the barricade?"", ""view_type"": ""current""}}",current,,Medium,barricade,v1.0,TRUE,{},{},[],any,exact,{}

Q_487,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Zoom in on the barricade and name what it is.,It appears to be a barricade.,QA,ocr_identification,none,,"[{""name"": ""zoom_bounding"", ""args"": {""instruction"": ""barricade""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""What is the barricade?"", ""view_type"": ""current""}}]",FALSE,"{""zoom_bounding"": {""instruction"": ""barricade""}, ""query_answer"": {""instruction"": ""What is the barricade?"", ""view_type"": ""current""}}",current,,Medium,barricade,v1.0,TRUE,{},{},[],any,exact,{}

Q_488,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Is there any readable text on the small white sign to the right?,"No, there is no readable text on the sign.",QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is there any readable text on the small white sign to the right?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""Is there any readable text on the small white sign to the right?"", ""view_type"": ""current""}}",current,,Medium,sign,v1.0,TRUE,{},{},[],any,exact,{}

Q_489,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Identify the type of vehicles visible here.,They are ruined cars.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Identify the type of vehicles visible here."", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""Identify the type of vehicles visible here."", ""view_type"": ""current""}}",current,,Medium,car,v1.0,TRUE,{},{},[],any,exact,{}

Q_490,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Identify the type of vehicles visible here.,They are ruined cars.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Identify the type of vehicles visible here."", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""Identify the type of vehicles visible here."", ""view_type"": ""current""}}",current,,Medium,car,v1.0,TRUE,{},{},[],any,exact,{}

Q_491,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Is there any readable text on the small white sign to the right?,"No, there is no readable text on the sign.",QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Is there any readable text on the small white sign to the right?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""Is there any readable text on the small white sign to the right?"", ""view_type"": ""current""}}",current,,Medium,sign,v1.0,TRUE,{},{},[],any,exact,{}

Q_492,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Identify the type of vehicles visible here.,They are ruined cars.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Identify the type of vehicles visible here."", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""Identify the type of vehicles visible here."", ""view_type"": ""current""}}",current,,Medium,car,v1.0,TRUE,{},{},[],any,exact,{}

Q_493,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Identify the type of vehicles visible here.,They are ruined cars.,QA,ocr_identification,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Identify the type of vehicles visible here."", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""Identify the type of vehicles visible here."", ""view_type"": ""current""}}",current,,Medium,car,v1.0,TRUE,{},{},[],any,exact,{}

Q_494,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Across a full sweep, are there more buildings or empty open areas?","Across the full view, there are more buildings than empty open areas.",QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Across the full stitched view, are there more buildings or empty open areas?"", ""view_type"": ""full""}}]",TRUE,"{""query_answer"": {""instruction"": ""Across the full stitched view, are there more buildings or empty open areas?"", ""view_type"": ""full""}}",full,Full panorama required.,Medium,"rock, shrub, building",v1.0,TRUE,{},{},[],must_full,exact,{}

Q_495,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Across a full sweep, are there more buildings or empty open areas?","Across the full view, there are more buildings than empty open areas.",QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Across the full stitched view, are there more buildings or empty open areas?"", ""view_type"": ""full""}}]",TRUE,"{""query_answer"": {""instruction"": ""Across the full stitched view, are there more buildings or empty open areas?"", ""view_type"": ""full""}}",full,Full panorama required.,Medium,"rock, shrub, building",v1.0,TRUE,{},{},[],must_full,exact,{}

Q_496,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","After panning 50° to the right, which view had more shrubs—the one before or after the pan?",The view before panning had more shrubs.,QA,comparative_relational,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 50}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which view had more shrubs, before or after?"", ""view_type"": ""current""}}]",FALSE,"{""count_pointing"": {""instruction"": ""shrub"", ""view_type"": ""current""}, ""ptz_adjust"": {""pan_deg"": 50}, ""query_answer"": {""instruction"": ""Which view had more shrubs, before or after?"", ""view_type"": ""current""}}",current,,Medium,"rock, shrub, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_497,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","After panning 50° to the right, which view had more shrubs—the one before or after the pan?",The view before panning had more shrubs.,QA,comparative_relational,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 50}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which view had more shrubs, before or after?"", ""view_type"": ""current""}}]",FALSE,"{""count_pointing"": {""instruction"": ""shrub"", ""view_type"": ""current""}, ""ptz_adjust"": {""pan_deg"": 50}, ""query_answer"": {""instruction"": ""Which view had more shrubs, before or after?"", ""view_type"": ""current""}}",current,,Medium,"rock, shrub, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_498,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Which half has more rocks right now, the left half or the right half?",The left half has more rocks than the right half.,QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Which half has more rocks, left or right?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""Which half has more rocks, left or right?"", ""view_type"": ""current""}}",current,,Medium,"rock, shrub, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_499,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Which half has more rocks right now, the left half or the right half?",The left half has more rocks than the right half.,QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Which half has more rocks, left or right?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""Which half has more rocks, left or right?"", ""view_type"": ""current""}}",current,,Medium,"rock, shrub, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_500,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","After panning 50° to the right, which view had more shrubs—the one before or after the pan?",The view before panning had more shrubs.,QA,comparative_relational,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 50}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which view had more shrubs, before or after?"", ""view_type"": ""current""}}]",FALSE,"{""count_pointing"": {""instruction"": ""shrub"", ""view_type"": ""current""}, ""ptz_adjust"": {""pan_deg"": 50}, ""query_answer"": {""instruction"": ""Which view had more shrubs, before or after?"", ""view_type"": ""current""}}",current,,Medium,"rock, shrub, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_501,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","After panning 50° to the right, which view had more shrubs—the one before or after the pan?",The view before panning had more shrubs.,QA,comparative_relational,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 50}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which view had more shrubs, before or after?"", ""view_type"": ""current""}}]",FALSE,"{""count_pointing"": {""instruction"": ""shrub"", ""view_type"": ""current""}, ""ptz_adjust"": {""pan_deg"": 50}, ""query_answer"": {""instruction"": ""Which view had more shrubs, before or after?"", ""view_type"": ""current""}}",current,,Medium,"rock, shrub, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_502,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Which half has more rocks right now, the left half or the right half?",The left half has more rocks than the right half.,QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Which half has more rocks, left or right?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""Which half has more rocks, left or right?"", ""view_type"": ""current""}}",current,,Medium,"rock, shrub, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_503,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","After panning 50° to the right, which view had more shrubs—the one before or after the pan?",The view before panning had more shrubs.,QA,comparative_relational,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 50}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which view had more shrubs, before or after?"", ""view_type"": ""current""}}]",FALSE,"{""count_pointing"": {""instruction"": ""shrub"", ""view_type"": ""current""}, ""ptz_adjust"": {""pan_deg"": 50}, ""query_answer"": {""instruction"": ""Which view had more shrubs, before or after?"", ""view_type"": ""current""}}",current,,Medium,"rock, shrub, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_504,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Which half has more rocks right now, the left half or the right half?",The left half has more rocks than the right half.,QA,comparative_relational,none,,"[{""name"": ""query_answer"", ""args"": {""instruction"": ""Which half has more rocks, left or right?"", ""view_type"": ""current""}}]",FALSE,"{""query_answer"": {""instruction"": ""Which half has more rocks, left or right?"", ""view_type"": ""current""}}",current,,Medium,"rock, shrub, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_505,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","After panning 50° to the right, which view had more shrubs—the one before or after the pan?",The view before panning had more shrubs.,QA,comparative_relational,none,,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 50}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which view had more shrubs, before or after?"", ""view_type"": ""current""}}]",FALSE,"{""count_pointing"": {""instruction"": ""shrub"", ""view_type"": ""current""}, ""ptz_adjust"": {""pan_deg"": 50}, ""query_answer"": {""instruction"": ""Which view had more shrubs, before or after?"", ""view_type"": ""current""}}",current,,Medium,"rock, shrub, building",v1.0,TRUE,{},{},[],any,exact,{}

Q_506,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,{},current,,Medium,,v1.0,TRUE,{},{},[],any,exact,{}

Q_507,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,{},current,,Medium,,v1.0,TRUE,{},{},[],any,exact,{}

Q_508,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,{},current,,Medium,,v1.0,TRUE,{},{},[],any,exact,{}

Q_509,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,{},current,,Medium,,v1.0,TRUE,{},{},[],any,exact,{}

Q_510,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,{},current,,Medium,,v1.0,TRUE,{},{},[],any,exact,{}

Q_511,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,{},current,,Medium,,v1.0,TRUE,{},{},[],any,exact,{}

Q_512,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Go to the diff-view-1 preset.,I have gone to the 'diff-view-1' preset.,Action,single_call,none,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""diff-view-1""}}]",FALSE,"{""go_to_preset"": {""name"": ""diff-view-1""}}",current,,Medium,,v1.0,TRUE,{},{},[],any,exact,{}

Q_513,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Return the camera to the Home position.,I have returned to the Home position.,Action,single_call,none,,"[{""name"": ""home_action""}]",FALSE,{},current,,Medium,,v1.0,TRUE,{},{},[],any,exact,{}

Q_514,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Take a screenshot of the current view.,I have taken a screenshot of the current view.,Action,single_call,none,,"[{""name"": ""take_image""}]",FALSE,{},current,,Medium,,v1.0,TRUE,{},{},[],any,exact,{}

Q_515,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Zoom in 2×.,I have zoomed in by a factor of two.,Action,single_call,none,,"[{""name"": ""ptz_adjust"", ""args"": {""zoom_factor"": 2}}]",FALSE,"{""ptz_adjust"": {""zoom_factor"": 2}}",current,,Medium,,v1.0,TRUE,{},{},[],any,exact,{}

Q_516,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Go to the diff-view-1 preset.,I have gone to the 'diff-view-1' preset.,Action,single_call,none,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""diff-view-1""}}]",FALSE,"{""go_to_preset"": {""name"": ""diff-view-1""}}",current,,Medium,,v1.0,TRUE,{},{},[],any,exact,{}

Q_517,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Return the camera to the Home position.,I have returned to the Home position.,Action,single_call,none,,"[{""name"": ""home_action""}]",FALSE,{},current,,Medium,,v1.0,TRUE,{},{},[],any,exact,{}

Q_518,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Take a screenshot, then zoom on the barricade, and also take another screenshot.","I captured a screenshot, zoomed on the barricade, and captured another screenshot.",Action,multi_step_command,unordered,all,"[{""name"": ""take_image""}, {""name"": ""zoom_bounding"", ""args"": {""instruction"": ""barricade""}}, {""name"": ""take_image""}]",FALSE,"{""zoom_bounding"": {""instruction"": ""barricade""}}",current,,Hard,barricade,v1.0,TRUE,{},{},[],any,exact,{}

Q_519,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Take a screenshot, then zoom on the barricade, and also take another screenshot.","I captured a screenshot, zoomed on the barricade, and captured another screenshot.",Action,multi_step_command,unordered,all,"[{""name"": ""take_image""}, {""name"": ""zoom_bounding"", ""args"": {""instruction"": ""barricade""}}, {""name"": ""take_image""}]",FALSE,"{""zoom_bounding"": {""instruction"": ""barricade""}}",current,,Hard,barricade,v1.0,TRUE,{},{},[],any,exact,{}

Q_520,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Take a screenshot, then zoom on the barricade, and also take another screenshot.","I captured a screenshot, zoomed on the barricade, and captured another screenshot.",Action,multi_step_command,unordered,all,"[{""name"": ""take_image""}, {""name"": ""zoom_bounding"", ""args"": {""instruction"": ""barricade""}}, {""name"": ""take_image""}]",FALSE,"{""zoom_bounding"": {""instruction"": ""barricade""}}",current,,Hard,barricade,v1.0,TRUE,{},{},[],any,exact,{}

Q_521,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Take a screenshot, then zoom on the barricade, and also take another screenshot.","I captured a screenshot, zoomed on the barricade, and captured another screenshot.",Action,multi_step_command,unordered,all,"[{""name"": ""take_image""}, {""name"": ""zoom_bounding"", ""args"": {""instruction"": ""barricade""}}, {""name"": ""take_image""}]",FALSE,"{""zoom_bounding"": {""instruction"": ""barricade""}}",current,,Hard,barricade,v1.0,TRUE,{},{},[],any,exact,{}

Q_522,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Take a screenshot, then zoom on the barricade, and also take another screenshot.","I captured a screenshot, zoomed on the barricade, and captured another screenshot.",Action,multi_step_command,unordered,all,"[{""name"": ""take_image""}, {""name"": ""zoom_bounding"", ""args"": {""instruction"": ""barricade""}}, {""name"": ""take_image""}]",FALSE,"{""zoom_bounding"": {""instruction"": ""barricade""}}",current,,Hard,barricade,v1.0,TRUE,{},{},[],any,exact,{}

Q_523,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Take a screenshot, then zoom on the barricade, and also take another screenshot.","I captured a screenshot, zoomed on the barricade, and captured another screenshot.",Action,multi_step_command,unordered,all,"[{""name"": ""take_image""}, {""name"": ""zoom_bounding"", ""args"": {""instruction"": ""barricade""}}, {""name"": ""take_image""}]",FALSE,"{""zoom_bounding"": {""instruction"": ""barricade""}}",current,,Hard,barricade,v1.0,TRUE,{},{},[],any,exact,{}

Q_524,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Take a screenshot, then zoom on the barricade, and also take another screenshot.","I captured a screenshot, zoomed on the barricade, and captured another screenshot.",Action,multi_step_command,unordered,all,"[{""name"": ""take_image""}, {""name"": ""zoom_bounding"", ""args"": {""instruction"": ""barricade""}}, {""name"": ""take_image""}]",FALSE,"{""zoom_bounding"": {""instruction"": ""barricade""}}",current,,Hard,barricade,v1.0,TRUE,{},{},[],any,exact,{}

Q_525,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","First go to diff-view-1, then take a screenshot.",I went to 'diff-view-1' and then took a screenshot.,Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""diff-view-1""}}, {""name"": ""take_image""}]",FALSE,"{""go_to_preset"": {""name"": ""diff-view-1""}}",current,,Hard,barricade,v1.0,TRUE,{},{},[],any,exact,{}

Q_526,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","First go to diff-view-1, then take a screenshot.",I went to 'diff-view-1' and then took a screenshot.,Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""diff-view-1""}}, {""name"": ""take_image""}]",FALSE,"{""go_to_preset"": {""name"": ""diff-view-1""}}",current,,Hard,barricade,v1.0,TRUE,{},{},[],any,exact,{}

Q_527,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","First go to diff-view-1, then take a screenshot.",I went to 'diff-view-1' and then took a screenshot.,Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""diff-view-1""}}, {""name"": ""take_image""}]",FALSE,"{""go_to_preset"": {""name"": ""diff-view-1""}}",current,,Hard,barricade,v1.0,TRUE,{},{},[],any,exact,{}

Q_528,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","First go to diff-view-1, then take a screenshot.",I went to 'diff-view-1' and then took a screenshot.,Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""diff-view-1""}}, {""name"": ""take_image""}]",FALSE,"{""go_to_preset"": {""name"": ""diff-view-1""}}",current,,Hard,barricade,v1.0,TRUE,{},{},[],any,exact,{}

Q_529,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","First go to diff-view-1, then take a screenshot.",I went to 'diff-view-1' and then took a screenshot.,Action,multi_step_command,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""diff-view-1""}}, {""name"": ""take_image""}]",FALSE,"{""go_to_preset"": {""name"": ""diff-view-1""}}",current,,Hard,barricade,v1.0,TRUE,{},{},[],any,exact,{}

Q_530,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","In a full 360° sweep, first take a screenshot, then tell me whether a phone booth exists.",I captured a screenshot and there is one phone booth in the full view.,QA,multi_step_reasoning,strict,,"[{""name"": ""take_image""}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Is there a phone booth anywhere across the full panorama?"", ""view_type"": ""full""}}]",FALSE,"{""query_answer"": {""instruction"": ""Is there a phone booth anywhere across the full panorama?"", ""view_type"": ""full""}}",full,Use full panorama.,Hard,"shrub, barricade, phone booth",v1.0,TRUE,{},{},[],must_full,exact,{}

Q_531,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","In a full 360° sweep, first take a screenshot, then tell me whether a phone booth exists.",I captured a screenshot and there is one phone booth in the full view.,QA,multi_step_reasoning,strict,,"[{""name"": ""take_image""}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Is there a phone booth anywhere across the full panorama?"", ""view_type"": ""full""}}]",FALSE,"{""query_answer"": {""instruction"": ""Is there a phone booth anywhere across the full panorama?"", ""view_type"": ""full""}}",full,Use full panorama.,Hard,"shrub, barricade, phone booth",v1.0,TRUE,{},{},[],must_full,exact,{}

Q_532,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Count shrubs now and after panning 50° right; which count is higher?,The shrub count is higher before the pan.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 50}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which count is higher, before or after?"", ""view_type"": ""current""}}]",FALSE,"{""ptz_adjust"": {""pan_deg"": 50}}",current,,Hard,"shrub, barricade, phone booth",v1.0,TRUE,{},{},[],any,exact,{}

Q_533,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Count shrubs now and after panning 50° right; which count is higher?,The shrub count is higher before the pan.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 50}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which count is higher, before or after?"", ""view_type"": ""current""}}]",FALSE,"{""ptz_adjust"": {""pan_deg"": 50}}",current,,Hard,"shrub, barricade, phone booth",v1.0,TRUE,{},{},[],any,exact,{}

Q_534,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Count shrubs now and after panning 50° right; which count is higher?,The shrub count is higher before the pan.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 50}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which count is higher, before or after?"", ""view_type"": ""current""}}]",FALSE,"{""ptz_adjust"": {""pan_deg"": 50}}",current,,Hard,"shrub, barricade, phone booth",v1.0,TRUE,{},{},[],any,exact,{}

Q_535,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]",Count shrubs now and after panning 50° right; which count is higher?,The shrub count is higher before the pan.,QA,multi_step_reasoning,unordered,all,"[{""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""ptz_adjust"", ""args"": {""pan_deg"": 50}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""shrub"", ""view_type"": ""current""}}, {""name"": ""query_answer"", ""args"": {""instruction"": ""Which count is higher, before or after?"", ""view_type"": ""current""}}]",FALSE,"{""ptz_adjust"": {""pan_deg"": 50}}",current,,Hard,"shrub, barricade, phone booth",v1.0,TRUE,{},{},[],any,exact,{}

Q_536,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Go to street-view-2, tilt down a little, then tell me how many barricades are visible.","I moved to 'street-view-2', tilted down slightly, and there are several barricades visible.",QA,multi_step_reasoning,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""street-view-2""}}, {""name"": ""ptz_adjust"", ""args"": {""tilt_deg"": -8}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""barricade"", ""view_type"": ""current""}}]",FALSE,"{""go_to_preset"": {""name"": ""street-view-2""}}",current,,Hard,"shrub, barricade, phone booth",v1.0,TRUE,{},{},[],any,exact,{}

Q_537,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Go to street-view-2, tilt down a little, then tell me how many barricades are visible.","I moved to 'street-view-2', tilted down slightly, and there are several barricades visible.",QA,multi_step_reasoning,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""street-view-2""}}, {""name"": ""ptz_adjust"", ""args"": {""tilt_deg"": -8}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""barricade"", ""view_type"": ""current""}}]",FALSE,"{""go_to_preset"": {""name"": ""street-view-2""}}",current,,Hard,"shrub, barricade, phone booth",v1.0,TRUE,{},{},[],any,exact,{}

Q_538,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Go to street-view-2, tilt down a little, then tell me how many barricades are visible.","I moved to 'street-view-2', tilted down slightly, and there are several barricades visible.",QA,multi_step_reasoning,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""street-view-2""}}, {""name"": ""ptz_adjust"", ""args"": {""tilt_deg"": -8}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""barricade"", ""view_type"": ""current""}}]",FALSE,"{""go_to_preset"": {""name"": ""street-view-2""}}",current,,Hard,"shrub, barricade, phone booth",v1.0,TRUE,{},{},[],any,exact,{}

Q_539,scenes/postwar-city/postwar-city.blend,street-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Go to street-view-2, tilt down a little, then tell me how many barricades are visible.","I moved to 'street-view-2', tilted down slightly, and there are several barricades visible.",QA,multi_step_reasoning,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""street-view-2""}}, {""name"": ""ptz_adjust"", ""args"": {""tilt_deg"": -8}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""barricade"", ""view_type"": ""current""}}]",FALSE,"{""go_to_preset"": {""name"": ""street-view-2""}}",current,,Hard,"shrub, barricade, phone booth",v1.0,TRUE,{},{},[],any,exact,{}

Q_540,scenes/postwar-city/postwar-city.blend,street-view-2,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Go to street-view-2, tilt down a little, then tell me how many barricades are visible.","I moved to 'street-view-2', tilted down slightly, and there are several barricades visible.",QA,multi_step_reasoning,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""street-view-2""}}, {""name"": ""ptz_adjust"", ""args"": {""tilt_deg"": -8}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""barricade"", ""view_type"": ""current""}}]",FALSE,"{""go_to_preset"": {""name"": ""street-view-2""}}",current,,Hard,"shrub, barricade, phone booth",v1.0,TRUE,{},{},[],any,exact,{}

Q_541,scenes/postwar-city/postwar-city.blend,diff-view-1,"[""street-view-1"", ""street-view-2"", ""diff-view-1""]","Go to street-view-2, tilt down a little, then tell me how many barricades are visible.","I moved to 'street-view-2', tilted down slightly, and there are several barricades visible.",QA,multi_step_reasoning,strict,,"[{""name"": ""go_to_preset"", ""args"": {""name"": ""street-view-2""}}, {""name"": ""ptz_adjust"", ""args"": {""tilt_deg"": -8}}, {""name"": ""count_pointing"", ""args"": {""instruction"": ""barricade"", ""view_type"": ""current""}}]",FALSE,"{""go_to_preset"": {""name"": ""street-view-2""}}",current,,Hard,"shrub, barricade, phone booth",v1.0,TRUE,{},{},[],any,exact,{}