-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPro-Response-Instant.json
More file actions
20367 lines (20367 loc) · 885 KB
/
Pro-Response-Instant.json
File metadata and controls
20367 lines (20367 loc) · 885 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
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
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "6d3939f5-5636-43c7-94bb-86318392bd2d",
"video_path": "6d3939f5-5636-43c7-94bb-86318392bd2d.mp4",
"duration_sec": 533.75,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "6d3939f5-5636-43c7-94bb-86318392bd2d@1",
"question": "If you notice 'She passes the dough from her left hand to her right hand' unfolding, kindly send me a notification at your earliest convenience.",
"question_time": 9.83,
"choices": [],
"correct_answer": "She passes the dough from her left hand to her right hand.",
"time_reference": 27.1
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "c7b79307-12d5-4502-8a97-0d272d48853c",
"video_path": "c7b79307-12d5-4502-8a97-0d272d48853c.mp4",
"duration_sec": 35.5,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "c7b79307-12d5-4502-8a97-0d272d48853c@1",
"question": "When I tighten the bolt in the lawn mower with a torque wrench, what do I need to do next?",
"question_time": 3.35,
"choices": [
"(A) Connect the bolt with a torque wrench.",
"(B) Wipe the spark plug with your hands",
"(C) Adjust the camera",
"(D) Put the torque wrench on the work table."
],
"correct_answer": "D",
"time_reference": 23.87
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "29928d46-5209-4d00-9fbf-b5c056845ded",
"video_path": "29928d46-5209-4d00-9fbf-b5c056845ded.mp4",
"duration_sec": 1113.75,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "29928d46-5209-4d00-9fbf-b5c056845ded@1",
"question": "As soon as you identify 'I wet the microfiber with polishing solution', please make it a priority to alert me right away.",
"question_time": 4.75,
"choices": [],
"correct_answer": "You wet the microfiber with polishing solution.",
"time_reference": 20.56
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "4675859e-620c-493a-b1e7-27c347074783",
"video_path": "4675859e-620c-493a-b1e7-27c347074783.mp4",
"duration_sec": 1298.0,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "4675859e-620c-493a-b1e7-27c347074783@1",
"question": "I would like to be informed the moment you detect 'I press the lift button panel with my left hand' occurring.",
"question_time": 5.56,
"choices": [],
"correct_answer": "You press the lift button panel with your left hand.",
"time_reference": 26.7
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "f61a6422-1806-43d8-87d6-bc24d9768d9d",
"video_path": "f61a6422-1806-43d8-87d6-bc24d9768d9d.mp4",
"duration_sec": 2167.25,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "f61a6422-1806-43d8-87d6-bc24d9768d9d@1",
"question": "Alert me when you see 'She puts the cloth on her thighs' occurring",
"question_time": 0,
"choices": [],
"correct_answer": "She puts the cloth on her thighs.",
"time_reference": 16.87
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "90999b6f-76c3-432f-b44b-76f5e5ec5d96",
"video_path": "90999b6f-76c3-432f-b44b-76f5e5ec5d96.mp4",
"duration_sec": 35.0,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "90999b6f-76c3-432f-b44b-76f5e5ec5d96@1",
"question": "When I tighten the screw with the socket wrench on the engine of the generator with my right hand, what was the process I followed?",
"question_time": 5.47,
"choices": [
"(A) Initially, You cleaned the engine with a paper and then used the socket wrench to tighten the screw.",
"(B) After cleaning the engine with a piece of paper and tightening the screw previously, You used the socket wrench to secure it further.",
"(C) After covering the generator's engine with its cover, You used the socket wrench to tighten the screw.",
"(D) After opening the drawer, You used the socket wrench to tighten the screw.",
"(E) Before cleaning your right hand, You used the socket wrench to tighten the screw."
],
"correct_answer": "B",
"time_reference": 21.27
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "530dd2a8-462c-450b-9f38-1dfff28f139e",
"video_path": "530dd2a8-462c-450b-9f38-1dfff28f139e.mp4",
"duration_sec": 708.25,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "530dd2a8-462c-450b-9f38-1dfff28f139e@1",
"question": "If you observe 'She passes the knife from her left hand to her right hand' taking place, I would greatly appreciate a quick alert.",
"question_time": 0,
"choices": [],
"correct_answer": "She passes the knife from her left hand to her right hand.",
"time_reference": 24.81
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "1a870d5d-5787-4098-ad8d-fe7343c43698",
"video_path": "1a870d5d-5787-4098-ad8d-fe7343c43698.mp4",
"duration_sec": 3829.0,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "1a870d5d-5787-4098-ad8d-fe7343c43698@1",
"question": "When you detect 'A man passes the phone to his right hand', please alert me",
"question_time": 0,
"choices": [],
"correct_answer": "A man passes the phone to his right hand.",
"time_reference": 20.28
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "becc10aa-e78b-43d8-9b43-98eaf9e54008",
"video_path": "becc10aa-e78b-43d8-9b43-98eaf9e54008.mp4",
"duration_sec": 249.25,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "becc10aa-e78b-43d8-9b43-98eaf9e54008@1",
"question": "If 'I pass the marker from my right hand to my left hand' is about to happen, let me know immediately.",
"question_time": 1.46,
"choices": [],
"correct_answer": "You pass the marker from your right hand to your left hand.",
"time_reference": 23.09
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "1314208b-b64d-4ebc-bc9a-fc05c091ed45",
"video_path": "1314208b-b64d-4ebc-bc9a-fc05c091ed45.mp4",
"duration_sec": 25.5,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "1314208b-b64d-4ebc-bc9a-fc05c091ed45@1",
"question": "Whenever you see 'I let go of the plate and bowl' occurring, please ensure I’m informed right away.",
"question_time": 0,
"choices": [],
"correct_answer": "You let go of the plate and bowl.",
"time_reference": 20.45
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "6f4b36d7-457b-4bac-a4fd-009f6d6d886d",
"video_path": "6f4b36d7-457b-4bac-a4fd-009f6d6d886d.mp4",
"duration_sec": 59.25,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "6f4b36d7-457b-4bac-a4fd-009f6d6d886d@1",
"question": "When you detect 'I place the thin wood on the table with my left hand', please alert me",
"question_time": 0,
"choices": [],
"correct_answer": "You place the thin wood on the table with your left hand.",
"time_reference": 27.8
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "858c1362-b0e9-4281-9200-a3abc6c524ba",
"video_path": "858c1362-b0e9-4281-9200-a3abc6c524ba.mp4",
"duration_sec": 64.75,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "858c1362-b0e9-4281-9200-a3abc6c524ba@1",
"question": "When I gaze out at the water, what is the next thing I should do?",
"question_time": 0,
"choices": [
"(A) Open the cutting machine",
"(B) Operate the cutting machine.",
"(C) Wear the spectacles with both hands.",
"(D) Wear the spectacles",
"(E) Put the tile on the machine"
],
"correct_answer": "B",
"time_reference": 16.54
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "b6474db0-090c-40df-8d65-0a52dd0578cc",
"video_path": "b6474db0-090c-40df-8d65-0a52dd0578cc.mp4",
"duration_sec": 1072.5,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "b6474db0-090c-40df-8d65-0a52dd0578cc@1",
"question": "When a man leans on the wood, what actions were taken?",
"question_time": 4.87,
"choices": [
"(A) He leaned on the wall.",
"(B) He touched his face.",
"(C) He fixed the camera.",
"(D) He put down his hand.",
"(E) He leaned on the carpet."
],
"correct_answer": "D",
"time_reference": 25.88
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "f88c7f52-dfb9-4a17-ac15-f3ec05de4f85",
"video_path": "f88c7f52-dfb9-4a17-ac15-f3ec05de4f85.mp4",
"duration_sec": 975.0,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "f88c7f52-dfb9-4a17-ac15-f3ec05de4f85@1",
"question": "If you notice 'I reach into my right front pocket with my right hand and pull out a face towel' unfolding, kindly send me a notification at your earliest convenience.",
"question_time": 0,
"choices": [],
"correct_answer": "You reach into your right front pocket with your right hand and pull out a face towel.",
"time_reference": 23.01
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "0a7c1b9a-6c98-4f74-a8ad-3f06689d0146",
"video_path": "0a7c1b9a-6c98-4f74-a8ad-3f06689d0146.mp4",
"duration_sec": 29.0,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "0a7c1b9a-6c98-4f74-a8ad-3f06689d0146@1",
"question": "When I were in a workshop, measuring a plank with a meter rule, set square, and pencil, what is the next thing I should do?",
"question_time": 0,
"choices": [
"(A) Accidentally knock over a meter rule on the furniture.",
"(B) Mark the measurement with a pencil.",
"(C) Place the meter rule on the plank.",
"(D) Place the set square at another position on the plank.",
"(E) Continue measuring the plank with the meter rule."
],
"correct_answer": "D",
"time_reference": 28.9
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "82a3744e-cedb-4a4f-8e47-bc5c1a2b3ac0",
"video_path": "82a3744e-cedb-4a4f-8e47-bc5c1a2b3ac0.mp4",
"duration_sec": 409.0,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "82a3744e-cedb-4a4f-8e47-bc5c1a2b3ac0@1",
"question": "Whenever you catch sight of 'I kneel with my right leg on the leg massager', please ensure I’m informed immediately.",
"question_time": 0.54,
"choices": [],
"correct_answer": "You kneel with your right leg on the leg massager.",
"time_reference": 17.38
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "8cf7f552-c1df-4482-8c0d-db17d098bf02",
"video_path": "8cf7f552-c1df-4482-8c0d-db17d098bf02.mp4",
"duration_sec": 46.25,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "8cf7f552-c1df-4482-8c0d-db17d098bf02@1",
"question": "When I stare at the lawn mower belts, what is the next action?",
"question_time": 0.53,
"choices": [
"(A) You adjust the lawn mower gear with your right hand.",
"(B) You touch the camera with your right hand.",
"(C) You pass the lawn mower belt pack from your left hand to your right hand.",
"(D) You squeeze the lawn mower belt pack with your hands.",
"(E) You place your left hand on the lawn mower."
],
"correct_answer": "D",
"time_reference": 15.62
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "e552609d-72c0-471f-915f-83bcddaad3c1",
"video_path": "e552609d-72c0-471f-915f-83bcddaad3c1.mp4",
"duration_sec": 1414.5,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "e552609d-72c0-471f-915f-83bcddaad3c1@1",
"question": "Should you encounter 'I work with the multipurpose wrench inside the engine', please make it a point to keep me updated immediately.",
"question_time": 0,
"choices": [],
"correct_answer": "You work with the multipurpose wrench inside the engine.",
"time_reference": 21.83
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "014b473f-aec0-49c7-b394-abc7309ca3c7",
"video_path": "014b473f-aec0-49c7-b394-abc7309ca3c7.mp4",
"duration_sec": 542.5,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "014b473f-aec0-49c7-b394-abc7309ca3c7@1",
"question": "When two men talk to each other, what is the next thing I should do?",
"question_time": 8.49,
"choices": [
"(A) Lift the palm leaves.",
"(B) Put the palm leaves on the ground",
"(C) Cut the palm leaves",
"(D) Continue talking to the men."
],
"correct_answer": "A",
"time_reference": 25.52
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "db00b25c-2900-4e86-89c7-d23bc96d46df",
"video_path": "db00b25c-2900-4e86-89c7-d23bc96d46df.mp4",
"duration_sec": 124.75,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "db00b25c-2900-4e86-89c7-d23bc96d46df@1",
"question": "When I put the cable into the big tube at the junction box, what is done next?",
"question_time": 1.36,
"choices": [
"(A) You push the cable into the big tube at the junction box.",
"(B) You put the cable into the small tube at the junction box.",
"(C) You straighten the cable.",
"(D) You put the pliers with You on the plywood."
],
"correct_answer": "C",
"time_reference": 25.0
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "32991c95-5acb-4d1b-a142-98c2fe27cbfd",
"video_path": "32991c95-5acb-4d1b-a142-98c2fe27cbfd.mp4",
"duration_sec": 1633.5,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "32991c95-5acb-4d1b-a142-98c2fe27cbfd@1",
"question": "If 'A woman talks in the store' comes to your attention, please don’t delay in notifying me.",
"question_time": 0,
"choices": [],
"correct_answer": "A woman talks in the store.",
"time_reference": 15.89
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "c6a42d6b-5fb0-4829-92e0-40ed1bef6f8a",
"video_path": "c6a42d6b-5fb0-4829-92e0-40ed1bef6f8a.mp4",
"duration_sec": 186.25,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "c6a42d6b-5fb0-4829-92e0-40ed1bef6f8a@1",
"question": "When I clean the oil tank with a rag, what was done?",
"question_time": 6.78,
"choices": [
"(A) You placed the oil tank cap on the lawn mower.",
"(B) You poured oil into the oil tank with your right hand.",
"(C) You passed the bottle of oil to your left hand.",
"(D) You covered the oil filter with the oil filter wrench.",
"(E) You cleaned the floor with the rag using your right hand."
],
"correct_answer": "A",
"time_reference": 27.34
},
{
"video_source": "Ego-Ego4D-Narration-Val",
"video_id": "e7cda49b-1c03-4d74-a759-c2eeb96465b4",
"video_path": "e7cda49b-1c03-4d74-a759-c2eeb96465b4.mp4",
"duration_sec": 89.75,
"fps": 4,
"question_type": "Pro-Response-Instant@short",
"question_id": "e7cda49b-1c03-4d74-a759-c2eeb96465b4@1",
"question": "When I pass the handle to my left hand, what was happening at that moment?",
"question_time": 0,
"choices": [
"(A) You was taking the handle with your right hand.",
"(B) You was adjusting the hose with your left hand.",
"(C) You was spraying the floor.",
"(D) You was raising your right hand."
],
"correct_answer": "B",
"time_reference": 18.43
},
{
"video_source": "QVHighlights-Val",
"video_id": "NUsG9BgSes0_60.0_210.0",
"video_path": "NUsG9BgSes0_60.0_210.0.mp4",
"duration_sec": 150,
"fps": 29.97,
"question_type": "Pro-Response-Instant@short",
"question_id": "NUsG9BgSes0_60.0_210.0@1",
"question": "If you happen to observe 'A woman sitting in front of a desk wearing headphones and using her laptop' taking place, kindly notify me as soon as possible.",
"question_time": 98.65,
"choices": [],
"correct_answer": "A woman sitting in front of a desk wearing headphones and using her laptop",
"time_reference": 118
},
{
"video_source": "QVHighlights-Val",
"video_id": "NUsG9BgSes0_660.0_810.0",
"video_path": "NUsG9BgSes0_660.0_810.0.mp4",
"duration_sec": 150,
"fps": 29.97,
"question_type": "Pro-Response-Instant@short",
"question_id": "NUsG9BgSes0_660.0_810.0@1",
"question": "When 'Woman holds up a green bottle' happens, please inform me promptly.",
"question_time": 12.2,
"choices": [],
"correct_answer": "Woman holds up a green bottle.",
"time_reference": 36
},
{
"video_source": "QVHighlights-Val",
"video_id": "NUsG9BgSes0_510.0_660.0",
"video_path": "NUsG9BgSes0_510.0_660.0.mp4",
"duration_sec": 150,
"fps": 29.97,
"question_type": "Pro-Response-Instant@short",
"question_id": "NUsG9BgSes0_510.0_660.0@1",
"question": "Whenever you see 'Woman opens a cup of noodles and puts in water' occurring, please ensure I’m informed right away.",
"question_time": 61.11,
"choices": [],
"correct_answer": "Woman opens a cup of noodles and puts in water.",
"time_reference": 78
},
{
"video_source": "QVHighlights-Val",
"video_id": "RoripwjYFp8_360.0_510.0",
"video_path": "RoripwjYFp8_360.0_510.0.mp4",
"duration_sec": 150,
"fps": 29.97002997002997,
"question_type": "Pro-Response-Instant@short",
"question_id": "RoripwjYFp8_360.0_510.0@1",
"question": "Please keep me updated if you see 'Man in gray top walks from outside to inside' happening.",
"question_time": 0,
"choices": [],
"correct_answer": "Man in gray top walks from outside to inside.",
"time_reference": 26
},
{
"video_source": "QVHighlights-Val",
"video_id": "pA6Z-qYhSNg_60.0_210.0",
"video_path": "pA6Z-qYhSNg_60.0_210.0.mp4",
"duration_sec": 150,
"fps": 29.97002997002997,
"question_type": "Pro-Response-Instant@short",
"question_id": "pA6Z-qYhSNg_60.0_210.0@1",
"question": "Whenever you detect 'Different types of meat products are being cut, shaped and prepared' emerging, please make sure to inform me without delay.",
"question_time": 6.23,
"choices": [],
"correct_answer": "Different types of meat products are being cut, shaped and prepared.",
"time_reference": 32
},
{
"video_source": "QVHighlights-Val",
"video_id": "pA6Z-qYhSNg_210.0_360.0",
"video_path": "pA6Z-qYhSNg_210.0_360.0.mp4",
"duration_sec": 150,
"fps": 29.97002997002997,
"question_type": "Pro-Response-Instant@short",
"question_id": "pA6Z-qYhSNg_210.0_360.0@1",
"question": "If you observe 'Different Facebook posts on transgender bathrooms are shown' happening, notify me",
"question_time": 76.74,
"choices": [],
"correct_answer": "Different Facebook posts on transgender bathrooms are shown.",
"time_reference": 96
},
{
"video_source": "QVHighlights-Val",
"video_id": "zVwsEVwS8Kw_360.0_510.0",
"video_path": "zVwsEVwS8Kw_360.0_510.0.mp4",
"duration_sec": 150,
"fps": 29.97002997002997,
"question_type": "Pro-Response-Instant@short",
"question_id": "zVwsEVwS8Kw_360.0_510.0@1",
"question": "If you happen to observe 'There is a large breakfast spread on the table' taking place, kindly notify me as soon as possible.",
"question_time": 42.68,
"choices": [],
"correct_answer": "There is a large breakfast spread on the table.",
"time_reference": 66
},
{
"video_source": "QVHighlights-Val",
"video_id": "GAUdBAL0K5A_60.0_210.0",
"video_path": "GAUdBAL0K5A_60.0_210.0.mp4",
"duration_sec": 150,
"fps": 25.0,
"question_type": "Pro-Response-Instant@short",
"question_id": "GAUdBAL0K5A_60.0_210.0@1",
"question": "Let me know as soon as 'Three women having some green health shots' occurs.",
"question_time": 77.88,
"choices": [],
"correct_answer": "Three women having some green health shots",
"time_reference": 104
},
{
"video_source": "QVHighlights-Val",
"video_id": "yId2wIocTys_60.0_210.0",
"video_path": "yId2wIocTys_60.0_210.0.mp4",
"duration_sec": 150,
"fps": 30.0,
"question_type": "Pro-Response-Instant@short",
"question_id": "yId2wIocTys_60.0_210.0@1",
"question": "Please notify me instantly if you come across 'Man walks away from white van' happening around you.",
"question_time": 113.23,
"choices": [],
"correct_answer": "Man walks away from white van.",
"time_reference": 134
},
{
"video_source": "QVHighlights-Val",
"video_id": "Jz1Cszaqck0_510.0_660.0",
"video_path": "Jz1Cszaqck0_510.0_660.0.mp4",
"duration_sec": 150,
"fps": 25.0,
"question_type": "Pro-Response-Instant@short",
"question_id": "Jz1Cszaqck0_510.0_660.0@1",
"question": "If 'A little girl with pink dress is playing with a log as a slide' is about to unfold, please make it a priority to notify me.",
"question_time": 12.8,
"choices": [],
"correct_answer": "A little girl with pink dress is playing with a log as a slide",
"time_reference": 32
},
{
"video_source": "QVHighlights-Val",
"video_id": "FL0Cos34RjU_360.0_510.0",
"video_path": "FL0Cos34RjU_360.0_510.0.mp4",
"duration_sec": 150,
"fps": 25.0,
"question_type": "Pro-Response-Instant@short",
"question_id": "FL0Cos34RjU_360.0_510.0@1",
"question": "If you see 'A car ride down a suburban street from a dash cameras point of view' happening, please notify me.",
"question_time": 100.64,
"choices": [],
"correct_answer": "A car ride down a suburban street from a dash cameras point of view.",
"time_reference": 116
},
{
"video_source": "QVHighlights-Val",
"video_id": "IdpHJK90VDw_660.0_810.0",
"video_path": "IdpHJK90VDw_660.0_810.0.mp4",
"duration_sec": 150,
"fps": 23.976023976023978,
"question_type": "Pro-Response-Instant@short",
"question_id": "IdpHJK90VDw_660.0_810.0@1",
"question": "Please send me an immediate alert when you notice 'Man in a black suit escorts a woman to a doorway' occurring.",
"question_time": 78.55,
"choices": [],
"correct_answer": "Man in a black suit escorts a woman to a doorway.",
"time_reference": 94
},
{
"video_source": "QVHighlights-Val",
"video_id": "uoVRb7a58GU_360.0_510.0",
"video_path": "uoVRb7a58GU_360.0_510.0.mp4",
"duration_sec": 150,
"fps": 29.97002997002997,
"question_type": "Pro-Response-Instant@short",
"question_id": "uoVRb7a58GU_360.0_510.0@1",
"question": "As soon as you identify 'People butcher meat from a carcass', please prioritize alerting me.",
"question_time": 0,
"choices": [],
"correct_answer": "People butcher meat from a carcass.",
"time_reference": 28
},
{
"video_source": "QVHighlights-Val",
"video_id": "wUgPzvcKK5c_360.0_510.0",
"video_path": "wUgPzvcKK5c_360.0_510.0.mp4",
"duration_sec": 150,
"fps": 23.976023976023978,
"question_type": "Pro-Response-Instant@short",
"question_id": "wUgPzvcKK5c_360.0_510.0@1",
"question": "Should you observe 'Man in black top sits on a twin bed' taking place, I would appreciate a prompt heads-up.",
"question_time": 14.03,
"choices": [],
"correct_answer": "Man in black top sits on a twin bed.",
"time_reference": 30
},
{
"video_source": "QVHighlights-Val",
"video_id": "T60_zAvnAsU_360.0_510.0",
"video_path": "T60_zAvnAsU_360.0_510.0.mp4",
"duration_sec": 150,
"fps": 25.0,
"question_type": "Pro-Response-Instant@short",
"question_id": "T60_zAvnAsU_360.0_510.0@1",
"question": "When you identify 'The Colosseum shown from many angles', please alert me.",
"question_time": 15.89,
"choices": [],
"correct_answer": "The Colosseum shown from many angles.",
"time_reference": 34
},
{
"video_source": "QVHighlights-Val",
"video_id": "Z3-IZ3HAmIA_360.0_510.0",
"video_path": "Z3-IZ3HAmIA_360.0_510.0.mp4",
"duration_sec": 150,
"fps": 29.97002997002997,
"question_type": "Pro-Response-Instant@short",
"question_id": "Z3-IZ3HAmIA_360.0_510.0@1",
"question": "As soon as you identify 'Woman uses the bottle on her face and wipes it down', please make it a priority to alert me right away.",
"question_time": 105.07,
"choices": [],
"correct_answer": "Woman uses the bottle on her face and wipes it down.",
"time_reference": 126
},
{
"video_source": "QVHighlights-Val",
"video_id": "Z3-IZ3HAmIA_210.0_360.0",
"video_path": "Z3-IZ3HAmIA_210.0_360.0.mp4",
"duration_sec": 150,
"fps": 29.97002997002997,
"question_type": "Pro-Response-Instant@short",
"question_id": "Z3-IZ3HAmIA_210.0_360.0@1",
"question": "I would be thankful if you could inform me promptly upon spotting 'A woman in a black dress giving a tour of her hotel room'.",
"question_time": 66.57,
"choices": [],
"correct_answer": "A woman in a black dress giving a tour of her hotel room.",
"time_reference": 96
},
{
"video_source": "QVHighlights-Val",
"video_id": "Z3-IZ3HAmIA_60.0_210.0",
"video_path": "Z3-IZ3HAmIA_60.0_210.0.mp4",
"duration_sec": 150,
"fps": 29.97002997002997,
"question_type": "Pro-Response-Instant@short",
"question_id": "Z3-IZ3HAmIA_60.0_210.0@1",
"question": "Please notify me the moment 'A view from the window as the plane accelerates and takes off from the runway' is detected.",
"question_time": 69.01,
"choices": [],
"correct_answer": "A view from the window as the plane accelerates and takes off from the runway.",
"time_reference": 98
},
{
"video_source": "QVHighlights-Val",
"video_id": "-_s0sXOfS3w_60.0_210.0",
"video_path": "-_s0sXOfS3w_60.0_210.0.mp4",
"duration_sec": 150,
"fps": 30.0,
"question_type": "Pro-Response-Instant@short",
"question_id": "-_s0sXOfS3w_60.0_210.0@1",
"question": "If 'A man shaves his beard looks in a mirror and talks to the camera' comes to your attention, please don’t delay in notifying me.",
"question_time": 85.19,
"choices": [],
"correct_answer": "A man shaves his beard looks in a mirror and talks to the camera.",
"time_reference": 114
},
{
"video_source": "QVHighlights-Val",
"video_id": "KQyJtq52Jcw_60.0_210.0",
"video_path": "KQyJtq52Jcw_60.0_210.0.mp4",
"duration_sec": 150,
"fps": 29.97002997002997,
"question_type": "Pro-Response-Instant@short",
"question_id": "KQyJtq52Jcw_60.0_210.0@1",
"question": "Should you encounter 'Man reads a piece of paper to his kid', please reach out to me without delay.",
"question_time": 14.75,
"choices": [],
"correct_answer": "Man reads a piece of paper to his kid.",
"time_reference": 34
},
{
"video_source": "QVHighlights-Val",
"video_id": "_ufoIeYZYjw_660.0_810.0",
"video_path": "_ufoIeYZYjw_660.0_810.0.mp4",
"duration_sec": 150,
"fps": 30.0,
"question_type": "Pro-Response-Instant@short",
"question_id": "_ufoIeYZYjw_660.0_810.0@1",
"question": "Alert me when you see 'The boat in the ocean in red, white, and blue' occurring",
"question_time": 37.82,
"choices": [],
"correct_answer": "The boat in the ocean in red, white, and blue.",
"time_reference": 54
},
{
"video_source": "QVHighlights-Val",
"video_id": "ZWldnViJ4iY_360.0_510.0",
"video_path": "ZWldnViJ4iY_360.0_510.0.mp4",
"duration_sec": 150,
"fps": 30.0,
"question_type": "Pro-Response-Instant@short",
"question_id": "ZWldnViJ4iY_360.0_510.0@1",
"question": "Should you witness 'Brother and sister talk next to a large window' unfold, kindly prioritize sending me an alert.",
"question_time": 6.1,
"choices": [],
"correct_answer": "Brother and sister talk next to a large window.",
"time_reference": 22
},
{
"video_source": "QVHighlights-Val",
"video_id": "MmGtg0qgceA_210.0_360.0",
"video_path": "MmGtg0qgceA_210.0_360.0.mp4",
"duration_sec": 150,
"fps": 30.0,
"question_type": "Pro-Response-Instant@short",
"question_id": "MmGtg0qgceA_210.0_360.0@1",
"question": "Whenever you observe 'Somebody is passed out in the back of a moving car with a white mask over their face', I would be grateful for your prompt alert.",
"question_time": 116.6,
"choices": [],
"correct_answer": "Somebody is passed out in the back of a moving car with a white mask over their face.",
"time_reference": 134
},
{
"video_source": "QVHighlights-Val",
"video_id": "MmGtg0qgceA_360.0_510.0",
"video_path": "MmGtg0qgceA_360.0_510.0.mp4",
"duration_sec": 150,
"fps": 30.0,
"question_type": "Pro-Response-Instant@short",
"question_id": "MmGtg0qgceA_360.0_510.0@1",
"question": "When 'Woman in floral cup is eating from a cup' starts, let me know",
"question_time": 0,
"choices": [],
"correct_answer": "Woman in floral cup is eating from a cup.",
"time_reference": 24
},
{
"video_source": "QVHighlights-Val",
"video_id": "6Mzo1y19iTU_360.0_510.0",
"video_path": "6Mzo1y19iTU_360.0_510.0.mp4",
"duration_sec": 150,
"fps": 25.0,
"question_type": "Pro-Response-Instant@short",
"question_id": "6Mzo1y19iTU_360.0_510.0@1",
"question": "If you notice 'Woman in pink bathing suit is lounging in the pool' unfolding, kindly send me a notification at your earliest convenience.",
"question_time": 111.95,
"choices": [],
"correct_answer": "Woman in pink bathing suit is lounging in the pool.",
"time_reference": 128
},
{
"video_source": "QVHighlights-Val",
"video_id": "x4kKIm8WWOA_210.0_360.0",
"video_path": "x4kKIm8WWOA_210.0_360.0.mp4",
"duration_sec": 150,
"fps": 29.97002997002997,
"question_type": "Pro-Response-Instant@short",
"question_id": "x4kKIm8WWOA_210.0_360.0@1",
"question": "Should you spot 'The vlogger is petting a lizard' occurring, please prioritize sending me an alert promptly.",
"question_time": 12.84,
"choices": [],
"correct_answer": "The vlogger is petting a lizard.",
"time_reference": 40
},
{
"video_source": "QVHighlights-Val",
"video_id": "Nhelnhenn1w_60.0_210.0",
"video_path": "Nhelnhenn1w_60.0_210.0.mp4",
"duration_sec": 150,
"fps": 29.97002997002997,
"question_type": "Pro-Response-Instant@short",
"question_id": "Nhelnhenn1w_60.0_210.0@1",
"question": "If you happen to come across 'Asian couple playing alphabet games in some public area', don’t hesitate to inform me at once.",
"question_time": 0.54,
"choices": [],
"correct_answer": "Asian couple playing alphabet games in some public area",
"time_reference": 20
},
{
"video_source": "QVHighlights-Val",
"video_id": "Nhelnhenn1w_660.0_810.0",
"video_path": "Nhelnhenn1w_660.0_810.0.mp4",
"duration_sec": 150,
"fps": 29.97002997002997,
"question_type": "Pro-Response-Instant@short",
"question_id": "Nhelnhenn1w_660.0_810.0@1",
"question": "Whenever you spot 'A man in white is browsing through clothes at a department store' occurring, please ensure I’m notified at once.",
"question_time": 0,
"choices": [],
"correct_answer": "A man in white is browsing through clothes at a department store.",
"time_reference": 16
},
{
"video_source": "QVHighlights-Val",
"video_id": "rrTIeJRVGjg_360.0_510.0",
"video_path": "rrTIeJRVGjg_360.0_510.0.mp4",
"duration_sec": 134,
"fps": 30.0,
"question_type": "Pro-Response-Instant@short",
"question_id": "rrTIeJRVGjg_360.0_510.0@1",
"question": "If you notice 'Credits roll in the video' unfolding, kindly send me a notification at your earliest convenience.",
"question_time": 83.78,
"choices": [],
"correct_answer": "Credits roll in the video.",
"time_reference": 112
},
{
"video_source": "QVHighlights-Val",
"video_id": "rrTIeJRVGjg_60.0_210.0",
"video_path": "rrTIeJRVGjg_60.0_210.0.mp4",
"duration_sec": 150,
"fps": 30.0,
"question_type": "Pro-Response-Instant@short",
"question_id": "rrTIeJRVGjg_60.0_210.0@1",
"question": "Should you witness 'Man stands in front of a white building monologuing' transpiring, do not hesitate to alert me immediately.",
"question_time": 27.3,
"choices": [],
"correct_answer": "Man stands in front of a white building monologuing.",
"time_reference": 56
},
{
"video_source": "QVHighlights-Val",
"video_id": "_NznSSfDxdo_210.0_360.0",
"video_path": "_NznSSfDxdo_210.0_360.0.mp4",
"duration_sec": 150,
"fps": 29.97002997002997,
"question_type": "Pro-Response-Instant@short",
"question_id": "_NznSSfDxdo_210.0_360.0@1",
"question": "If you find yourself witnessing 'Man with pink top has a conversation with a woman in wicker chairs', I would appreciate a swift notification.",
"question_time": 98.38,
"choices": [],
"correct_answer": "Man with pink top has a conversation with a woman in wicker chairs.",
"time_reference": 122
},
{
"video_source": "QVHighlights-Val",
"video_id": "_NznSSfDxdo_60.0_210.0",
"video_path": "_NznSSfDxdo_60.0_210.0.mp4",
"duration_sec": 150,
"fps": 29.97002997002997,
"question_type": "Pro-Response-Instant@short",
"question_id": "_NznSSfDxdo_60.0_210.0@1",
"question": "Alert me when you see 'Man in pink top eats fish' occurring",
"question_time": 30.67,
"choices": [],
"correct_answer": "Man in pink top eats fish.",
"time_reference": 54
},
{
"video_source": "QVHighlights-Val",
"video_id": "6aFvTqmnrJQ_210.0_360.0",
"video_path": "6aFvTqmnrJQ_210.0_360.0.mp4",
"duration_sec": 150,
"fps": 23.976023976023978,
"question_type": "Pro-Response-Instant@short",
"question_id": "6aFvTqmnrJQ_210.0_360.0@1",
"question": "Please notify me instantly if you come across 'A boy and girl interact with a clown in a mall' happening around you.",
"question_time": 75.75,
"choices": [],
"correct_answer": "A boy and girl interact with a clown in a mall.",
"time_reference": 92
},
{
"video_source": "QVHighlights-Val",
"video_id": "6aFvTqmnrJQ_510.0_660.0",
"video_path": "6aFvTqmnrJQ_510.0_660.0.mp4",
"duration_sec": 150,
"fps": 23.976023976023978,
"question_type": "Pro-Response-Instant@short",
"question_id": "6aFvTqmnrJQ_510.0_660.0@1",
"question": "Should you observe 'A young man talks and gestures with his hands while a woman watches him' taking place, I would appreciate a prompt alert.",
"question_time": 43.22,
"choices": [],
"correct_answer": "A young man talks and gestures with his hands while a woman watches him.",
"time_reference": 72
},
{
"video_source": "QVHighlights-Val",
"video_id": "O5RKn-qeIVI_210.0_360.0",
"video_path": "O5RKn-qeIVI_210.0_360.0.mp4",
"duration_sec": 150,
"fps": 25.0,
"question_type": "Pro-Response-Instant@short",
"question_id": "O5RKn-qeIVI_210.0_360.0@1",
"question": "If you happen to come across 'Man is wearing shirt around one shoulder on the side of the road', don’t hesitate to inform me at once.",
"question_time": 37.64,
"choices": [],
"correct_answer": "Man is wearing shirt around one shoulder on the side of the road.",
"time_reference": 62
},
{
"video_source": "QVHighlights-Val",
"video_id": "O5RKn-qeIVI_360.0_510.0",
"video_path": "O5RKn-qeIVI_360.0_510.0.mp4",
"duration_sec": 150,
"fps": 25.0,
"question_type": "Pro-Response-Instant@short",
"question_id": "O5RKn-qeIVI_360.0_510.0@1",
"question": "Whenever you come across 'Blonde man is walking past palm trees', please ensure that I am notified at once.",
"question_time": 32.58,
"choices": [],
"correct_answer": "Blonde man is walking past palm trees.",
"time_reference": 56
},
{
"video_source": "QVHighlights-Val",
"video_id": "E6yFTWlChmE_360.0_510.0",
"video_path": "E6yFTWlChmE_360.0_510.0.mp4",
"duration_sec": 150,
"fps": 25.0,
"question_type": "Pro-Response-Instant@short",
"question_id": "E6yFTWlChmE_360.0_510.0@1",
"question": "If you observe 'Two guys are competing at table tennis' happening, notify me",
"question_time": 69.05,
"choices": [],
"correct_answer": "Two guys are competing at table tennis.",
"time_reference": 98
},
{
"video_source": "QVHighlights-Val",
"video_id": "E6yFTWlChmE_660.0_810.0",
"video_path": "E6yFTWlChmE_660.0_810.0.mp4",
"duration_sec": 150,
"fps": 25.0,
"question_type": "Pro-Response-Instant@short",
"question_id": "E6yFTWlChmE_660.0_810.0@1",
"question": "Send an alert when you recognize 'People sit behind a desk during a press conference' taking place.",
"question_time": 63.47,
"choices": [],
"correct_answer": "People sit behind a desk during a press conference.",
"time_reference": 88
},
{
"video_source": "QVHighlights-Val",
"video_id": "L9cUEhaXnK4_660.0_810.0",
"video_path": "L9cUEhaXnK4_660.0_810.0.mp4",
"duration_sec": 150,
"fps": 25.0,
"question_type": "Pro-Response-Instant@short",
"question_id": "L9cUEhaXnK4_660.0_810.0@1",
"question": "Whenever you identify 'A family stops a their car to look at a grazing herd on a lush field', please make it a point to let me know promptly.",
"question_time": 37.35,
"choices": [],
"correct_answer": "A family stops a their car to look at a grazing herd on a lush field.",
"time_reference": 54
},
{
"video_source": "QVHighlights-Val",
"video_id": "H15bUc-1LJo_210.0_360.0",
"video_path": "H15bUc-1LJo_210.0_360.0.mp4",
"duration_sec": 150,
"fps": 29.97002997002997,
"question_type": "Pro-Response-Instant@short",
"question_id": "H15bUc-1LJo_210.0_360.0@1",
"question": "Let me know as soon as 'Mother holds her daughter in her arms in a gold room' occurs.",
"question_time": 49.49,
"choices": [],
"correct_answer": "Mother holds her daughter in her arms in a gold room.",
"time_reference": 72
},
{
"video_source": "QVHighlights-Val",
"video_id": "XpVt6Z1Gjjo_360.0_510.0",
"video_path": "XpVt6Z1Gjjo_360.0_510.0.mp4",
"duration_sec": 150,
"fps": 29.97002997002997,
"question_type": "Pro-Response-Instant@short",
"question_id": "XpVt6Z1Gjjo_360.0_510.0@1",
"question": "Please notify me the moment 'Two men are looking at tools in Home Depot' is detected.",
"question_time": 79.11,
"choices": [],
"correct_answer": "Two men are looking at tools in Home Depot.",
"time_reference": 104
},
{
"video_source": "QVHighlights-Val",
"video_id": "qBe1PUrRHUo_360.0_510.0",
"video_path": "qBe1PUrRHUo_360.0_510.0.mp4",
"duration_sec": 150,
"fps": 23.976023976023978,
"question_type": "Pro-Response-Instant@short",
"question_id": "qBe1PUrRHUo_360.0_510.0@1",
"question": "When you detect 'Woman goes through her beauty routine', make sure to notify me.",
"question_time": 65.09,
"choices": [],
"correct_answer": "Woman goes through her beauty routine.",
"time_reference": 86
},
{
"video_source": "QVHighlights-Val",
"video_id": "qBe1PUrRHUo_510.0_660.0",
"video_path": "qBe1PUrRHUo_510.0_660.0.mp4",
"duration_sec": 150,
"fps": 23.976023976023978,
"question_type": "Pro-Response-Instant@short",
"question_id": "qBe1PUrRHUo_510.0_660.0@1",
"question": "Whenever you detect 'A young woman reading in bed finally finishes the book \"Atomic Habits\" after many months and really liked it' in action, please ensure I’m updated right away.",
"question_time": 31.25,
"choices": [],
"correct_answer": "A young woman reading in bed finally finishes the book \"Atomic Habits\" after many months and really liked it",
"time_reference": 48
},
{
"video_source": "QVHighlights-Val",
"video_id": "qBe1PUrRHUo_60.0_210.0",
"video_path": "qBe1PUrRHUo_60.0_210.0.mp4",
"duration_sec": 150,
"fps": 23.976023976023978,
"question_type": "Pro-Response-Instant@short",
"question_id": "qBe1PUrRHUo_60.0_210.0@1",
"question": "If you happen to notice 'A woman is looking through a clear plastic container with different clothes in it' in action, I would greatly appreciate your immediate alert.",
"question_time": 0,
"choices": [],
"correct_answer": "A woman is looking through a clear plastic container with different clothes in it.",
"time_reference": 24
},
{
"video_source": "QVHighlights-Val",
"video_id": "Ci4jrBQXtTI_360.0_510.0",
"video_path": "Ci4jrBQXtTI_360.0_510.0.mp4",
"duration_sec": 150,