File size: 420,830 Bytes
9b9891e | 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 1001 | {"id": "0000", "source_dataset": "RoomTour3D", "video_path": "-FZTi5EfPSQ.mp4", "question": "How many pillows are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [663.0, 665.3, 829.7], "query_points": {"time": [663.0, 665.3, 829.7], "count": [2, 4, 0]}}
{"id": "0001", "source_dataset": "scannetpp", "video_path": "09c1414f1b.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.0, 4.7, 22.2, 86.1], "query_points": {"time": [1.0, 4.7, 22.2, 86.1], "count": [5, 4, 3, 0]}}
{"id": "0002", "source_dataset": "RoomTour3D", "video_path": "0qw2HOHjiyU.mp4", "question": "How many flags are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [582.3, 577.3, 763.3], "query_points": {"time": [582.3, 577.3, 763.3], "count": [1, 2, 0]}}
{"id": "0003", "source_dataset": "scannetpp", "video_path": "25f3b7a318.mp4", "question": "How many pillows are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.0, 2.2, 3.9], "query_points": {"time": [1.0, 2.2, 3.9], "count": [2, 1, 0]}}
{"id": "0004", "source_dataset": "scannetpp", "video_path": "3db0a1c8f3.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [78.3, 80.9, 112.1], "query_points": {"time": [78.3, 80.9, 112.1], "count": [2, 1, 0]}}
{"id": "0005", "source_dataset": "arkitscenes", "video_path": "41159541.mp4", "question": "How many wooden chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.6, 4.9, 5.9], "query_points": {"time": [1.6, 4.9, 5.9], "count": [1, 4, 2]}}
{"id": "0006", "source_dataset": "arkitscenes", "video_path": "42445981.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [84.5, 86.9, 97.3, 108.3], "query_points": {"time": [84.5, 86.9, 97.3, 108.3], "count": [3, 1, 0, 2]}}
{"id": "0007", "source_dataset": "arkitscenes", "video_path": "42445984.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [9.8, 18.0, 27.0, 28.6], "query_points": {"time": [9.8, 18.0, 27.0, 28.6], "count": [1, 0, 2, 3]}}
{"id": "0008", "source_dataset": "arkitscenes", "video_path": "42446151.mp4", "question": "How many sofas are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [41.6, 43.6, 54.9], "query_points": {"time": [41.6, 43.6, 54.9], "count": [1, 2, 0]}}
{"id": "0009", "source_dataset": "arkitscenes", "video_path": "42897564.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [14.0, 25.0, 31.5], "query_points": {"time": [14.0, 25.0, 31.5], "count": [2, 3, 0]}}
{"id": "0010", "source_dataset": "arkitscenes", "video_path": "42897629.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [91.9, 98.0, 108.6], "query_points": {"time": [91.9, 98.0, 108.6], "count": [4, 1, 2]}}
{"id": "0011", "source_dataset": "arkitscenes", "video_path": "42898849.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [26.6, 29.6, 31.9], "query_points": {"time": [26.6, 29.6, 31.9], "count": [2, 4, 0]}}
{"id": "0012", "source_dataset": "arkitscenes", "video_path": "44358499.mp4", "question": "How many pillows are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [48.8, 49.5, 50.2], "query_points": {"time": [48.8, 49.5, 50.2], "count": [5, 2, 0]}}
{"id": "0013", "source_dataset": "arkitscenes", "video_path": "45260928.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [7.5, 14.4, 20.1], "query_points": {"time": [7.5, 14.4, 20.1], "count": [1, 0, 2]}}
{"id": "0014", "source_dataset": "arkitscenes", "video_path": "45261142.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [29.2, 39.8, 45.2], "query_points": {"time": [29.2, 39.8, 45.2], "count": [1, 2, 0]}}
{"id": "0015", "source_dataset": "arkitscenes", "video_path": "45662924.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [46.7, 48.5, 62.1], "query_points": {"time": [46.7, 48.5, 62.1], "count": [2, 1, 0]}}
{"id": "0016", "source_dataset": "arkitscenes", "video_path": "47115543.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [28.1, 31.3, 46.6, 50.3], "query_points": {"time": [28.1, 31.3, 46.6, 50.3], "count": [3, 1, 0, 2]}}
{"id": "0017", "source_dataset": "arkitscenes", "video_path": "47204552.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [6.9, 28.6, 76.4], "query_points": {"time": [6.9, 28.6, 76.4], "count": [2, 0, 4]}}
{"id": "0018", "source_dataset": "arkitscenes", "video_path": "47331262.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.7, 64.3, 8.8], "query_points": {"time": [1.7, 64.3, 8.8], "count": [2, 0, 3]}}
{"id": "0019", "source_dataset": "arkitscenes", "video_path": "47331970.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [51.0, 52.7, 71.2], "query_points": {"time": [51.0, 52.7, 71.2], "count": [4, 2, 0]}}
{"id": "0020", "source_dataset": "arkitscenes", "video_path": "47333457.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [18.7, 31.9, 39.7], "query_points": {"time": [18.7, 31.9, 39.7], "count": [2, 0, 1]}}
{"id": "0021", "source_dataset": "arkitscenes", "video_path": "47333940.mp4", "question": "How many sofas are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [9.4, 14.0, 52.5], "query_points": {"time": [9.4, 14.0, 52.5], "count": [2, 1, 0]}}
{"id": "0022", "source_dataset": "arkitscenes", "video_path": "47334096.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [58.3, 52.0, 4.9], "query_points": {"time": [58.3, 52.0, 4.9], "count": [4, 2, 0]}}
{"id": "0023", "source_dataset": "arkitscenes", "video_path": "47334103.mp4", "question": "How many paintings hanging on the wall are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [41.7, 41.2, 60.1], "query_points": {"time": [41.7, 41.2, 60.1], "count": [2, 1, 0]}}
{"id": "0024", "source_dataset": "arkitscenes", "video_path": "47334238.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [55.9, 62.5, 64.5, 91.5], "query_points": {"time": [55.9, 62.5, 64.5, 91.5], "count": [3, 0, 2, 1]}}
{"id": "0025", "source_dataset": "arkitscenes", "video_path": "47430038.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [16.7, 19.4, 21.4], "query_points": {"time": [16.7, 19.4, 21.4], "count": [2, 1, 0]}}
{"id": "0026", "source_dataset": "scannetpp", "video_path": "578511c8a9.mp4", "question": "How many monitors are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [122.1, 124.0, 125.0], "query_points": {"time": [122.1, 124.0, 125.0], "count": [2, 1, 0]}}
{"id": "0027", "source_dataset": "scannetpp", "video_path": "5942004064.mp4", "question": "How many toilet paper rolls are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [3.1, 19.8, 33.3], "query_points": {"time": [3.1, 19.8, 33.3], "count": [6, 4, 0]}}
{"id": "0028", "source_dataset": "scannetpp", "video_path": "5f99900f09.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.0, 4.7, 12.3, 105.5], "query_points": {"time": [1.0, 4.7, 12.3, 105.5], "count": [5, 4, 3, 2]}}
{"id": "0029", "source_dataset": "scannetpp", "video_path": "6115eddb86.mp4", "question": "How many pillows are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.0, 4.1, 8.7], "query_points": {"time": [1.0, 4.1, 8.7], "count": [3, 4, 0]}}
{"id": "0030", "source_dataset": "RoomTour3D", "video_path": "6alYmgz2010.mp4", "question": "How many pillows are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [77.7, 448.7, 847.0], "query_points": {"time": [77.7, 448.7, 847.0], "count": [6, 0, 5]}}
{"id": "0031", "source_dataset": "RoomTour3D", "video_path": "6h7Kt0LMNxM.mp4", "question": "How many pillows are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [436.3, 525.7, 401.3], "query_points": {"time": [436.3, 525.7, 401.3], "count": [6, 0, 1]}}
{"id": "0032", "source_dataset": "RoomTour3D", "video_path": "7mys_C1iHGM.mp4", "question": "How many pillows are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [194.7, 262.7, 785.7], "query_points": {"time": [194.7, 262.7, 785.7], "count": [5, 7, 8]}}
{"id": "0033", "source_dataset": "scannetpp", "video_path": "9071e139d9.mp4", "question": "How many thermos bottles are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.7, 22.5, 25.2], "query_points": {"time": [1.7, 22.5, 25.2], "count": [3, 2, 1]}}
{"id": "0034", "source_dataset": "RoomTour3D", "video_path": "94AtQNrMW7I.mp4", "question": "How many pillows are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [189.7, 339.3, 482.3], "query_points": {"time": [189.7, 339.3, 482.3], "count": [3, 4, 0]}}
{"id": "0035", "source_dataset": "scannetpp", "video_path": "99fa5c25e1.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.0, 1.6, 26.8], "query_points": {"time": [1.0, 1.6, 26.8], "count": [2, 1, 0]}}
{"id": "0036", "source_dataset": "RoomTour3D", "video_path": "9QwQMHvNc8M.mp4", "question": "How many pillows are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [138.7, 141.3, 371.7], "query_points": {"time": [138.7, 141.3, 371.7], "count": [5, 0, 2]}}
{"id": "0037", "source_dataset": "RoomTour3D", "video_path": "9uTS5BLDkpc.mp4", "question": "How many potted plants are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [591.0, 593.7, 597.7], "query_points": {"time": [591.0, 593.7, 597.7], "count": [3, 2, 0]}}
{"id": "0038", "source_dataset": "RoomTour3D", "video_path": "AGNbHm7P-OM.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [734.0, 873.3, 401.7], "query_points": {"time": [734.0, 873.3, 401.7], "count": [1, 0, 4]}}
{"id": "0039", "source_dataset": "RoomTour3D", "video_path": "B8Y35YnKONk.mp4", "question": "How many pillows are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [73.0, 227.0, 185.7], "query_points": {"time": [73.0, 227.0, 185.7], "count": [4, 0, 3]}}
{"id": "0040", "source_dataset": "RoomTour3D", "video_path": "E8KKJs4cVx8.mp4", "question": "How many washing machines are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [157.0, 160.0, 152.7], "query_points": {"time": [157.0, 160.0, 152.7], "count": [1, 0, 2]}}
{"id": "0041", "source_dataset": "RoomTour3D", "video_path": "E8KKJs4cVx8.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [232.3, 313.3, 358.0], "query_points": {"time": [232.3, 313.3, 358.0], "count": [2, 0, 1]}}
{"id": "0042", "source_dataset": "RoomTour3D", "video_path": "EyoZyhKdXSo.mp4", "question": "How many pillows are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [337.3, 340.0, 660.3], "query_points": {"time": [337.3, 340.0, 660.3], "count": [8, 7, 1]}}
{"id": "0043", "source_dataset": "RoomTour3D", "video_path": "F2i4IAcK_wQ.mp4", "question": "How many pillows are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [74.7, 76.3, 87.7], "query_points": {"time": [74.7, 76.3, 87.7], "count": [4, 6, 0]}}
{"id": "0044", "source_dataset": "RoomTour3D", "video_path": "Gn4XXzqYEQ8.mp4", "question": "How many pillows are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [205.7, 294.7, 376.0], "query_points": {"time": [205.7, 294.7, 376.0], "count": [13, 4, 0]}}
{"id": "0045", "source_dataset": "RoomTour3D", "video_path": "LC_eunzO98U.mp4", "question": "How many pillows are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [291.0, 293.0, 538.3], "query_points": {"time": [291.0, 293.0, 538.3], "count": [3, 0, 4]}}
{"id": "0046", "source_dataset": "RoomTour3D", "video_path": "OT4y6W-9RVQ.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [70.0, 140.7, 383.0], "query_points": {"time": [70.0, 140.7, 383.0], "count": [7, 8, 0]}}
{"id": "0047", "source_dataset": "RoomTour3D", "video_path": "Qa80UnIYIvM.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [162.7, 228.7, 276.7], "query_points": {"time": [162.7, 228.7, 276.7], "count": [1, 2, 0]}}
{"id": "0048", "source_dataset": "RoomTour3D", "video_path": "_QgIbGyhwYY.mp4", "question": "How many pillows are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [116.7, 561.7, 643.0, 717.0], "query_points": {"time": [116.7, 561.7, 643.0, 717.0], "count": [2, 4, 1, 0]}}
{"id": "0049", "source_dataset": "scannetpp", "video_path": "a8bf42d646.mp4", "question": "How many tables are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.0, 110.9, 147.0], "query_points": {"time": [1.0, 110.9, 147.0], "count": [3, 1, 0]}}
{"id": "0050", "source_dataset": "scannetpp", "video_path": "ac48a9b736.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [14.4, 16.5, 19.4], "query_points": {"time": [14.4, 16.5, 19.4], "count": [4, 3, 1]}}
{"id": "0051", "source_dataset": "scannetpp", "video_path": "c49a8c6cff.mp4", "question": "How many paintings are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [35.4, 47.2, 55.6], "query_points": {"time": [35.4, 47.2, 55.6], "count": [0, 1, 2]}}
{"id": "0052", "source_dataset": "RoomTour3D", "video_path": "cj-JwLGSvQA.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [143.0, 858.0, 862.7], "query_points": {"time": [143.0, 858.0, 862.7], "count": [1, 4, 0]}}
{"id": "0053", "source_dataset": "scannetpp", "video_path": "d755b3d9d8.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [82.0, 83.9, 107.4], "query_points": {"time": [82.0, 83.9, 107.4], "count": [2, 1, 0]}}
{"id": "0054", "source_dataset": "scannetpp", "video_path": "f3d64c30f8.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.0, 1.8, 60.4, 64.6], "query_points": {"time": [1.0, 1.8, 60.4, 64.6], "count": [4, 3, 1, 0]}}
{"id": "0055", "source_dataset": "RoomTour3D", "video_path": "iTZXNrt8Dwo.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [499.3, 504.0, 855.3], "query_points": {"time": [499.3, 504.0, 855.3], "count": [4, 3, 0]}}
{"id": "0056", "source_dataset": "scannet", "video_path": "scene0025_01.mp4", "question": "How many monitors are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [35.7, 41.2, 53.7], "query_points": {"time": [35.7, 41.2, 53.7], "count": [2, 3, 0]}}
{"id": "0057", "source_dataset": "scannet", "video_path": "scene0354_00.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.0, 2.1, 28.4], "query_points": {"time": [1.0, 2.1, 28.4], "count": [3, 2, 4]}}
{"id": "0058", "source_dataset": "scannet", "video_path": "scene0412_00.mp4", "question": "How many trash cans are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [2.7, 17.5, 19.9], "query_points": {"time": [2.7, 17.5, 19.9], "count": [0, 2, 1]}}
{"id": "0059", "source_dataset": "scannet", "video_path": "scene0426_00.mp4", "question": "How many monitors are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [2.5, 4.4, 9.3], "query_points": {"time": [2.5, 4.4, 9.3], "count": [2, 1, 0]}}
{"id": "0060", "source_dataset": "scannet", "video_path": "scene0435_02.mp4", "question": "How many pillows are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [26.5, 23.2, 12.5], "query_points": {"time": [26.5, 23.2, 12.5], "count": [8, 4, 0]}}
{"id": "0061", "source_dataset": "scannet", "video_path": "scene0474_04.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [5.2, 5.8, 6.9], "query_points": {"time": [5.2, 5.8, 6.9], "count": [2, 1, 0]}}
{"id": "0062", "source_dataset": "scannet", "video_path": "scene0496_00.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.0, 2.2, 3.5], "query_points": {"time": [1.0, 2.2, 3.5], "count": [7, 2, 0]}}
{"id": "0063", "source_dataset": "scannet", "video_path": "scene0565_00.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [4.5, 8.5, 11.2], "query_points": {"time": [4.5, 8.5, 11.2], "count": [2, 1, 0]}}
{"id": "0064", "source_dataset": "scannet", "video_path": "scene0575_01.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [9.0, 18.5, 30.2], "query_points": {"time": [9.0, 18.5, 30.2], "count": [1, 2, 3]}}
{"id": "0065", "source_dataset": "scannet", "video_path": "scene0591_01.mp4", "question": "How many monitors are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [28.9, 30.2, 41.8], "query_points": {"time": [28.9, 30.2, 41.8], "count": [2, 4, 0]}}
{"id": "0066", "source_dataset": "scannet", "video_path": "scene0616_01.mp4", "question": "How many sofas are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.0, 2.3, 4.7], "query_points": {"time": [1.0, 2.3, 4.7], "count": [2, 1, 0]}}
{"id": "0067", "source_dataset": "scannet", "video_path": "scene0621_00.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.0, 4.8, 62.2], "query_points": {"time": [1.0, 4.8, 62.2], "count": [3, 4, 1]}}
{"id": "0068", "source_dataset": "scannet", "video_path": "scene0643_00.mp4", "question": "How many monitors are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [21.1, 23.5, 58.3], "query_points": {"time": [21.1, 23.5, 58.3], "count": [2, 1, 0]}}
{"id": "0069", "source_dataset": "scannet", "video_path": "scene0645_00.mp4", "question": "How many pillows are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.0, 5.3, 10.8], "query_points": {"time": [1.0, 5.3, 10.8], "count": [2, 1, 4]}}
{"id": "0070", "source_dataset": "scannet", "video_path": "scene0648_00.mp4", "question": "How many potted plants are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [75.2, 96.7, 118.0], "query_points": {"time": [75.2, 96.7, 118.0], "count": [1, 2, 0]}}
{"id": "0071", "source_dataset": "scannet", "video_path": "scene0651_02.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [18.6, 21.5, 27.4, 30.8], "query_points": {"time": [18.6, 21.5, 27.4, 30.8], "count": [4, 3, 1, 0]}}
{"id": "0072", "source_dataset": "scannet", "video_path": "scene0653_00.mp4", "question": "How many monitors are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.0, 19.8, 138.3, 62.0], "query_points": {"time": [1.0, 19.8, 138.3, 62.0], "count": [2, 1, 3, 0]}}
{"id": "0073", "source_dataset": "scannet", "video_path": "scene0663_00.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.0, 103.9, 40.1], "query_points": {"time": [1.0, 103.9, 40.1], "count": [1, 2, 0]}}
{"id": "0074", "source_dataset": "scannet", "video_path": "scene0663_00.mp4", "question": "How many monitors are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [41.3, 10.9, 104.9], "query_points": {"time": [41.3, 10.9, 104.9], "count": [0, 2, 1]}}
{"id": "0075", "source_dataset": "scannet", "video_path": "scene0664_02.mp4", "question": "How many towels are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.0, 42.8, 8.5], "query_points": {"time": [1.0, 42.8, 8.5], "count": [1, 7, 0]}}
{"id": "0076", "source_dataset": "scannet", "video_path": "scene0665_00.mp4", "question": "How many chairs are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [14.4, 10.4, 11.5], "query_points": {"time": [14.4, 10.4, 11.5], "count": [4, 2, 3]}}
{"id": "0077", "source_dataset": "scannet", "video_path": "scene0697_01.mp4", "question": "How many pillows are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [1.0, 13.2, 46.0], "query_points": {"time": [1.0, 13.2, 46.0], "count": [0, 2, 1]}}
{"id": "0078", "source_dataset": "scannet", "video_path": "scene0700_02.mp4", "question": "How many monitors are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [4.2, 6.0, 85.5], "query_points": {"time": [4.2, 6.0, 85.5], "count": [2, 1, 0]}}
{"id": "0079", "source_dataset": "scannet", "video_path": "scene0700_02.mp4", "question": "How many trash cans are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [86.1, 15.1], "query_points": {"time": [86.1, 15.1], "count": [0, 2]}}
{"id": "0080", "source_dataset": "scannet", "video_path": "scene0704_01.mp4", "question": "How many trash cans are visible at this moment?", "counting_type": "O1", "counting_subtype": "O1-Snap", "occurrence_times": [25.8, 31.0, 41.9], "query_points": {"time": [25.8, 31.0, 41.9], "count": [2, 1, 0]}}
{"id": "0081", "source_dataset": "scannetpp", "video_path": "09c1414f1b.mp4", "question": "How many plants have appeared in the past 4 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [21], "end": [25]}, "query_points": {"time": [25], "count": [1]}}
{"id": "0082", "source_dataset": "scannetpp", "video_path": "1ada7a0617.mp4", "question": "How many screens have appeared in the past 2 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [33], "end": [35]}, "query_points": {"time": [35], "count": [2]}}
{"id": "0083", "source_dataset": "scannetpp", "video_path": "3e8bba0176.mp4", "question": "How many screens have appeared in the past 3 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [53], "end": [56]}, "query_points": {"time": [56], "count": [3]}}
{"id": "0084", "source_dataset": "scannetpp", "video_path": "3f15a9266d.mp4", "question": "How many chairs have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [7], "end": [12]}, "query_points": {"time": [12], "count": [1]}}
{"id": "0085", "source_dataset": "arkitscenes", "video_path": "41069025.mp4", "question": "How many kettles have appeared in the past 3 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [32], "end": [35]}, "query_points": {"time": [35], "count": [1]}}
{"id": "0086", "source_dataset": "arkitscenes", "video_path": "41069025.mp4", "question": "How many televisions have appeared in the past 4 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [58], "end": [62]}, "query_points": {"time": [62], "count": [1]}}
{"id": "0087", "source_dataset": "arkitscenes", "video_path": "41069025.mp4", "question": "How many trash cans have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [64], "end": [69]}, "query_points": {"time": [69], "count": [1]}}
{"id": "0088", "source_dataset": "arkitscenes", "video_path": "41069025.mp4", "question": "How many sofa cushions have appeared in the past 3 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [111], "end": [114]}, "query_points": {"time": [114], "count": [1]}}
{"id": "0089", "source_dataset": "arkitscenes", "video_path": "41069025.mp4", "question": "How many phones have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [138], "end": [143]}, "query_points": {"time": [143], "count": [1]}}
{"id": "0090", "source_dataset": "arkitscenes", "video_path": "41069025.mp4", "question": "How many spotlights have appeared in the past 2 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [4], "end": [6]}, "query_points": {"time": [6], "count": [2]}}
{"id": "0091", "source_dataset": "arkitscenes", "video_path": "41159541.mp4", "question": "How many televisions have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [22], "end": [27]}, "query_points": {"time": [27], "count": [1]}}
{"id": "0092", "source_dataset": "arkitscenes", "video_path": "41159541.mp4", "question": "How many windows have appeared in the past 2 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [28], "end": [30]}, "query_points": {"time": [30], "count": [1]}}
{"id": "0093", "source_dataset": "arkitscenes", "video_path": "41159541.mp4", "question": "How many globes have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [61], "end": [66]}, "query_points": {"time": [66], "count": [1]}}
{"id": "0094", "source_dataset": "arkitscenes", "video_path": "41159541.mp4", "question": "How many lights have appeared in the past 2 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [2], "end": [4]}, "query_points": {"time": [4], "count": [1]}}
{"id": "0095", "source_dataset": "arkitscenes", "video_path": "41159572.mp4", "question": "How many chandeliers have appeared in the past 3 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [3], "end": [6]}, "query_points": {"time": [6], "count": [1]}}
{"id": "0096", "source_dataset": "arkitscenes", "video_path": "42445981.mp4", "question": "How many TVs have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [21], "end": [26]}, "query_points": {"time": [26], "count": [1]}}
{"id": "0097", "source_dataset": "arkitscenes", "video_path": "42445981.mp4", "question": "How many lamps have appeared in the past 4 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [32], "end": [36]}, "query_points": {"time": [36], "count": [1]}}
{"id": "0098", "source_dataset": "arkitscenes", "video_path": "42445981.mp4", "question": "How many Christmas trees have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [39], "end": [44]}, "query_points": {"time": [44], "count": [1]}}
{"id": "0099", "source_dataset": "arkitscenes", "video_path": "42445984.mp4", "question": "How many decorative paintings have appeared in the past 3 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [17], "end": [20]}, "query_points": {"time": [20], "count": [1]}}
{"id": "0100", "source_dataset": "arkitscenes", "video_path": "42446151.mp4", "question": "How many electronic pianos have appeared in the past 3 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [18], "end": [21]}, "query_points": {"time": [21], "count": [1]}}
{"id": "0101", "source_dataset": "arkitscenes", "video_path": "42446151.mp4", "question": "How many chairs have appeared in the past 1 second?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [29], "end": [30]}, "query_points": {"time": [30], "count": [1]}}
{"id": "0102", "source_dataset": "arkitscenes", "video_path": "42446151.mp4", "question": "How many televisions have appeared in the past 2 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [30], "end": [32]}, "query_points": {"time": [32], "count": [1]}}
{"id": "0103", "source_dataset": "arkitscenes", "video_path": "42897629.mp4", "question": "How many Christmas trees have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [6], "end": [11]}, "query_points": {"time": [11], "count": [1]}}
{"id": "0104", "source_dataset": "arkitscenes", "video_path": "42897629.mp4", "question": "How many trash cans have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [42], "end": [47]}, "query_points": {"time": [47], "count": [1]}}
{"id": "0105", "source_dataset": "arkitscenes", "video_path": "47204552.mp4", "question": "How many chairs have appeared in the past 3 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [2], "end": [5]}, "query_points": {"time": [5], "count": [2]}}
{"id": "0106", "source_dataset": "arkitscenes", "video_path": "47334096.mp4", "question": "How many chairs have appeared in the past 11 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [48], "end": [59]}, "query_points": {"time": [59], "count": [1]}}
{"id": "0107", "source_dataset": "arkitscenes", "video_path": "47334103.mp4", "question": "How many wooden doors have appeared in the past 6 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [20], "end": [26]}, "query_points": {"time": [26], "count": [1]}}
{"id": "0108", "source_dataset": "arkitscenes", "video_path": "47334238.mp4", "question": "How many chairs have appeared in the past 13 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [27], "end": [40]}, "query_points": {"time": [40], "count": [1]}}
{"id": "0109", "source_dataset": "arkitscenes", "video_path": "47430023.mp4", "question": "How many flower pots have appeared in the past 3 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [24], "end": [27]}, "query_points": {"time": [27], "count": [2]}}
{"id": "0110", "source_dataset": "arkitscenes", "video_path": "47430038.mp4", "question": "How many microwaves have appeared in the past 2 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [23], "end": [25]}, "query_points": {"time": [25], "count": [1]}}
{"id": "0111", "source_dataset": "arkitscenes", "video_path": "47430468.mp4", "question": "How many photos hanging on the wall have appeared in the past 2 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [7], "end": [9]}, "query_points": {"time": [9], "count": [1]}}
{"id": "0112", "source_dataset": "scannetpp", "video_path": "5748ce6f01.mp4", "question": "How many chairs have appeared in the past 6 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [1], "end": [7]}, "query_points": {"time": [7], "count": [3]}}
{"id": "0113", "source_dataset": "scannetpp", "video_path": "5748ce6f01.mp4", "question": "How many chairs have appeared in the past 4 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [30], "end": [34]}, "query_points": {"time": [34], "count": [3]}}
{"id": "0114", "source_dataset": "scannetpp", "video_path": "578511c8a9.mp4", "question": "How many trash cans have appeared in the past 8 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [32], "end": [40]}, "query_points": {"time": [40], "count": [2]}}
{"id": "0115", "source_dataset": "scannetpp", "video_path": "5942004064.mp4", "question": "How many rolls of toilet paper have appeared in the past 3 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [16], "end": [19]}, "query_points": {"time": [19], "count": [6]}}
{"id": "0116", "source_dataset": "scannetpp", "video_path": "5eb31827b7.mp4", "question": "How many monitors have appeared in the past 2 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [7], "end": [9]}, "query_points": {"time": [9], "count": [1]}}
{"id": "0117", "source_dataset": "scannetpp", "video_path": "5eb31827b7.mp4", "question": "How many bottles have appeared in the past 6 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [1], "end": [7]}, "query_points": {"time": [7], "count": [1]}}
{"id": "0118", "source_dataset": "scannetpp", "video_path": "6115eddb86.mp4", "question": "How many white pillows have appeared in the past 4 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [0], "end": [4]}, "query_points": {"time": [4], "count": [2]}}
{"id": "0119", "source_dataset": "scannetpp", "video_path": "7831862f02.mp4", "question": "How many sofas have appeared in the past 4 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [4], "end": [8]}, "query_points": {"time": [8], "count": [2]}}
{"id": "0120", "source_dataset": "scannetpp", "video_path": "7b6477cb95.mp4", "question": "How many chairs have appeared in the past 1 second?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [61], "end": [62]}, "query_points": {"time": [62], "count": [1]}}
{"id": "0121", "source_dataset": "scannetpp", "video_path": "825d228aec.mp4", "question": "How many staplers have appeared in the past 3 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [20], "end": [23]}, "query_points": {"time": [23], "count": [3]}}
{"id": "0122", "source_dataset": "scannetpp", "video_path": "9071e139d9.mp4", "question": "How many teapots have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [2], "end": [7]}, "query_points": {"time": [7], "count": [0]}}
{"id": "0123", "source_dataset": "youtube", "video_path": "youtube_0027.mp4", "question": "How many people have appeared in the past 639 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [1843], "end": [2482]}, "query_points": {"time": [2482], "count": [2]}}
{"id": "0124", "source_dataset": "scannetpp", "video_path": "a8bf42d646.mp4", "question": "How many clocks have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [9], "end": [14]}, "query_points": {"time": [14], "count": [1]}}
{"id": "0125", "source_dataset": "scannetpp", "video_path": "ac48a9b736.mp4", "question": "How many chairs have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [37], "end": [42]}, "query_points": {"time": [42], "count": [2]}}
{"id": "0126", "source_dataset": "scannetpp", "video_path": "acd95847c5.mp4", "question": "How many chandeliers have appeared in the past 2 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [12], "end": [14]}, "query_points": {"time": [14], "count": [2]}}
{"id": "0127", "source_dataset": "scannetpp", "video_path": "b0a08200c9.mp4", "question": "How many chairs have appeared in the past 4 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [34], "end": [38]}, "query_points": {"time": [38], "count": [1]}}
{"id": "0128", "source_dataset": "scannetpp", "video_path": "c4c04e6d6c.mp4", "question": "How many tables have appeared in the past 1 second?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [25], "end": [26]}, "query_points": {"time": [26], "count": [1]}}
{"id": "0129", "source_dataset": "scannetpp", "video_path": "c50d2d1d42.mp4", "question": "How many monitors have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [13], "end": [18]}, "query_points": {"time": [18], "count": [4]}}
{"id": "0130", "source_dataset": "scannetpp", "video_path": "c50d2d1d42.mp4", "question": "How many trash cans have appeared in the past 7 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [5], "end": [12]}, "query_points": {"time": [12], "count": [2]}}
{"id": "0131", "source_dataset": "scannetpp", "video_path": "c5439f4607.mp4", "question": "How many chairs have appeared in the past 12 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [16], "end": [28]}, "query_points": {"time": [28], "count": [1]}}
{"id": "0132", "source_dataset": "scannetpp", "video_path": "cc5237fd77.mp4", "question": "How many screens have appeared in the past 4 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [4], "end": [8]}, "query_points": {"time": [8], "count": [1]}}
{"id": "0133", "source_dataset": "scannetpp", "video_path": "d755b3d9d8.mp4", "question": "How many monitors have appeared in the past 8 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [80], "end": [88]}, "query_points": {"time": [88], "count": [1]}}
{"id": "0134", "source_dataset": "scannetpp", "video_path": "f3685d06a9.mp4", "question": "How many toilets have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [12], "end": [17]}, "query_points": {"time": [17], "count": [1]}}
{"id": "0135", "source_dataset": "scannetpp", "video_path": "f9f95681fd.mp4", "question": "How many trash cans have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [60], "end": [65]}, "query_points": {"time": [65], "count": [1]}}
{"id": "0136", "source_dataset": "scannetpp", "video_path": "fb5a96b1a2.mp4", "question": "How many blue chairs have appeared in the past 4 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [6], "end": [10]}, "query_points": {"time": [10], "count": [2]}}
{"id": "0137", "source_dataset": "scannet", "video_path": "scene0025_01.mp4", "question": "How many cushions have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [20], "end": [25]}, "query_points": {"time": [25], "count": [1]}}
{"id": "0138", "source_dataset": "scannet", "video_path": "scene0030_02.mp4", "question": "How many tables have appeared in the past 22 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [10], "end": [32]}, "query_points": {"time": [32], "count": [5]}}
{"id": "0139", "source_dataset": "scannet", "video_path": "scene0050_01.mp4", "question": "How many laptops have appeared in the past 9 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [41], "end": [50]}, "query_points": {"time": [50], "count": [2]}}
{"id": "0140", "source_dataset": "scannet", "video_path": "scene0081_02.mp4", "question": "How many potted plants have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [46], "end": [51]}, "query_points": {"time": [51], "count": [1]}}
{"id": "0141", "source_dataset": "scannet", "video_path": "scene0086_02.mp4", "question": "How many toilets have appeared in the past 11 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [9], "end": [20]}, "query_points": {"time": [20], "count": [2]}}
{"id": "0142", "source_dataset": "scannet", "video_path": "scene0088_01.mp4", "question": "How many screens have appeared in the past 10 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [0], "end": [10]}, "query_points": {"time": [10], "count": [1]}}
{"id": "0143", "source_dataset": "scannet", "video_path": "scene0095_01.mp4", "question": "How many chairs have appeared in the past 2 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [4], "end": [6]}, "query_points": {"time": [6], "count": [2]}}
{"id": "0144", "source_dataset": "scannet", "video_path": "scene0153_00.mp4", "question": "How many towels have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [8], "end": [13]}, "query_points": {"time": [13], "count": [1]}}
{"id": "0145", "source_dataset": "scannet", "video_path": "scene0169_01.mp4", "question": "How many chairs have appeared in the past 17 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [3], "end": [20]}, "query_points": {"time": [20], "count": [25]}}
{"id": "0146", "source_dataset": "scannet", "video_path": "scene0207_02.mp4", "question": "How many rolls of toilet paper have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [17], "end": [22]}, "query_points": {"time": [22], "count": [1]}}
{"id": "0147", "source_dataset": "scannet", "video_path": "scene0221_01.mp4", "question": "How many paintings have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [6], "end": [11]}, "query_points": {"time": [11], "count": [1]}}
{"id": "0148", "source_dataset": "scannet", "video_path": "scene0222_01.mp4", "question": "How many trash cans have appeared in the past 8 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [122], "end": [130]}, "query_points": {"time": [130], "count": [2]}}
{"id": "0149", "source_dataset": "scannet", "video_path": "scene0354_00.mp4", "question": "How many chairs have appeared in the past 4 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [25], "end": [29]}, "query_points": {"time": [29], "count": [2]}}
{"id": "0150", "source_dataset": "scannet", "video_path": "scene0378_01.mp4", "question": "How many bookshelves have appeared in the past 7 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [44], "end": [51]}, "query_points": {"time": [51], "count": [1]}}
{"id": "0151", "source_dataset": "scannet", "video_path": "scene0435_02.mp4", "question": "How many beds have appeared in the past 47 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [0], "end": [47]}, "query_points": {"time": [47], "count": [2]}}
{"id": "0152", "source_dataset": "scannet", "video_path": "scene0474_04.mp4", "question": "How many chairs have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [0], "end": [5]}, "query_points": {"time": [5], "count": [1]}}
{"id": "0153", "source_dataset": "scannet", "video_path": "scene0474_04.mp4", "question": "How many computer screens have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [13], "end": [18]}, "query_points": {"time": [18], "count": [2]}}
{"id": "0154", "source_dataset": "scannet", "video_path": "scene0488_01.mp4", "question": "How many refrigerators have appeared in the past 6 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [4], "end": [10]}, "query_points": {"time": [10], "count": [1]}}
{"id": "0155", "source_dataset": "scannet", "video_path": "scene0488_01.mp4", "question": "How many refrigerators have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [4], "end": [9]}, "query_points": {"time": [9], "count": [1]}}
{"id": "0156", "source_dataset": "scannet", "video_path": "scene0494_00.mp4", "question": "How many chairs have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [9], "end": [14]}, "query_points": {"time": [14], "count": [2]}}
{"id": "0157", "source_dataset": "scannet", "video_path": "scene0496_00.mp4", "question": "How many chairs have appeared in the past 35 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [20], "end": [55.7]}, "query_points": {"time": [55.7], "count": [11]}}
{"id": "0158", "source_dataset": "scannet", "video_path": "scene0500_00.mp4", "question": "How many paper cups have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [22], "end": [27]}, "query_points": {"time": [27], "count": [1]}}
{"id": "0159", "source_dataset": "scannet", "video_path": "scene0565_00.mp4", "question": "How many keyboards have appeared in the past 24 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [0], "end": [24]}, "query_points": {"time": [24], "count": [1]}}
{"id": "0160", "source_dataset": "scannet", "video_path": "scene0568_02.mp4", "question": "How many air conditioners have appeared in the past 11 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [0], "end": [11]}, "query_points": {"time": [11], "count": [1]}}
{"id": "0161", "source_dataset": "scannet", "video_path": "scene0574_01.mp4", "question": "How many doors have appeared in the past 31 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [22], "end": [53]}, "query_points": {"time": [53], "count": [1]}}
{"id": "0162", "source_dataset": "scannet", "video_path": "scene0575_01.mp4", "question": "How many chairs have appeared in the past 11 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [15], "end": [26]}, "query_points": {"time": [26], "count": [2]}}
{"id": "0163", "source_dataset": "scannet", "video_path": "scene0575_01.mp4", "question": "How many screens have appeared in the past 40 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [5], "end": [45]}, "query_points": {"time": [45], "count": [2]}}
{"id": "0164", "source_dataset": "scannet", "video_path": "scene0591_01.mp4", "question": "How many keyboards have appeared in the past 32 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [20], "end": [52]}, "query_points": {"time": [52], "count": [1]}}
{"id": "0165", "source_dataset": "scannet", "video_path": "scene0591_01.mp4", "question": "How many mice have appeared in the past 31 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [20], "end": [51]}, "query_points": {"time": [51], "count": [1]}}
{"id": "0166", "source_dataset": "scannet", "video_path": "scene0643_00.mp4", "question": "How many monitors have appeared in the past 4 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [18], "end": [22]}, "query_points": {"time": [22], "count": [1]}}
{"id": "0167", "source_dataset": "scannet", "video_path": "scene0645_00.mp4", "question": "How many pillows have appeared in the past 10 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [29], "end": [39]}, "query_points": {"time": [39], "count": [1]}}
{"id": "0168", "source_dataset": "scannet", "video_path": "scene0648_00.mp4", "question": "How many potted plants have appeared in the past 10 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [81], "end": [91]}, "query_points": {"time": [91], "count": [1]}}
{"id": "0169", "source_dataset": "scannet", "video_path": "scene0651_02.mp4", "question": "How many chairs have appeared in the past 3 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [17], "end": [20]}, "query_points": {"time": [20], "count": [2]}}
{"id": "0170", "source_dataset": "scannet", "video_path": "scene0653_00.mp4", "question": "How many monitors have appeared in the past 10 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [117], "end": [127]}, "query_points": {"time": [127], "count": [1]}}
{"id": "0171", "source_dataset": "scannet", "video_path": "scene0663_00.mp4", "question": "How many monitors have appeared in the past 10 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [0], "end": [10]}, "query_points": {"time": [10], "count": [2]}}
{"id": "0172", "source_dataset": "scannet", "video_path": "scene0665_00.mp4", "question": "How many chairs have appeared in the past 1 second?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [11], "end": [12]}, "query_points": {"time": [12], "count": [2]}}
{"id": "0173", "source_dataset": "scannet", "video_path": "scene0696_01.mp4", "question": "How many computer screens have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [16], "end": [21]}, "query_points": {"time": [21], "count": [2]}}
{"id": "0174", "source_dataset": "scannet", "video_path": "scene0696_01.mp4", "question": "How many chairs have appeared in the past 10 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [27], "end": [37]}, "query_points": {"time": [37], "count": [5]}}
{"id": "0175", "source_dataset": "scannet", "video_path": "scene0697_01.mp4", "question": "How many lamps have appeared in the past 6 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [8], "end": [14]}, "query_points": {"time": [14], "count": [1]}}
{"id": "0176", "source_dataset": "scannet", "video_path": "scene0697_01.mp4", "question": "How many pillows have appeared in the past 5 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [8], "end": [13]}, "query_points": {"time": [13], "count": [2]}}
{"id": "0177", "source_dataset": "scannet", "video_path": "scene0697_01.mp4", "question": "How many televisions have appeared in the past 12 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [93], "end": [105]}, "query_points": {"time": [105], "count": [1]}}
{"id": "0178", "source_dataset": "scannet", "video_path": "scene0700_02.mp4", "question": "How many chairs have appeared in the past 7 seconds?", "counting_type": "O1", "counting_subtype": "O1-Delta", "occurrence_times": {"start": [0], "end": [7]}, "query_points": {"time": [7], "count": [3]}}
{"id": "0179", "source_dataset": "scannetpp", "video_path": "09c1414f1b.mp4", "question": "How many different bookshelves have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 42.1], "query_points": {"time": [1.0, 21.8, 168.7], "count": [1, 1, 2]}}
{"id": "0180", "source_dataset": "scannetpp", "video_path": "09c1414f1b.mp4", "question": "How many different refrigerators have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [96.7], "query_points": {"time": [54.8, 97.7, 158.9], "count": [0, 1, 1]}}
{"id": "0181", "source_dataset": "scannetpp", "video_path": "09c1414f1b.mp4", "question": "How many different blankets have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [32.5, 52.0, 53.1], "query_points": {"time": [21.9, 33.5, 77.7], "count": [0, 1, 3]}}
{"id": "0182", "source_dataset": "scannetpp", "video_path": "09c1414f1b.mp4", "question": "How many different plants have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0, 35.4, 151.2], "query_points": {"time": [1.0, 12.8, 152.2, 162.7], "count": [3, 3, 5, 5]}}
{"id": "0183", "source_dataset": "scannetpp", "video_path": "0d2ee665be.mp4", "question": "How many different pans have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [45.9, 45.9], "query_points": {"time": [47.2, 52.8, 83.1], "count": [2, 2, 2]}}
{"id": "0184", "source_dataset": "scannetpp", "video_path": "1ada7a0617.mp4", "question": "How many different buckets have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [14.0, 14.0], "query_points": {"time": [14.4, 67.2, 86.5], "count": [2, 2, 2]}}
{"id": "0185", "source_dataset": "scannetpp", "video_path": "1ada7a0617.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [1.4, 15.9, 15.9, 17.4], "query_points": {"time": [2.1, 9.1, 29.6, 47.2], "count": [1, 1, 4, 4]}}
{"id": "0186", "source_dataset": "scannetpp", "video_path": "1ada7a0617.mp4", "question": "How many different keyboards have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [1.1, 2.7, 34.9], "query_points": {"time": [1.8, 3.7, 40.3, 45.5], "count": [1, 2, 3, 3]}}
{"id": "0187", "source_dataset": "scannetpp", "video_path": "1ada7a0617.mp4", "question": "How many different monitors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.9, 1.8, 3.1, 3.1], "query_points": {"time": [1.1, 2.0, 17.5, 35.8], "count": [1, 2, 4, 4]}}
{"id": "0188", "source_dataset": "scannetpp", "video_path": "1ada7a0617.mp4", "question": "How many different telephones have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 12.4], "query_points": {"time": [1.0, 8.5, 43.7], "count": [1, 1, 2]}}
{"id": "0189", "source_dataset": "scannetpp", "video_path": "1ada7a0617.mp4", "question": "How many different computer mice have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [1.8, 26.3, 35.5], "query_points": {"time": [2.5, 26.7, 44.1], "count": [1, 2, 3]}}
{"id": "0190", "source_dataset": "scannetpp", "video_path": "21d970d8de.mp4", "question": "How many different whiteboards have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [4.6, 4.6, 7.7], "query_points": {"time": [4.8, 8.1, 19.5], "count": [2, 3, 3]}}
{"id": "0191", "source_dataset": "scannetpp", "video_path": "21d970d8de.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 6.2, 6.2, 6.2, 6.2, 6.2, 6.2, 6.2, 6.2, 6.2, 6.2, 6.2, 6.2, 6.2, 6.2, 6.2, 6.2, 7.0, 7.0, 7.0, 7.0, 7.0, 7.0, 7.0, 7.0, 7.0, 7.0], "query_points": {"time": [1.0, 5.0, 30.1, 39.9], "count": [1, 14, 40, 40]}}
{"id": "0192", "source_dataset": "scannetpp", "video_path": "21d970d8de.mp4", "question": "How many different ceiling lights have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [4.7, 4.7, 8.0, 8.0, 8.0, 13.8, 13.8, 13.8, 19.7, 44.1, 44.1, 47.5], "query_points": {"time": [5.7, 7.7, 19.9, 49.6, 63.9], "count": [2, 2, 9, 12, 12]}}
{"id": "0193", "source_dataset": "scannetpp", "video_path": "25f3b7a318.mp4", "question": "How many different shoes have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [43.9, 43.9, 104.0, 104.0, 104.0, 104.0, 104.0, 104.0, 104.0, 159.6], "query_points": {"time": [44.9, 73.1, 167.1, 174.6], "count": [2, 2, 10, 10]}}
{"id": "0194", "source_dataset": "scannetpp", "video_path": "27dd4da69e.mp4", "question": "How many different doors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [123.6, 124.7, 178.3, 181.4, 185.1], "query_points": {"time": [88.4, 125.7, 230.5, 409.2], "count": [0, 2, 5, 5]}}
{"id": "0195", "source_dataset": "scannetpp", "video_path": "27dd4da69e.mp4", "question": "How many different suitcases have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [212.9, 212.9, 212.9], "query_points": {"time": [4.6, 139.7, 428.1], "count": [0, 0, 3]}}
{"id": "0196", "source_dataset": "scannetpp", "video_path": "3864514494.mp4", "question": "How many different trash cans have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.7, 3.7, 72.7], "query_points": {"time": [4.7, 17.4, 95.2], "count": [2, 2, 3]}}
{"id": "0197", "source_dataset": "scannetpp", "video_path": "3864514494.mp4", "question": "How many different cups have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0], "query_points": {"time": [1.0, 4.7, 66.2], "count": [3, 3, 3]}}
{"id": "0198", "source_dataset": "scannetpp", "video_path": "38d58a7a31.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [2.2, 2.2, 2.2, 2.2, 2.2, 2.2, 2.2, 2.2, 3.7, 3.7, 3.7, 3.7, 3.7, 3.7, 3.7, 3.7, 3.7, 3.7, 3.7, 3.7, 3.7, 3.7, 3.7, 3.7, 3.7, 3.7, 3.7, 3.7, 3.7, 3.7, 5.6, 7.1, 7.1, 14.5, 24.0, 24.6], "query_points": {"time": [3.5, 4.7, 52.4, 73.1], "count": [8, 30, 36, 36]}}
{"id": "0199", "source_dataset": "scannetpp", "video_path": "38d58a7a31.mp4", "question": "How many different ceiling lights have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [2.4, 2.4, 3.1, 3.1, 3.1, 3.1, 3.1, 3.1, 3.7, 8.8, 13.0, 28.1], "query_points": {"time": [3.3, 4.7, 33.7, 55.4], "count": [8, 9, 12, 12]}}
{"id": "0200", "source_dataset": "scannetpp", "video_path": "38d58a7a31.mp4", "question": "How many different heaters have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.7, 3.7, 5.7], "query_points": {"time": [6.7, 14.5, 40.1], "count": [3, 3, 3]}}
{"id": "0201", "source_dataset": "scannetpp", "video_path": "38d58a7a31.mp4", "question": "How many different coat racks have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [2.5, 8.3], "query_points": {"time": [4.1, 9.9, 41.6, 53.3], "count": [1, 2, 2, 2]}}
{"id": "0202", "source_dataset": "scannetpp", "video_path": "3db0a1c8f3.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [53.6, 81.2, 85.4, 163.0], "query_points": {"time": [54.6, 60.6, 164.0, 185.4], "count": [1, 1, 4, 4]}}
{"id": "0203", "source_dataset": "scannetpp", "video_path": "3db0a1c8f3.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [52.7, 86.2, 109.3, 127.7, 162.1], "query_points": {"time": [53.7, 63.2, 110.3, 183.5, 205.7], "count": [1, 1, 3, 5, 5]}}
{"id": "0204", "source_dataset": "scannetpp", "video_path": "3db0a1c8f3.mp4", "question": "How many different baskets have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [22.3, 22.3, 23.4, 23.6], "query_points": {"time": [23.3, 24.5, 40.4, 75.8], "count": [2, 4, 4, 4]}}
{"id": "0205", "source_dataset": "scannetpp", "video_path": "3e8bba0176.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 2.2, 13.0, 19.1], "query_points": {"time": [1.0, 2.2, 20.6, 26.2], "count": [2, 3, 5, 5]}}
{"id": "0206", "source_dataset": "scannetpp", "video_path": "3e8bba0176.mp4", "question": "How many different monitors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [5.7, 5.7, 17.8, 17.8], "query_points": {"time": [6.7, 10.8, 27.6], "count": [2, 2, 4]}}
{"id": "0207", "source_dataset": "scannetpp", "video_path": "3e8bba0176.mp4", "question": "How many different ceiling lights have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [1.7, 12.0, 12.0, 17.1], "query_points": {"time": [3.6, 8.5, 21.3], "count": [1, 1, 4]}}
{"id": "0208", "source_dataset": "scannetpp", "video_path": "3f15a9266d.mp4", "question": "How many different cups have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [27.5], "query_points": {"time": [28.5, 32.9], "count": [1, 1]}}
{"id": "0209", "source_dataset": "arkitscenes", "video_path": "41069025.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [45.2, 60.9, 113.4, 138.7], "query_points": {"time": [13.3, 39.1, 64.0, 139.7, 153.7], "count": [0, 0, 2, 4, 4]}}
{"id": "0210", "source_dataset": "arkitscenes", "video_path": "41159541.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [2.1, 2.1, 2.8, 3.9, 9.9, 9.9, 30.9, 30.9, 33.5, 80.9], "query_points": {"time": [4.9, 6.6, 81.9, 83.9], "count": [4, 4, 10, 10]}}
{"id": "0211", "source_dataset": "arkitscenes", "video_path": "41159572.mp4", "question": "How many different sofas have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [22.5, 31.4, 32.4, 33.3], "query_points": {"time": [17.7, 23.5, 74.5, 125.1], "count": [0, 1, 4, 4]}}
{"id": "0212", "source_dataset": "arkitscenes", "video_path": "42445981.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [8.7, 23.6, 39.8, 113.8], "query_points": {"time": [9.7, 19.4, 114.8, 119.0], "count": [1, 1, 4, 4]}}
{"id": "0213", "source_dataset": "arkitscenes", "video_path": "42445981.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [7.9, 8.4, 72.6, 72.9, 113.3], "query_points": {"time": [4.3, 9.4, 114.3, 124.9], "count": [0, 2, 5, 5]}}
{"id": "0214", "source_dataset": "arkitscenes", "video_path": "42445984.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.8, 4.2, 31.8, 32.0], "query_points": {"time": [1.0, 5.2, 65.8, 85.6], "count": [8, 10, 12, 12]}}
{"id": "0215", "source_dataset": "arkitscenes", "video_path": "42446151.mp4", "question": "How many different sofas have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 16.5, 23.4, 26.1], "query_points": {"time": [1.0, 9.2, 51.9, 62.2], "count": [1, 1, 4, 4]}}
{"id": "0216", "source_dataset": "arkitscenes", "video_path": "42897564.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.4, 5.1, 5.5, 5.9, 7.8, 8.9, 13.2], "query_points": {"time": [2.3, 4.2, 26.1, 48.3], "count": [0, 1, 7, 7]}}
{"id": "0217", "source_dataset": "arkitscenes", "video_path": "42897629.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [8.2, 8.2, 8.2, 8.2, 8.2, 13.7, 37.8, 70.5, 70.5, 70.5], "query_points": {"time": [4.7, 9.2, 250.3, 346.2], "count": [0, 5, 10, 10]}}
{"id": "0218", "source_dataset": "arkitscenes", "video_path": "42897629.mp4", "question": "How many different washers have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [60.1, 64.4], "query_points": {"time": [21.9, 61.1, 260.7, 344.6], "count": [0, 1, 2, 2]}}
{"id": "0219", "source_dataset": "arkitscenes", "video_path": "42898849.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [26.1, 26.9, 27.7, 28.3, 28.8, 29.2, 53.1, 53.5], "query_points": {"time": [12.6, 30.2, 102.2, 134.8], "count": [0, 6, 8, 8]}}
{"id": "0220", "source_dataset": "arkitscenes", "video_path": "42898849.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [14.9, 16.5, 20.1, 26.2], "query_points": {"time": [9.9, 15.9, 81.5, 131.7], "count": [0, 1, 4, 4]}}
{"id": "0221", "source_dataset": "arkitscenes", "video_path": "42899685.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [16.2, 16.3, 16.3, 50.7], "query_points": {"time": [8.7, 17.3, 79.3, 98.5], "count": [0, 3, 4, 4]}}
{"id": "0222", "source_dataset": "arkitscenes", "video_path": "44358451.mp4", "question": "How many different washers have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.7, 4.0], "query_points": {"time": [2.3, 5.0, 75.0, 96.4], "count": [0, 2, 2, 2]}}
{"id": "0223", "source_dataset": "arkitscenes", "video_path": "44358499.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [2.1, 2.1, 2.1, 2.1, 9.0], "query_points": {"time": [2.9, 9.7, 86.1], "count": [4, 5, 5]}}
{"id": "0224", "source_dataset": "arkitscenes", "video_path": "44358536.mp4", "question": "How many different toilets have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0], "query_points": {"time": [1.9, 4.0, 26.0], "count": [1, 1, 1]}}
{"id": "0225", "source_dataset": "arkitscenes", "video_path": "45260928.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.3, 11.6, 11.6, 12.7, 20.1], "query_points": {"time": [4.3, 7.3, 36.2, 45.2], "count": [1, 1, 5, 5]}}
{"id": "0226", "source_dataset": "arkitscenes", "video_path": "45261142.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [9.1, 21.2, 22.0, 23.8, 24.5, 24.5], "query_points": {"time": [10.1, 11.5, 40.2, 46.6], "count": [1, 1, 6, 6]}}
{"id": "0227", "source_dataset": "arkitscenes", "video_path": "45662924.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [11.1, 11.1, 11.1, 11.1, 11.1, 11.9], "query_points": {"time": [7.9, 12.9, 69.0], "count": [0, 6, 6]}}
{"id": "0228", "source_dataset": "arkitscenes", "video_path": "45662924.mp4", "question": "How many different stools have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [11.4, 11.4, 11.4, 11.4], "query_points": {"time": [5.0, 12.4, 47.0, 66.9], "count": [0, 4, 4, 4]}}
{"id": "0229", "source_dataset": "arkitscenes", "video_path": "45662970.mp4", "question": "How many different washers have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.6, 0.6], "query_points": {"time": [1.6, 2.9, 28.5, 54.4], "count": [2, 2, 2, 2]}}
{"id": "0230", "source_dataset": "arkitscenes", "video_path": "47115543.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [4.7, 19.1, 19.1, 19.1, 24.6, 24.6], "query_points": {"time": [2.2, 5.7, 53.3, 69.1], "count": [0, 1, 6, 6]}}
{"id": "0231", "source_dataset": "arkitscenes", "video_path": "47204552.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [1.2, 1.2, 5.0, 5.0, 137.2, 137.2, 137.2], "query_points": {"time": [1.6, 6.5, 138.2, 140.1], "count": [2, 4, 7, 7]}}
{"id": "0232", "source_dataset": "arkitscenes", "video_path": "47204607.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [1.8, 9.3, 19.8, 24.4], "query_points": {"time": [2.8, 5.6, 68.2, 114.6], "count": [1, 1, 4, 4]}}
{"id": "0233", "source_dataset": "arkitscenes", "video_path": "47331262.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.6, 1.2, 1.2, 1.2], "query_points": {"time": [1.6, 3.2, 23.6, 62.8], "count": [6, 6, 6, 6]}}
{"id": "0234", "source_dataset": "arkitscenes", "video_path": "47331644.mp4", "question": "How many different stools have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [92.7, 185.2, 197.3], "query_points": {"time": [6.7, 33.6, 198.3, 208.5], "count": [0, 0, 3, 3]}}
{"id": "0235", "source_dataset": "arkitscenes", "video_path": "47331644.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [16.4, 106.8, 164.0, 178.4, 184.7], "query_points": {"time": [7.0, 17.4, 118.3, 185.7, 212.5], "count": [0, 1, 2, 5, 5]}}
{"id": "0236", "source_dataset": "arkitscenes", "video_path": "47331644.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [9.3, 9.3, 179.4, 192.1, 192.1], "query_points": {"time": [10.3, 13.1, 198.3, 231.3], "count": [2, 2, 5, 5]}}
{"id": "0237", "source_dataset": "arkitscenes", "video_path": "47331970.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [47.8, 47.8, 47.8, 48.8, 52.8], "query_points": {"time": [14.7, 41.4, 88.5, 112.6], "count": [0, 0, 5, 5]}}
{"id": "0238", "source_dataset": "arkitscenes", "video_path": "47331970.mp4", "question": "How many different sofas have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [50.7, 50.7, 96.2], "query_points": {"time": [22.8, 51.7, 103.4], "count": [0, 2, 3]}}
{"id": "0239", "source_dataset": "arkitscenes", "video_path": "47331972.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [9.9, 9.9, 17.1, 26.8, 26.8], "query_points": {"time": [10.9, 18.1, 62.2, 125.2], "count": [2, 3, 5, 5]}}
{"id": "0240", "source_dataset": "arkitscenes", "video_path": "47333457.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [6.6, 12.1, 17.3, 19.3, 46.3], "query_points": {"time": [3.4, 7.6, 47.3, 51.6], "count": [0, 1, 5, 5]}}
{"id": "0241", "source_dataset": "arkitscenes", "video_path": "47333940.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [6.3, 6.5, 50.3, 54.0], "query_points": {"time": [7.5, 10.9, 55.0, 61.1], "count": [2, 2, 4, 4]}}
{"id": "0242", "source_dataset": "arkitscenes", "video_path": "47334096.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [42.5, 44.4, 48.0, 50.6, 51.3], "query_points": {"time": [35.2, 44.4, 53.7, 77.6], "count": [0, 2, 5, 5]}}
{"id": "0243", "source_dataset": "arkitscenes", "video_path": "47334103.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [51.8, 59.4, 59.4, 63.1, 63.1], "query_points": {"time": [36.8, 52.8, 64.4, 79.2], "count": [0, 1, 5, 5]}}
{"id": "0244", "source_dataset": "arkitscenes", "video_path": "47334238.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [7.2, 7.2, 9.0, 9.0, 9.3, 89.7], "query_points": {"time": [10.3, 20.3, 90.7, 116.2], "count": [5, 5, 6, 6]}}
{"id": "0245", "source_dataset": "arkitscenes", "video_path": "47429904.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [26.4, 26.4, 38.4, 38.4, 38.4, 40.7, 40.7], "query_points": {"time": [15.4, 27.4, 43.4, 47.2], "count": [0, 2, 7, 7]}}
{"id": "0246", "source_dataset": "arkitscenes", "video_path": "47430023.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [34.3, 36.4, 45.1, 47.1, 61.3, 61.3], "query_points": {"time": [11.4, 34.6, 48.1, 62.8], "count": [0, 1, 4, 6]}}
{"id": "0247", "source_dataset": "arkitscenes", "video_path": "47430038.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [14.6, 16.0, 16.6, 19.6], "query_points": {"time": [8.3, 15.6, 28.4], "count": [0, 1, 4]}}
{"id": "0248", "source_dataset": "arkitscenes", "video_path": "47430468.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [13.4, 13.4, 28.9, 29.7], "query_points": {"time": [11.5, 14.4, 31.6, 39.0], "count": [0, 2, 4, 4]}}
{"id": "0249", "source_dataset": "scannetpp", "video_path": "5748ce6f01.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0, 0.0, 2.1], "query_points": {"time": [1.0, 3.1, 21.2, 31.2], "count": [4, 5, 5, 5]}}
{"id": "0250", "source_dataset": "scannetpp", "video_path": "578511c8a9.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.0, 9.9, 36.2, 60.8, 61.9, 61.9, 61.9, 61.9, 61.9, 61.9, 64.5, 64.5, 155.5, 157.4, 159.3, 189.9, 190.7, 192.3, 217.8], "query_points": {"time": [4.0, 7.3, 62.9, 218.8, 245.2], "count": [1, 1, 10, 19, 19]}}
{"id": "0251", "source_dataset": "scannetpp", "video_path": "578511c8a9.mp4", "question": "How many different monitors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [56.0, 65.1, 65.1, 65.1, 65.1, 74.6, 74.6, 74.6, 74.6, 143.2, 156.4, 156.4, 156.4, 191.1, 191.1, 191.1], "query_points": {"time": [56.2, 66.7, 192.1, 210.6], "count": [1, 5, 16, 16]}}
{"id": "0252", "source_dataset": "scannetpp", "video_path": "578511c8a9.mp4", "question": "How many different keyboards have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [59.9, 63.6, 66.0, 111.3, 142.9, 142.9, 156.7, 156.7, 198.7, 198.7], "query_points": {"time": [49.2, 61.4, 143.9, 210.6, 247.2], "count": [0, 1, 6, 10, 10]}}
{"id": "0253", "source_dataset": "scannetpp", "video_path": "578511c8a9.mp4", "question": "How many different computer towers have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [67.8, 100.4, 149.0, 149.0, 162.3, 196.6, 198.2, 198.6], "query_points": {"time": [45.3, 68.8, 201.2, 247.2], "count": [0, 1, 8, 8]}}
{"id": "0254", "source_dataset": "scannetpp", "video_path": "578511c8a9.mp4", "question": "How many different whiteboards have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 3.8, 4.7, 36.0], "query_points": {"time": [1.0, 2.7, 175.8, 244.1], "count": [1, 1, 4, 4]}}
{"id": "0255", "source_dataset": "scannetpp", "video_path": "578511c8a9.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 36.4, 63.3, 65.9, 68.6, 73.9, 82.8, 154.9, 155.5, 162.2, 189.6], "query_points": {"time": [2.0, 37.4, 125.0, 197.5, 243.1], "count": [1, 2, 7, 11, 11]}}
{"id": "0256", "source_dataset": "scannetpp", "video_path": "578511c8a9.mp4", "question": "How many different computer mice have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [63.5, 111.6, 111.9, 143.4, 143.4, 143.4, 157.2, 157.2], "query_points": {"time": [55.0, 64.5, 164.2, 242.0], "count": [0, 1, 8, 8]}}
{"id": "0257", "source_dataset": "scannetpp", "video_path": "578511c8a9.mp4", "question": "How many different ceiling lights have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [5.9, 5.9, 7.5, 55.6, 56.1, 56.4, 56.4, 60.8, 61.2, 61.2, 61.4, 61.4, 64.7, 64.7, 64.7, 64.7, 65.7, 135.8, 135.8, 135.8, 137.1, 137.1, 137.1, 137.1, 137.1], "query_points": {"time": [2.0, 8.5, 62.3, 172.4, 243.6], "count": [0, 3, 12, 25, 25]}}
{"id": "0258", "source_dataset": "scannetpp", "video_path": "5942004064.mp4", "question": "How many different doors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [4.6, 46.2, 54.0, 104.8], "query_points": {"time": [5.6, 10.0, 105.8, 116.9], "count": [1, 1, 4, 4]}}
{"id": "0259", "source_dataset": "scannetpp", "video_path": "5942004064.mp4", "question": "How many different pillows have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [66.8, 66.8, 92.0, 92.0], "query_points": {"time": [67.8, 77.5, 107.1, 123.1], "count": [2, 2, 4, 4]}}
{"id": "0260", "source_dataset": "scannetpp", "video_path": "5942004064.mp4", "question": "How many different plants have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [61.5, 63.6, 63.6, 126.7, 128.7, 131.9, 131.9, 131.9, 131.9, 131.9], "query_points": {"time": [62.5, 64.6, 145.3, 157.8], "count": [1, 3, 10, 10]}}
{"id": "0261", "source_dataset": "scannetpp", "video_path": "5eb31827b7.mp4", "question": "How many different whiteboards have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [65.9, 66.8, 66.8], "query_points": {"time": [48.5, 67.8, 79.8], "count": [0, 3, 3]}}
{"id": "0262", "source_dataset": "scannetpp", "video_path": "5eb31827b7.mp4", "question": "How many different monitors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [7.6, 7.6, 7.6, 7.6, 11.7, 25.7, 26.1, 26.6, 27.0, 68.3, 70.1], "query_points": {"time": [8.6, 9.7, 69.3, 71.1], "count": [4, 4, 10, 11]}}
{"id": "0263", "source_dataset": "scannetpp", "video_path": "5eb31827b7.mp4", "question": "How many different computer mice have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [25.3], "query_points": {"time": [27.3, 56.4], "count": [1, 1]}}
{"id": "0264", "source_dataset": "scannetpp", "video_path": "5eb31827b7.mp4", "question": "How many different trash cans have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [8.1, 12.7, 23.5], "query_points": {"time": [9.1, 11.9, 27.1, 36.1], "count": [1, 1, 3, 3]}}
{"id": "0265", "source_dataset": "scannetpp", "video_path": "5eb31827b7.mp4", "question": "How many different laptops have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [23.3, 72.6], "query_points": {"time": [24.3, 26.7, 75.3, 80.7], "count": [1, 1, 2, 2]}}
{"id": "0266", "source_dataset": "scannetpp", "video_path": "5f99900f09.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 27.6, 27.8, 32.2, 85.9, 85.9, 85.9, 85.9, 85.9, 97.8, 99.8], "query_points": {"time": [1.0, 23.0, 100.8, 102.9], "count": [1, 1, 11, 11]}}
{"id": "0267", "source_dataset": "scannetpp", "video_path": "5f99900f09.mp4", "question": "How many different printers have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [5.3, 27.3], "query_points": {"time": [3.1, 6.3, 35.8, 136.5], "count": [0, 1, 2, 2]}}
{"id": "0268", "source_dataset": "scannetpp", "video_path": "5f99900f09.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0, 0.0, 0.0, 15.3, 27.8, 27.8, 28.4, 32.5, 32.5, 32.5, 32.5, 87.4], "query_points": {"time": [1.0, 6.3, 31.0, 93.9, 136.1], "count": [5, 5, 9, 14, 14]}}
{"id": "0269", "source_dataset": "scannetpp", "video_path": "5f99900f09.mp4", "question": "How many different whiteboards have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0], "query_points": {"time": [1.0, 5.7, 131.2], "count": [3, 3, 3]}}
{"id": "0270", "source_dataset": "scannetpp", "video_path": "5f99900f09.mp4", "question": "How many different ceiling lights have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [4.3, 30.7, 30.7, 32.4, 34.6], "query_points": {"time": [5.3, 9.0, 42.6, 134.3], "count": [1, 1, 5, 5]}}
{"id": "0271", "source_dataset": "scannetpp", "video_path": "6115eddb86.mp4", "question": "How many different telephones have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [14.6, 15.7], "query_points": {"time": [3.1, 14.9, 125.6], "count": [0, 1, 2]}}
{"id": "0272", "source_dataset": "scannetpp", "video_path": "6115eddb86.mp4", "question": "How many different pillows have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0, 4.3, 4.3], "query_points": {"time": [1.0, 2.3, 142.1], "count": [3, 3, 5]}}
{"id": "0273", "source_dataset": "scannetpp", "video_path": "7831862f02.mp4", "question": "How many different doors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [2.1, 2.1, 10.7, 13.5], "query_points": {"time": [3.1, 8.1, 37.4, 76.1], "count": [2, 2, 4, 4]}}
{"id": "0274", "source_dataset": "scannetpp", "video_path": "7831862f02.mp4", "question": "How many different ceiling lights have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [2.5, 11.1, 37.5], "query_points": {"time": [3.5, 6.9, 38.5, 43.2], "count": [1, 1, 3, 3]}}
{"id": "0275", "source_dataset": "scannetpp", "video_path": "7b6477cb95.mp4", "question": "How many different ceiling lights have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [2.3, 7.7, 11.3, 23.1], "query_points": {"time": [3.3, 4.5, 64.0, 91.6], "count": [1, 1, 4, 4]}}
{"id": "0276", "source_dataset": "scannetpp", "video_path": "7b6477cb95.mp4", "question": "How many different monitors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 3.5, 3.5, 3.5, 3.5], "query_points": {"time": [1.0, 2.4, 23.4, 50.5], "count": [1, 1, 5, 5]}}
{"id": "0277", "source_dataset": "scannetpp", "video_path": "7b6477cb95.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 1.1, 2.6, 3.7], "query_points": {"time": [3.6, 4.9, 76.3, 116.9], "count": [3, 4, 4, 4]}}
{"id": "0278", "source_dataset": "scannetpp", "video_path": "825d228aec.mp4", "question": "How many different power strips have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 17.0, 35.3, 58.3], "query_points": {"time": [1.0, 9.8, 67.6, 71.5], "count": [1, 1, 4, 4]}}
{"id": "0279", "source_dataset": "scannetpp", "video_path": "825d228aec.mp4", "question": "How many different exhaust fans have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.2, 8.2], "query_points": {"time": [4.2, 5.5, 28.6, 41.8], "count": [1, 1, 2, 2]}}
{"id": "0280", "source_dataset": "scannetpp", "video_path": "9071e139d9.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0, 0.0, 4.1], "query_points": {"time": [1.0, 2.2, 94.8], "count": [4, 4, 5]}}
{"id": "0281", "source_dataset": "scannetpp", "video_path": "9071e139d9.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.3, 2.6, 3.9, 32.0], "query_points": {"time": [1.3, 4.9, 37.9, 98.4], "count": [2, 4, 5, 5]}}
{"id": "0282", "source_dataset": "scannetpp", "video_path": "9071e139d9.mp4", "question": "How many different sofas have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 3.1, 3.1, 4.4, 4.4], "query_points": {"time": [1.0, 2.1, 8.6, 84.4], "count": [1, 1, 5, 5]}}
{"id": "0283", "source_dataset": "scannetpp", "video_path": "9071e139d9.mp4", "question": "How many different cushions have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [2.1, 2.1, 3.4, 3.4, 4.2, 4.2], "query_points": {"time": [1.8, 3.3, 42.0], "count": [0, 2, 6]}}
{"id": "0284", "source_dataset": "scannetpp", "video_path": "99fa5c25e1.mp4", "question": "How many different buckets have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [37.0, 37.0, 84.2, 84.2], "query_points": {"time": [14.5, 38.0, 116.0], "count": [0, 2, 4]}}
{"id": "0285", "source_dataset": "scannetpp", "video_path": "a8bf42d646.mp4", "question": "How many different trash cans have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [8.1, 96.7, 137.6], "query_points": {"time": [9.1, 14.8, 148.7, 164.7], "count": [1, 1, 3, 3]}}
{"id": "0286", "source_dataset": "scannetpp", "video_path": "a8bf42d646.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0, 119.7], "query_points": {"time": [1.0, 81.9, 123.1, 131.9], "count": [3, 3, 4, 4]}}
{"id": "0287", "source_dataset": "scannetpp", "video_path": "ac48a9b736.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [13.0, 13.0, 13.0, 14.7, 71.5, 148.8, 169.7, 169.7, 186.1], "query_points": {"time": [14.0, 15.6, 101.4, 194.0, 205.0], "count": [3, 4, 5, 9, 9]}}
{"id": "0288", "source_dataset": "scannetpp", "video_path": "ac48a9b736.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [17.2, 17.2, 89.6, 89.6, 125.4, 144.4, 170.5, 183.7], "query_points": {"time": [18.2, 38.6, 134.6, 184.7, 194.0], "count": [2, 2, 5, 8, 8]}}
{"id": "0289", "source_dataset": "scannetpp", "video_path": "ac48a9b736.mp4", "question": "How many different doors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [9.4, 14.3, 24.7], "query_points": {"time": [5.6, 11.4, 119.2, 221.8], "count": [0, 1, 3, 3]}}
{"id": "0290", "source_dataset": "scannetpp", "video_path": "ac48a9b736.mp4", "question": "How many different keyboards have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [16.7, 93.1, 125.1, 175.0, 175.6, 176.4], "query_points": {"time": [9.7, 17.7, 177.4, 211.7], "count": [0, 1, 6, 6]}}
{"id": "0291", "source_dataset": "scannetpp", "video_path": "ac48a9b736.mp4", "question": "How many different monitors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [17.6, 50.9, 50.9, 120.8, 131.4, 183.7, 183.7, 183.7, 183.7], "query_points": {"time": [11.5, 18.6, 121.8, 208.4, 228.0], "count": [0, 1, 4, 9, 9]}}
{"id": "0292", "source_dataset": "scannetpp", "video_path": "ac48a9b736.mp4", "question": "How many different computer mice have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [16.5, 89.6, 194.5], "query_points": {"time": [8.4, 17.5, 195.5, 224.6], "count": [0, 1, 3, 3]}}
{"id": "0293", "source_dataset": "scannetpp", "video_path": "ac48a9b736.mp4", "question": "How many different heaters have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [1.5, 1.5, 1.5, 26.5, 175.4], "query_points": {"time": [2.5, 27.5, 208.5], "count": [3, 4, 5]}}
{"id": "0294", "source_dataset": "scannetpp", "video_path": "acd95847c5.mp4", "question": "How many different computer towers have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [4.0, 129.5], "query_points": {"time": [5.0, 7.4, 142.9, 159.4], "count": [1, 1, 2, 2]}}
{"id": "0295", "source_dataset": "scannetpp", "video_path": "acd95847c5.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 6.7, 8.1, 9.5], "query_points": {"time": [1.0, 4.6, 60.7, 110.6], "count": [1, 1, 4, 4]}}
{"id": "0296", "source_dataset": "scannetpp", "video_path": "acd95847c5.mp4", "question": "How many different ceiling lights have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [5.3, 6.5, 6.5, 10.1], "query_points": {"time": [2.6, 6.3, 92.3, 136.6], "count": [0, 1, 4, 4]}}
{"id": "0297", "source_dataset": "scannetpp", "video_path": "acd95847c5.mp4", "question": "How many different power strips have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [102.7, 102.8], "query_points": {"time": [58.6, 103.8, 171.3], "count": [0, 2, 2]}}
{"id": "0298", "source_dataset": "scannetpp", "video_path": "acd95847c5.mp4", "question": "How many different computer mice have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [9.6, 101.1, 127.5], "query_points": {"time": [10.6, 20.5, 128.5, 149.1], "count": [1, 1, 3, 3]}}
{"id": "0299", "source_dataset": "scannetpp", "video_path": "acd95847c5.mp4", "question": "How many different monitors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 1.9, 6.5], "query_points": {"time": [1.0, 3.6, 53.3, 161.4], "count": [1, 2, 3, 3]}}
{"id": "0300", "source_dataset": "scannetpp", "video_path": "acd95847c5.mp4", "question": "How many different telephones have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 124.4], "query_points": {"time": [1.0, 9.9, 150.2, 161.6], "count": [1, 1, 2, 2]}}
{"id": "0301", "source_dataset": "scannetpp", "video_path": "b0a08200c9.mp4", "question": "How many different computer towers have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0, 0.0, 1.6, 1.6, 1.6, 1.6, 38.3, 38.3, 38.3, 38.3, 41.3, 41.3, 41.3, 41.3, 49.9, 49.9, 52.3, 52.3, 52.3, 52.3, 54.2, 54.2, 54.2], "query_points": {"time": [1.0, 3.6, 75.8, 113.0], "count": [4, 8, 25, 25]}}
{"id": "0302", "source_dataset": "scannetpp", "video_path": "b0a08200c9.mp4", "question": "How many different computer mice have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0], "query_points": {"time": [1.0, 16.2, 72.9], "count": [2, 2, 2]}}
{"id": "0303", "source_dataset": "scannetpp", "video_path": "bcd2436daf.mp4", "question": "How many different shoes have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [13.0, 13.0], "query_points": {"time": [14.0, 15.8, 80.6], "count": [2, 2, 2]}}
{"id": "0304", "source_dataset": "scannetpp", "video_path": "bde1e479ad.mp4", "question": "How many different ceiling lights have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.5, 3.5, 3.5, 4.1, 4.1, 4.1, 4.1, 4.7, 4.7, 10.9, 10.9, 10.9, 23.5], "query_points": {"time": [3.8, 5.1, 25.3, 87.6], "count": [3, 9, 13, 13]}}
{"id": "0305", "source_dataset": "scannetpp", "video_path": "bde1e479ad.mp4", "question": "How many different heaters have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [4.1, 4.9, 29.2], "query_points": {"time": [4.9, 15.6, 51.1, 69.7], "count": [2, 2, 3, 3]}}
{"id": "0306", "source_dataset": "scannetpp", "video_path": "bde1e479ad.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [1.3, 3.1, 3.8, 3.8, 3.8, 3.8, 3.8, 3.8, 3.8, 3.8, 3.8, 3.8, 4.4, 4.4, 4.4, 4.4, 4.4, 4.4, 4.4, 4.4, 4.4, 4.4, 4.4, 4.4, 4.4, 4.4, 5.2, 5.2, 5.2, 5.2, 5.2, 5.2, 12.2, 12.2, 12.2, 12.2, 12.8, 12.8, 12.8, 12.8, 12.8, 12.8, 12.8, 12.8, 12.8, 13.4, 13.4], "query_points": {"time": [2.3, 3.9, 47.1, 49.9], "count": [1, 12, 47, 47]}}
{"id": "0307", "source_dataset": "scannetpp", "video_path": "bde1e479ad.mp4", "question": "How many different whiteboards have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.0, 3.0, 12.2], "query_points": {"time": [4.0, 10.5, 34.0, 73.4], "count": [2, 2, 3, 3]}}
{"id": "0308", "source_dataset": "scannetpp", "video_path": "bde1e479ad.mp4", "question": "How many different power strips have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [14.0, 72.5], "query_points": {"time": [15.2, 36.9, 76.0, 86.5], "count": [1, 1, 2, 2]}}
{"id": "0309", "source_dataset": "scannetpp", "video_path": "c49a8c6cff.mp4", "question": "How many different plants have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [4.2, 10.4], "query_points": {"time": [3.2, 5.2, 15.7], "count": [0, 1, 2]}}
{"id": "0310", "source_dataset": "scannetpp", "video_path": "c49a8c6cff.mp4", "question": "How many different shoes have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [12.7, 12.7], "query_points": {"time": [9.6, 13.7, 50.9], "count": [0, 2, 2]}}
{"id": "0311", "source_dataset": "scannetpp", "video_path": "c4c04e6d6c.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.2, 2.2, 2.2, 2.2, 2.2, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.8, 3.8, 3.8, 3.8, 4.8, 4.8, 4.8, 18.0, 18.0, 19.9, 19.9, 19.9, 19.9, 20.4, 20.4, 20.4], "query_points": {"time": [1.0, 3.0, 33.6, 48.1], "count": [8, 20, 36, 36]}}
{"id": "0312", "source_dataset": "scannetpp", "video_path": "c50d2d1d42.mp4", "question": "How many different computer towers have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [15.4, 15.4, 29.8], "query_points": {"time": [7.3, 16.4, 91.0, 145.6], "count": [0, 2, 3, 3]}}
{"id": "0313", "source_dataset": "scannetpp", "video_path": "c50d2d1d42.mp4", "question": "How many different monitors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [1.8, 1.8, 5.2, 5.2, 6.2, 24.9], "query_points": {"time": [2.9, 6.2, 73.5], "count": [2, 5, 6]}}
{"id": "0314", "source_dataset": "scannetpp", "video_path": "c50d2d1d42.mp4", "question": "How many different ceiling lights have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [2.1, 6.5, 6.5, 13.7], "query_points": {"time": [1.0, 3.5, 44.8, 96.5], "count": [0, 1, 4, 4]}}
{"id": "0315", "source_dataset": "scannetpp", "video_path": "c50d2d1d42.mp4", "question": "How many different computer mice have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [15.2, 29.6], "query_points": {"time": [4.6, 16.2, 85.2, 132.4], "count": [0, 1, 2, 2]}}
{"id": "0316", "source_dataset": "scannetpp", "video_path": "c5439f4607.mp4", "question": "How many different exhaust fans have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [7.3, 134.6, 136.8], "query_points": {"time": [4.4, 8.3, 137.8, 148.4], "count": [0, 1, 3, 3]}}
{"id": "0317", "source_dataset": "scannetpp", "video_path": "cc5237fd77.mp4", "question": "How many different monitors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [4.4, 5.4, 9.1], "query_points": {"time": [6.4, 7.6, 81.5, 112.9], "count": [2, 2, 3, 3]}}
{"id": "0318", "source_dataset": "scannetpp", "video_path": "cc5237fd77.mp4", "question": "How many different bookshelves have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 14.7], "query_points": {"time": [1.0, 6.5, 71.1, 114.0], "count": [1, 1, 2, 2]}}
{"id": "0319", "source_dataset": "scannetpp", "video_path": "cc5237fd77.mp4", "question": "How many different computer towers have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [5.2, 7.3], "query_points": {"time": [5.7, 8.3, 79.2, 109.5], "count": [1, 2, 2, 2]}}
{"id": "0320", "source_dataset": "scannetpp", "video_path": "d755b3d9d8.mp4", "question": "How many different monitors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [34.2, 80.0, 82.3], "query_points": {"time": [27.6, 35.2, 89.7, 140.6], "count": [0, 1, 3, 3]}}
{"id": "0321", "source_dataset": "scannetpp", "video_path": "d755b3d9d8.mp4", "question": "How many different computer mice have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [34.2, 80.6, 83.0], "query_points": {"time": [16.4, 35.2, 85.7, 144.5], "count": [0, 1, 3, 3]}}
{"id": "0322", "source_dataset": "scannetpp", "video_path": "d755b3d9d8.mp4", "question": "How many different printers have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [75.6, 75.6], "query_points": {"time": [66.4, 76.6, 82.0], "count": [0, 2, 2]}}
{"id": "0323", "source_dataset": "scannetpp", "video_path": "d755b3d9d8.mp4", "question": "How many different plants have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [60.5, 80.4, 80.4, 80.4, 80.4, 99.6, 100.7], "query_points": {"time": [30.0, 61.5, 106.1, 136.9], "count": [0, 1, 7, 7]}}
{"id": "0324", "source_dataset": "scannetpp", "video_path": "f3685d06a9.mp4", "question": "How many different toilets have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [8.1, 55.5], "query_points": {"time": [9.1, 13.9, 59.7, 76.0], "count": [1, 1, 2, 2]}}
{"id": "0325", "source_dataset": "scannetpp", "video_path": "f3d64c30f8.mp4", "question": "How many different crates have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [11.3, 11.3, 11.3, 11.3, 11.3, 62.0, 62.0, 78.3, 78.3], "query_points": {"time": [12.3, 15.8, 111.0, 142.8], "count": [5, 5, 9, 9]}}
{"id": "0326", "source_dataset": "scannetpp", "video_path": "f3d64c30f8.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0, 0.0, 5.4, 5.4, 5.4, 5.4, 11.2, 11.2, 11.2, 11.2, 11.2, 11.2, 11.2, 36.5, 36.5], "query_points": {"time": [1.0, 6.8, 49.8, 69.6], "count": [4, 8, 17, 17]}}
{"id": "0327", "source_dataset": "scannetpp", "video_path": "f3d64c30f8.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [7.2, 7.2, 12.8, 59.9, 59.9, 59.9, 59.9], "query_points": {"time": [8.2, 13.8, 96.8, 136.9], "count": [2, 3, 7, 7]}}
{"id": "0328", "source_dataset": "scannetpp", "video_path": "f3d64c30f8.mp4", "question": "How many different trash cans have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [27.2, 27.2, 27.2], "query_points": {"time": [28.2, 30.5, 117.4], "count": [3, 3, 3]}}
{"id": "0329", "source_dataset": "scannetpp", "video_path": "f3d64c30f8.mp4", "question": "How many different bowls have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [49.9, 49.9], "query_points": {"time": [40.2, 50.9, 163.4, 174.8], "count": [0, 2, 2, 2]}}
{"id": "0330", "source_dataset": "scannetpp", "video_path": "f9f95681fd.mp4", "question": "How many different exhaust fans have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [8.8, 8.9], "query_points": {"time": [9.9, 11.3, 81.6, 100.1], "count": [2, 2, 2, 2]}}
{"id": "0331", "source_dataset": "scannetpp", "video_path": "f9f95681fd.mp4", "question": "How many different cups have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [1.7, 7.3], "query_points": {"time": [2.7, 8.3, 75.8, 91.2], "count": [1, 2, 2, 2]}}
{"id": "0332", "source_dataset": "scannetpp", "video_path": "fb5a96b1a2.mp4", "question": "How many different ceiling lights have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [1.8, 1.8, 1.8, 6.4, 6.4, 7.0, 7.0, 11.7, 11.7, 11.7, 11.7, 11.7], "query_points": {"time": [2.9, 6.6, 28.4, 41.6], "count": [3, 5, 12, 12]}}
{"id": "0333", "source_dataset": "scannetpp", "video_path": "fb5a96b1a2.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0, 0.0, 0.0, 1.2, 4.2, 4.2, 5.6, 5.6, 5.6, 5.6, 10.6, 10.6, 10.6, 20.6, 26.1, 26.1], "query_points": {"time": [1.0, 2.2, 21.4, 26.7], "count": [5, 6, 16, 18]}}
{"id": "0334", "source_dataset": "scannetpp", "video_path": "fb5a96b1a2.mp4", "question": "How many different whiteboards have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [1.4, 11.0, 17.8], "query_points": {"time": [2.4, 5.3, 18.8, 26.6], "count": [1, 1, 3, 3]}}
{"id": "0335", "source_dataset": "scannet", "video_path": "scene0025_01.mp4", "question": "How many different windows have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [9.2, 10.2, 28.0], "query_points": {"time": [10.0, 11.2, 33.5, 63.0], "count": [1, 2, 3, 3]}}
{"id": "0336", "source_dataset": "scannet", "video_path": "scene0025_01.mp4", "question": "How many different monitors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [38.7, 38.7, 68.8, 70.9], "query_points": {"time": [1.2, 39.7, 71.9, 74.2], "count": [0, 2, 4, 4]}}
{"id": "0337", "source_dataset": "scannet", "video_path": "scene0030_02.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 9.4, 11.5, 12.5, 12.5, 12.5, 19.8, 19.8, 34.4, 37.5, 44.8, 44.8, 60.2, 60.4, 60.4, 70.8, 70.8], "query_points": {"time": [1.0, 10.4, 28.2, 61.4, 70.8], "count": [1, 2, 8, 15, 17]}}
{"id": "0338", "source_dataset": "scannet", "video_path": "scene0030_02.mp4", "question": "How many different windows have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [15.7, 17.8, 19.9], "query_points": {"time": [16.7, 18.8, 64.6], "count": [1, 2, 3]}}
{"id": "0339", "source_dataset": "scannet", "video_path": "scene0030_02.mp4", "question": "How many different bookshelves have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [7.4, 20.9, 23.2, 24.3, 30.5, 31.6], "query_points": {"time": [2.1, 8.4, 32.6, 51.3], "count": [0, 1, 6, 6]}}
{"id": "0340", "source_dataset": "scannet", "video_path": "scene0030_02.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 12.6, 16.3, 18.4, 21.8, 32.2, 44.9], "query_points": {"time": [1.0, 13.6, 45.9, 50.1], "count": [1, 2, 7, 7]}}
{"id": "0341", "source_dataset": "scannet", "video_path": "scene0050_01.mp4", "question": "How many different doors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.3, 42.8, 49.1, 51.2], "query_points": {"time": [1.3, 20.8, 50.1, 52.2], "count": [1, 1, 3, 4]}}
{"id": "0342", "source_dataset": "scannet", "video_path": "scene0077_01.mp4", "question": "How many different printers have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 2.7, 4.4], "query_points": {"time": [1.0, 5.4], "count": [1, 3]}}
{"id": "0343", "source_dataset": "scannet", "video_path": "scene0081_02.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0, 0.0, 5.3, 5.3, 5.3, 6.3, 6.3, 6.3, 7.4, 8.4, 13.7, 19.9, 22.0, 22.1, 22.1, 23.1, 23.1, 23.1, 23.1, 24.2, 28.3, 28.3, 28.3, 32.5, 33.5], "query_points": {"time": [1.1, 7.3, 34.5, 43.9], "count": [4, 10, 27, 27]}}
{"id": "0344", "source_dataset": "scannet", "video_path": "scene0081_02.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 5.2, 7.4, 16.8, 22.0, 22.0, 28.2], "query_points": {"time": [1.1, 6.2, 29.2, 36.5], "count": [1, 2, 7, 7]}}
{"id": "0345", "source_dataset": "scannet", "video_path": "scene0086_02.mp4", "question": "How many different doors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [9.4, 17.8, 37.3], "query_points": {"time": [10.4, 14.0, 38.3, 39.6], "count": [1, 1, 3, 3]}}
{"id": "0346", "source_dataset": "scannet", "video_path": "scene0088_01.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 3.1, 5.2, 9.4, 9.4, 9.4, 9.4, 10.4, 10.4, 12.5, 14.6, 14.6, 15.6, 15.6, 15.7, 17.8, 17.8, 19.9, 23.0, 25.1, 25.1, 25.1, 26.1, 27.2, 27.2, 27.2, 27.2], "query_points": {"time": [1.0, 4.1, 16.7, 31.3, 41.7], "count": [2, 3, 16, 28, 28]}}
{"id": "0347", "source_dataset": "scannet", "video_path": "scene0095_01.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [4.3, 4.3, 5.3, 5.3, 13.7, 13.7, 13.7, 13.7, 13.7, 41.8, 46.0, 49.1, 49.1, 49.1, 56.9, 57.4, 58.5], "query_points": {"time": [2.2, 4.3, 58.4, 60.5], "count": [0, 2, 16, 17]}}
{"id": "0348", "source_dataset": "scannet", "video_path": "scene0095_01.mp4", "question": "How many different monitors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [6.5, 6.5, 7.5, 11.8, 12.8, 12.8, 12.8, 12.8, 12.8, 12.8], "query_points": {"time": [1.1, 5.3, 13.8], "count": [0, 0, 10]}}
{"id": "0349", "source_dataset": "scannet", "video_path": "scene0149_00.mp4", "question": "How many different counters have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 11.5], "query_points": {"time": [1.0, 2.1, 49.0], "count": [1, 1, 2]}}
{"id": "0350", "source_dataset": "scannet", "video_path": "scene0153_00.mp4", "question": "How many different towels have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 8.3, 11.7], "query_points": {"time": [1.1, 9.6, 23.3], "count": [1, 2, 3]}}
{"id": "0351", "source_dataset": "scannet", "video_path": "scene0169_01.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [1.4, 1.4, 1.4, 1.4, 3.5, 4.5, 4.5, 4.5, 4.5, 4.9, 4.9, 4.9, 4.9, 6.0, 8.0, 8.0, 8.0, 8.0, 10.1, 10.1, 10.1, 12.2, 13.2, 18.5, 22.6], "query_points": {"time": [2.6, 9.0, 32.3, 53.9], "count": [4, 18, 25, 25]}}
{"id": "0352", "source_dataset": "scannet", "video_path": "scene0196_00.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.9, 0.9, 3.0, 3.0, 3.0, 3.0, 6.1, 6.1, 9.2, 9.2, 9.2, 9.2, 9.2, 14.4, 15.5, 15.5, 15.5, 15.5, 15.5, 15.5, 15.5, 15.5, 18.6, 28.5, 29.5, 35.5], "query_points": {"time": [1.0, 3.0, 30.5, 37.4], "count": [2, 6, 25, 26]}}
{"id": "0353", "source_dataset": "scannet", "video_path": "scene0196_00.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [2.0, 9.4, 14.5, 17.8, 28.2], "query_points": {"time": [3.0, 4.1, 34.5, 62.4], "count": [1, 1, 5, 5]}}
{"id": "0354", "source_dataset": "scannet", "video_path": "scene0203_01.mp4", "question": "How many different pillows have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.5, 0.5, 0.6, 28.9], "query_points": {"time": [1.0, 13.9, 47.7], "count": [3, 3, 4]}}
{"id": "0355", "source_dataset": "scannet", "video_path": "scene0207_02.mp4", "question": "How many different towels have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [43.8, 76.2], "query_points": {"time": [1.0, 44.8, 82.5, 91.8], "count": [0, 1, 2, 2]}}
{"id": "0356", "source_dataset": "scannet", "video_path": "scene0221_01.mp4", "question": "How many different pillows have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [5.7, 5.7, 6.7, 8.8, 8.8], "query_points": {"time": [1.5, 6.7, 24.4], "count": [0, 3, 5]}}
{"id": "0357", "source_dataset": "scannet", "video_path": "scene0251_00.mp4", "question": "How many different windows have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.8, 4.5, 32.1], "query_points": {"time": [5.5, 8.9, 34.5], "count": [2, 2, 3]}}
{"id": "0358", "source_dataset": "scannet", "video_path": "scene0251_00.mp4", "question": "How many different doors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 17.5, 26.5], "query_points": {"time": [1.0, 9.2, 32.2, 64.0], "count": [1, 1, 3, 3]}}
{"id": "0359", "source_dataset": "scannet", "video_path": "scene0251_00.mp4", "question": "How many different trash bins have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [5.9, 8.2, 10.3, 10.3, 23.3], "query_points": {"time": [4.1, 6.6, 25.0, 61.9], "count": [0, 1, 5, 5]}}
{"id": "0360", "source_dataset": "scannet", "video_path": "scene0307_02.mp4", "question": "How many different windows have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [2.8, 39.0, 59.2], "query_points": {"time": [3.8, 21.3, 75.5], "count": [1, 1, 3]}}
{"id": "0361", "source_dataset": "scannet", "video_path": "scene0307_02.mp4", "question": "How many different doors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 18.3, 26.3, 44.2, 55.0], "query_points": {"time": [1.0, 15.7, 56.0, 87.1], "count": [1, 1, 5, 5]}}
{"id": "0362", "source_dataset": "scannet", "video_path": "scene0353_00.mp4", "question": "How many different pillows have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 7.9, 79.5, 98.8], "query_points": {"time": [1.0, 5.9, 99.8, 118.2], "count": [1, 1, 4, 4]}}
{"id": "0363", "source_dataset": "scannet", "video_path": "scene0354_00.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 1.9, 5.5, 7.3, 10.2, 16.2, 17.2], "query_points": {"time": [1.2, 3.1, 18.2, 43.7], "count": [2, 3, 8, 8]}}
{"id": "0364", "source_dataset": "scannet", "video_path": "scene0378_01.mp4", "question": "How many different bookshelves have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [38.2, 50.7], "query_points": {"time": [30.1, 39.2, 55.0, 92.8], "count": [0, 1, 2, 2]}}
{"id": "0365", "source_dataset": "scannet", "video_path": "scene0412_00.mp4", "question": "How many different trash bins have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [10.1, 10.1, 12.0, 13.5, 47.4, 60.2], "query_points": {"time": [6.6, 14.5, 61.2, 88.4], "count": [0, 4, 6, 6]}}
{"id": "0366", "source_dataset": "scannet", "video_path": "scene0412_00.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [8.0, 8.0, 8.0, 12.5, 28.1], "query_points": {"time": [9.0, 11.4, 29.1, 60.6], "count": [3, 3, 5, 5]}}
{"id": "0367", "source_dataset": "scannet", "video_path": "scene0426_00.mp4", "question": "How many different pillows have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [44.2, 48.4, 53.1], "query_points": {"time": [34.9, 45.2, 54.1, 59.5], "count": [0, 1, 3, 3]}}
{"id": "0368", "source_dataset": "scannet", "video_path": "scene0426_00.mp4", "question": "How many different monitors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 22.8, 58.6], "query_points": {"time": [1.0, 11.3, 59.6, 64.6], "count": [2, 2, 4, 4]}}
{"id": "0369", "source_dataset": "scannet", "video_path": "scene0435_02.mp4", "question": "How many different pillows have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [21.5, 21.5, 21.8, 21.8, 25.1, 25.1, 26.2, 26.2], "query_points": {"time": [5.5, 19.7, 28.2, 55.3], "count": [0, 0, 8, 8]}}
{"id": "0370", "source_dataset": "scannet", "video_path": "scene0435_02.mp4", "question": "How many different lamps have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 24.3], "query_points": {"time": [1.0, 3.1, 52.5], "count": [1, 1, 2]}}
{"id": "0371", "source_dataset": "scannet", "video_path": "scene0441_00.mp4", "question": "How many different trash bins have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [8.5], "query_points": {"time": [1.0, 9.5, 24.1], "count": [0, 1, 1]}}
{"id": "0372", "source_dataset": "scannet", "video_path": "scene0474_04.mp4", "question": "How many different pillows have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [8.9, 8.9, 10.4], "query_points": {"time": [2.6, 10.0, 17.7], "count": [0, 2, 3]}}
{"id": "0373", "source_dataset": "scannet", "video_path": "scene0488_01.mp4", "question": "How many different counters have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 11.3], "query_points": {"time": [1.0, 5.0, 23.8], "count": [1, 1, 2]}}
{"id": "0374", "source_dataset": "scannet", "video_path": "scene0488_01.mp4", "question": "How many different refrigerators have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [6.4, 7.1], "query_points": {"time": [2.2, 8.1, 36.6], "count": [0, 2, 2]}}
{"id": "0375", "source_dataset": "scannet", "video_path": "scene0494_00.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 4.3, 9.5], "query_points": {"time": [1.0, 2.2, 12.6, 26.2], "count": [2, 2, 4, 4]}}
{"id": "0376", "source_dataset": "scannet", "video_path": "scene0496_00.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0, 0.0, 15.6, 15.6, 15.6, 15.6, 25.0, 26.0, 31.2, 31.2, 39.6, 42.7, 44.8, 44.8], "query_points": {"time": [1.0, 6.2, 45.8, 51.0], "count": [4, 4, 16, 16]}}
{"id": "0377", "source_dataset": "scannet", "video_path": "scene0496_00.mp4", "question": "How many different windows have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 8.3, 8.3], "query_points": {"time": [1.0, 2.1, 14.6], "count": [2, 2, 4]}}
{"id": "0378", "source_dataset": "scannet", "video_path": "scene0500_00.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 21.8, 21.8, 21.8, 21.8, 21.8, 21.8, 21.8, 21.8, 21.8, 21.8, 21.8, 21.8, 21.8, 21.8, 21.8, 21.8, 21.8, 21.8, 21.8, 25.1, 25.1, 25.1, 25.1, 25.1, 25.1], "query_points": {"time": [1.1, 21.8, 64.9, 77.4], "count": [13, 32, 38, 38]}}
{"id": "0379", "source_dataset": "scannet", "video_path": "scene0500_00.mp4", "question": "How many different windows have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 19.0, 22.9, 22.9, 24.5, 62.6], "query_points": {"time": [1.0, 4.2, 63.6, 73.0], "count": [2, 2, 7, 7]}}
{"id": "0380", "source_dataset": "scannet", "video_path": "scene0565_00.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.1, 3.1, 33.5, 34.9], "query_points": {"time": [1.1, 4.1, 35.9, 39.8], "count": [0, 2, 4, 4]}}
{"id": "0381", "source_dataset": "scannet", "video_path": "scene0565_00.mp4", "question": "How many different windows have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 1.1], "query_points": {"time": [2.1, 4.2], "count": [3, 3]}}
{"id": "0382", "source_dataset": "scannet", "video_path": "scene0565_00.mp4", "question": "How many different monitors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.1, 30.2, 30.2, 37.5], "query_points": {"time": [4.1, 9.4, 38.5, 44.4], "count": [1, 1, 4, 4]}}
{"id": "0383", "source_dataset": "scannet", "video_path": "scene0565_00.mp4", "question": "How many different printers have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.4, 5.6], "query_points": {"time": [1.0, 1.4, 33.7, 41.0], "count": [1, 1, 2, 2]}}
{"id": "0384", "source_dataset": "scannet", "video_path": "scene0568_02.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 15.7, 23.0, 35.5], "query_points": {"time": [1.0, 7.3, 43.8, 57.3], "count": [1, 1, 4, 4]}}
{"id": "0385", "source_dataset": "scannet", "video_path": "scene0574_01.mp4", "question": "How many different towels have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [21.4, 21.4, 21.4], "query_points": {"time": [1.6, 22.4, 61.2], "count": [0, 3, 3]}}
{"id": "0386", "source_dataset": "scannet", "video_path": "scene0575_01.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 1.4, 14.3, 21.9, 24.2, 30.3, 42.7, 46.0, 51.7, 55.0], "query_points": {"time": [1.0, 2.2, 32.9, 55.9, 63.4], "count": [1, 2, 6, 10, 10]}}
{"id": "0387", "source_dataset": "scannet", "video_path": "scene0591_01.mp4", "question": "How many different monitors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [17.0, 21.7, 51.9, 55.0], "query_points": {"time": [18.0, 19.1, 56.0, 59.2], "count": [1, 1, 4, 4]}}
{"id": "0388", "source_dataset": "scannet", "video_path": "scene0591_01.mp4", "question": "How many different plants have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 21.0], "query_points": {"time": [1.0, 7.5, 29.4], "count": [1, 1, 2]}}
{"id": "0389", "source_dataset": "scannet", "video_path": "scene0608_00.mp4", "question": "How many different plants have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 11.5, 87.3], "query_points": {"time": [1.0, 6.2, 88.3, 93.6], "count": [1, 1, 3, 3]}}
{"id": "0390", "source_dataset": "scannet", "video_path": "scene0616_01.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 6.1, 7.3, 12.0, 12.0, 25.2], "query_points": {"time": [1.0, 2.3, 30.2, 124.7], "count": [2, 2, 7, 7]}}
{"id": "0391", "source_dataset": "scannet", "video_path": "scene0621_00.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0, 1.0, 3.2, 3.2, 4.8, 6.5, 6.8, 7.1, 8.5, 8.5, 9.1, 9.1, 9.1, 9.1, 10.0, 21.0, 22.8, 23.9, 24.7, 26.5, 27.0, 28.6, 29.4, 30.2, 30.7], "query_points": {"time": [1.0, 2.0, 9.2, 36.5, 48.7], "count": [4, 4, 16, 27, 27]}}
{"id": "0392", "source_dataset": "scannet", "video_path": "scene0621_00.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 4.6, 8.4, 9.5, 27.3], "query_points": {"time": [2.0, 6.2, 35.7, 106.8], "count": [1, 2, 5, 5]}}
{"id": "0393", "source_dataset": "scannet", "video_path": "scene0643_00.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [2.0, 23.9, 27.5, 28.9, 33.7], "query_points": {"time": [3.0, 7.4, 46.5, 72.5], "count": [1, 1, 5, 5]}}
{"id": "0394", "source_dataset": "scannet", "video_path": "scene0643_00.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 17.1, 27.3, 51.6], "query_points": {"time": [1.0, 7.7, 52.6, 66.0], "count": [1, 1, 4, 4]}}
{"id": "0395", "source_dataset": "scannet", "video_path": "scene0645_00.mp4", "question": "How many different pillows have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0, 0.0, 0.0, 9.1, 9.1, 9.1, 10.6, 11.5, 27.2, 33.4, 43.5, 46.5], "query_points": {"time": [1.0, 12.5, 64.5, 146.2], "count": [5, 10, 14, 14]}}
{"id": "0396", "source_dataset": "scannet", "video_path": "scene0645_00.mp4", "question": "How many different lamps have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 34.7, 67.8], "query_points": {"time": [1.0, 18.4, 75.0, 117.6], "count": [1, 1, 3, 3]}}
{"id": "0397", "source_dataset": "scannet", "video_path": "scene0645_00.mp4", "question": "How many different backpacks have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [6.0, 58.4, 99.4], "query_points": {"time": [1.4, 7.0, 100.4, 124.8], "count": [0, 1, 3, 3]}}
{"id": "0398", "source_dataset": "scannet", "video_path": "scene0645_00.mp4", "question": "How many different mirrors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [67.2, 163.0], "query_points": {"time": [47.7, 68.2, 170.5], "count": [0, 1, 2]}}
{"id": "0399", "source_dataset": "scannet", "video_path": "scene0645_00.mp4", "question": "How many different trash bins have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [68.4, 68.4, 133.0], "query_points": {"time": [37.2, 69.4, 158.5], "count": [0, 2, 3]}}
{"id": "0400", "source_dataset": "scannet", "video_path": "scene0648_00.mp4", "question": "How many different pillows have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [1.5, 6.8, 7.8, 8.2, 94.1], "query_points": {"time": [2.5, 5.7, 101.4, 151.7], "count": [1, 1, 5, 5]}}
{"id": "0401", "source_dataset": "scannet", "video_path": "scene0648_00.mp4", "question": "How many different plants have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [51.0, 51.7, 53.8], "query_points": {"time": [44.3, 52.7, 130.2], "count": [0, 2, 3]}}
{"id": "0402", "source_dataset": "scannet", "video_path": "scene0651_02.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [17.7, 17.7, 17.7, 18.3], "query_points": {"time": [14.0, 18.2, 24.0], "count": [0, 3, 4]}}
{"id": "0403", "source_dataset": "scannet", "video_path": "scene0653_00.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 2.5, 16.5, 47.3, 82.8, 102.6, 123.5, 145.3], "query_points": {"time": [1.0, 4.0, 86.0, 148.5, 155.8], "count": [1, 2, 5, 8, 8]}}
{"id": "0404", "source_dataset": "scannet", "video_path": "scene0653_00.mp4", "question": "How many different monitors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 19.8, 47.9, 47.9, 87.5, 109.3, 122.9], "query_points": {"time": [1.0, 2.1, 81.2, 123.9, 136.4], "count": [2, 2, 5, 8, 8]}}
{"id": "0405", "source_dataset": "scannet", "video_path": "scene0653_00.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 18.8, 45.0, 85.6, 108.5, 112.7], "query_points": {"time": [1.1, 19.8, 114.8, 150.2], "count": [1, 2, 6, 6]}}
{"id": "0406", "source_dataset": "scannet", "video_path": "scene0663_00.mp4", "question": "How many different monitors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [4.2, 8.3, 50.1], "query_points": {"time": [5.2, 9.3, 79.2, 103.2], "count": [1, 2, 3, 3]}}
{"id": "0407", "source_dataset": "scannet", "video_path": "scene0663_00.mp4", "question": "How many different backpacks have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [36.5, 37.5, 37.5], "query_points": {"time": [2.1, 38.5, 98.5], "count": [0, 3, 3]}}
{"id": "0408", "source_dataset": "scannet", "video_path": "scene0663_00.mp4", "question": "How many different telephones have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [48.2], "query_points": {"time": [1.5, 49.2, 65.8], "count": [0, 1, 1]}}
{"id": "0409", "source_dataset": "scannet", "video_path": "scene0664_02.mp4", "question": "How many different towels have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [1.5, 25.4, 35.8, 35.8, 35.8, 41.0, 41.0, 41.0, 41.0, 41.0, 41.0, 41.0], "query_points": {"time": [2.5, 6.6, 42.0, 47.2], "count": [1, 1, 12, 12]}}
{"id": "0410", "source_dataset": "scannet", "video_path": "scene0665_00.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 0.0, 2.1, 3.1, 3.1, 5.2, 5.2, 8.3, 10.4, 11.5, 12.5, 13.5, 19.8, 25.0, 25.0, 26.0, 28.1, 28.6], "query_points": {"time": [1.0, 3.1, 11.4, 30.7, 43.2], "count": [3, 6, 10, 19, 19]}}
{"id": "0411", "source_dataset": "scannet", "video_path": "scene0665_00.mp4", "question": "How many different tables have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 4.2, 8.3, 13.5, 13.5, 13.5, 17.7, 17.7, 22.9], "query_points": {"time": [1.0, 2.1, 26.0, 38.5], "count": [1, 1, 9, 9]}}
{"id": "0412", "source_dataset": "scannet", "video_path": "scene0693_00.mp4", "question": "How many different mirrors have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [16.9, 53.5, 67.6], "query_points": {"time": [2.1, 17.9, 64.5, 68.6], "count": [0, 1, 2, 3]}}
{"id": "0413", "source_dataset": "scannet", "video_path": "scene0696_01.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 0.0, 8.3, 8.3, 8.3, 8.3, 18.8, 18.8, 18.8, 18.8], "query_points": {"time": [1.0, 2.1, 31.2, 62.2], "count": [2, 2, 10, 10]}}
{"id": "0414", "source_dataset": "scannet", "video_path": "scene0697_01.mp4", "question": "How many different pillows have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.4, 12.8, 76.8], "query_points": {"time": [4.4, 5.5, 77.8, 82.0], "count": [1, 1, 3, 3]}}
{"id": "0415", "source_dataset": "scannet", "video_path": "scene0697_01.mp4", "question": "How many different nightstands have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [0.0, 15.6], "query_points": {"time": [1.0, 5.2, 93.0], "count": [1, 1, 2]}}
{"id": "0416", "source_dataset": "scannet", "video_path": "scene0700_02.mp4", "question": "How many different chairs have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [5.9, 7.4, 7.5, 140.0], "query_points": {"time": [2.0, 8.5, 141.0, 146.2], "count": [0, 3, 4, 4]}}
{"id": "0417", "source_dataset": "scannet", "video_path": "scene0704_01.mp4", "question": "How many different trash bins have appeared so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [8.0, 18.5, 26.2, 26.2], "query_points": {"time": [5.3, 9.0, 27.2, 38.7], "count": [0, 1, 4, 4]}}
{"id": "0418", "source_dataset": "simulated", "video_path": "0000.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [5.3, 5.5, 6.1, 11.8, 39.6, 41.4, 48.9, 64.7, 76.2, 76.4, 105.5, 112.8, 113.4, 116.5, 135.2, 135.3, 166.5, 178.5, 179.7], "query_points": {"time": [5.4, 5.6, 6.2, 11.9, 39.7, 41.5, 49.0, 64.8, 76.3, 76.5, 105.6, 112.9, 113.5, 116.6, 135.3, 135.4, 166.6, 178.6, 179.8], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}}
{"id": "0419", "source_dataset": "simulated", "video_path": "0001.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [5.0, 78.8, 99.0, 101.4, 121.0, 123.3, 126.8, 133.1, 133.2, 136.4, 160.1, 165.4], "query_points": {"time": [5.1, 78.9, 99.1, 101.5, 121.1, 123.4, 126.9, 133.2, 133.3, 136.5, 160.2, 165.5], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}}
{"id": "0420", "source_dataset": "simulated", "video_path": "0002.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.8, 4.8, 5.1, 6.4, 22.9, 29.0, 40.5, 51.4, 54.4, 66.7, 67.2, 97.7, 108.2, 108.9, 150.1, 150.6, 158.9, 167.1, 175.4], "query_points": {"time": [3.9, 4.9, 5.2, 6.5, 23.0, 29.1, 40.6, 51.5, 54.5, 66.8, 67.3, 97.8, 108.3, 109.0, 150.2, 150.7, 159.0, 167.2, 175.5], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}}
{"id": "0421", "source_dataset": "simulated", "video_path": "0003.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [11.0, 21.9, 31.7, 35.2, 50.7, 87.9, 91.7, 99.5, 118.4, 124.5, 128.4, 130.8, 133.9, 144.1, 150.7, 152.2, 152.7], "query_points": {"time": [11.1, 22.0, 31.8, 35.3, 50.8, 88.0, 91.8, 99.6, 118.5, 124.6, 128.5, 130.9, 134.0, 144.2, 150.8, 152.3, 152.8], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}}
{"id": "0422", "source_dataset": "simulated", "video_path": "0004.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [6.6, 21.8, 27.0, 35.2, 35.4, 46.8, 48.8, 51.4, 80.2, 80.5, 103.8, 105.4, 106.3, 112.2, 112.8, 116.0, 129.7, 138.4, 147.1, 147.6, 160.5, 160.7, 161.5], "query_points": {"time": [6.7, 21.9, 27.1, 35.3, 35.5, 46.9, 48.9, 51.5, 80.3, 80.6, 103.9, 105.5, 106.4, 112.3, 112.9, 116.1, 129.8, 138.5, 147.2, 147.7, 160.6, 160.8, 161.6], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]}}
{"id": "0423", "source_dataset": "simulated", "video_path": "0005.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [5.3, 5.4, 21.2, 21.3, 34.5, 44.5, 44.8, 47.5, 51.2, 60.4, 76.9, 77.1, 105.5, 113.1, 113.9, 121.7, 143.9, 151.8], "query_points": {"time": [5.4, 5.5, 21.3, 21.4, 34.6, 44.6, 44.9, 47.6, 51.3, 60.5, 77.0, 77.2, 105.6, 113.2, 114.0, 121.8, 144.0, 151.9], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}}
{"id": "0424", "source_dataset": "simulated", "video_path": "0006.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [24.0, 24.5, 27.5, 34.5, 35.3, 35.4, 42.0, 57.7, 65.5, 67.6, 90.0, 113.4, 128.1, 128.4, 143.0, 171.0], "query_points": {"time": [24.1, 24.6, 27.6, 34.6, 35.4, 35.5, 42.1, 57.8, 65.6, 67.7, 90.1, 113.5, 128.2, 128.5, 143.1, 171.1], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}}
{"id": "0425", "source_dataset": "simulated", "video_path": "0007.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [10.8, 20.5, 37.9, 38.1, 46.0, 56.3, 73.6, 89.2, 102.8, 111.6, 123.9, 125.5, 131.3, 142.3, 153.0, 154.6, 156.3, 172.2], "query_points": {"time": [10.9, 20.6, 38.0, 38.2, 46.1, 56.4, 73.7, 89.3, 102.9, 111.7, 124.0, 125.6, 131.4, 142.4, 153.1, 154.7, 156.4, 172.3], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}}
{"id": "0426", "source_dataset": "simulated", "video_path": "0008.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [6.4, 7.3, 14.0, 16.6, 17.9, 27.3, 37.4, 46.5, 58.7, 59.2, 78.5, 83.3, 84.4, 89.4, 92.1, 97.5, 98.1, 106.3, 108.1, 135.8, 157.1, 169.5], "query_points": {"time": [6.5, 7.4, 14.1, 16.7, 18.0, 27.4, 37.5, 46.6, 58.8, 59.3, 78.6, 83.4, 84.5, 89.5, 92.2, 97.6, 98.2, 106.4, 108.2, 135.9, 157.2, 169.6], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}}
{"id": "0427", "source_dataset": "simulated", "video_path": "0009.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [5.7, 16.5, 44.4, 50.7, 53.2, 53.5, 53.7, 74.5, 74.7, 93.0, 140.7, 143.0, 143.5, 147.8, 160.0, 160.4, 176.5, 177.2], "query_points": {"time": [5.8, 16.6, 44.5, 50.8, 53.3, 53.6, 53.8, 74.6, 74.8, 93.1, 140.8, 143.1, 143.6, 147.9, 160.1, 160.5, 176.6, 177.3], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}}
{"id": "0428", "source_dataset": "simulated", "video_path": "0010.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [14.2, 40.7, 40.9, 51.3, 65.8, 66.3, 66.8, 92.9, 96.7, 97.0, 101.2, 108.6, 110.8, 111.3, 111.5, 114.6, 126.5, 129.8, 138.9, 156.3, 156.5, 157.9, 158.1, 167.8, 172.5, 173.1, 173.6], "query_points": {"time": [14.3, 40.8, 41.0, 51.4, 65.9, 66.4, 66.9, 93.0, 96.8, 97.1, 101.3, 108.7, 110.9, 111.4, 111.6, 114.7, 126.6, 129.9, 139.0, 156.4, 156.6, 158.0, 158.2, 167.9, 172.6, 173.2, 173.7], "count": [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]}}
{"id": "0429", "source_dataset": "simulated", "video_path": "0011.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [10.8, 14.8, 26.2, 33.9, 44.1, 51.9, 67.6, 71.3, 74.1, 74.3, 74.9, 82.3, 114.0, 131.7, 153.6, 154.7, 154.8, 169.1, 173.0, 176.2], "query_points": {"time": [10.9, 14.9, 26.3, 34.0, 44.2, 52.0, 67.7, 71.4, 74.2, 74.4, 75.0, 82.4, 114.1, 131.8, 153.7, 154.8, 154.9, 169.2, 173.1, 176.3], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}}
{"id": "0430", "source_dataset": "simulated", "video_path": "0012.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [31.4, 57.3, 58.0, 59.7, 59.8, 62.9, 72.4, 88.1, 94.9, 113.4, 113.6, 125.8, 132.9, 160.1, 168.5, 173.1], "query_points": {"time": [31.5, 57.4, 58.1, 59.8, 59.9, 63.0, 72.5, 88.2, 95.0, 113.5, 113.7, 125.9, 133.0, 160.2, 168.6, 173.2], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}}
{"id": "0431", "source_dataset": "simulated", "video_path": "0013.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [6.7, 6.8, 42.2, 43.8, 50.6, 61.9, 125.9, 139.1, 140.1, 140.2, 153.6, 171.3, 171.7, 176.6], "query_points": {"time": [6.8, 6.9, 42.3, 43.9, 50.7, 62.0, 126.0, 139.2, 140.2, 140.3, 153.7, 171.4, 171.8, 176.7], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}}
{"id": "0432", "source_dataset": "simulated", "video_path": "0014.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [4.2, 7.4, 27.4, 27.9, 39.0, 39.6, 59.2, 78.5, 91.8, 93.7, 94.3, 127.1, 127.4, 135.0, 136.9, 141.1, 168.9], "query_points": {"time": [4.3, 7.5, 27.5, 28.0, 39.1, 39.7, 59.3, 78.6, 91.9, 93.8, 94.4, 127.2, 127.5, 135.1, 137.0, 141.2, 169.0], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}}
{"id": "0433", "source_dataset": "simulated", "video_path": "0015.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [5.3, 6.6, 18.1, 24.9, 29.9, 41.9, 57.6, 58.5, 66.6, 67.1, 67.9, 68.6, 68.8, 69.7, 69.8, 69.9, 70.3, 90.1, 90.6, 102.5, 104.2, 118.7, 122.0, 129.7, 151.5, 155.9], "query_points": {"time": [5.4, 6.7, 18.2, 25.0, 30.0, 42.0, 57.7, 58.6, 66.7, 67.2, 68.0, 68.7, 68.9, 69.8, 69.9, 70.0, 70.4, 90.2, 90.7, 102.6, 104.3, 118.8, 122.1, 129.8, 151.6, 156.0], "count": [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]}}
{"id": "0434", "source_dataset": "simulated", "video_path": "0016.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [22.0, 34.5, 42.2, 63.4, 77.1, 91.8, 118.6, 134.7, 173.9, 174.1, 174.2], "query_points": {"time": [22.1, 34.6, 42.3, 63.5, 77.2, 91.9, 118.7, 134.8, 174.0, 174.2, 174.3], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}}
{"id": "0435", "source_dataset": "simulated", "video_path": "0017.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [33.6, 35.8, 42.2, 51.5, 55.2, 64.6, 77.8, 83.4, 102.7, 103.0, 112.3, 113.6, 120.4, 121.7, 132.7, 136.2, 142.0, 144.9, 155.1, 163.1, 175.6, 179.5], "query_points": {"time": [33.7, 35.9, 42.3, 51.6, 55.3, 64.7, 77.9, 83.5, 102.8, 103.1, 112.4, 113.7, 120.5, 121.8, 132.8, 136.3, 142.1, 145.0, 155.2, 163.2, 175.7, 179.6], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}}
{"id": "0436", "source_dataset": "simulated", "video_path": "0018.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [4.2, 4.7, 41.8, 58.3, 77.1, 109.8, 118.8, 127.2, 136.2, 152.3, 156.1, 156.4, 162.0, 162.5, 166.1, 172.6, 173.8], "query_points": {"time": [4.3, 4.8, 41.9, 58.4, 77.2, 109.9, 118.9, 127.3, 136.3, 152.4, 156.2, 156.5, 162.1, 162.6, 166.2, 172.7, 173.9], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}}
{"id": "0437", "source_dataset": "simulated", "video_path": "0019.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [16.5, 17.4, 25.3, 37.3, 42.0, 42.3, 48.2, 54.5, 56.2, 69.6, 74.0, 74.3, 77.9, 92.7, 113.4, 114.8, 115.3, 115.5, 115.6, 116.9, 119.7, 129.0, 137.8, 144.8, 158.1, 158.5], "query_points": {"time": [16.6, 17.5, 25.4, 37.4, 42.1, 42.4, 48.3, 54.6, 56.3, 69.7, 74.1, 74.4, 78.0, 92.8, 113.5, 114.9, 115.4, 115.6, 115.7, 117.0, 119.8, 129.1, 137.9, 144.9, 158.2, 158.6], "count": [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]}}
{"id": "0438", "source_dataset": "simulated", "video_path": "0020.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [6.3, 10.2, 11.8, 12.1, 12.5, 13.8, 25.7, 42.4, 46.9, 47.1, 52.5, 58.7, 68.0, 77.3, 88.8, 93.1, 114.4, 125.1, 130.4, 138.4, 140.6, 145.4, 152.4, 152.5, 153.5, 154.1, 158.9, 164.5, 171.8, 172.3, 179.7], "query_points": {"time": [6.4, 10.3, 11.9, 12.2, 12.6, 13.9, 25.8, 42.5, 47.0, 47.2, 52.6, 58.8, 68.1, 77.4, 88.9, 93.2, 114.5, 125.2, 130.5, 138.5, 140.7, 145.5, 152.5, 152.6, 153.6, 154.2, 159.0, 164.6, 171.9, 172.4, 179.8], "count": [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]}}
{"id": "0439", "source_dataset": "simulated", "video_path": "0021.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [9.6, 51.8, 71.6, 82.7, 94.7, 118.7, 126.1, 143.4, 144.1, 157.7, 159.3, 172.1, 172.2, 172.7, 172.8], "query_points": {"time": [9.7, 51.9, 71.7, 82.8, 94.8, 118.8, 126.2, 143.5, 144.2, 157.8, 159.4, 172.2, 172.3, 172.8, 172.9], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0440", "source_dataset": "simulated", "video_path": "0022.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [6.0, 7.4, 8.0, 8.3, 26.0, 38.7, 44.1, 49.4, 56.8, 76.4, 83.6, 84.0, 87.0, 87.1, 87.7, 88.2, 107.7, 109.3, 134.0, 135.1, 136.3, 148.7, 154.3, 173.4], "query_points": {"time": [6.1, 7.5, 8.1, 8.4, 26.1, 38.8, 44.2, 49.5, 56.9, 76.5, 83.7, 84.1, 87.1, 87.2, 87.8, 88.3, 107.8, 109.4, 134.1, 135.2, 136.4, 148.8, 154.4, 173.5], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]}}
{"id": "0441", "source_dataset": "simulated", "video_path": "0023.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [4.9, 19.4, 25.2, 42.1, 56.3, 60.4, 91.9, 102.8, 112.0, 122.9, 138.2, 153.9, 156.6, 162.6], "query_points": {"time": [5.0, 19.5, 25.3, 42.2, 56.4, 60.5, 92.0, 102.9, 112.1, 123.0, 138.3, 154.0, 156.7, 162.7], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}}
{"id": "0442", "source_dataset": "simulated", "video_path": "0024.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [20.1, 24.2, 29.3, 36.4, 36.9, 37.2, 45.5, 57.7, 58.0, 67.0, 70.1, 83.7, 87.5, 91.5, 96.1, 133.0, 154.2, 155.0, 164.7, 167.5, 176.0, 176.4], "query_points": {"time": [20.2, 24.3, 29.4, 36.5, 37.0, 37.3, 45.6, 57.8, 58.1, 67.1, 70.2, 83.8, 87.6, 91.6, 96.2, 133.1, 154.3, 155.1, 164.8, 167.6, 176.1, 176.5], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}}
{"id": "0443", "source_dataset": "simulated", "video_path": "0025.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [4.6, 20.0, 21.5, 31.7, 63.3, 88.0, 88.4, 95.5, 107.7, 123.6, 126.5, 126.8, 153.2, 153.5, 173.1], "query_points": {"time": [4.7, 20.1, 21.6, 31.8, 63.4, 88.1, 88.5, 95.6, 107.8, 123.7, 126.6, 126.9, 153.3, 153.6, 173.2], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0444", "source_dataset": "simulated", "video_path": "0026.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [4.5, 41.0, 66.9, 78.2, 103.3, 103.4, 106.6, 127.1, 130.7, 131.1, 131.9, 147.9, 161.7, 171.3], "query_points": {"time": [4.6, 41.1, 67.0, 78.3, 103.4, 103.5, 106.7, 127.2, 130.8, 131.2, 132.0, 148.0, 161.8, 171.4], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}}
{"id": "0445", "source_dataset": "simulated", "video_path": "0027.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [4.6, 7.2, 11.8, 38.4, 38.6, 46.3, 52.0, 69.6, 82.9, 84.2, 85.5, 97.5, 119.3, 121.0, 132.2, 146.0, 146.5, 149.5], "query_points": {"time": [4.7, 7.3, 11.9, 38.5, 38.7, 46.4, 52.1, 69.7, 83.0, 84.3, 85.6, 97.6, 119.4, 121.1, 132.3, 146.1, 146.6, 149.6], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}}
{"id": "0446", "source_dataset": "simulated", "video_path": "0028.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [26.8, 27.1, 29.1, 40.4, 51.5, 62.9, 64.2, 64.5, 65.2, 65.6, 84.1, 113.6, 171.3, 171.6, 174.6, 175.5], "query_points": {"time": [26.9, 27.2, 29.2, 40.5, 51.6, 63.0, 64.3, 64.6, 65.3, 65.7, 84.2, 113.7, 171.4, 171.7, 174.7, 175.6], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}}
{"id": "0447", "source_dataset": "simulated", "video_path": "0029.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.6, 10.7, 12.3, 33.2, 43.1, 44.6, 54.2, 64.2, 92.6, 109.8, 121.6, 121.7, 131.5, 140.0, 142.7, 152.3, 152.5, 161.1], "query_points": {"time": [3.7, 10.8, 12.4, 33.3, 43.2, 44.7, 54.3, 64.3, 92.7, 109.9, 121.7, 121.8, 131.6, 140.1, 142.8, 152.4, 152.6, 161.2], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}}
{"id": "0448", "source_dataset": "simulated", "video_path": "0030.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [5.2, 5.7, 14.7, 15.5, 15.9, 18.2, 21.0, 21.6, 24.2, 76.9, 79.8, 85.7, 85.8, 117.2, 119.8, 119.9, 120.0, 120.1, 120.2, 120.3, 120.4, 133.7, 148.6, 149.5, 150.9, 151.4, 151.8, 152.1, 152.5, 153.0, 153.5, 153.9, 154.3], "query_points": {"time": [5.3, 5.8, 14.8, 15.6, 16.0, 18.3, 21.1, 21.7, 24.3, 77.0, 79.9, 85.8, 85.9, 117.3, 119.9, 120.0, 120.1, 120.2, 120.3, 120.4, 120.5, 133.8, 148.7, 149.6, 151.0, 151.5, 151.9, 152.2, 152.6, 153.1, 153.6, 154.0, 154.4], "count": [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]}}
{"id": "0449", "source_dataset": "simulated", "video_path": "0031.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [7.1, 10.9, 11.4, 12.5, 43.3, 48.5, 51.0, 56.9, 57.1, 73.1, 87.5, 90.6, 97.1, 116.9, 120.7, 142.3, 161.2], "query_points": {"time": [7.2, 11.0, 11.5, 12.6, 43.4, 48.6, 51.1, 57.0, 57.2, 73.2, 87.6, 90.7, 97.2, 117.0, 120.8, 142.4, 161.3], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}}
{"id": "0450", "source_dataset": "simulated", "video_path": "0032.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.3, 6.4, 15.1, 23.6, 43.5, 51.5, 58.0, 64.3, 70.1, 83.1, 86.9, 87.8, 89.9, 110.3, 112.1, 124.5, 126.0, 126.6, 126.8, 150.3], "query_points": {"time": [3.4, 6.5, 15.2, 23.7, 43.6, 51.6, 58.1, 64.4, 70.2, 83.2, 87.0, 87.9, 90.0, 110.4, 112.2, 124.6, 126.1, 126.7, 126.9, 150.4], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}}
{"id": "0451", "source_dataset": "simulated", "video_path": "0033.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [2.6, 2.8, 4.3, 9.9, 10.4, 29.9, 39.9, 57.5, 61.9, 75.4, 78.6, 84.7, 86.7, 95.1, 106.4, 117.2, 119.3, 119.7, 120.8, 124.7, 127.8, 135.4, 138.0, 150.3, 150.7, 152.0, 165.9, 166.0, 166.2], "query_points": {"time": [2.7, 2.9, 4.4, 10.0, 10.5, 30.0, 40.0, 57.6, 62.0, 75.5, 78.7, 84.8, 86.8, 95.2, 106.5, 117.3, 119.4, 119.8, 120.9, 124.8, 127.9, 135.5, 138.1, 150.4, 150.8, 152.1, 166.0, 166.1, 166.3], "count": [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]}}
{"id": "0452", "source_dataset": "simulated", "video_path": "0034.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [12.1, 12.3, 21.5, 26.0, 34.5, 42.0, 52.5, 52.8, 52.9, 53.2, 57.3, 96.7, 139.7, 147.0, 150.4, 150.9, 157.6, 164.1, 175.9], "query_points": {"time": [12.2, 12.4, 21.6, 26.1, 34.6, 42.1, 52.6, 52.9, 53.0, 53.3, 57.4, 96.8, 139.8, 147.1, 150.5, 151.0, 157.7, 164.2, 176.0], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}}
{"id": "0453", "source_dataset": "simulated", "video_path": "0035.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [7.8, 25.4, 30.4, 33.0, 43.7, 69.0, 84.5, 90.5, 107.7, 137.5, 138.1, 147.2, 147.3, 147.4, 147.5, 155.4, 155.9, 157.1, 165.0, 179.6], "query_points": {"time": [7.9, 25.5, 30.5, 33.1, 43.8, 69.1, 84.6, 90.6, 107.8, 137.6, 138.2, 147.3, 147.4, 147.5, 147.6, 155.5, 156.0, 157.2, 165.1, 179.7], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}}
{"id": "0454", "source_dataset": "simulated", "video_path": "0036.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.9, 4.1, 6.6, 32.0, 45.0, 52.2, 70.6, 77.7, 81.4, 99.0, 110.0, 111.1, 122.0, 131.8, 134.0, 155.8, 166.1, 166.9, 174.9], "query_points": {"time": [4.0, 4.2, 6.7, 32.1, 45.1, 52.3, 70.7, 77.8, 81.5, 99.1, 110.1, 111.2, 122.1, 131.9, 134.1, 155.9, 166.2, 167.0, 175.0], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}}
{"id": "0455", "source_dataset": "simulated", "video_path": "0037.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.3, 4.9, 28.1, 28.5, 43.7, 51.5, 66.9, 71.3, 74.3, 83.4, 116.2, 149.4, 150.1, 150.8, 152.4, 164.7], "query_points": {"time": [3.4, 5.0, 28.2, 28.6, 43.8, 51.6, 67.0, 71.4, 74.4, 83.5, 116.3, 149.5, 150.2, 150.9, 152.5, 164.8], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}}
{"id": "0456", "source_dataset": "simulated", "video_path": "0038.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [4.8, 6.5, 8.7, 15.0, 28.7, 29.1, 51.0, 65.4, 68.5, 68.6, 75.4, 75.5, 104.1, 120.5, 124.9, 125.1, 140.5, 140.8, 165.1], "query_points": {"time": [4.9, 6.6, 8.8, 15.1, 28.8, 29.2, 51.1, 65.5, 68.6, 68.7, 75.5, 75.6, 104.2, 120.6, 125.0, 125.2, 140.6, 140.9, 165.2], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}}
{"id": "0457", "source_dataset": "simulated", "video_path": "0039.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [6.8, 24.6, 43.7, 58.0, 85.7, 96.3, 97.2, 103.7, 105.7, 111.5, 113.8, 114.1, 123.2, 125.0, 143.0, 149.9, 159.2], "query_points": {"time": [6.9, 24.7, 43.8, 58.1, 85.8, 96.4, 97.3, 103.8, 105.8, 111.6, 113.9, 114.2, 123.3, 125.1, 143.1, 150.0, 159.3], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}}
{"id": "0458", "source_dataset": "simulated", "video_path": "0040.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [8.8, 13.5, 13.9, 30.7, 38.9, 41.5, 53.5, 66.8, 66.9, 67.9, 72.1, 73.4, 74.0, 79.2, 113.1, 121.2, 142.9], "query_points": {"time": [8.9, 13.6, 14.0, 30.8, 39.0, 41.6, 53.6, 66.9, 67.0, 68.0, 72.2, 73.5, 74.1, 79.3, 113.2, 121.3, 143.0], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}}
{"id": "0459", "source_dataset": "simulated", "video_path": "0041.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [7.0, 16.8, 27.1, 49.6, 54.3, 64.7, 65.2, 73.4, 79.6, 81.1, 103.8, 134.6, 146.6, 150.3, 160.7], "query_points": {"time": [7.1, 16.9, 27.2, 49.7, 54.4, 64.8, 65.3, 73.5, 79.7, 81.2, 103.9, 134.7, 146.7, 150.4, 160.8], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0460", "source_dataset": "simulated", "video_path": "0042.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [31.6, 52.1, 62.8, 66.6, 92.6, 92.9, 115.6, 152.4, 169.2], "query_points": {"time": [31.7, 52.2, 62.9, 66.7, 92.7, 93.0, 115.7, 152.5, 169.3], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9]}}
{"id": "0461", "source_dataset": "simulated", "video_path": "0043.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.4, 7.5, 10.4, 35.9, 42.7, 42.8, 44.3, 59.7, 60.0, 60.2, 64.4, 64.8, 81.6, 86.3, 90.6, 92.4, 100.4, 103.9, 114.6, 116.5, 133.4, 134.2, 157.0, 158.0, 158.2, 163.5, 165.8, 168.3, 168.7], "query_points": {"time": [3.5, 7.6, 10.5, 36.0, 42.8, 42.9, 44.4, 59.8, 60.1, 60.3, 64.5, 64.9, 81.7, 86.4, 90.7, 92.5, 100.5, 104.0, 114.7, 116.6, 133.5, 134.3, 157.1, 158.1, 158.3, 163.6, 165.9, 168.4, 168.8], "count": [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]}}
{"id": "0462", "source_dataset": "simulated", "video_path": "0044.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [3.4, 5.7, 29.9, 30.1, 35.5, 43.8, 62.8, 71.3, 74.2, 80.7, 97.8, 108.7, 114.7, 114.9, 127.2, 127.4, 140.9, 147.2, 159.6, 167.4, 167.8, 177.7], "query_points": {"time": [3.5, 5.8, 30.0, 30.2, 35.6, 43.9, 62.9, 71.4, 74.3, 80.8, 97.9, 108.8, 114.8, 115.0, 127.3, 127.5, 141.0, 147.3, 159.7, 167.5, 167.9, 177.8], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}}
{"id": "0463", "source_dataset": "simulated", "video_path": "0045.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [6.0, 6.7, 6.8, 23.0, 23.2, 34.5, 34.8, 37.8, 42.6, 42.7, 43.3, 46.6, 59.1, 66.5, 69.2, 71.4, 88.8, 107.2, 148.1, 148.5, 159.1, 171.3, 178.5], "query_points": {"time": [6.1, 6.8, 6.9, 23.1, 23.3, 34.6, 34.9, 37.9, 42.7, 42.8, 43.4, 46.7, 59.2, 66.6, 69.3, 71.5, 88.9, 107.3, 148.2, 148.6, 159.2, 171.4, 178.6], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]}}
{"id": "0464", "source_dataset": "simulated", "video_path": "0046.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [8.9, 14.0, 15.5, 37.4, 42.5, 43.2, 60.8, 97.1, 97.4, 106.9, 109.3, 127.0, 128.1, 131.0, 165.6, 167.7], "query_points": {"time": [9.0, 14.1, 15.6, 37.5, 42.6, 43.3, 60.9, 97.2, 97.5, 107.0, 109.4, 127.1, 128.2, 131.1, 165.7, 167.8], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}}
{"id": "0465", "source_dataset": "simulated", "video_path": "0047.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [6.2, 16.2, 20.3, 35.1, 35.4, 35.5, 64.5, 65.9, 77.3, 82.5, 99.1, 112.2, 134.5, 145.8, 171.5, 172.2, 173.2, 174.6], "query_points": {"time": [6.3, 16.3, 20.4, 35.2, 35.5, 35.6, 64.6, 66.0, 77.4, 82.6, 99.2, 112.3, 134.6, 145.9, 171.6, 172.3, 173.3, 174.7], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}}
{"id": "0466", "source_dataset": "simulated", "video_path": "0048.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [6.6, 6.9, 13.0, 36.8, 38.7, 40.2, 56.3, 57.9, 68.1, 73.4, 143.6, 148.5, 149.0, 149.8, 150.1, 151.9, 158.7, 158.9, 162.0, 165.5, 173.8, 174.1], "query_points": {"time": [6.7, 7.0, 13.1, 36.9, 38.8, 40.3, 56.4, 58.0, 68.2, 73.5, 143.7, 148.6, 149.1, 149.9, 150.2, 152.0, 158.8, 159.0, 162.1, 165.6, 173.9, 174.2], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}}
{"id": "0467", "source_dataset": "simulated", "video_path": "0049.mp4", "question": "How many different objects have appeared in the scene so far?", "counting_type": "O2", "counting_subtype": "O2-Unique", "occurrence_times": [7.8, 17.2, 36.7, 71.9, 86.1, 90.8, 112.7, 114.8, 135.3, 135.4, 135.7, 156.2, 161.4, 169.2, 170.3], "query_points": {"time": [7.9, 17.3, 36.8, 72.0, 86.2, 90.9, 112.8, 114.9, 135.4, 135.5, 135.8, 156.3, 161.5, 169.3, 170.4], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0468", "source_dataset": "scannetpp", "video_path": "1ada7a0617.mp4", "question": "How many chairs that have never appeared before have appeared in the past 3.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [14], "end": [17]}, "query_points": {"time": [17], "count": [1]}}
{"id": "0469", "source_dataset": "scannetpp", "video_path": "25f3b7a318.mp4", "question": "How many chairs that have never appeared before have appeared in the past 4.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [33], "end": [37]}, "query_points": {"time": [37], "count": [1]}}
{"id": "0470", "source_dataset": "scannetpp", "video_path": "25f3b7a318.mp4", "question": "How many bags that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [4], "end": [9]}, "query_points": {"time": [9], "count": [1]}}
{"id": "0471", "source_dataset": "scannetpp", "video_path": "3e8bba0176.mp4", "question": "How many chairs that have never appeared before have appeared in the past 5 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [6], "end": [11]}, "query_points": {"time": [11], "count": [1]}}
{"id": "0472", "source_dataset": "scannetpp", "video_path": "3f15a9266d.mp4", "question": "How many chairs that have never appeared before have appeared in the past 5 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [14], "end": [19]}, "query_points": {"time": [19], "count": [1]}}
{"id": "0473", "source_dataset": "arkitscenes", "video_path": "41069025.mp4", "question": "How many trash cans that have never appeared before have appeared in the past 2.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [59], "end": [61]}, "query_points": {"time": [61], "count": [1]}}
{"id": "0474", "source_dataset": "arkitscenes", "video_path": "41069025.mp4", "question": "How many tables that have never appeared before have appeared in the past 4.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [129], "end": [133]}, "query_points": {"time": [133], "count": [1]}}
{"id": "0475", "source_dataset": "arkitscenes", "video_path": "42445984.mp4", "question": "How many chairs that have never appeared before have appeared in the past 20.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [12], "end": [32]}, "query_points": {"time": [32], "count": [2]}}
{"id": "0476", "source_dataset": "arkitscenes", "video_path": "42446151.mp4", "question": "How many electronic pianos that have never appeared before have appeared in the past 4.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [17], "end": [21]}, "query_points": {"time": [21], "count": [1]}}
{"id": "0477", "source_dataset": "arkitscenes", "video_path": "42446151.mp4", "question": "How many paintings that have never appeared before have appeared in the past 10.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [12], "end": [22]}, "query_points": {"time": [22], "count": [1]}}
{"id": "0478", "source_dataset": "arkitscenes", "video_path": "42446151.mp4", "question": "How many paintings that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [27], "end": [32]}, "query_points": {"time": [32], "count": [1]}}
{"id": "0479", "source_dataset": "arkitscenes", "video_path": "42897629.mp4", "question": "How many trash cans that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [35], "end": [40]}, "query_points": {"time": [40], "count": [1]}}
{"id": "0480", "source_dataset": "arkitscenes", "video_path": "42897629.mp4", "question": "How many chairs that have never appeared before have appeared in the past 10.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [62], "end": [72]}, "query_points": {"time": [72], "count": [3]}}
{"id": "0481", "source_dataset": "arkitscenes", "video_path": "42898849.mp4", "question": "How many lamps that have never appeared before have appeared in the past 4.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [11], "end": [15]}, "query_points": {"time": [15], "count": [1]}}
{"id": "0482", "source_dataset": "arkitscenes", "video_path": "42898849.mp4", "question": "How many lamps that have never appeared before have appeared in the past 7.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [12], "end": [19]}, "query_points": {"time": [19], "count": [2]}}
{"id": "0483", "source_dataset": "arkitscenes", "video_path": "42898849.mp4", "question": "How many lamps that have never appeared before have appeared in the past 4 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [21], "end": [25]}, "query_points": {"time": [25], "count": [1]}}
{"id": "0484", "source_dataset": "arkitscenes", "video_path": "42898849.mp4", "question": "How many chandeliers that have never appeared before have appeared in the past 4.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [23], "end": [27]}, "query_points": {"time": [27], "count": [2]}}
{"id": "0485", "source_dataset": "arkitscenes", "video_path": "44358499.mp4", "question": "How many paintings that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [11], "end": [16]}, "query_points": {"time": [16], "count": [1]}}
{"id": "0486", "source_dataset": "arkitscenes", "video_path": "44358499.mp4", "question": "How many paintings that have never appeared before have appeared in the past 11.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [26], "end": [37]}, "query_points": {"time": [37], "count": [1]}}
{"id": "0487", "source_dataset": "arkitscenes", "video_path": "44358536.mp4", "question": "How many trash cans that have never appeared before have appeared in the past 4.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [6], "end": [10]}, "query_points": {"time": [10], "count": [1]}}
{"id": "0488", "source_dataset": "arkitscenes", "video_path": "45662970.mp4", "question": "How many paintings that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [31], "end": [36]}, "query_points": {"time": [36], "count": [1]}}
{"id": "0489", "source_dataset": "arkitscenes", "video_path": "47115543.mp4", "question": "How many chandeliers that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [18], "end": [23]}, "query_points": {"time": [23], "count": [1]}}
{"id": "0490", "source_dataset": "arkitscenes", "video_path": "47204607.mp4", "question": "How many paintings that have never appeared before have appeared in the past 4.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [8], "end": [12]}, "query_points": {"time": [12], "count": [1]}}
{"id": "0491", "source_dataset": "arkitscenes", "video_path": "47331972.mp4", "question": "How many paintings that have never appeared before have appeared in the past 2.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [7], "end": [9]}, "query_points": {"time": [9], "count": [1]}}
{"id": "0492", "source_dataset": "arkitscenes", "video_path": "47430023.mp4", "question": "How many chairs that have never appeared before have appeared in the past 3.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [34], "end": [37]}, "query_points": {"time": [37], "count": [1]}}
{"id": "0493", "source_dataset": "arkitscenes", "video_path": "47430038.mp4", "question": "How many chairs that have never appeared before have appeared in the past 5 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [15], "end": [20]}, "query_points": {"time": [20], "count": [3]}}
{"id": "0494", "source_dataset": "arkitscenes", "video_path": "47430468.mp4", "question": "How many wall paintings that have never appeared before have appeared in the past 4.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [8], "end": [12]}, "query_points": {"time": [12], "count": [1]}}
{"id": "0495", "source_dataset": "scannetpp", "video_path": "5942004064.mp4", "question": "How many light bulbs that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [15], "end": [20]}, "query_points": {"time": [20], "count": [3]}}
{"id": "0496", "source_dataset": "scannetpp", "video_path": "5eb31827b7.mp4", "question": "How many screens that have never appeared before have appeared in the past 3.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [21], "end": [24]}, "query_points": {"time": [24], "count": [3]}}
{"id": "0497", "source_dataset": "scannetpp", "video_path": "5f99900f09.mp4", "question": "How many chairs that have never appeared before have appeared in the past 13.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [31], "end": [44]}, "query_points": {"time": [44], "count": [5]}}
{"id": "0498", "source_dataset": "scannetpp", "video_path": "6115eddb86.mp4", "question": "How many pillows that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [3], "end": [8]}, "query_points": {"time": [8], "count": [2]}}
{"id": "0499", "source_dataset": "scannetpp", "video_path": "7831862f02.mp4", "question": "How many sofas that have never appeared before have appeared in the past 7.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [6], "end": [13]}, "query_points": {"time": [13], "count": [3]}}
{"id": "0500", "source_dataset": "youtube", "video_path": "youtube_0034.mp4", "question": "How many cars that have never appeared before have appeared in the past 608.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [3841], "end": [4449]}, "query_points": {"time": [4449], "count": [10]}}
{"id": "0501", "source_dataset": "scannetpp", "video_path": "a8bf42d646.mp4", "question": "How many machine tools that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [26], "end": [31]}, "query_points": {"time": [31], "count": [1]}}
{"id": "0502", "source_dataset": "scannetpp", "video_path": "bcd2436daf.mp4", "question": "How many boxes that have never appeared before have appeared in the past 9.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [10], "end": [19]}, "query_points": {"time": [19], "count": [2]}}
{"id": "0503", "source_dataset": "scannetpp", "video_path": "c5439f4607.mp4", "question": "How many chairs that have never appeared before have appeared in the past 73.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [20], "end": [93]}, "query_points": {"time": [93], "count": [2]}}
{"id": "0504", "source_dataset": "scannetpp", "video_path": "cc5237fd77.mp4", "question": "How many screens that have never appeared before have appeared in the past 4.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [5], "end": [9]}, "query_points": {"time": [9], "count": [1]}}
{"id": "0505", "source_dataset": "scannetpp", "video_path": "d755b3d9d8.mp4", "question": "How many monitors that have never appeared before have appeared in the past 47 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [77], "end": [124]}, "query_points": {"time": [124], "count": [2]}}
{"id": "0506", "source_dataset": "scannetpp", "video_path": "f3685d06a9.mp4", "question": "How many toilets that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [54], "end": [59]}, "query_points": {"time": [59], "count": [1]}}
{"id": "0507", "source_dataset": "scannetpp", "video_path": "f3685d06a9.mp4", "question": "How many toilet paper rolls that have never appeared before have appeared in the past 8.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [76], "end": [84]}, "query_points": {"time": [84], "count": [2]}}
{"id": "0508", "source_dataset": "scannetpp", "video_path": "f3d64c30f8.mp4", "question": "How many chairs that have never appeared before have appeared in the past 5 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [5], "end": [10]}, "query_points": {"time": [10], "count": [8]}}
{"id": "0509", "source_dataset": "scannetpp", "video_path": "f9f95681fd.mp4", "question": "How many trash cans that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [5], "end": [10]}, "query_points": {"time": [10], "count": [1]}}
{"id": "0510", "source_dataset": "scannetpp", "video_path": "fb5a96b1a2.mp4", "question": "How many chairs that have never appeared before have appeared in the past 5 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [4], "end": [9]}, "query_points": {"time": [9], "count": [3]}}
{"id": "0511", "source_dataset": "scannet", "video_path": "scene0025_01.mp4", "question": "How many sofas that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [12], "end": [17]}, "query_points": {"time": [17], "count": [1]}}
{"id": "0512", "source_dataset": "scannet", "video_path": "scene0030_02.mp4", "question": "How many tables that have never appeared before have appeared in the past 15.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [19], "end": [34]}, "query_points": {"time": [34], "count": [2]}}
{"id": "0513", "source_dataset": "scannet", "video_path": "scene0086_02.mp4", "question": "How many toilets that have never appeared before have appeared in the past 11.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [9], "end": [20]}, "query_points": {"time": [20], "count": [2]}}
{"id": "0514", "source_dataset": "scannet", "video_path": "scene0149_00.mp4", "question": "How many tables that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [14], "end": [19]}, "query_points": {"time": [19], "count": [1]}}
{"id": "0515", "source_dataset": "scannet", "video_path": "scene0169_01.mp4", "question": "How many chairs that have never appeared before have appeared in the past 5 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [14], "end": [19]}, "query_points": {"time": [19], "count": [3]}}
{"id": "0516", "source_dataset": "scannet", "video_path": "scene0196_00.mp4", "question": "How many tables that have never appeared before have appeared in the past 17.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [12], "end": [29]}, "query_points": {"time": [29], "count": [3]}}
{"id": "0517", "source_dataset": "scannet", "video_path": "scene0207_02.mp4", "question": "How many sofas that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [7], "end": [12]}, "query_points": {"time": [12], "count": [1]}}
{"id": "0518", "source_dataset": "scannet", "video_path": "scene0221_01.mp4", "question": "How many beds that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [12], "end": [17]}, "query_points": {"time": [17], "count": [1]}}
{"id": "0519", "source_dataset": "scannet", "video_path": "scene0222_01.mp4", "question": "How many trash cans that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [116], "end": [121]}, "query_points": {"time": [121], "count": [1]}}
{"id": "0520", "source_dataset": "scannet", "video_path": "scene0231_00.mp4", "question": "How many sofas that have never appeared before have appeared in the past 20.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [7], "end": [27]}, "query_points": {"time": [27], "count": [3]}}
{"id": "0521", "source_dataset": "scannet", "video_path": "scene0246_00.mp4", "question": "How many lamps that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [0], "end": [5]}, "query_points": {"time": [5], "count": [1]}}
{"id": "0522", "source_dataset": "scannet", "video_path": "scene0251_00.mp4", "question": "How many tables that have never appeared before have appeared in the past 30.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [27], "end": [57]}, "query_points": {"time": [57], "count": [1]}}
{"id": "0523", "source_dataset": "scannet", "video_path": "scene0378_01.mp4", "question": "How many bookshelves that have never appeared before have appeared in the past 24.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [47], "end": [71]}, "query_points": {"time": [71], "count": [1]}}
{"id": "0524", "source_dataset": "scannet", "video_path": "scene0426_00.mp4", "question": "How many monitors that have never appeared before have appeared in the past 48 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [12], "end": [60]}, "query_points": {"time": [60], "count": [1]}}
{"id": "0525", "source_dataset": "scannet", "video_path": "scene0435_02.mp4", "question": "How many sofas that have never appeared before have appeared in the past 17.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [0], "end": [17]}, "query_points": {"time": [17], "count": [1]}}
{"id": "0526", "source_dataset": "scannet", "video_path": "scene0441_00.mp4", "question": "How many trash cans that have never appeared before have appeared in the past 4.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [27], "end": [31.916666666666668]}, "query_points": {"time": [31.916666666666668], "count": [1]}}
{"id": "0527", "source_dataset": "scannet", "video_path": "scene0474_04.mp4", "question": "How many screens that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [16], "end": [21]}, "query_points": {"time": [21], "count": [1]}}
{"id": "0528", "source_dataset": "scannet", "video_path": "scene0575_01.mp4", "question": "How many chairs that have never appeared before have appeared in the past 31.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [32], "end": [63]}, "query_points": {"time": [63], "count": [5]}}
{"id": "0529", "source_dataset": "scannet", "video_path": "scene0591_01.mp4", "question": "How many pillows that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [29], "end": [34]}, "query_points": {"time": [34], "count": [2]}}
{"id": "0530", "source_dataset": "scannet", "video_path": "scene0616_01.mp4", "question": "How many sofas that have never appeared before have appeared in the past 33.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [42], "end": [75]}, "query_points": {"time": [75], "count": [0]}}
{"id": "0531", "source_dataset": "scannet", "video_path": "scene0621_00.mp4", "question": "How many tables that have never appeared before have appeared in the past 34.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [3], "end": [37]}, "query_points": {"time": [37], "count": [4]}}
{"id": "0532", "source_dataset": "scannet", "video_path": "scene0621_00.mp4", "question": "How many tables that have never appeared before have appeared in the past 24.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [71], "end": [95]}, "query_points": {"time": [95], "count": [0]}}
{"id": "0533", "source_dataset": "scannet", "video_path": "scene0643_00.mp4", "question": "How many monitors that have never appeared before have appeared in the past 26 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [13], "end": [39]}, "query_points": {"time": [39], "count": [3]}}
{"id": "0534", "source_dataset": "scannet", "video_path": "scene0645_00.mp4", "question": "How many pillows that have never appeared before have appeared in the past 55.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [37], "end": [92]}, "query_points": {"time": [92], "count": [3]}}
{"id": "0535", "source_dataset": "scannet", "video_path": "scene0645_00.mp4", "question": "How many lamps that have never appeared before have appeared in the past 62.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [43], "end": [105]}, "query_points": {"time": [105], "count": [1]}}
{"id": "0536", "source_dataset": "scannet", "video_path": "scene0651_02.mp4", "question": "How many chairs that have never appeared before have appeared in the past 11.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [12], "end": [23]}, "query_points": {"time": [23], "count": [4]}}
{"id": "0537", "source_dataset": "scannet", "video_path": "scene0653_00.mp4", "question": "How many monitors that have never appeared before have appeared in the past 44 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [13], "end": [57]}, "query_points": {"time": [57], "count": [3]}}
{"id": "0538", "source_dataset": "scannet", "video_path": "scene0653_00.mp4", "question": "How many monitors that have never appeared before have appeared in the past 55 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [81], "end": [136]}, "query_points": {"time": [136], "count": [3]}}
{"id": "0539", "source_dataset": "scannet", "video_path": "scene0653_00.mp4", "question": "How many chairs that have never appeared before have appeared in the past 51.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [76], "end": [127]}, "query_points": {"time": [127], "count": [3]}}
{"id": "0540", "source_dataset": "scannet", "video_path": "scene0663_00.mp4", "question": "How many monitors that have never appeared before have appeared in the past 38 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [39], "end": [77]}, "query_points": {"time": [77], "count": [1]}}
{"id": "0541", "source_dataset": "scannet", "video_path": "scene0665_00.mp4", "question": "How many tables that have never appeared before have appeared in the past 36.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [6], "end": [42]}, "query_points": {"time": [42], "count": [7]}}
{"id": "0542", "source_dataset": "scannet", "video_path": "scene0696_01.mp4", "question": "How many computer monitors that have never appeared before have appeared in the past 5.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [13], "end": [18]}, "query_points": {"time": [18], "count": [2]}}
{"id": "0543", "source_dataset": "scannet", "video_path": "scene0697_01.mp4", "question": "How many lamps that have never appeared before have appeared in the past 16.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [0], "end": [16]}, "query_points": {"time": [16], "count": [1]}}
{"id": "0544", "source_dataset": "scannet", "video_path": "scene0700_02.mp4", "question": "How many trash cans that have never appeared before have appeared in the past 12.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [2], "end": [14]}, "query_points": {"time": [14], "count": [2]}}
{"id": "0545", "source_dataset": "scannet", "video_path": "scene0704_01.mp4", "question": "How many picture frames that have never appeared before have appeared in the past 3.0 seconds?", "counting_type": "O2", "counting_subtype": "O2-Gain", "occurrence_times": {"start": [0], "end": [3]}, "query_points": {"time": [3], "count": [4]}}
{"id": "0546", "source_dataset": "RoomTour3D", "video_path": "-FZTi5EfPSQ.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [67.3, 100.0, 111.3, 120.0, 130.0, 158.3], "query_points": {"time": [68.3, 101.0, 131.0, 159.3], "count": [1, 2, 5, 6]}}
{"id": "0547", "source_dataset": "youtube", "video_path": "youtube_0000.mp4", "question": "How many times has the basketball gone through the hoop so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [1.4, 341.4, 344.5, 352.7, 358.3, 368.5, 374.3, 385.4, 397.2, 409.6, 531.8, 535.8, 552.3], "query_points": {"time": [2.4, 342.4, 375.3, 549.2, 553.3], "count": [1, 2, 7, 12, 13]}}
{"id": "0548", "source_dataset": "youtube", "video_path": "youtube_0002.mp4", "question": "How many times has MANCHESTER CITY scored (excluding the final penalty shootout) so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [176.4, 393.1, 921.8, 1277.8, 1624.2], "query_points": {"time": [197.0, 430.2, 1639.3], "count": [1, 2, 5]}}
{"id": "0549", "source_dataset": "youtube", "video_path": "youtube_0002.mp4", "question": "How many times has the No. 9 player of MANCHESTER CITY scored so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [176.4, 394.7], "query_points": {"time": [241.0, 523.5, 1663.6], "count": [1, 2, 2]}}
{"id": "0550", "source_dataset": "youtube", "video_path": "youtube_0002.mp4", "question": "How many times has MANCHESTER UTD scored (excluding the final penalty shootout) so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [455.1, 759.8, 1031.2, 1215.3, 1511.0], "query_points": {"time": [482.8, 813.5, 1533.5], "count": [1, 2, 5]}}
{"id": "0551", "source_dataset": "youtube", "video_path": "youtube_0002.mp4", "question": "How many times has the No. 10 player of MANCHESTER UTD scored (excluding the penalty shootout) so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [454.5, 758.9, 1214.4], "query_points": {"time": [499.1, 1131.3, 1227.1], "count": [1, 2, 3]}}
{"id": "0552", "source_dataset": "OmniWorld", "video_path": "016d3596da27.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [31.5, 70.9, 145.0], "query_points": {"time": [32.5, 71.9, 146.0], "count": [1, 2, 3]}}
{"id": "0553", "source_dataset": "OmniWorld", "video_path": "016d3596da27.mp4", "question": "How many times has the character passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [31.2, 37.6, 55.8, 61.8, 67.2, 70.2, 75.5, 76.7], "query_points": {"time": [32.2, 38.6, 76.5, 77.7], "count": [1, 2, 7, 8]}}
{"id": "0554", "source_dataset": "OmniWorld", "video_path": "016d3596da27.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [32.1, 37.5, 55.8, 61.7, 67.3, 70.5, 75.4, 76.7], "query_points": {"time": [33.1, 38.5, 76.4, 77.7], "count": [1, 2, 7, 8]}}
{"id": "0555", "source_dataset": "OmniWorld", "video_path": "020c2bed1dbb.mp4", "question": "How many times has the protagonist's walking route changed direction so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [3.6, 14.5, 15.7, 16.8, 35.6, 42.5], "query_points": {"time": [4.6, 15.5, 36.6, 43.5], "count": [1, 2, 5, 6]}}
{"id": "0556", "source_dataset": "Ego4D", "video_path": "0265d9f8-923f-4660-9977-c682565f3ed0.mp4", "question": "How many times has a large tree been passed (only counting when appearing on the direct side) so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [23.5, 51.5, 85.7, 132.1, 147.2, 156.9, 166.9], "query_points": {"time": [24.5, 52.5, 157.9, 167.9], "count": [1, 2, 6, 7]}}
{"id": "0557", "source_dataset": "Ego4D", "video_path": "0265d9f8-923f-4660-9977-c682565f3ed0.mp4", "question": "How many times has the direction changed (left, right, or backward) so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [12.0, 54.6, 111.1], "query_points": {"time": [13.0, 55.6, 112.1], "count": [1, 2, 3]}}
{"id": "0558", "source_dataset": "Ego4D", "video_path": "0265d9f8-923f-4660-9977-c682565f3ed0.mp4", "question": "How many times has the route changed direction during walking so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [2.0, 10.5, 54.7, 108.9, 328.5, 353.0, 422.9, 483.4, 550.3, 676.2, 803.2, 1017.6, 1237.7, 1476.8, 1708.3, 1753.1, 1789.6], "query_points": {"time": [3.0, 11.5, 484.4, 1754.1, 1789.6], "count": [1, 2, 8, 16, 17]}}
{"id": "0559", "source_dataset": "OmniWorld", "video_path": "047cd85f5ef7.mp4", "question": "How many times has the protagonist been hit so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [98.2, 122.2], "query_points": {"time": [99.2, 123.2], "count": [1, 2]}}
{"id": "0560", "source_dataset": "OmniWorld", "video_path": "05017c153ac9.mp4", "question": "How many times has the protagonist had close contact with wild animals while riding a horse so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [52.6, 61.4, 65.6, 90.2, 90.2, 98.5, 116.0], "query_points": {"time": [53.6, 62.4, 99.5, 117.0], "count": [1, 2, 6, 7]}}
{"id": "0561", "source_dataset": "OmniWorld", "video_path": "05017c153ac9.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [10.8, 169.4, 200.3], "query_points": {"time": [11.8, 170.4, 201.3], "count": [1, 2, 3]}}
{"id": "0562", "source_dataset": "OmniWorld", "video_path": "05346c2f4648.mp4", "question": "How many times has the vehicle collided with other vehicles so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [32.1, 208.5, 216.5, 233.6], "query_points": {"time": [33.1, 209.5, 266.0, 294.5], "count": [1, 2, 4, 4]}}
{"id": "0563", "source_dataset": "OmniWorld", "video_path": "05346c2f4648.mp4", "question": "How many times has the vehicle collided with other vehicles so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [29.7, 207.5, 217.0, 233.5, 434.7, 498.5], "query_points": {"time": [30.7, 208.5, 435.7, 499.5], "count": [1, 2, 5, 6]}}
{"id": "0564", "source_dataset": "OmniWorld", "video_path": "05346c2f4648.mp4", "question": "How many times has a collision occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [33.2, 74.8, 162.2, 202.2, 207.2, 212.8, 216.1, 233.2], "query_points": {"time": [34.2, 75.8, 217.1, 234.2], "count": [1, 2, 7, 8]}}
{"id": "0565", "source_dataset": "OmniWorld", "video_path": "05346c2f4648.mp4", "question": "How many times has the player's vehicle collided so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [29.3, 72.5, 161.8], "query_points": {"time": [30.3, 73.5, 162.8], "count": [1, 2, 3]}}
{"id": "0566", "source_dataset": "OmniWorld", "video_path": "057f4daa3089.mp4", "question": "How many times has the protagonist collided with a person so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [32.2, 41.1, 42.1, 43.2, 84.4, 97.9, 116.2], "query_points": {"time": [33.2, 42.1, 98.9, 117.2], "count": [1, 3, 6, 7]}}
{"id": "0567", "source_dataset": "OmniWorld", "video_path": "057f4daa3089.mp4", "question": "How many times has the protagonist collided with a pedestrian so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [21.5, 30.1, 41.4, 41.9, 43.3, 49.4, 59.9, 83.7, 84.3, 97.0, 97.2, 113.5, 120.8, 122.1, 122.5], "query_points": {"time": [22.5, 31.1, 84.7, 123.1, 123.5], "count": [1, 2, 9, 15, 15]}}
{"id": "0568", "source_dataset": "OmniWorld", "video_path": "057f4daa3089.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [5.5, 14.2, 104.8, 117.8], "query_points": {"time": [6.5, 15.2, 118.8], "count": [1, 2, 4]}}
{"id": "0569", "source_dataset": "OmniWorld", "video_path": "058a2bdf210b.mp4", "question": "How many times has the character jumped down so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [1.8, 20.9, 29.7, 89.3], "query_points": {"time": [2.8, 21.9, 90.3], "count": [1, 2, 4]}}
{"id": "0570", "source_dataset": "OmniWorld", "video_path": "058a2bdf210b.mp4", "question": "How many times has the person jumped so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [21.7, 30.0, 111.2, 133.7, 138.7, 148.6, 152.8, 154.0, 158.8, 160.9, 246.8, 248.0, 250.1, 257.2], "query_points": {"time": [22.7, 31.0, 153.8, 251.1, 258.2], "count": [1, 2, 7, 13, 14]}}
{"id": "0571", "source_dataset": "OmniWorld", "video_path": "058a2bdf210b.mp4", "question": "How many times has the person jumped so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.3, 21.9, 31.0, 111.6, 134.2, 136.8, 138.7, 149.2, 153.5, 154.2, 158.9, 160.9, 218.1, 238.8, 242.5, 246.8, 247.4, 248.3, 250.2, 256.4, 257.6, 469.3], "query_points": {"time": [1.3, 22.9, 159.9, 258.6, 470.3], "count": [1, 2, 11, 21, 22]}}
{"id": "0572", "source_dataset": "OmniWorld", "video_path": "08f990da0e19.mp4", "question": "How many times has a green checkpoint been passed so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [5.0, 10.9, 21.2, 24.6], "query_points": {"time": [6.0, 11.9, 25.6], "count": [1, 2, 4]}}
{"id": "0573", "source_dataset": "OmniWorld", "video_path": "0976d4afabf0.mp4", "question": "How many times has an overtaking been completed so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [1.5], "query_points": {"time": [2.5], "count": [1]}}
{"id": "0574", "source_dataset": "OmniWorld", "video_path": "0c3cefcf3a15.mp4", "question": "How many times has the character passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [11.7, 13.3, 22.1, 35.8, 96.6], "query_points": {"time": [12.7, 14.3, 97.6], "count": [1, 2, 5]}}
{"id": "0575", "source_dataset": "Ego4D", "video_path": "0e7620e8-f1b5-4093-aff9-d73ab0039e08.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [169.2, 178.3], "query_points": {"time": [170.2, 179.3], "count": [1, 2]}}
{"id": "0576", "source_dataset": "youtube", "video_path": "youtube_0004.mp4", "question": "How many times has the ball been touched to start from a stationary state so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [158.5, 169.0, 183.3, 195.6, 206.8, 218.3, 229.3, 242.1, 254.2, 286.1], "query_points": {"time": [172.9, 201.9, 289.7], "count": [2, 4, 10]}}
{"id": "0577", "source_dataset": "youtube", "video_path": "youtube_0004.mp4", "question": "How many times has the ball entered the goal so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [164.0, 172.8, 237.1, 245.8, 257.0, 334.6, 347.6, 359.1, 428.0, 435.3, 462.9, 516.7], "query_points": {"time": [237.8, 257.8, 517.2], "count": [3, 5, 12]}}
{"id": "0578", "source_dataset": "Ego4D", "video_path": "12f82d62-a2ed-42f7-a558-7403345d0705.mp4", "question": "How many times has a person passed through a sewer so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [28.3, 42.3, 185.5], "query_points": {"time": [29.3, 43.3, 186.5], "count": [1, 2, 3]}}
{"id": "0579", "source_dataset": "OmniWorld", "video_path": "146db5c63e56.mp4", "question": "How many times has the monkey fought with passing monsters so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [44.5, 72.0, 88.7, 108.1, 122.9], "query_points": {"time": [45.5, 73.0, 123.9], "count": [1, 2, 5]}}
{"id": "0580", "source_dataset": "OmniWorld", "video_path": "146db5c63e56.mp4", "question": "How many times has the protagonist jumped so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [6.8, 13.0, 40.6, 124.8, 142.6], "query_points": {"time": [7.8, 14.0, 143.6], "count": [1, 2, 5]}}
{"id": "0581", "source_dataset": "OmniWorld", "video_path": "146db5c63e56.mp4", "question": "How many times has the person jumped so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [7.2, 13.3, 40.7, 42.2, 125.5, 142.8], "query_points": {"time": [8.2, 14.3, 126.5, 143.8], "count": [1, 2, 5, 6]}}
{"id": "0582", "source_dataset": "OmniWorld", "video_path": "155a0f729ec1.mp4", "question": "How many times has the car collided so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [21.6, 78.0, 86.3, 134.2, 139.5], "query_points": {"time": [22.6, 79.0, 140.5], "count": [1, 2, 5]}}
{"id": "0583", "source_dataset": "OmniWorld", "video_path": "155a0f729ec1.mp4", "question": "How many times has the vehicle collided with other objects so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [20.0, 77.6, 86.3, 137.7, 180.6], "query_points": {"time": [21.0, 78.6, 181.6], "count": [1, 2, 5]}}
{"id": "0584", "source_dataset": "OmniWorld", "video_path": "155a0f729ec1.mp4", "question": "How many times has the vehicle collided with an obstacle and stopped as a result so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [20.9, 77.9, 85.6, 139.7, 181.1, 243.3, 260.0, 364.7, 401.5, 418.5, 486.2, 532.8, 592.8], "query_points": {"time": [21.9, 78.9, 261.0, 533.8, 593.8], "count": [1, 2, 7, 12, 13]}}
{"id": "0585", "source_dataset": "OmniWorld", "video_path": "155a0f729ec1.mp4", "question": "How many times has the vehicle switched from moving forward to moving backward so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [23.8, 79.1, 86.6, 141.1, 182.7], "query_points": {"time": [24.8, 80.1, 183.7], "count": [1, 2, 5]}}
{"id": "0586", "source_dataset": "OmniWorld", "video_path": "155a0f729ec1.mp4", "question": "How many times has a collision occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [23.9, 77.6, 135.6, 184.6, 243.6, 265.8, 364.4, 403.5, 485.2, 533.2, 593.0], "query_points": {"time": [24.9, 78.6, 266.8, 534.2, 594.0], "count": [1, 2, 6, 10, 11]}}
{"id": "0587", "source_dataset": "youtube", "video_path": "youtube_0007.mp4", "question": "How many listeners have given busking donations to the girl before she started playing so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [1.8, 3.8], "query_points": {"time": [2.3, 7.3, 22.3], "count": [1, 2, 2]}}
{"id": "0588", "source_dataset": "Ego4D", "video_path": "30805f57-8f23-4d41-91a0-19d248a62c1d.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [83.2, 86.9, 93.8, 104.2, 108.4, 113.3], "query_points": {"time": [84.2, 87.9, 109.4, 114.3], "count": [1, 2, 5, 6]}}
{"id": "0589", "source_dataset": "Ego4D", "video_path": "30805f57-8f23-4d41-91a0-19d248a62c1d.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [6.9, 10.6, 83.8, 87.5, 94.1, 104.5, 108.6, 113.6, 176.6, 179.8, 182.0, 184.2, 212.3, 213.8, 216.1, 219.9, 281.7, 285.0, 287.2, 290.9, 319.2, 320.9, 323.0, 327.4, 370.1, 372.9, 375.3, 377.4, 437.6, 439.2, 441.4, 445.3, 474.9, 482.2, 484.4, 486.8, 573.0, 578.9, 581.0, 630.4, 634.2, 645.0, 647.9, 837.6, 852.8, 856.7, 867.8, 876.2, 888.7, 921.9, 925.9, 930.0, 933.2, 934.8, 941.7, 942.4, 944.4, 950.3, 960.2, 1015.0, 1020.5, 1024.4, 1028.0, 1036.8, 1038.1, 1041.8, 1054.4, 1073.7, 1086.6, 1106.7, 1129.6, 1145.0, 1157.3, 1172.2, 1185.6, 1199.0, 1210.0, 1229.5, 1240.6, 1257.3, 1278.8, 1291.4, 1317.5, 1332.4, 1344.6, 1358.5, 1373.9, 1393.9, 1441.4, 1451.4, 1460.7, 1468.9, 1470.1, 1473.8, 1481.2, 1484.1, 1487.2, 1496.2, 1498.5, 1501.3, 1505.1, 1506.4, 1508.1, 1608.2], "query_points": {"time": [7.9, 11.6, 931.0, 1509.1, 1609.2], "count": [1, 2, 52, 103, 104]}}
{"id": "0590", "source_dataset": "Ego4D", "video_path": "30805f57-8f23-4d41-91a0-19d248a62c1d.mp4", "question": "How many times has the protagonist taken clothes out of the washing machine so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [1046.7, 1078.5, 1108.7, 1136.4, 1163.7, 1190.2, 1214.1, 1244.2, 1282.8, 1320.8, 1346.5, 1377.2, 1444.7], "query_points": {"time": [1047.7, 1079.5, 1215.1, 1378.2, 1445.7], "count": [1, 2, 7, 12, 13]}}
{"id": "0591", "source_dataset": "Ego4D", "video_path": "326eb377-b02b-43c8-b736-43057a9355a8.mp4", "question": "How many times has the protagonist ridden over a manhole cover so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [122.5, 135.1, 168.3], "query_points": {"time": [123.5, 136.1, 169.3], "count": [1, 2, 3]}}
{"id": "0592", "source_dataset": "Ego4D", "video_path": "326eb377-b02b-43c8-b736-43057a9355a8.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [34.9, 71.2, 91.0, 98.4, 100.5, 226.6, 238.2], "query_points": {"time": [35.9, 72.2, 227.6, 239.2], "count": [1, 2, 6, 7]}}
{"id": "0593", "source_dataset": "Ego4D", "video_path": "326eb377-b02b-43c8-b736-43057a9355a8.mp4", "question": "How many times has the camera wearer passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [34.8, 50.0, 72.0, 90.9, 98.2, 100.2], "query_points": {"time": [35.8, 51.0, 99.2, 101.2], "count": [1, 2, 5, 6]}}
{"id": "0594", "source_dataset": "Ego4D", "video_path": "439c4f57-6d3f-4def-a303-f80e211971da.mp4", "question": "How many times has the protagonist passed through a door (counting once when both feet pass through) so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [2.9, 7.3, 20.9, 24.5], "query_points": {"time": [3.9, 8.3, 25.5], "count": [1, 2, 4]}}
{"id": "0595", "source_dataset": "Ego4D", "video_path": "50e55c8f-b939-4b5c-86b5-e0b53d199d27.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [18.1, 85.1, 109.1, 113.5, 116.9], "query_points": {"time": [19.1, 86.1, 117.9], "count": [1, 2, 5]}}
{"id": "0596", "source_dataset": "Ego4D", "video_path": "50e55c8f-b939-4b5c-86b5-e0b53d199d27.mp4", "question": "How many times has the camera operator passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [18.9, 85.0, 108.9, 112.4, 116.1], "query_points": {"time": [19.9, 86.0, 117.1], "count": [1, 2, 5]}}
{"id": "0597", "source_dataset": "RoomTour3D", "video_path": "51ALckqxswY.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [82.0, 348.7, 390.7], "query_points": {"time": [83.0, 349.7, 391.7], "count": [1, 2, 3]}}
{"id": "0598", "source_dataset": "Ego4D", "video_path": "676c3bb3-2b7f-437b-ae1a-41f589ae188a.mp4", "question": "How many times has the protagonist picked up the phone from the table so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [37.2, 69.1, 89.3, 210.3, 235.8], "query_points": {"time": [38.2, 70.1, 211.3, 236.8], "count": [1, 2, 4, 5]}}
{"id": "0599", "source_dataset": "RoomTour3D", "video_path": "6alYmgz2010.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [14.7, 49.3, 60.0, 89.3, 106.0, 116.0], "query_points": {"time": [15.7, 50.3, 107.0, 117.0], "count": [1, 2, 5, 6]}}
{"id": "0600", "source_dataset": "RoomTour3D", "video_path": "6h7Kt0LMNxM.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [31.3, 90.0, 106.0, 130.7, 151.3, 268.0, 271.7, 274.3, 277.0], "query_points": {"time": [32.3, 56.7, 275.3, 278.0], "count": [1, 1, 8, 9]}}
{"id": "0601", "source_dataset": "RoomTour3D", "video_path": "7mys_C1iHGM.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [17.7, 36.3, 45.3, 188.7, 216.0, 221.3, 240.7, 258.0, 287.3, 332.0, 352.7, 360.0, 367.3], "query_points": {"time": [18.7, 37.3, 241.7, 361.0, 368.3], "count": [1, 2, 7, 12, 13]}}
{"id": "0602", "source_dataset": "Ego4D", "video_path": "83f18213-f8f8-44fa-b9ce-104c6ddbcd57.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [23.2, 32.6, 114.2, 139.0, 175.5, 217.5], "query_points": {"time": [24.2, 33.6, 176.5, 218.5], "count": [1, 2, 5, 6]}}
{"id": "0603", "source_dataset": "RoomTour3D", "video_path": "8_91p_ghmqk.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [38.7, 165.3, 204.0, 232.0, 267.3], "query_points": {"time": [39.7, 166.3, 268.3], "count": [1, 2, 5]}}
{"id": "0604", "source_dataset": "youtube", "video_path": "youtube_0013.mp4", "question": "How many different women have appeared in the frame so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.0, 2.2, 52.7, 136.6, 151.8, 193.6, 209.8, 330.7], "query_points": {"time": [6.9, 139.4, 363.0, 391.8], "count": [2, 4, 8, 8]}}
{"id": "0605", "source_dataset": "youtube", "video_path": "youtube_0015.mp4", "question": "How many times has the basketball entered the basket so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [12.4, 30.0, 49.5, 59.7, 70.2, 80.1, 101.8, 149.1, 169.2], "query_points": {"time": [13.4, 31.0, 150.1, 170.2], "count": [1, 2, 8, 9]}}
{"id": "0606", "source_dataset": "youtube", "video_path": "youtube_0015.mp4", "question": "How many consecutive hits has player #39 had in his first start so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [49.6, 59.7, 69.9, 80.2], "query_points": {"time": [52.5, 63.9, 84.7], "count": [1, 2, 4]}}
{"id": "0607", "source_dataset": "youtube", "video_path": "youtube_0016.mp4", "question": "How many times has the man in the blue suit and red tie pulled the door handle to attempt opening the door (before entering) so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [35.1, 55.4, 65.6, 80.2, 88.1, 110.1, 139.7, 160.9, 204.0, 276.6], "query_points": {"time": [67.9, 89.0, 161.9], "count": [3, 5, 8]}}
{"id": "0608", "source_dataset": "youtube", "video_path": "youtube_0017.mp4", "question": "How many times has archery appeared so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [176.0, 1405.9, 1886.2], "query_points": {"time": [1887.3], "count": [3]}}
{"id": "0609", "source_dataset": "youtube", "video_path": "youtube_0017.mp4", "question": "How many groups of performers have appeared so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [19.9, 215.8, 477.9, 767.4, 989.6, 1306.5, 1478.6, 1770.6, 2057.7, 2270.1], "query_points": {"time": [479.2, 1307.9, 2273.0], "count": [3, 6, 10]}}
{"id": "0610", "source_dataset": "RoomTour3D", "video_path": "B8Y35YnKONk.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [43.3, 79.3, 90.0, 114.0, 134.0, 144.7], "query_points": {"time": [44.3, 80.3, 135.0, 145.7], "count": [1, 2, 5, 6]}}
{"id": "0611", "source_dataset": "RoomTour3D", "video_path": "BWRh9GSerLU.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [46.7, 83.3, 103.3, 130.0, 161.3, 173.3], "query_points": {"time": [47.7, 84.3, 162.3, 174.3], "count": [1, 2, 5, 6]}}
{"id": "0612", "source_dataset": "RoomTour3D", "video_path": "E8KKJs4cVx8.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [14.0, 200.0, 212.7, 220.0, 261.3, 307.3], "query_points": {"time": [15.0, 201.0, 262.3, 308.3], "count": [1, 2, 5, 6]}}
{"id": "0613", "source_dataset": "RoomTour3D", "video_path": "EhRHWDcHiQw.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [42.0, 43.3], "query_points": {"time": [43.0, 44.3], "count": [1, 2]}}
{"id": "0614", "source_dataset": "RoomTour3D", "video_path": "EyoZyhKdXSo.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [69.3, 103.3, 128.7], "query_points": {"time": [70.3, 104.3, 129.7], "count": [1, 2, 3]}}
{"id": "0615", "source_dataset": "RoomTour3D", "video_path": "F2i4IAcK_wQ.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [69.3, 214.0, 226.0], "query_points": {"time": [70.3, 215.0, 227.0], "count": [1, 2, 3]}}
{"id": "0616", "source_dataset": "RoomTour3D", "video_path": "Gn4XXzqYEQ8.mp4", "question": "How many times has the camera operator passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [47.7, 83.0, 86.3, 115.0, 149.0, 183.7], "query_points": {"time": [48.7, 84.0, 150.0, 184.7], "count": [1, 2, 5, 6]}}
{"id": "0617", "source_dataset": "RoomTour3D", "video_path": "Gn4XXzqYEQ8.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [44.0, 84.3, 114.3, 148.0, 183.0, 201.0, 239.0], "query_points": {"time": [45.0, 67.3, 202.0, 240.0], "count": [1, 1, 6, 7]}}
{"id": "0618", "source_dataset": "youtube", "video_path": "youtube_0028.mp4", "question": "How many items has the woman taken out of her bag so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [24.4, 24.4, 72.0, 77.0, 147.0, 179.0, 205.8, 268.3, 285.7, 395.8, 447.0, 468.3, 490.8, 541.3, 550.3], "query_points": {"time": [21.5, 29.1, 500.4, 573.8], "count": [0, 2, 13, 15]}}
{"id": "0619", "source_dataset": "youtube", "video_path": "youtube_0028.mp4", "question": "How many black items has the woman taken out of her bag so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [206.2, 493.7], "query_points": {"time": [43.2, 307.6, 588.6], "count": [0, 1, 2]}}
{"id": "0620", "source_dataset": "youtube", "video_path": "youtube_0028.mp4", "question": "How many brown-colored items has the woman taken out of her bag so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [71.4, 287.5], "query_points": {"time": [22.6, 164.1, 577.4], "count": [0, 1, 2]}}
{"id": "0621", "source_dataset": "youtube", "video_path": "youtube_0029.mp4", "question": "How many cars have passed in the opposite direction so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [122.2, 125.1, 174.0, 187.4, 238.6, 240.6, 248.1], "query_points": {"time": [123.2, 126.1, 241.6, 249.1], "count": [1, 2, 6, 7]}}
{"id": "0622", "source_dataset": "youtube", "video_path": "youtube_0029.mp4", "question": "How many times has an overtaking been completed so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [126.1, 137.6, 139.7, 142.4, 144.0, 151.6, 154.2, 156.4, 159.4, 161.3, 168.4, 170.1, 172.8, 176.5, 187.3, 197.0, 197.7, 199.8, 201.5, 203.7, 243.0, 246.3, 247.2, 263.4, 271.8, 273.2], "query_points": {"time": [127.1, 138.6, 175.5, 272.8, 274.2], "count": [1, 2, 13, 25, 26]}}
{"id": "0623", "source_dataset": "youtube", "video_path": "youtube_0031.mp4", "question": "How many times has the ball been hit so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.7, 2.0, 7.9, 12.8, 15.2, 16.3, 29.2, 32.4, 42.7, 67.0, 94.2], "query_points": {"time": [1.7, 3.0, 33.4, 105.4, 114.0], "count": [1, 2, 8, 11, 11]}}
{"id": "0624", "source_dataset": "youtube", "video_path": "youtube_0033.mp4", "question": "How many times has the bear successfully caught a fish so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [6.8, 23.3, 79.0, 101.6, 159.7, 181.2, 288.6, 372.6], "query_points": {"time": [13.0, 29.4, 293.3, 376.4], "count": [1, 2, 7, 8]}}
{"id": "0625", "source_dataset": "youtube", "video_path": "youtube_0033.mp4", "question": "How many times has the bear caught a fish as it leaped out of the water so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [6.8, 101.2, 372.8], "query_points": {"time": [14.1, 107.2, 378.0], "count": [1, 2, 3]}}
{"id": "0626", "source_dataset": "youtube", "video_path": "youtube_0034.mp4", "question": "How many times has the protagonist passed by someone so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [92.6, 331.3, 420.9, 1039.6], "query_points": {"time": [93.6, 332.3, 1040.6, 1078.8], "count": [1, 2, 4, 4]}}
{"id": "0627", "source_dataset": "RoomTour3D", "video_path": "IJFKJwfSwx4.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [52.7, 84.0, 100.0, 136.7, 166.0], "query_points": {"time": [53.7, 85.0, 167.0], "count": [1, 2, 5]}}
{"id": "0628", "source_dataset": "RoomTour3D", "video_path": "IJFKJwfSwx4.mp4", "question": "How many times has the camera operator passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [57.7, 86.3, 102.3, 144.7], "query_points": {"time": [58.7, 87.3, 145.7], "count": [1, 2, 4]}}
{"id": "0629", "source_dataset": "youtube", "video_path": "youtube_0037.mp4", "question": "How many grenades has the first-person player thrown so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [24.6, 170.0, 216.0, 225.2, 387.4], "query_points": {"time": [27.2, 109.2, 294.2, 400.5], "count": [1, 1, 4, 5]}}
{"id": "0630", "source_dataset": "RoomTour3D", "video_path": "Isgs8xWZADE.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [28.3, 55.7, 77.3, 84.0, 274.0, 282.3, 312.7], "query_points": {"time": [29.3, 56.7, 283.3, 313.7], "count": [1, 2, 6, 7]}}
{"id": "0631", "source_dataset": "youtube", "video_path": "youtube_0040.mp4", "question": "How many times has the head turned left or right (not counting backward turns) so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [104.8, 158.8, 194.9, 215.2, 249.3, 272.3, 328.3, 341.8, 373.8, 383.1, 431.8, 438.4, 456.0, 496.0, 576.6, 638.2], "query_points": {"time": [105.8, 159.8, 342.8, 577.6, 639.2], "count": [1, 2, 8, 15, 16]}}
{"id": "0632", "source_dataset": "youtube", "video_path": "youtube_0041.mp4", "question": "How many times has a trash can been passed (only counting when appearing on the direct side) so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [94.8, 126.6, 131.5, 144.3, 323.1, 326.7, 334.5, 400.6, 410.2, 425.7, 493.7], "query_points": {"time": [95.8, 127.6, 327.7, 426.7, 494.7], "count": [1, 2, 6, 10, 11]}}
{"id": "0633", "source_dataset": "youtube", "video_path": "youtube_0044.mp4", "question": "How many skins has Vi had so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.5, 2.1, 78.9, 105.2, 425.6, 448.8], "query_points": {"time": [5.8, 82.8, 450.7], "count": [2, 3, 6]}}
{"id": "0634", "source_dataset": "youtube", "video_path": "youtube_0044.mp4", "question": "How many times has Vi switched skins so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [2.8, 79.2, 105.1, 123.7, 133.8, 187.4, 197.3, 256.7, 285.2, 309.6, 318.6, 369.4, 388.6, 425.4, 448.1, 460.8, 484.9, 498.9], "query_points": {"time": [5.0, 81.2, 288.4, 487.9, 502.3], "count": [1, 2, 9, 17, 18]}}
{"id": "0635", "source_dataset": "RoomTour3D", "video_path": "Qa80UnIYIvM.mp4", "question": "How many times has the camera operator opened a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [29.3, 122.7, 168.3], "query_points": {"time": [30.3, 123.7, 169.3], "count": [1, 2, 3]}}
{"id": "0636", "source_dataset": "RoomTour3D", "video_path": "Qa80UnIYIvM.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [29.7, 168.3, 211.7, 253.0, 281.7, 358.3, 418.3, 433.0], "query_points": {"time": [30.7, 169.3, 419.3, 434.0], "count": [1, 2, 7, 8]}}
{"id": "0637", "source_dataset": "youtube", "video_path": "youtube_0047.mp4", "question": "How many times has the basketball gone into the hoop so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [31.9, 35.6, 41.3, 46.4, 51.3, 59.6, 69.1, 77.1, 85.2, 88.7, 95.8, 100.7, 103.9, 108.6, 112.8, 117.8, 122.1, 126.0, 130.1, 136.2, 143.1, 146.2, 149.6, 153.4, 156.3, 160.7, 165.7, 173.0, 178.3], "query_points": {"time": [32.9, 36.6, 113.8, 174.0, 179.3], "count": [1, 2, 15, 28, 29]}}
{"id": "0638", "source_dataset": "youtube", "video_path": "youtube_0047.mp4", "question": "How many times has a player completed a dunk so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [85.2, 88.7], "query_points": {"time": [42.5, 86.5, 219.2], "count": [0, 1, 2]}}
{"id": "0639", "source_dataset": "youtube", "video_path": "youtube_0051.mp4", "question": "How many times has the protagonist turned while walking so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [50.5, 68.0, 106.3, 124.3, 149.2, 240.4, 373.1], "query_points": {"time": [51.5, 69.0, 241.4, 374.1], "count": [1, 2, 6, 7]}}
{"id": "0640", "source_dataset": "youtube", "video_path": "youtube_0054.mp4", "question": "How many times has the protagonist passed through an arched doorway with a curved top so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [36.8], "query_points": {"time": [37.8], "count": [1]}}
{"id": "0641", "source_dataset": "youtube", "video_path": "youtube_0061.mp4", "question": "How many times has an athlete successfully and validly completed a high jump so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [249.0, 295.9, 422.8], "query_points": {"time": [250.0, 296.9, 423.8], "count": [1, 2, 3]}}
{"id": "0642", "source_dataset": "youtube", "video_path": "youtube_0061.mp4", "question": "How many times has the athlete cleared the bar so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [248.4, 263.4, 270.5, 295.6, 305.8, 357.8, 372.7, 421.8], "query_points": {"time": [249.0, 249.4, 373.7, 422.8], "count": [1, 1, 7, 8]}}
{"id": "0643", "source_dataset": "RoomTour3D", "video_path": "UcM3x29JB04.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [61.7, 171.7, 175.7], "query_points": {"time": [62.7, 172.7, 176.7], "count": [1, 2, 3]}}
{"id": "0644", "source_dataset": "youtube", "video_path": "youtube_0067.mp4", "question": "How many famous buildings have appeared so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.2, 5.1, 8.8, 13.1, 17.0, 21.2, 25.3, 29.6, 33.5, 37.3, 41.6, 45.2, 49.5, 53.6, 57.8, 67.9, 125.3, 199.4], "query_points": {"time": [2.7, 17.7, 126.5, 203.0], "count": [1, 5, 17, 18]}}
{"id": "0645", "source_dataset": "youtube", "video_path": "youtube_0068.mp4", "question": "How many crystals with cat in boots has Death broken so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [267.5, 275.2, 294.2, 294.2, 298.7, 303.4, 342.4, 346.7], "query_points": {"time": [271.8, 279.3, 345.2, 350.1], "count": [1, 2, 7, 8]}}
{"id": "0646", "source_dataset": "RoomTour3D", "video_path": "_QgIbGyhwYY.mp4", "question": "How many times has the camera operator opened a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [41.3, 128.7, 164.7, 189.3], "query_points": {"time": [42.3, 129.7, 190.3], "count": [1, 2, 4]}}
{"id": "0647", "source_dataset": "youtube", "video_path": "youtube_0070.mp4", "question": "How many times has the person wearing a top hat pressed a button so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [54.3, 82.6, 113.0, 159.6, 207.0, 208.1], "query_points": {"time": [55.3, 83.6, 209.1, 223.0], "count": [1, 2, 6, 6]}}
{"id": "0648", "source_dataset": "RoomTour3D", "video_path": "ajxMmGktJPc.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [33.3, 40.0, 46.0, 140.7, 171.3], "query_points": {"time": [34.3, 41.0, 172.3], "count": [1, 2, 5]}}
{"id": "0649", "source_dataset": "Ego4D", "video_path": "b71f48ff-db06-42d4-a49b-b58d7f4ba7e1.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [8.6, 15.4, 25.1, 47.1, 58.5, 62.6, 74.4, 84.9, 104.2, 114.9], "query_points": {"time": [6.3, 9.6, 59.5, 105.2, 115.9], "count": [0, 1, 5, 9, 10]}}
{"id": "0650", "source_dataset": "Ego4D", "video_path": "b71f48ff-db06-42d4-a49b-b58d7f4ba7e1.mp4", "question": "How many times has the camera operator passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [10.5, 15.7, 22.2, 24.9, 47.1, 58.4, 62.8, 75.4, 85.3, 104.9], "query_points": {"time": [11.5, 16.7, 86.3, 105.9], "count": [1, 2, 9, 10]}}
{"id": "0651", "source_dataset": "RoomTour3D", "video_path": "bAnqNERdXLU.mp4", "question": "How many times has the camera operator opened a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [46.3, 402.3, 546.3, 610.3, 645.0, 671.0], "query_points": {"time": [47.3, 403.3, 646.0, 672.0], "count": [1, 2, 5, 6]}}
{"id": "0652", "source_dataset": "Ego4D", "video_path": "c5270067-6c25-45f2-b63a-1a55b85020ad.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.7, 29.0, 90.9], "query_points": {"time": [1.7, 30.0, 91.9], "count": [1, 2, 3]}}
{"id": "0653", "source_dataset": "youtube", "video_path": "youtube_0072.mp4", "question": "How many times has the basketball gone into the basket so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [52.6, 67.8, 85.0, 103.0, 108.9, 131.3], "query_points": {"time": [53.6, 59.6, 127.4, 132.3], "count": [1, 1, 5, 6]}}
{"id": "0654", "source_dataset": "Ego4D", "video_path": "ca33711a-5c59-435a-bacf-5857e7106559.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [34.2, 567.7, 630.0, 670.5], "query_points": {"time": [35.2, 568.7, 671.5], "count": [1, 2, 4]}}
{"id": "0655", "source_dataset": "RoomTour3D", "video_path": "cj-JwLGSvQA.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [47.7, 54.3, 62.3, 79.0, 157.0, 164.3, 181.0, 223.7, 237.0, 251.0, 264.3], "query_points": {"time": [48.7, 55.3, 158.0, 252.0, 265.3], "count": [1, 2, 5, 10, 11]}}
{"id": "0656", "source_dataset": "RoomTour3D", "video_path": "dkG4TW2uUqo.mp4", "question": "How many times has the camera operator opened or closed a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [68.0, 98.0, 162.0], "query_points": {"time": [69.0, 99.0, 163.0], "count": [1, 2, 3]}}
{"id": "0657", "source_dataset": "RoomTour3D", "video_path": "dkoNJml4Zp4.mp4", "question": "How many times has the camera operator pointed forward with their hand so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [172.3, 232.3, 301.7, 304.0, 338.7], "query_points": {"time": [173.3, 233.3, 339.7], "count": [1, 2, 5]}}
{"id": "0658", "source_dataset": "youtube", "video_path": "youtube_0074.mp4", "question": "How many times has the photo of Percy Fawcett (including the cutout portrait section) from the beginning of the video appeared so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.0, 161.9, 219.9], "query_points": {"time": [6.8, 170.3, 227.7], "count": [1, 2, 3]}}
{"id": "0659", "source_dataset": "youtube", "video_path": "youtube_0075.mp4", "question": "How many times has the actor landed on the trampoline so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [358.4, 470.0, 556.9, 578.0, 601.6, 624.4], "query_points": {"time": [359.4, 471.0, 602.6, 625.4], "count": [1, 2, 5, 6]}}
{"id": "0660", "source_dataset": "Ego4D", "video_path": "e5d94463-f292-451d-8d7c-0926001da4e1.mp4", "question": "How many times has the protagonist turned while riding so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [66.7, 149.0, 168.1, 179.4], "query_points": {"time": [67.7, 150.0, 180.4], "count": [1, 2, 4]}}
{"id": "0661", "source_dataset": "Ego4D", "video_path": "e5d94463-f292-451d-8d7c-0926001da4e1.mp4", "question": "How many times has the protagonist turned direction after getting on the vehicle so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [67.6, 149.4, 168.8, 180.3], "query_points": {"time": [68.6, 150.4, 181.3], "count": [1, 2, 4]}}
{"id": "0662", "source_dataset": "Ego4D", "video_path": "e5d94463-f292-451d-8d7c-0926001da4e1.mp4", "question": "How many times has the protagonist turned right after getting on the vehicle so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [68.4, 168.7, 179.4], "query_points": {"time": [69.4, 169.7, 180.4], "count": [1, 2, 3]}}
{"id": "0663", "source_dataset": "youtube", "video_path": "youtube_0076.mp4", "question": "How many times has a Black person appeared in front of the screen so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [21.1, 47.1, 99.9, 131.7, 166.9, 243.1, 291.0, 330.2], "query_points": {"time": [50.1, 136.8, 333.7], "count": [2, 4, 8]}}
{"id": "0664", "source_dataset": "Ego4D", "video_path": "f965d286-b521-402f-9a0e-c73b49e9806e.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [16.8, 24.8], "query_points": {"time": [17.8, 25.8], "count": [1, 2]}}
{"id": "0665", "source_dataset": "Ego4D", "video_path": "fec1f883-fc5c-4257-985e-26efaec68ddc.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [31.8, 40.5, 46.3, 50.8, 72.5, 106.5], "query_points": {"time": [32.8, 41.5, 73.5, 107.5], "count": [1, 2, 5, 6]}}
{"id": "0666", "source_dataset": "Ego4D", "video_path": "fec1f883-fc5c-4257-985e-26efaec68ddc.mp4", "question": "How many times has the camera operator opened a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [31.2, 41.7, 46.6, 72.1], "query_points": {"time": [32.2, 42.7, 73.1], "count": [1, 2, 4]}}
{"id": "0667", "source_dataset": "Ego4D", "video_path": "fec1f883-fc5c-4257-985e-26efaec68ddc.mp4", "question": "How many times has the light switch been pressed so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [49.0, 1468.1, 1666.1, 1793.1], "query_points": {"time": [50.0, 558.1, 1794.1, 1979.1], "count": [1, 1, 4, 4]}}
{"id": "0668", "source_dataset": "youtube", "video_path": "youtube_0079.mp4", "question": "How many times has a year appeared so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [61.4, 175.7, 257.8], "query_points": {"time": [183.8, 546.6, 948.3], "count": [2, 3, 3]}}
{"id": "0669", "source_dataset": "youtube", "video_path": "youtube_0082.mp4", "question": "How many times has a goal been scored so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [7.6, 20.0, 32.1, 46.0, 54.3, 58.3, 66.4, 75.8, 84.1, 90.4, 97.6, 103.0, 107.4, 112.2, 118.0, 122.8, 129.7, 140.3, 149.0, 171.9, 180.3, 188.0, 196.5, 205.2, 219.0, 223.9, 231.4, 240.2], "query_points": {"time": [24.2, 99.3, 246.3, 249.8], "count": [2, 11, 28, 28]}}
{"id": "0670", "source_dataset": "RoomTour3D", "video_path": "iTZXNrt8Dwo.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [29.0, 81.3, 103.3, 115.3, 134.7, 145.3, 148.0, 210.7, 267.0], "query_points": {"time": [30.0, 82.3, 211.7, 268.0], "count": [1, 2, 8, 9]}}
{"id": "0671", "source_dataset": "RoomTour3D", "video_path": "idOYaybnry8.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [25.3, 46.0, 82.0, 105.3], "query_points": {"time": [26.3, 47.0, 106.3], "count": [1, 2, 4]}}
{"id": "0672", "source_dataset": "youtube", "video_path": "youtube_0085.mp4", "question": "How many times has the player successfully reached \"FINISH\" so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [47.8, 134.9, 197.1, 255.1, 373.6, 547.4], "query_points": {"time": [54.8, 139.5, 380.5, 553.1], "count": [1, 2, 5, 6]}}
{"id": "0673", "source_dataset": "youtube", "video_path": "youtube_0086.mp4", "question": "How many times has the white team (BOSTON COLLEGE) scored so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [20.6, 35.1, 47.6, 74.0, 133.2, 150.2, 160.9, 202.5, 234.7, 248.1, 267.4, 300.5, 333.2], "query_points": {"time": [24.5, 38.2, 162.7, 317.4, 336.3], "count": [1, 2, 7, 12, 13]}}
{"id": "0674", "source_dataset": "youtube", "video_path": "youtube_0086.mp4", "question": "How many times has the red team (LOUISVILLE) scored so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [64.1, 86.9, 97.9, 118.6, 170.8, 184.9, 224.8, 282.3, 293.6, 314.7, 325.5, 343.8, 347.5], "query_points": {"time": [39.1, 68.2, 227.3, 345.9, 351.1], "count": [0, 1, 7, 12, 13]}}
{"id": "0675", "source_dataset": "youtube", "video_path": "youtube_0086.mp4", "question": "How many times have both teams dunked so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [47.5, 87.0, 133.0, 248.2, 300.4], "query_points": {"time": [20.9, 49.5, 208.2, 335.4, 345.8], "count": [0, 1, 3, 5, 5]}}
{"id": "0676", "source_dataset": "youtube", "video_path": "youtube_0089.mp4", "question": "How many times has the $ symbol appeared so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [5.2, 86.7, 86.7, 86.7, 115.8, 116.3, 116.8, 147.0, 204.7, 244.6], "query_points": {"time": [11.6, 93.3, 219.2, 254.4], "count": [1, 4, 9, 10]}}
{"id": "0677", "source_dataset": "youtube", "video_path": "youtube_0091.mp4", "question": "How many contestants have entered the venue from outside so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [22.3, 27.6, 36.0, 47.1, 66.7, 80.3, 98.3, 111.4, 119.5, 131.6, 149.7, 162.0], "query_points": {"time": [28.3, 81.4, 162.8], "count": [2, 6, 12]}}
{"id": "0678", "source_dataset": "youtube", "video_path": "youtube_0091.mp4", "question": "How many red mascots have entered the net so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [195.9, 214.8, 257.9, 268.5, 276.5, 331.2], "query_points": {"time": [261.8, 273.2, 401.8], "count": [3, 4, 6]}}
{"id": "0679", "source_dataset": "youtube", "video_path": "youtube_0092.mp4", "question": "How many images have appeared next to the host so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [52.8, 60.6, 66.4, 66.4, 89.8, 94.5, 119.4, 123.8, 130.7, 133.6, 134.3, 137.8, 154.2, 156.4, 156.4, 178.1, 190.1, 245.6, 259.4, 288.8, 398.4, 417.4, 417.4, 436.2, 436.2, 436.2, 513.3, 513.3, 513.3, 513.3, 564.6, 604.7, 604.7, 604.7, 604.7, 624.3, 712.7], "query_points": {"time": [82.7, 102.5, 295.8, 617.5, 651.9], "count": [4, 6, 20, 35, 36]}}
{"id": "0680", "source_dataset": "youtube", "video_path": "youtube_0092.mp4", "question": "How many times has a portrait appeared next to the host so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [66.4, 90.7, 120.0, 154.4, 154.4, 154.4, 713.2], "query_points": {"time": [77.2, 97.0, 721.4], "count": [1, 2, 7]}}
{"id": "0681", "source_dataset": "youtube", "video_path": "youtube_0093.mp4", "question": "How many times have champions broken world records in the matches shown so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [153.4, 695.6, 838.4], "query_points": {"time": [108.2, 473.4, 1283.2, 1852.7], "count": [0, 1, 3, 3]}}
{"id": "0682", "source_dataset": "youtube", "video_path": "youtube_0093.mp4", "question": "How many times has the champion broken the Olympic Record but not the world record so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [87.0, 968.4, 1519.9, 1851.4], "query_points": {"time": [444.9, 1009.8, 1882.8], "count": [1, 2, 4]}}
{"id": "0683", "source_dataset": "youtube", "video_path": "youtube_0093.mp4", "question": "How many female athletes have finished first in the competition so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [153.6, 698.1, 967.5], "query_points": {"time": [33.6, 174.8, 1014.8, 1704.8], "count": [0, 1, 3, 3]}}
{"id": "0684", "source_dataset": "youtube", "video_path": "youtube_0093.mp4", "question": "How many male athletes have finished first in the competition so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [89.7, 837.3, 1070.0, 1261.7, 1368.0, 1519.3, 1851.1], "query_points": {"time": [111.2, 869.8, 1559.3, 1912.9], "count": [1, 2, 6, 7]}}
{"id": "0685", "source_dataset": "youtube", "video_path": "youtube_0093.mp4", "question": "How many times has a person of American nationality won the championship so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [89.4, 696.4, 1070.4, 1258.4, 1368.4, 1851.4], "query_points": {"time": [155.2, 720.4, 1704.4, 1883.4], "count": [1, 2, 5, 6]}}
{"id": "0686", "source_dataset": "youtube", "video_path": "youtube_0093.mp4", "question": "How many times has an American finished in second place so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [167.8, 969.8, 1521.0], "query_points": {"time": [96.4, 182.2, 1543.6, 1862.0], "count": [0, 1, 3, 3]}}
{"id": "0687", "source_dataset": "youtube", "video_path": "youtube_0093.mp4", "question": "How many times has an American taken third place so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [90.1, 839.8, 1370.9], "query_points": {"time": [118.6, 741.4, 1383.0, 1858.8], "count": [1, 1, 3, 3]}}
{"id": "0688", "source_dataset": "youtube", "video_path": "youtube_0094.mp4", "question": "How many times has a character opened their eyes so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [30.7, 66.2, 86.6, 90.7, 138.3, 190.2, 200.9, 204.0, 246.6], "query_points": {"time": [36.0, 69.7, 207.1, 249.1], "count": [1, 2, 8, 9]}}
{"id": "0689", "source_dataset": "youtube", "video_path": "youtube_0094.mp4", "question": "How many times has a cow appeared so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [72.3, 83.2, 104.3, 108.4, 133.8, 145.2, 165.7, 291.4], "query_points": {"time": [77.1, 86.8, 168.0, 300.5], "count": [1, 2, 7, 8]}}
{"id": "0690", "source_dataset": "scannet", "video_path": "scene0307_02.mp4", "question": "How many times has the protagonist passed through a door so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [37.3, 76.5], "query_points": {"time": [38.3, 77.5], "count": [1, 2]}}
{"id": "0691", "source_dataset": "youtube", "video_path": "youtube_0095.mp4", "question": "How many times has a rocket part separation been shown so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [180.9, 243.2, 273.3, 811.2], "query_points": {"time": [72.2, 194.3, 535.9, 836.4], "count": [0, 1, 3, 4]}}
{"id": "0692", "source_dataset": "youtube", "video_path": "youtube_0097.mp4", "question": "How many times has the rabbit character scored so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [20.1, 47.3, 116.9, 266.0, 322.6, 414.7, 430.1, 445.9, 525.6, 585.7, 646.1], "query_points": {"time": [24.3, 49.5, 416.1, 587.9, 649.2], "count": [1, 2, 6, 10, 11]}}
{"id": "0693", "source_dataset": "youtube", "video_path": "youtube_0097.mp4", "question": "How many times has Daffy scored so far? (Goals shown in post-match replays do not count)", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [61.6, 78.8, 90.7, 104.5, 249.1, 395.4, 405.1, 568.2], "query_points": {"time": [62.3, 81.0, 406.6, 569.7], "count": [1, 2, 7, 8]}}
{"id": "0694", "source_dataset": "youtube", "video_path": "youtube_0097.mp4", "question": "How many times has the challenger in black scored so far? (Post-game replays do not count)", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [136.4, 213.6, 225.9], "query_points": {"time": [137.2, 214.9, 228.5], "count": [1, 2, 3]}}
{"id": "0695", "source_dataset": "youtube", "video_path": "youtube_0100.mp4", "question": "How many times has a surrender occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [77.6, 151.7, 151.7], "query_points": {"time": [82.7, 253.1], "count": [1, 3]}}
{"id": "0696", "source_dataset": "youtube", "video_path": "youtube_0103.mp4", "question": "How many times has a photo of the cartoon version of criminals appeared so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [258.2, 259.0, 260.2, 350.3], "query_points": {"time": [196.4, 259.3, 357.2], "count": [0, 2, 4]}}
{"id": "0697", "source_dataset": "youtube", "video_path": "youtube_0104.mp4", "question": "How many people interviewed have been unwilling to show their faces so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [36.2, 131.1, 192.8, 889.8], "query_points": {"time": [134.7, 205.5, 903.0], "count": [2, 3, 4]}}
{"id": "0698", "source_dataset": "youtube", "video_path": "youtube_0107.mp4", "question": "How many people have raised their right hands during the jury discussion in the real trial transcript in the second half of the video so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [425.7, 425.7, 426.2, 440.0], "query_points": {"time": [436.5, 445.4], "count": [3, 4]}}
{"id": "0699", "source_dataset": "simulated", "video_path": "0000.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [1.5, 2.1, 2.4, 2.8, 9.8, 11.7, 18.0, 20.1, 31.7, 32.1, 36.3, 39.3, 46.5, 144.5], "query_points": {"time": [1.6, 2.2, 2.5, 2.9, 9.9, 11.8, 18.1, 20.2, 31.8, 32.2, 36.4, 39.4, 46.6, 144.6], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}}
{"id": "0700", "source_dataset": "simulated", "video_path": "0001.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [2.3, 3.2, 4.5, 4.8, 20.4, 22.7, 26.4, 32.1, 44.4, 55.1, 56.7, 73.6, 75.1, 77.3, 130.1], "query_points": {"time": [2.4, 3.3, 4.6, 4.9, 20.5, 22.8, 26.5, 32.2, 44.5, 55.2, 56.8, 73.7, 75.2, 77.4, 130.2], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0701", "source_dataset": "simulated", "video_path": "0002.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.1, 1.6, 1.7, 2.0, 8.3, 12.8, 17.7, 19.5, 26.6, 29.8, 37.4, 71.9, 83.0, 88.5, 114.3], "query_points": {"time": [0.2, 1.7, 1.8, 2.1, 8.4, 12.9, 17.8, 19.6, 26.7, 29.9, 37.5, 72.0, 83.1, 88.6, 114.4], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0702", "source_dataset": "simulated", "video_path": "0003.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [1.8, 2.0, 2.3, 10.4, 12.4, 13.4, 19.4, 20.7, 28.2, 42.2, 49.3, 62.0, 63.1, 120.7], "query_points": {"time": [1.9, 2.1, 2.4, 10.5, 12.5, 13.5, 19.5, 20.8, 28.3, 42.3, 49.4, 62.1, 63.2, 120.8], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}}
{"id": "0703", "source_dataset": "simulated", "video_path": "0004.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.5, 0.7, 4.7, 6.0, 9.0, 14.7, 15.1, 15.3, 26.3, 33.5, 42.4, 46.0, 57.0, 59.0, 89.2], "query_points": {"time": [0.6, 0.8, 4.8, 6.1, 9.1, 14.8, 15.2, 15.4, 26.4, 33.6, 42.5, 46.1, 57.1, 59.1, 89.3], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0704", "source_dataset": "simulated", "video_path": "0005.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.3, 0.6, 1.7, 2.3, 11.8, 12.4, 15.3, 28.8, 40.3, 43.5, 58.1, 69.8, 71.7, 91.8, 99.3], "query_points": {"time": [0.4, 0.7, 1.8, 2.4, 11.9, 12.5, 15.4, 28.9, 40.4, 43.6, 58.2, 69.9, 71.8, 91.9, 99.4], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0705", "source_dataset": "simulated", "video_path": "0006.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [1.8, 1.9, 2.0, 3.8, 12.2, 16.4, 20.2, 20.4, 25.8, 41.5, 51.8, 56.1, 72.4, 82.9, 101.1], "query_points": {"time": [1.9, 2.0, 2.1, 3.9, 12.3, 16.5, 20.3, 20.5, 25.9, 41.6, 51.9, 56.2, 72.5, 83.0, 101.2], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0706", "source_dataset": "simulated", "video_path": "0007.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.0, 0.3, 0.8, 1.0, 8.1, 13.9, 14.9, 21.0, 23.7, 28.6, 35.4, 46.4, 64.8, 74.0, 166.9], "query_points": {"time": [0.1, 0.4, 0.9, 1.1, 8.2, 14.0, 15.0, 21.1, 23.8, 28.7, 35.5, 46.5, 64.9, 74.1, 167.0], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0707", "source_dataset": "simulated", "video_path": "0008.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.0, 0.1, 1.4, 1.6, 12.3, 13.7, 20.6, 26.1, 43.8, 56.5, 73.9, 96.4, 116.4, 119.6, 156.2], "query_points": {"time": [0.1, 0.2, 1.5, 1.7, 12.4, 13.8, 20.7, 26.2, 43.9, 56.6, 74.0, 96.5, 116.5, 119.7, 156.3], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0708", "source_dataset": "simulated", "video_path": "0009.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.3, 1.3, 2.2, 3.8, 12.4, 15.2, 18.8, 25.7, 29.6, 33.8, 40.3, 46.5, 47.3, 50.3], "query_points": {"time": [0.4, 1.4, 2.3, 3.9, 12.5, 15.3, 18.9, 25.8, 29.7, 33.9, 40.4, 46.6, 47.4, 50.4], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}}
{"id": "0709", "source_dataset": "simulated", "video_path": "0010.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [1.5, 1.8, 2.3, 2.6, 9.0, 10.0, 12.9, 28.6, 30.7, 32.0, 39.2, 56.7, 62.6, 69.9, 89.9], "query_points": {"time": [1.6, 1.9, 2.4, 2.7, 9.1, 10.1, 13.0, 28.7, 30.8, 32.1, 39.3, 56.8, 62.7, 70.0, 90.0], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0710", "source_dataset": "simulated", "video_path": "0011.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.3, 1.0, 2.4, 9.3, 13.4, 15.7, 19.8, 23.8, 33.5, 53.5, 54.8, 69.8, 98.0, 106.5], "query_points": {"time": [0.4, 1.1, 2.5, 9.4, 13.5, 15.8, 19.9, 23.9, 33.6, 53.6, 54.9, 69.9, 98.1, 106.6], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}}
{"id": "0711", "source_dataset": "simulated", "video_path": "0012.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.8, 1.1, 2.2, 2.7, 12.5, 26.4, 27.0, 29.0, 33.3, 43.4, 56.1, 70.0, 77.9, 101.1, 103.0], "query_points": {"time": [0.9, 1.2, 2.3, 2.8, 12.6, 26.5, 27.1, 29.1, 33.4, 43.5, 56.2, 70.1, 78.0, 101.2, 103.1], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0712", "source_dataset": "simulated", "video_path": "0013.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [1.2, 2.0, 2.1, 2.4, 7.8, 9.5, 13.2, 17.0, 17.2, 25.0, 31.7, 41.2, 45.6, 65.1, 147.0], "query_points": {"time": [1.3, 2.1, 2.2, 2.5, 7.9, 9.6, 13.3, 17.1, 17.3, 25.1, 31.8, 41.3, 45.7, 65.2, 147.1], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0713", "source_dataset": "simulated", "video_path": "0014.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.1, 1.0, 1.9, 2.3, 16.0, 22.5, 30.9, 37.2, 46.7, 47.5, 52.7, 55.5, 65.7, 73.5, 114.4], "query_points": {"time": [0.2, 1.1, 2.0, 2.4, 16.1, 22.6, 31.0, 37.3, 46.8, 47.6, 52.8, 55.6, 65.8, 73.6, 114.5], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0714", "source_dataset": "simulated", "video_path": "0015.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.9, 1.4, 1.9, 2.9, 12.1, 16.7, 17.3, 21.1, 37.9, 48.3, 67.2, 87.1, 96.8, 131.4, 136.7], "query_points": {"time": [1.0, 1.5, 2.0, 3.0, 12.2, 16.8, 17.4, 21.2, 38.0, 48.4, 67.3, 87.2, 96.9, 131.5, 136.8], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0715", "source_dataset": "simulated", "video_path": "0016.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.2, 2.2, 2.7, 3.3, 8.6, 12.0, 12.7, 17.8, 18.6, 23.6, 37.7, 42.0, 56.4, 102.4, 106.3], "query_points": {"time": [0.3, 2.3, 2.8, 3.4, 8.7, 12.1, 12.8, 17.9, 18.7, 23.7, 37.8, 42.1, 56.5, 102.5, 106.4], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0716", "source_dataset": "simulated", "video_path": "0017.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.9, 1.8, 2.9, 3.2, 9.6, 12.9, 15.5, 20.3, 22.7, 24.3, 25.8, 32.2, 34.8, 75.3, 131.7], "query_points": {"time": [1.0, 1.9, 3.0, 3.3, 9.7, 13.0, 15.6, 20.4, 22.8, 24.4, 25.9, 32.3, 34.9, 75.4, 131.8], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0717", "source_dataset": "simulated", "video_path": "0018.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.6, 1.2, 1.8, 2.1, 10.7, 16.3, 19.2, 21.3, 22.1, 29.3, 36.0, 51.6, 53.5, 70.2, 90.3], "query_points": {"time": [0.7, 1.3, 1.9, 2.2, 10.8, 16.4, 19.3, 21.4, 22.2, 29.4, 36.1, 51.7, 53.6, 70.3, 90.4], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0718", "source_dataset": "simulated", "video_path": "0019.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.8, 2.2, 2.4, 2.5, 9.3, 12.6, 13.7, 23.4, 32.8, 52.8, 72.3, 99.4, 110.0, 111.3, 156.2], "query_points": {"time": [0.9, 2.3, 2.5, 2.6, 9.4, 12.7, 13.8, 23.5, 32.9, 52.9, 72.4, 99.5, 110.1, 111.4, 156.3], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0719", "source_dataset": "simulated", "video_path": "0020.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.4, 1.7, 2.9, 3.9, 10.5, 11.2, 21.1, 22.7, 25.0, 28.9, 33.8, 61.7, 62.5, 73.9, 97.3], "query_points": {"time": [0.5, 1.8, 3.0, 4.0, 10.6, 11.3, 21.2, 22.8, 25.1, 29.0, 33.9, 61.8, 62.6, 74.0, 97.4], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0720", "source_dataset": "simulated", "video_path": "0021.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [1.0, 1.9, 3.2, 3.5, 14.9, 16.0, 32.0, 36.7, 42.0, 49.4, 50.1, 51.3, 70.4, 92.6, 103.7], "query_points": {"time": [1.1, 2.0, 3.3, 3.6, 15.0, 16.1, 32.1, 36.8, 42.1, 49.5, 50.2, 51.4, 70.5, 92.7, 103.8], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0721", "source_dataset": "simulated", "video_path": "0022.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.4, 2.3, 3.7, 10.2, 16.0, 23.6, 36.7, 36.9, 47.4, 60.4, 63.5, 85.2, 109.8, 145.8], "query_points": {"time": [0.5, 2.4, 3.8, 10.3, 16.1, 23.7, 36.8, 37.0, 47.5, 60.5, 63.6, 85.3, 109.9, 145.9], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}}
{"id": "0722", "source_dataset": "simulated", "video_path": "0023.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.7, 1.2, 1.8, 2.4, 8.3, 15.4, 23.7, 27.6, 39.4, 41.5, 61.1, 85.1, 135.0, 149.2, 150.1], "query_points": {"time": [0.8, 1.3, 1.9, 2.5, 8.4, 15.5, 23.8, 27.7, 39.5, 41.6, 61.2, 85.2, 135.1, 149.3, 150.2], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0723", "source_dataset": "simulated", "video_path": "0024.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.2, 0.5, 3.3, 4.0, 15.2, 17.6, 34.7, 39.3, 39.8, 63.6, 94.8, 104.6, 131.1, 151.5], "query_points": {"time": [0.3, 0.6, 3.4, 4.1, 15.3, 17.7, 34.8, 39.4, 39.9, 63.7, 94.9, 104.7, 131.2, 151.6], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}}
{"id": "0724", "source_dataset": "simulated", "video_path": "0025.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.2, 1.9, 3.6, 3.8, 5.4, 9.2, 9.5, 11.2, 20.5, 29.9, 42.7, 43.7, 62.8, 98.9, 129.0], "query_points": {"time": [0.3, 2.0, 3.7, 3.9, 5.5, 9.3, 9.6, 11.3, 20.6, 30.0, 42.8, 43.8, 62.9, 99.0, 129.1], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0725", "source_dataset": "simulated", "video_path": "0026.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [1.3, 1.5, 2.7, 3.2, 8.7, 11.0, 16.2, 18.7, 21.3, 23.8, 69.5, 72.7, 101.5, 114.0, 159.2], "query_points": {"time": [1.4, 1.6, 2.8, 3.3, 8.8, 11.1, 16.3, 18.8, 21.4, 23.9, 69.6, 72.8, 101.6, 114.1, 159.3], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0726", "source_dataset": "simulated", "video_path": "0027.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.0, 0.4, 0.5, 1.6, 6.8, 9.9, 20.4, 21.0, 30.2, 35.5, 55.4, 66.3, 73.5, 85.4, 122.1], "query_points": {"time": [0.1, 0.5, 0.6, 1.7, 6.9, 10.0, 20.5, 21.1, 30.3, 35.6, 55.5, 66.4, 73.6, 85.5, 122.2], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0727", "source_dataset": "simulated", "video_path": "0028.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.9, 2.9, 3.6, 6.1, 17.8, 24.9, 29.7, 33.7, 39.6, 59.4, 60.5, 73.1, 82.6, 87.0, 99.1], "query_points": {"time": [1.0, 3.0, 3.7, 6.2, 17.9, 25.0, 29.8, 33.8, 39.7, 59.5, 60.6, 73.2, 82.7, 87.1, 99.2], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0728", "source_dataset": "simulated", "video_path": "0029.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.2, 1.6, 2.2, 2.9, 7.5, 10.3, 20.5, 24.0, 33.9, 41.1, 42.1, 50.2, 70.7, 125.9, 145.3], "query_points": {"time": [0.3, 1.7, 2.3, 3.0, 7.6, 10.4, 20.6, 24.1, 34.0, 41.2, 42.2, 50.3, 70.8, 126.0, 145.4], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0729", "source_dataset": "simulated", "video_path": "0030.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.0, 0.7, 1.2, 1.5, 11.1, 20.1, 28.3, 39.1, 44.3, 55.0, 63.7, 100.6, 118.9, 178.5], "query_points": {"time": [0.1, 0.8, 1.3, 1.6, 11.2, 20.2, 28.4, 39.2, 44.4, 55.1, 63.8, 100.7, 119.0, 178.6], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}}
{"id": "0730", "source_dataset": "simulated", "video_path": "0031.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.6, 0.9, 1.1, 1.4, 8.0, 9.1, 18.7, 19.0, 28.5, 31.1, 36.0, 40.7, 46.7, 131.9, 158.0], "query_points": {"time": [0.7, 1.0, 1.2, 1.5, 8.1, 9.2, 18.8, 19.1, 28.6, 31.2, 36.1, 40.8, 46.8, 132.0, 158.1], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0731", "source_dataset": "simulated", "video_path": "0032.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.1, 0.2, 0.6, 1.2, 10.7, 14.3, 18.2, 22.5, 32.6, 37.3, 44.4, 52.2, 55.9, 62.8, 155.0], "query_points": {"time": [0.2, 0.3, 0.7, 1.3, 10.8, 14.4, 18.3, 22.6, 32.7, 37.4, 44.5, 52.3, 56.0, 62.9, 155.1], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0732", "source_dataset": "simulated", "video_path": "0033.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.0, 0.7, 1.1, 8.7, 9.5, 12.5, 16.5, 22.4, 26.1, 27.2, 35.0, 60.0, 98.2], "query_points": {"time": [0.1, 0.8, 1.2, 8.8, 9.6, 12.6, 16.6, 22.5, 26.2, 27.3, 35.1, 60.1, 98.3], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}}
{"id": "0733", "source_dataset": "simulated", "video_path": "0034.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.3, 0.7, 2.2, 2.6, 9.1, 16.0, 16.1, 20.2, 26.8, 41.0, 55.0, 58.2, 72.2, 79.2, 92.4], "query_points": {"time": [0.4, 0.8, 2.3, 2.7, 9.2, 16.1, 16.2, 20.3, 26.9, 41.1, 55.1, 58.3, 72.3, 79.3, 92.5], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0734", "source_dataset": "simulated", "video_path": "0035.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.9, 1.0, 1.3, 8.6, 14.5, 17.1, 21.6, 22.1, 38.8, 45.8, 66.5, 67.8, 67.9], "query_points": {"time": [1.0, 1.1, 1.4, 8.7, 14.6, 17.2, 21.7, 22.2, 38.9, 45.9, 66.6, 67.9, 68.0], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}}
{"id": "0735", "source_dataset": "simulated", "video_path": "0036.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.8, 1.7, 2.1, 10.0, 10.2, 10.8, 18.8, 20.0, 29.3, 35.2, 47.1, 50.3, 65.2, 120.3], "query_points": {"time": [0.9, 1.8, 2.2, 10.1, 10.3, 10.9, 18.9, 20.1, 29.4, 35.3, 47.2, 50.4, 65.3, 120.4], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}}
{"id": "0736", "source_dataset": "simulated", "video_path": "0037.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.0, 0.3, 2.0, 2.1, 11.5, 22.6, 24.2, 33.1, 42.7, 49.3, 57.6, 69.8, 74.7, 87.8], "query_points": {"time": [0.1, 0.4, 2.1, 2.2, 11.6, 22.7, 24.3, 33.2, 42.8, 49.4, 57.7, 69.9, 74.8, 87.9], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}}
{"id": "0737", "source_dataset": "simulated", "video_path": "0038.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [1.0, 2.1, 2.7, 2.8, 10.1, 13.2, 20.3, 34.9, 45.1, 48.3, 74.6, 80.7, 101.4, 103.8, 112.5], "query_points": {"time": [1.1, 2.2, 2.8, 2.9, 10.2, 13.3, 20.4, 35.0, 45.2, 48.4, 74.7, 80.8, 101.5, 103.9, 112.6], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0738", "source_dataset": "simulated", "video_path": "0039.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [1.1, 1.8, 2.8, 4.1, 13.5, 14.1, 14.2, 21.4, 23.5, 29.3, 35.7, 53.6, 62.4, 76.9], "query_points": {"time": [1.2, 1.9, 2.9, 4.2, 13.6, 14.2, 14.3, 21.5, 23.6, 29.4, 35.8, 53.7, 62.5, 77.0], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}}
{"id": "0739", "source_dataset": "simulated", "video_path": "0040.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.6, 1.4, 3.9, 5.0, 10.5, 21.6, 28.1, 35.1, 38.3, 45.4, 48.9, 56.6, 57.8, 63.1, 69.9], "query_points": {"time": [0.7, 1.5, 4.0, 5.1, 10.6, 21.7, 28.2, 35.2, 38.4, 45.5, 49.0, 56.7, 57.9, 63.2, 70.0], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0740", "source_dataset": "simulated", "video_path": "0041.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [1.1, 1.2, 1.5, 4.5, 10.4, 13.2, 14.7, 25.0, 34.3, 47.0, 47.3, 56.5, 63.4, 100.4, 116.1], "query_points": {"time": [1.2, 1.3, 1.6, 4.6, 10.5, 13.3, 14.8, 25.1, 34.4, 47.1, 47.4, 56.6, 63.5, 100.5, 116.2], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0741", "source_dataset": "simulated", "video_path": "0042.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.8, 1.8, 2.2, 4.4, 9.0, 10.6, 12.2, 17.8, 25.8, 27.5, 28.0, 32.5, 39.2, 58.7, 76.6], "query_points": {"time": [0.9, 1.9, 2.3, 4.5, 9.1, 10.7, 12.3, 17.9, 25.9, 27.6, 28.1, 32.6, 39.3, 58.8, 76.7], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0742", "source_dataset": "simulated", "video_path": "0043.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.3, 0.5, 0.7, 0.8, 10.5, 13.8, 16.9, 17.6, 22.6, 23.4, 39.7, 41.9, 98.7, 108.8, 141.5], "query_points": {"time": [0.4, 0.6, 0.8, 0.9, 10.6, 13.9, 17.0, 17.7, 22.7, 23.5, 39.8, 42.0, 98.8, 108.9, 141.6], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0743", "source_dataset": "simulated", "video_path": "0044.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.3, 0.7, 1.4, 1.7, 10.1, 14.4, 20.5, 22.3, 28.4, 34.1, 40.1, 50.5, 73.6, 105.7], "query_points": {"time": [0.4, 0.8, 1.5, 1.8, 10.2, 14.5, 20.6, 22.4, 28.5, 34.2, 40.2, 50.6, 73.7, 105.8], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}}
{"id": "0744", "source_dataset": "simulated", "video_path": "0045.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [2.7, 3.4, 4.9, 10.1, 16.1, 19.5, 30.5, 32.7, 42.1, 46.8, 48.3, 58.4, 68.4, 82.6], "query_points": {"time": [2.8, 3.5, 5.0, 10.2, 16.2, 19.6, 30.6, 32.8, 42.2, 46.9, 48.4, 58.5, 68.5, 82.7], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}}
{"id": "0745", "source_dataset": "simulated", "video_path": "0046.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.4, 3.2, 3.3, 3.9, 5.9, 13.2, 14.4, 19.9, 20.6, 22.5, 54.7, 57.4, 65.3, 104.4], "query_points": {"time": [0.5, 3.3, 3.4, 4.0, 6.0, 13.3, 14.5, 20.0, 20.7, 22.6, 54.8, 57.5, 65.4, 104.5], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}}
{"id": "0746", "source_dataset": "simulated", "video_path": "0047.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.2, 0.4, 2.9, 3.1, 4.6, 10.6, 13.5, 13.7, 17.6, 20.0, 21.6, 22.6, 34.1, 42.9], "query_points": {"time": [0.3, 0.5, 3.0, 3.2, 4.7, 10.7, 13.6, 13.8, 17.7, 20.1, 21.7, 22.7, 34.2, 43.0], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}}
{"id": "0747", "source_dataset": "simulated", "video_path": "0048.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [0.5, 1.4, 2.1, 2.4, 9.7, 13.1, 16.8, 17.2, 30.6, 34.8, 62.4, 63.3, 64.5, 81.8, 177.9], "query_points": {"time": [0.6, 1.5, 2.2, 2.5, 9.8, 13.2, 16.9, 17.3, 30.7, 34.9, 62.5, 63.4, 64.6, 81.9, 178.0], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0748", "source_dataset": "simulated", "video_path": "0049.mp4", "question": "How many collisions (i.e., contacts that result in a change in trajectory) have occurred in the scene so far?", "counting_type": "E1", "counting_subtype": "E1-Action", "occurrence_times": [1.0, 1.8, 2.6, 2.9, 6.6, 10.5, 10.9, 11.8, 22.7, 26.7, 41.1, 47.5, 58.0, 70.3, 132.9], "query_points": {"time": [1.1, 1.9, 2.7, 3.0, 6.7, 10.6, 11.0, 11.9, 22.8, 26.8, 41.2, 47.6, 58.1, 70.4, 133.0], "count": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}}
{"id": "0749", "source_dataset": "OmniWorld", "video_path": "047cd85f5ef7.mp4", "question": "How many times has the perspective switched to an upward-looking view so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [15.3, 26.7, 43.7, 65.9, 83.2], "query_points": {"time": [16.3, 27.7, 84.2], "count": [1, 2, 5]}}
{"id": "0750", "source_dataset": "youtube", "video_path": "youtube_0005.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [9.3, 15.6, 21.8, 27.2, 36.7, 44.5, 51.3, 56.7, 61.0, 69.4, 75.1, 79.4, 83.9, 86.9, 385.2, 409.1], "query_points": {"time": [10.3, 16.6, 57.7, 386.2, 410.1], "count": [1, 2, 8, 15, 16]}}
{"id": "0751", "source_dataset": "youtube", "video_path": "youtube_0005.mp4", "question": "How many times has the traffic light color changed so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [81.8, 136.2, 318.6, 318.8], "query_points": {"time": [82.8, 137.2, 319.8], "count": [1, 2, 4]}}
{"id": "0752", "source_dataset": "youtube", "video_path": "youtube_0005.mp4", "question": "How many hard cuts have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [8.4, 14.4, 21.3, 26.1, 35.4, 55.1, 60.0, 68.3, 73.3, 78.1, 82.8], "query_points": {"time": [9.4, 15.4, 56.1, 79.1, 83.8], "count": [1, 2, 6, 10, 11]}}
{"id": "0753", "source_dataset": "youtube", "video_path": "youtube_0005.mp4", "question": "How many hard cuts have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [9.3, 15.1, 22.1, 26.8, 36.0, 43.8, 50.5, 56.1, 60.7, 68.9, 74.1, 78.7, 83.1, 87.1], "query_points": {"time": [10.3, 16.1, 51.5, 84.1, 88.1], "count": [1, 2, 7, 13, 14]}}
{"id": "0754", "source_dataset": "CODa_full", "video_path": "10.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [20.9, 41.1, 54.3, 73.9], "query_points": {"time": [21.9, 42.1, 74.9], "count": [1, 2, 4]}}
{"id": "0755", "source_dataset": "CODa_full", "video_path": "13.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [30.0, 70.7, 148.1, 258.3], "query_points": {"time": [31.0, 71.7, 259.3], "count": [1, 2, 4]}}
{"id": "0756", "source_dataset": "CODa_full", "video_path": "17.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [14.4, 43.7, 54.6, 74.4, 94.2], "query_points": {"time": [15.4, 44.7, 95.2], "count": [1, 2, 5]}}
{"id": "0757", "source_dataset": "CODa_full", "video_path": "6.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [25.7, 55.9, 85.9, 115.1], "query_points": {"time": [26.7, 56.9, 116.1], "count": [1, 2, 4]}}
{"id": "0758", "source_dataset": "CODa_full", "video_path": "7.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [26.5, 56.3, 76.5, 96.5], "query_points": {"time": [27.5, 57.3, 97.5], "count": [1, 2, 4]}}
{"id": "0759", "source_dataset": "youtube", "video_path": "youtube_0019.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [4.9, 12.3, 19.1, 21.7, 24.2, 28.2, 30.6, 32.9, 35.3, 38.9, 47.0, 73.8, 92.3, 97.0, 99.4, 105.0, 107.1, 110.8, 114.2, 117.3, 121.2, 125.5, 130.1, 132.9, 136.6], "query_points": {"time": [5.9, 13.3, 74.8, 133.9, 137.6], "count": [1, 2, 12, 24, 25]}}
{"id": "0760", "source_dataset": "youtube", "video_path": "youtube_0019.mp4", "question": "How many jump cuts have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [4.6, 12.0, 18.8, 21.5, 23.9, 27.9, 30.2, 32.4, 35.0, 38.8, 47.0, 73.6, 82.2, 92.2, 96.8, 99.1, 104.6, 106.8, 110.6, 114.0, 117.3, 121.2, 125.3, 130.2, 132.4, 136.2, 147.4, 152.8, 157.5, 164.4, 168.0, 172.7, 178.6, 182.4, 187.4, 191.4, 199.6, 204.0, 208.4, 214.7, 217.3, 220.5, 225.8, 228.3, 231.0, 236.6, 240.8], "query_points": {"time": [7.0, 14.6, 131.3, 238.0, 247.1], "count": [1, 2, 24, 46, 47]}}
{"id": "0761", "source_dataset": "youtube", "video_path": "youtube_0020.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [10.8, 15.2, 21.5, 26.0, 32.4, 36.8, 42.6, 54.0, 60.8, 67.3, 75.1, 85.8, 96.3, 107.3, 121.2, 126.8, 129.3, 142.6, 147.1, 158.3, 162.4, 168.5, 170.5, 179.8, 190.6, 201.1, 217.3, 222.6, 244.3, 249.2, 257.9, 264.0], "query_points": {"time": [11.8, 16.2, 130.3, 258.9, 265.0], "count": [1, 2, 17, 31, 32]}}
{"id": "0762", "source_dataset": "youtube", "video_path": "youtube_0021.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [5.7, 8.4, 11.1, 13.9, 16.7, 19.4, 23.2, 26.0, 29.4, 31.6, 33.5, 36.8, 39.7, 43.1, 434.8], "query_points": {"time": [6.7, 9.4, 27.0, 44.1, 435.8], "count": [1, 2, 8, 14, 15]}}
{"id": "0763", "source_dataset": "youtube", "video_path": "youtube_0021.mp4", "question": "How many hard cuts have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [4.1, 6.6, 8.3, 11.1, 13.9, 16.7, 19.2, 21.7, 24.6, 27.1, 31.1, 33.7, 36.6, 39.4, 43.1, 51.7], "query_points": {"time": [5.1, 7.6, 25.6, 83.3, 125.9], "count": [1, 2, 9, 16, 16]}}
{"id": "0764", "source_dataset": "youtube", "video_path": "youtube_0021.mp4", "question": "How many hard cuts have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [3.6, 5.6, 8.0, 10.6, 13.4, 16.3, 18.7, 21.2, 24.1, 26.5, 30.5, 33.5, 36.2, 38.9, 41.1, 50.9], "query_points": {"time": [4.6, 6.6, 22.2, 42.1, 51.9], "count": [1, 2, 8, 15, 16]}}
{"id": "0765", "source_dataset": "youtube", "video_path": "youtube_0027.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [6.4, 13.2, 19.9, 28.5, 34.0, 42.4, 61.0, 205.3, 212.5], "query_points": {"time": [7.4, 14.2, 206.3, 213.5], "count": [1, 2, 8, 9]}}
{"id": "0766", "source_dataset": "youtube", "video_path": "youtube_0027.mp4", "question": "How many hard cuts have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [7.0, 13.4, 20.0, 28.3, 34.7, 40.8, 59.2], "query_points": {"time": [8.0, 14.4, 41.8, 60.2], "count": [1, 2, 6, 7]}}
{"id": "0767", "source_dataset": "youtube", "video_path": "youtube_0027.mp4", "question": "How many hard cuts have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [6.4, 13.3, 19.9, 28.5, 34.7, 40.6, 51.1], "query_points": {"time": [7.4, 14.3, 41.6, 52.1], "count": [1, 2, 6, 7]}}
{"id": "0768", "source_dataset": "youtube", "video_path": "youtube_0029.mp4", "question": "How many times has the viewpoint changed so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [34.9, 46.1, 242.9, 289.0, 394.5, 448.7, 511.6, 545.5], "query_points": {"time": [21.5, 35.9, 337.1, 546.5, 612.6], "count": [0, 1, 4, 8, 8]}}
{"id": "0769", "source_dataset": "youtube", "video_path": "youtube_0029.mp4", "question": "How many times has the player's viewpoint switched from inside to outside the car so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [45.8, 290.6, 450.0, 546.3], "query_points": {"time": [52.1, 299.7, 557.8], "count": [1, 2, 4]}}
{"id": "0770", "source_dataset": "youtube", "video_path": "youtube_0029.mp4", "question": "How many times has the player's viewpoint switched from outside to inside the car so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [36.0, 241.8, 394.4, 511.3], "query_points": {"time": [53.7, 249.9, 517.7], "count": [1, 2, 4]}}
{"id": "0771", "source_dataset": "youtube", "video_path": "youtube_0034.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [14.0, 27.9, 38.0, 52.8, 67.1, 79.8, 93.6, 102.4, 112.9, 125.1, 140.4], "query_points": {"time": [15.0, 28.9, 80.8, 126.1, 141.4], "count": [1, 2, 6, 10, 11]}}
{"id": "0772", "source_dataset": "youtube", "video_path": "youtube_0034.mp4", "question": "How many hard cuts have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [13.9, 27.5, 38.9, 52.7, 66.1, 82.1, 92.9, 102.4, 113.4, 123.3, 136.2], "query_points": {"time": [14.9, 28.5, 83.1, 124.3, 137.2], "count": [1, 2, 6, 10, 11]}}
{"id": "0773", "source_dataset": "youtube", "video_path": "youtube_0040.mp4", "question": "How many hard cuts have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [10.0, 13.9, 17.7, 25.3, 28.7, 35.4, 39.2, 43.7, 48.7, 53.5, 59.4, 63.7, 68.6, 72.0], "query_points": {"time": [11.0, 14.9, 40.2, 69.6, 73.0], "count": [1, 2, 7, 13, 14]}}
{"id": "0774", "source_dataset": "youtube", "video_path": "youtube_0040.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [9.1, 12.7, 17.1, 24.5, 28.3, 34.8, 38.8, 43.1, 48.2, 53.0, 58.7, 62.9, 67.5, 71.8], "query_points": {"time": [10.1, 13.7, 39.8, 68.5, 72.8], "count": [1, 2, 7, 13, 14]}}
{"id": "0775", "source_dataset": "youtube", "video_path": "youtube_0041.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [4.9, 7.6, 11.4, 14.1, 16.9, 19.4, 21.0, 24.5, 27.9, 30.1, 33.4, 35.9, 39.3, 41.4, 43.8, 47.4, 49.5, 52.2, 53.3, 54.8, 57.8, 921.2], "query_points": {"time": [5.9, 8.6, 34.4, 58.8, 922.2], "count": [1, 2, 11, 21, 22]}}
{"id": "0776", "source_dataset": "youtube", "video_path": "youtube_0041.mp4", "question": "How many times has the traffic light color changed so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [79.0, 129.0, 132.0], "query_points": {"time": [80.0, 130.0, 186.3], "count": [1, 2, 3]}}
{"id": "0777", "source_dataset": "youtube", "video_path": "youtube_0041.mp4", "question": "How many hard cuts have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [4.5, 7.5, 11.3, 13.5, 16.2, 18.3, 21.7, 24.8, 28.0, 30.2, 33.3, 35.8, 38.9, 40.7, 42.8, 47.2, 49.3, 51.3, 53.5, 56.0, 58.3], "query_points": {"time": [5.5, 8.5, 34.3, 57.0, 59.3], "count": [1, 2, 11, 20, 21]}}
{"id": "0778", "source_dataset": "youtube", "video_path": "youtube_0045.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [2.6, 5.1, 7.1, 9.2, 12.5, 14.5, 17.1, 21.2, 27.4], "query_points": {"time": [3.6, 6.1, 22.2, 28.4], "count": [1, 2, 8, 9]}}
{"id": "0779", "source_dataset": "youtube", "video_path": "youtube_0049.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [2.4, 3.6, 4.8, 6.8, 8.8, 10.8, 12.8, 14.8, 16.9, 19.5, 20.8, 24.6, 38.5], "query_points": {"time": [3.4, 4.6, 13.8, 25.6, 39.5], "count": [1, 2, 7, 12, 13]}}
{"id": "0780", "source_dataset": "youtube", "video_path": "youtube_0049.mp4", "question": "How many hard cuts have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [2.6, 3.6, 4.9, 6.9, 8.8, 10.9, 12.9, 14.8, 16.9, 19.5, 20.9, 24.6, 39.2], "query_points": {"time": [3.6, 4.6, 13.9, 25.6, 40.2], "count": [1, 2, 7, 12, 13]}}
{"id": "0781", "source_dataset": "youtube", "video_path": "youtube_0050.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [4.0, 7.8, 11.2, 14.4, 17.9, 21.7, 25.0, 28.8, 31.9, 35.5, 39.0, 42.3, 46.0, 49.3, 54.5, 81.1], "query_points": {"time": [5.0, 8.8, 29.8, 55.5, 82.1], "count": [1, 2, 8, 15, 16]}}
{"id": "0782", "source_dataset": "youtube", "video_path": "youtube_0052.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [8.8, 12.2, 15.6, 20.4, 25.5, 32.6, 38.3, 44.3, 55.0, 60.5, 127.7], "query_points": {"time": [9.8, 13.2, 33.6, 61.5, 128.7], "count": [1, 2, 6, 10, 11]}}
{"id": "0783", "source_dataset": "youtube", "video_path": "youtube_0052.mp4", "question": "How many hard cuts have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [6.5, 11.0, 14.6, 19.1, 24.3, 31.3, 36.9, 42.9, 53.5, 57.7, 123.8, 201.5, 212.0, 310.5, 326.9, 435.8, 467.8, 618.5, 815.0, 918.7, 983.6, 1121.8, 1154.7], "query_points": {"time": [7.5, 12.0, 202.5, 1122.8, 1155.7], "count": [1, 2, 12, 22, 23]}}
{"id": "0784", "source_dataset": "youtube", "video_path": "youtube_0053.mp4", "question": "How many times has the traffic light color changed so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [242.5, 244.5], "query_points": {"time": [243.5, 245.5], "count": [1, 2]}}
{"id": "0785", "source_dataset": "youtube", "video_path": "youtube_0055.mp4", "question": "How many hard cuts have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [7.6, 11.2, 14.2, 21.3, 29.3, 57.5, 60.8, 63.3, 66.6, 70.0, 73.3, 76.7, 79.8, 84.9], "query_points": {"time": [8.6, 12.2, 67.6, 128.6, 139.6], "count": [1, 2, 9, 14, 14]}}
{"id": "0786", "source_dataset": "youtube", "video_path": "youtube_0055.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [7.7, 11.5, 14.6, 21.1, 29.4, 58.2, 61.1, 64.2, 67.2, 70.4, 74.0, 77.1, 80.4, 85.4], "query_points": {"time": [8.7, 12.5, 62.1, 81.4, 86.4], "count": [1, 2, 7, 13, 14]}}
{"id": "0787", "source_dataset": "youtube", "video_path": "youtube_0055.mp4", "question": "How many hard cuts have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [8.0, 11.0, 14.3, 21.1, 29.0, 57.4, 60.4, 63.7, 66.7, 70.1, 74.4, 77.1, 79.9, 85.6], "query_points": {"time": [9.0, 12.0, 61.4, 80.9, 86.6], "count": [1, 2, 7, 13, 14]}}
{"id": "0788", "source_dataset": "youtube", "video_path": "youtube_0062.mp4", "question": "How many hard cuts have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [2.3, 3.7, 5.3, 6.8, 10.0, 12.6, 14.4, 16.5, 18.2, 19.4, 20.0, 21.2, 22.5, 23.9, 25.1, 26.2, 27.7, 28.8, 29.9, 30.9, 32.2, 33.3, 34.6, 35.8, 37.1, 38.3, 39.5, 40.7, 41.9, 43.1, 44.3, 45.7, 46.8, 48.0, 49.3, 50.5, 51.6, 52.9, 54.0, 55.3, 56.5, 57.7, 58.9, 60.2, 61.4, 62.6, 63.8, 65.0, 66.2, 67.4, 68.6, 70.0, 71.3, 72.5, 73.7, 74.9, 76.1, 77.3, 78.6, 79.8, 81.0, 82.2, 83.4, 84.7, 86.0, 92.4, 96.9], "query_points": {"time": [3.3, 4.7, 49.0, 93.4, 97.9], "count": [1, 2, 34, 66, 67]}}
{"id": "0789", "source_dataset": "youtube", "video_path": "youtube_0062.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [2.0, 3.6, 5.2, 6.7, 9.7, 12.5, 14.4, 16.3, 18.2, 19.2, 19.9, 21.2, 23.5, 24.8, 26.0, 27.2, 28.4, 29.7, 30.9, 32.0, 33.3, 34.5, 35.7, 37.0, 38.2, 39.4, 40.6, 41.9, 43.1, 44.2, 45.5, 46.8, 47.9, 49.2, 50.4, 51.6, 52.8, 54.1, 55.3, 56.5, 57.6, 58.8, 60.0, 61.1, 62.4, 63.6, 64.8, 66.1, 67.4, 68.6, 69.8, 71.0, 72.2, 73.5, 74.7, 75.9, 77.0, 78.2, 79.5, 80.8, 82.1, 83.3, 84.5, 85.7, 86.9, 92.2, 97.4], "query_points": {"time": [3.0, 4.6, 50.2, 93.2, 98.4], "count": [1, 2, 34, 66, 67]}}
{"id": "0790", "source_dataset": "youtube", "video_path": "youtube_0063.mp4", "question": "How many hard cuts have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [4.6, 6.5, 10.5, 12.5, 14.5, 18.4, 47.0, 50.6], "query_points": {"time": [5.6, 7.5, 48.0, 51.6], "count": [1, 2, 7, 8]}}
{"id": "0791", "source_dataset": "youtube", "video_path": "youtube_0065.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [4.5, 6.4, 9.0, 12.9, 16.3, 23.7, 26.9, 28.5, 32.6, 39.3, 45.6, 48.1, 50.3, 55.0, 59.2, 62.7, 76.0, 78.5, 83.7, 86.9, 91.0, 92.9, 108.7, 113.0, 116.9, 120.9], "query_points": {"time": [5.5, 7.4, 56.0, 117.9, 121.9], "count": [1, 2, 14, 25, 26]}}
{"id": "0792", "source_dataset": "Ego4D", "video_path": "fec1f883-fc5c-4257-985e-26efaec68ddc.mp4", "question": "How many times has the door opened or closed so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [30.3, 45.3, 72.3, 106.1, 206.1], "query_points": {"time": [31.3, 46.3, 207.1], "count": [1, 2, 5]}}
{"id": "0793", "source_dataset": "RoomTour3D", "video_path": "iTZXNrt8Dwo.mp4", "question": "How many times has the door opened or closed so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [24.0, 72.7], "query_points": {"time": [25.0, 73.7], "count": [1, 2]}}
{"id": "0794", "source_dataset": "RoomTour3D", "video_path": "idOYaybnry8.mp4", "question": "How many times has the door opened or closed so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [43.3, 86.7, 180.7, 270.7], "query_points": {"time": [44.3, 87.7, 271.7], "count": [1, 2, 4]}}
{"id": "0795", "source_dataset": "youtube", "video_path": "youtube_0087.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [10.2, 20.6, 33.8, 46.8, 63.7, 90.3, 107.1, 115.7, 128.8, 140.7, 150.0], "query_points": {"time": [11.2, 21.6, 91.3, 150.0, 151.0], "count": [1, 2, 6, 11, 11]}}
{"id": "0796", "source_dataset": "youtube", "video_path": "youtube_0098.mp4", "question": "How many scene transitions have occurred so far?", "counting_type": "E1", "counting_subtype": "E1-Transit", "occurrence_times": [49.0, 85.7, 115.5, 146.5, 188.4, 228.0], "query_points": {"time": [25.5, 50.0, 147.5, 229.0, 256.8], "count": [0, 1, 4, 6, 6]}}
{"id": "0797", "source_dataset": "RoomTour3D", "video_path": "-FZTi5EfPSQ.mp4", "question": "How many times has the bedroom been shown in the house tour video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [129.7, 731.0, 975.7, 997.7], "end": [203.7, 872.0, 997.0, 1017.7]}, "query_points": {"time": [204.7, 873.0, 1018.7], "count": [1, 2, 4]}}
{"id": "0798", "source_dataset": "youtube", "video_path": "youtube_0001.mp4", "question": "How many design ideas has the video provided so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [21.2, 27.3, 32.3, 37.3, 41.3, 47.3, 52.3, 57.3, 62.3, 67.3, 72.3, 76.3, 83.3, 87.3, 92.3, 96.3, 102.3, 107.3, 112.3, 117.3, 122.3, 126.3, 132.1, 136.9, 141.9, 146.9, 151.9, 156.9, 161.9, 166.9, 171.9, 176.9, 181.9, 186.9, 191.7, 196.5, 201.5, 206.5, 212.5, 217.5, 221.5, 226.8, 231.5, 237.5, 241.8, 247.1, 252.1, 257.1, 262.1, 266.1], "end": [25.3, 30.3, 35.3, 40.3, 45.3, 50.3, 55.3, 60.3, 65.3, 69.3, 74.3, 81.3, 85.3, 90.3, 95.3, 100.3, 105.3, 110.3, 115.3, 120.3, 125.3, 130.1, 135.1, 139.9, 144.9, 149.9, 154.9, 159.9, 164.9, 169.9, 174.9, 179.9, 184.9, 189.9, 195.2, 200.5, 204.5, 209.5, 214.5, 219.5, 224.5, 229.8, 235.5, 239.5, 244.8, 250.1, 255.1, 260.1, 265.1, 270.1]}, "query_points": {"time": [19.0, 26.2, 116.1, 260.6, 272.0], "count": [0, 1, 19, 48, 50]}}
{"id": "0799", "source_dataset": "OmniWorld", "video_path": "03b9161e3ff2.mp4", "question": "How many turns has the person made so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [2.9, 9.1, 14.0, 16.5, 22.5, 26.8, 30.7, 34.8, 36.9, 38.8, 43.0, 48.2, 55.3], "end": [5.0, 12.1, 15.4, 17.6, 23.4, 28.2, 32.8, 36.5, 38.1, 40.1, 45.4, 51.0, 57.1]}, "query_points": {"time": [6.0, 13.1, 33.8, 52.0, 57.2], "count": [1, 2, 7, 12, 13]}}
{"id": "0800", "source_dataset": "OmniWorld", "video_path": "05017c153ac9.mp4", "question": "How many wooden bridges has the person crossed so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [7.4, 81.7, 158.7], "end": [8.6, 84.5, 162.2]}, "query_points": {"time": [9.6, 85.5, 163.2], "count": [1, 2, 3]}}
{"id": "0801", "source_dataset": "OmniWorld", "video_path": "05017c153ac9.mp4", "question": "How many times has the character crossed the bridge so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [7.2, 81.3, 158.9, 330.0], "end": [8.8, 83.5, 161.8, 334.3]}, "query_points": {"time": [9.8, 84.5, 335.3], "count": [1, 2, 4]}}
{"id": "0802", "source_dataset": "OmniWorld", "video_path": "057f4daa3089.mp4", "question": "How many times has he climbed onto the roof so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [138.8, 279.1], "end": [140.8, 281.9]}, "query_points": {"time": [141.8, 282.9], "count": [1, 2]}}
{"id": "0803", "source_dataset": "OmniWorld", "video_path": "057f4daa3089.mp4", "question": "How many times has the protagonist climbed artificial stone steps so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [3.5, 5.1, 25.6, 29.8, 82.9, 99.3, 109.5, 141.8, 185.1, 193.0, 203.6], "end": [3.9, 5.4, 26.6, 33.9, 85.2, 101.0, 110.7, 142.3, 187.0, 195.1, 210.6]}, "query_points": {"time": [4.9, 6.4, 102.0, 196.1, 211.6], "count": [1, 2, 6, 10, 11]}}
{"id": "0804", "source_dataset": "OmniWorld", "video_path": "058a2bdf210b.mp4", "question": "How many times has the person been on the rooftop so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [0.0, 156.2], "end": [21.9, 159.2]}, "query_points": {"time": [22.9, 160.2], "count": [1, 2]}}
{"id": "0805", "source_dataset": "OmniWorld", "video_path": "058a2bdf210b.mp4", "question": "How many times has the protagonist climbed artificial stone steps so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [33.5, 55.5, 86.2], "end": [38.2, 57.8, 86.4]}, "query_points": {"time": [39.2, 58.8, 87.4], "count": [1, 2, 3]}}
{"id": "0806", "source_dataset": "Ego4D", "video_path": "0e7620e8-f1b5-4093-aff9-d73ab0039e08.mp4", "question": "How many sets of leg kicks has the person in the frame performed so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [19.0, 29.5, 89.2, 122.5], "end": [26.3, 34.9, 104.6, 142.3]}, "query_points": {"time": [27.3, 35.9, 143.3], "count": [1, 2, 4]}}
{"id": "0807", "source_dataset": "Ego4D", "video_path": "0e7620e8-f1b5-4093-aff9-d73ab0039e08.mp4", "question": "How many times has the person walked on the lawn (including the dirt path on the lawn) so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [202.6, 333.5, 1094.8], "end": [269.9, 426.1, 1133.5]}, "query_points": {"time": [270.9, 427.1, 1133.5], "count": [1, 2, 3]}}
{"id": "0808", "source_dataset": "youtube", "video_path": "youtube_0003.mp4", "question": "How many games have been hosted so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [457.5, 660.7, 842.7, 1104.8], "end": [584.4, 764.2, 949.9, 1213.5]}, "query_points": {"time": [767.5, 954.5, 1264.0], "count": [2, 3, 4]}}
{"id": "0809", "source_dataset": "RoomTour3D", "video_path": "0qw2HOHjiyU.mp4", "question": "How many times has the bedroom been shown in the house tour video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [139.7, 430.3, 466.3, 499.7], "end": [278.7, 457.7, 494.3, 552.3]}, "query_points": {"time": [279.7, 458.7, 553.3], "count": [1, 2, 4]}}
{"id": "0810", "source_dataset": "Ego4D", "video_path": "12f82d62-a2ed-42f7-a558-7403345d0705.mp4", "question": "How many times has the dog stopped so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [86.3, 122.0, 150.3], "end": [88.9, 128.4, 156.0]}, "query_points": {"time": [89.9, 129.4, 157.0], "count": [1, 2, 3]}}
{"id": "0811", "source_dataset": "Ego4D", "video_path": "12f82d62-a2ed-42f7-a558-7403345d0705.mp4", "question": "How many times has the dog walked on the lawn so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [30.8, 37.9, 53.9, 87.6, 99.1, 117.6, 145.4], "end": [34.7, 40.6, 57.9, 93.5, 113.4, 128.0, 161.8]}, "query_points": {"time": [35.7, 41.6, 129.0, 162.8], "count": [1, 2, 6, 7]}}
{"id": "0812", "source_dataset": "Ego4D", "video_path": "12f82d62-a2ed-42f7-a558-7403345d0705.mp4", "question": "How many times has his dog gone onto the lawn so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [31.0, 37.2, 53.5, 86.8, 98.9, 118.1], "end": [34.3, 39.5, 57.1, 96.2, 112.1, 127.4]}, "query_points": {"time": [35.3, 40.5, 113.1, 128.4], "count": [1, 2, 5, 6]}}
{"id": "0813", "source_dataset": "CODa_full", "video_path": "13.mp4", "question": "How many bicycles have passed in front of the camera so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [0.3, 9.0, 26.3, 165.6, 169.4], "end": [4.7, 11.7, 29.0, 169.4, 172.0]}, "query_points": {"time": [5.7, 12.7, 173.0], "count": [1, 2, 5]}}
{"id": "0814", "source_dataset": "OmniWorld", "video_path": "155a0f729ec1.mp4", "question": "How many times has the vehicle reversed so far (counting from the start of reversing until switching to forward as one time)?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [23.8, 78.8, 86.4, 138.7, 182.1], "end": [30.4, 81.3, 88.8, 144.6, 187.5]}, "query_points": {"time": [31.4, 82.3, 188.5], "count": [1, 2, 5]}}
{"id": "0815", "source_dataset": "CODa_full", "video_path": "17.mp4", "question": "How many times has the person filming crossed the zebra crossing so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [13.8, 29.2, 98.5], "end": [17.0, 39.0, 112.7]}, "query_points": {"time": [18.0, 40.0, 112.9], "count": [1, 2, 3]}}
{"id": "0816", "source_dataset": "youtube", "video_path": "youtube_0006.mp4", "question": "How many scenes related to dogs are there in the video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [0.9, 7.5, 30.4, 73.8, 95.5, 109.5, 115.3, 148.4, 161.3, 167.9, 190.8, 220.2, 267.3, 311.2, 324.7, 351.5, 391.1, 418.4, 478.0, 499.2], "end": [6.1, 14.7, 46.0, 84.3, 100.0, 114.2, 118.6, 159.0, 166.7, 178.4, 196.4, 232.9, 274.4, 323.7, 340.7, 362.0, 400.0, 445.2, 482.1, 506.4]}, "query_points": {"time": [18.3, 123.9, 345.3], "count": [2, 7, 15]}}
{"id": "0817", "source_dataset": "youtube", "video_path": "youtube_0006.mp4", "question": "How many scenes with cats have appeared in the video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [7.3, 86.7, 178.5, 220.0, 234.4, 284.0, 299.7, 362.8, 401.1, 444.4], "end": [14.7, 95.0, 182.1, 232.7, 242.9, 298.5, 310.0, 377.7, 408.4, 453.0]}, "query_points": {"time": [16.6, 48.0, 472.3, 521.5], "count": [1, 1, 10, 10]}}
{"id": "0818", "source_dataset": "youtube", "video_path": "youtube_0006.mp4", "question": "How many scenes have been filmed in the water so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [134.2, 249.9], "end": [145.0, 260.6]}, "query_points": {"time": [146.0, 261.6], "count": [1, 2]}}
{"id": "0819", "source_dataset": "youtube", "video_path": "youtube_0006.mp4", "question": "How many times has a segment containing a dog appeared so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [0.0, 6.5, 29.3, 72.4, 94.4, 107.8, 113.0, 146.1, 159.5, 166.2, 189.3, 219.4, 264.6, 309.2, 323.8, 352.2, 388.7, 416.5, 475.4, 496.5], "end": [5.6, 13.8, 44.8, 83.1, 98.1, 111.8, 117.0, 158.6, 165.3, 175.9, 194.1, 232.5, 273.4, 322.8, 339.4, 361.1, 397.4, 442.5, 479.2, 504.2]}, "query_points": {"time": [15.6, 43.0, 274.5, 508.2, 534.2], "count": [2, 2, 13, 20, 20]}}
{"id": "0820", "source_dataset": "youtube", "video_path": "youtube_0006.mp4", "question": "How many times has the bird segment appeared so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [44.8, 62.4, 118.3, 274.1, 407.1, 452.5, 480.5], "end": [54.6, 73.0, 133.1, 281.9, 413.8, 467.0, 495.9]}, "query_points": {"time": [42.3, 56.2, 213.4, 472.7, 502.3], "count": [0, 1, 3, 6, 7]}}
{"id": "0821", "source_dataset": "youtube", "video_path": "youtube_0006.mp4", "question": "How many times has an underwater shot appeared so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [133.2, 248.9], "end": [143.8, 258.5]}, "query_points": {"time": [25.7, 120.6, 270.3, 538.9], "count": [0, 0, 2, 2]}}
{"id": "0822", "source_dataset": "Ego4D", "video_path": "1cde7a53-2d9d-4cfd-b9ce-d0f2396df2c6.mp4", "question": "How many times has the person moved something (counting from picking up to placing in a new position) so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [19.6, 50.4, 55.5, 59.7, 64.8, 67.9, 73.9, 95.4, 107.4, 114.3], "end": [39.3, 54.0, 57.6, 60.8, 66.0, 70.4, 88.3, 104.9, 112.8, 117.4]}, "query_points": {"time": [40.3, 55.0, 113.8, 118.4], "count": [1, 2, 9, 10]}}
{"id": "0823", "source_dataset": "youtube", "video_path": "youtube_0007.mp4", "question": "From the person's perspective, how many spin(s) have they made so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [47.1, 89.8, 174.6, 222.0], "end": [48.4, 90.9, 176.1, 223.4]}, "query_points": {"time": [52.1, 93.8, 225.3], "count": [1, 2, 4]}}
{"id": "0824", "source_dataset": "Ego4D", "video_path": "20f345f7-d592-4d52-851f-3ee4544a847d.mp4", "question": "How many intersections has he passed through so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [67.5, 148.0, 208.1, 233.6], "end": [82.0, 178.0, 216.5, 240.1]}, "query_points": {"time": [83.0, 179.0, 241.1], "count": [1, 2, 4]}}
{"id": "0825", "source_dataset": "Ego4D", "video_path": "20f345f7-d592-4d52-851f-3ee4544a847d.mp4", "question": "How many times has the person turned/made a U-turn while riding a bicycle on the road so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [210.3, 264.4, 287.3, 299.3, 321.0], "end": [216.0, 268.3, 290.4, 305.2, 324.6]}, "query_points": {"time": [217.0, 269.3, 325.6], "count": [1, 2, 5]}}
{"id": "0826", "source_dataset": "Ego4D", "video_path": "30805f57-8f23-4d41-91a0-19d248a62c1d.mp4", "question": "How many times has she entered the balcony so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [94.6, 112.3, 219.9, 326.7], "end": [97.3, 176.1, 280.6, 369.0]}, "query_points": {"time": [98.3, 177.1, 370.0], "count": [1, 2, 4]}}
{"id": "0827", "source_dataset": "youtube", "video_path": "youtube_0008.mp4", "question": "How many pom-poms has the person made so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [6.2, 140.2], "end": [136.5, 217.5]}, "query_points": {"time": [3.0, 137.8, 226.8], "count": [0, 1, 2]}}
{"id": "0828", "source_dataset": "youtube", "video_path": "youtube_0008.mp4", "question": "How many times has the hot glue gun been used so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [221.9, 352.0, 361.0, 462.0, 471.4], "end": [225.9, 354.1, 364.1, 464.0, 473.4]}, "query_points": {"time": [217.8, 228.4, 478.6, 511.2], "count": [0, 1, 5, 5]}}
{"id": "0829", "source_dataset": "youtube", "video_path": "youtube_0009.mp4", "question": "If a cue appears in the bottom left corner when a splice occurs, then how many video clips have been used to compose this video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [6.0, 127.8, 175.7, 268.4, 327.9, 394.9, 467.5], "end": [125.9, 172.8, 266.4, 326.3, 393.8, 466.1, 482.5]}, "query_points": {"time": [125.9, 172.8, 466.1, 482.5], "count": [1, 2, 6, 7]}}
{"id": "0830", "source_dataset": "arkitscenes", "video_path": "47333457.mp4", "question": "How many times has the camera nodded so far? (camera pitch movement)", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [9.9, 16.7, 23.0, 29.4, 37.5, 44.5, 52.0], "end": [15.5, 21.7, 27.8, 36.4, 43.2, 50.7, 55.4]}, "query_points": {"time": [16.5, 22.7, 51.7, 55.4], "count": [1, 2, 6, 7]}}
{"id": "0831", "source_dataset": "youtube", "video_path": "youtube_0010.mp4", "question": "How many times has the person crossed the road so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [86.6, 184.1, 228.1, 307.3, 397.9, 435.6], "end": [97.4, 198.2, 237.1, 316.8, 406.1, 443.3]}, "query_points": {"time": [98.4, 199.2, 407.1, 444.3], "count": [1, 2, 5, 6]}}
{"id": "0832", "source_dataset": "Ego4D", "video_path": "50e55c8f-b939-4b5c-86b5-e0b53d199d27.mp4", "question": "How many times has the person ridden the elevator so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [84.7, 2120.4], "end": [108.5, 2145.5]}, "query_points": {"time": [109.5, 2146.5], "count": [1, 2]}}
{"id": "0833", "source_dataset": "RoomTour3D", "video_path": "51ALckqxswY.mp4", "question": "How many times has the bedroom been shown in the house tour video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [351.7, 638.7, 729.3], "end": [387.0, 674.7, 774.0]}, "query_points": {"time": [388.0, 675.7, 775.0], "count": [1, 2, 3]}}
{"id": "0834", "source_dataset": "scannetpp", "video_path": "5eb31827b7.mp4", "question": "How many times has the person shown under the table so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [21.9, 34.6, 38.8, 54.1, 75.3, 94.4], "end": [25.0, 37.4, 40.2, 56.9, 77.7, 101.3]}, "query_points": {"time": [26.0, 38.4, 78.7, 102.3], "count": [1, 2, 5, 6]}}
{"id": "0835", "source_dataset": "CODa_full", "video_path": "6.mp4", "question": "How many times has the white car appeared in the video so far (including when stationary)?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [7.1, 25.2, 56.6, 64.9, 141.1, 161.7], "end": [21.5, 46.6, 63.8, 72.9, 158.7, 173.3]}, "query_points": {"time": [22.5, 47.6, 159.7, 174.3], "count": [1, 2, 5, 6]}}
{"id": "0836", "source_dataset": "youtube", "video_path": "youtube_0011.mp4", "question": "How many times has the girl applied cosmetics to her face so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [10.1, 17.0, 27.0, 35.9, 46.3, 52.9, 59.9, 65.2, 68.7, 75.7, 82.1, 92.0, 114.5], "end": [13.8, 24.6, 33.7, 42.2, 51.0, 57.9, 63.1, 67.3, 73.0, 78.0, 86.7, 97.7, 118.0]}, "query_points": {"time": [13.8, 24.6, 63.1, 97.7, 118.0], "count": [1, 2, 7, 12, 13]}}
{"id": "0837", "source_dataset": "RoomTour3D", "video_path": "6alYmgz2010.mp4", "question": "How many times has the bedroom been shown in the house tour video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [62.7, 643.3, 760.7, 834.7, 887.0], "end": [90.0, 680.7, 794.0, 856.0, 908.3]}, "query_points": {"time": [91.0, 681.7, 909.3], "count": [1, 2, 5]}}
{"id": "0838", "source_dataset": "RoomTour3D", "video_path": "6h7Kt0LMNxM.mp4", "question": "How many times has the bedroom been shown in the house tour video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [87.3, 425.0, 629.3, 675.7, 701.0], "end": [154.0, 574.0, 668.0, 701.0, 760.3]}, "query_points": {"time": [155.0, 575.0, 761.3], "count": [1, 2, 5]}}
{"id": "0839", "source_dataset": "RoomTour3D", "video_path": "7mys_C1iHGM.mp4", "question": "How many times has the bedroom been shown in the house tour video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [188.3, 257.0, 444.0], "end": [220.3, 368.3, 491.7]}, "query_points": {"time": [221.3, 369.3, 492.7], "count": [1, 2, 3]}}
{"id": "0840", "source_dataset": "youtube", "video_path": "youtube_0012.mp4", "question": "How many sets of shadowboxing training have been performed so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [43.0, 102.5, 163.0], "end": [71.8, 132.2, 192.8]}, "query_points": {"time": [38.7, 75.6, 204.1], "count": [0, 1, 3]}}
{"id": "0841", "source_dataset": "youtube", "video_path": "youtube_0012.mp4", "question": "How many burpees has the person done so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [73.6, 76.0, 78.8, 82.2, 85.0, 88.1, 91.2, 94.5, 98.0, 100.6], "end": [75.5, 78.6, 81.6, 84.2, 87.2, 90.2, 93.6, 97.1, 99.7, 102.7]}, "query_points": {"time": [72.5, 81.8, 102.6], "count": [0, 3, 9]}}
{"id": "0842", "source_dataset": "youtube", "video_path": "youtube_0012.mp4", "question": "How many push-ups has the person done so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [194.4, 197.4, 200.1, 202.4, 205.1, 208.2, 210.6, 213.2, 215.7, 218.2, 220.6], "end": [197.0, 199.3, 201.5, 204.3, 207.4, 210.0, 212.4, 215.1, 217.3, 220.0, 222.3]}, "query_points": {"time": [193.0, 199.6, 217.5, 222.4], "count": [0, 2, 9, 11]}}
{"id": "0843", "source_dataset": "RoomTour3D", "video_path": "9QwQMHvNc8M.mp4", "question": "How many times has the bathroom been shown in the house tour video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [164.7], "end": [186.7]}, "query_points": {"time": [187.7], "count": [1]}}
{"id": "0844", "source_dataset": "RoomTour3D", "video_path": "9QwQMHvNc8M.mp4", "question": "How many times has the bedroom been shown in the house tour video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [125.3, 443.7, 708.3, 774.3], "end": [189.7, 546.0, 733.7, 798.3]}, "query_points": {"time": [190.7, 547.0, 799.3], "count": [1, 2, 4]}}
{"id": "0845", "source_dataset": "RoomTour3D", "video_path": "9uTS5BLDkpc.mp4", "question": "How many times has the bedroom been shown in the house tour video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [94.0, 299.0, 379.0, 443.3], "end": [130.0, 370.3, 433.0, 489.3]}, "query_points": {"time": [131.0, 371.3, 490.3], "count": [1, 2, 4]}}
{"id": "0846", "source_dataset": "youtube", "video_path": "youtube_0014.mp4", "question": "How many times has underwater photography appeared in the video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [27.4, 81.9], "end": [36.1, 91.0]}, "query_points": {"time": [25.2, 39.8, 229.8], "count": [0, 1, 2]}}
{"id": "0847", "source_dataset": "youtube", "video_path": "youtube_0016.mp4", "question": "How many times has the man in the blue suit and red tie attempted to open the door before successfully entering the studio so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [35.2, 55.4, 200.9, 271.1], "end": [43.1, 171.8, 205.7, 280.9]}, "query_points": {"time": [207.6, 282.0], "count": [3, 4]}}
{"id": "0848", "source_dataset": "youtube", "video_path": "youtube_0018.mp4", "question": "How many pottery pieces has the person colored so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [1325.7, 1394.8, 1428.3, 1453.9, 1491.5, 1552.7, 1599.1, 1658.0, 1675.7, 1712.7, 1756.5, 1782.1], "end": [1391.5, 1421.2, 1451.8, 1489.6, 1546.4, 1597.2, 1649.6, 1672.1, 1704.9, 1742.5, 1779.8, 1794.2]}, "query_points": {"time": [640.9, 1547.5, 1888.5], "count": [0, 5, 12]}}
{"id": "0849", "source_dataset": "youtube", "video_path": "youtube_0019.mp4", "question": "How many times has the close-up shot of the little penguin appeared so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [0.0, 12.2, 24.2, 35.3, 47.1, 84.8, 101.5, 108.0, 118.4], "end": [4.9, 19.0, 28.2, 39.5, 75.2, 89.6, 105.9, 111.6, 122.4]}, "query_points": {"time": [5.9, 20.0, 112.6, 123.4], "count": [1, 2, 8, 9]}}
{"id": "0850", "source_dataset": "youtube", "video_path": "youtube_0019.mp4", "question": "How many times has the close-up shot of the penguin waddling appeared so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [0.0, 12.2, 24.0, 35.0, 46.8], "end": [4.8, 19.1, 28.2, 38.9, 73.5]}, "query_points": {"time": [6.9, 20.8, 78.5], "count": [1, 2, 5]}}
{"id": "0851", "source_dataset": "youtube", "video_path": "youtube_0019.mp4", "question": "How many close-up shots of adult penguins sheltering baby penguins underneath them have appeared so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [19.0, 27.9, 32.6, 71.0, 99.2, 106.7, 117.2, 132.5], "end": [21.5, 30.3, 35.1, 92.3, 104.7, 110.6, 121.0, 136.4]}, "query_points": {"time": [24.2, 32.0, 124.0, 139.2], "count": [1, 2, 7, 8]}}
{"id": "0852", "source_dataset": "RoomTour3D", "video_path": "B8Y35YnKONk.mp4", "question": "How many times has the bedroom been shown in the house tour video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [69.7, 135.0, 182.3], "end": [111.7, 178.3, 219.0]}, "query_points": {"time": [112.7, 179.3, 220.0], "count": [1, 2, 3]}}
{"id": "0853", "source_dataset": "youtube", "video_path": "youtube_0020.mp4", "question": "How many different animals have been shown so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [0.0, 43.6, 122.4, 179.9, 222.4], "end": [41.7, 119.5, 178.9, 218.5, 262.8]}, "query_points": {"time": [41.8, 120.5, 265.2, 291.7], "count": [1, 2, 5, 5]}}
{"id": "0854", "source_dataset": "youtube", "video_path": "youtube_0022.mp4", "question": "How many times has the person stood still so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [67.4, 77.2, 108.5, 134.7, 167.1], "end": [68.9, 79.0, 110.1, 138.3, 168.7]}, "query_points": {"time": [69.9, 80.0, 169.7], "count": [1, 2, 5]}}
{"id": "0855", "source_dataset": "RoomTour3D", "video_path": "E8KKJs4cVx8.mp4", "question": "How many times has the bedroom been shown in the house tour video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [224.0, 342.0, 377.3, 453.7], "end": [308.3, 360.7, 410.7, 507.7]}, "query_points": {"time": [309.3, 361.7, 508.7], "count": [1, 2, 4]}}
{"id": "0856", "source_dataset": "youtube", "video_path": "youtube_0023.mp4", "question": "How many times has the little boy been on the right side of the planet so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [204.7, 349.2, 404.2, 453.2, 509.2], "end": [291.8, 399.2, 445.2, 501.3, 563.2]}, "query_points": {"time": [163.7, 297.2, 656.7], "count": [0, 1, 5]}}
{"id": "0857", "source_dataset": "youtube", "video_path": "youtube_0023.mp4", "question": "How many planets have appeared on the left side of the boy's rocket so far while he introduces the planets?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [162.9, 306.0, 570.0], "end": [199.4, 339.1, 604.5]}, "query_points": {"time": [103.6, 254.1, 613.6], "count": [0, 1, 3]}}
{"id": "0858", "source_dataset": "youtube", "video_path": "youtube_0024.mp4", "question": "How many men's single matches have been included in this video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [16.8, 75.0, 111.0, 142.1, 262.1, 288.7, 327.5], "end": [48.7, 107.9, 138.7, 164.5, 286.4, 324.2, 365.2]}, "query_points": {"time": [49.8, 109.0, 326.5, 367.7], "count": [1, 2, 6, 7]}}
{"id": "0859", "source_dataset": "youtube", "video_path": "youtube_0025.mp4", "question": "How many times has the male host appeared alone so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [28.8, 432.6, 443.1, 464.4, 522.5, 539.1], "end": [50.9, 435.1, 451.2, 476.9, 533.2, 560.3]}, "query_points": {"time": [50.9, 435.1, 533.2, 560.3], "count": [1, 2, 5, 6]}}
{"id": "0860", "source_dataset": "youtube", "video_path": "youtube_0025.mp4", "question": "How many times has the female host appeared alone so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [51.5, 101.7, 143.2, 202.1, 214.0, 489.0, 565.5, 598.0, 629.2], "end": [93.0, 120.0, 185.8, 209.1, 267.8, 522.3, 585.6, 606.6, 674.6]}, "query_points": {"time": [93.0, 120.0, 606.6, 674.6], "count": [1, 2, 8, 9]}}
{"id": "0861", "source_dataset": "youtube", "video_path": "youtube_0025.mp4", "question": "How many times has pure text animation appeared in the video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [92.3, 190.9, 275.1, 332.2, 381.8, 413.2, 585.2], "end": [101.6, 200.7, 286.2, 344.1, 393.2, 422.5, 597.4]}, "query_points": {"time": [101.6, 200.7, 422.5, 597.4], "count": [1, 2, 6, 7]}}
{"id": "0862", "source_dataset": "youtube", "video_path": "youtube_0025.mp4", "question": "How many vocabulary definition pop-ups have appeared in the video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [72.2, 157.7, 213.2, 527.7, 538.2], "end": [76.7, 166.7, 218.4, 532.6, 543.0]}, "query_points": {"time": [76.7, 166.7, 543.0], "count": [1, 2, 5]}}
{"id": "0863", "source_dataset": "youtube", "video_path": "youtube_0026.mp4", "question": "How many times has typing behavior occurred so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [27.1, 185.1], "end": [35.2, 190.6]}, "query_points": {"time": [35.2, 190.6], "count": [1, 2]}}
{"id": "0864", "source_dataset": "youtube", "video_path": "youtube_0029.mp4", "question": "How many in-car perspective shots have appeared so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [35.1, 242.3, 394.1, 511.1], "end": [45.0, 289.9, 449.5, 545.5]}, "query_points": {"time": [46.8, 294.5, 546.6], "count": [1, 2, 4]}}
{"id": "0865", "source_dataset": "youtube", "video_path": "youtube_0029.mp4", "question": "How many times has the player passed under the overpass so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [280.4, 323.7, 346.7, 359.0], "end": [281.0, 324.0, 346.9, 359.2]}, "query_points": {"time": [285.2, 327.7, 360.2], "count": [1, 2, 4]}}
{"id": "0866", "source_dataset": "youtube", "video_path": "youtube_0030.mp4", "question": "How many people have been interviewed in the video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [34.3, 182.8], "end": [175.6, 408.1]}, "query_points": {"time": [178.7, 410.4], "count": [1, 2]}}
{"id": "0867", "source_dataset": "youtube", "video_path": "youtube_0030.mp4", "question": "How many times has the host asked questions facing the screen so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [37.7, 135.4, 190.2, 359.7], "end": [40.9, 148.6, 199.6, 380.2]}, "query_points": {"time": [43.6, 154.0, 384.6], "count": [1, 2, 4]}}
{"id": "0868", "source_dataset": "youtube", "video_path": "youtube_0031.mp4", "question": "How many times has the cartoon host appeared so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [28.1, 48.6, 76.4, 128.9, 147.4, 191.1, 226.3, 270.9, 305.5, 393.8], "end": [42.9, 50.8, 80.8, 135.6, 152.6, 198.9, 233.4, 276.1, 325.3, 398.3]}, "query_points": {"time": [43.9, 51.8, 326.3, 399.3], "count": [1, 2, 9, 10]}}
{"id": "0869", "source_dataset": "youtube", "video_path": "youtube_0032.mp4", "question": "At the beginning of this video, how many different colors of acrylic have been squeezed onto the board so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [0.5, 7.5, 16.5, 20.5, 25.5, 29.8, 47.5], "end": [6.5, 10.5, 19.5, 24.5, 28.8, 35.0, 49.6]}, "query_points": {"time": [7.0, 12.3, 43.3, 52.8], "count": [1, 2, 6, 7]}}
{"id": "0870", "source_dataset": "youtube", "video_path": "youtube_0032.mp4", "question": "How many times has white paint been squeezed so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [2.1, 5.7, 11.2, 14.4, 36.0, 40.2], "end": [4.6, 6.8, 13.3, 16.2, 39.1, 41.4]}, "query_points": {"time": [1.0, 8.3, 46.6], "count": [0, 2, 6]}}
{"id": "0871", "source_dataset": "youtube", "video_path": "youtube_0032.mp4", "question": "How many times has paint been squeezed so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [1.4, 5.4, 8.7, 11.9, 14.9, 17.9, 21.9, 23.3, 27.0, 31.1, 33.6, 37.3, 39.7, 42.7, 45.7, 48.3, 50.7, 52.5], "end": [4.4, 6.4, 9.8, 12.9, 15.9, 18.9, 22.9, 24.5, 29.0, 32.1, 35.2, 38.7, 41.7, 44.1, 46.7, 49.4, 51.5, 53.5]}, "query_points": {"time": [4.7, 7.0, 29.4, 52.4, 54.4], "count": [1, 2, 9, 17, 18]}}
{"id": "0872", "source_dataset": "youtube", "video_path": "youtube_0032.mp4", "question": "How many different drawing tools has the author used so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [56.6, 112.6, 179.6, 259.6, 434.6], "end": [109.6, 177.6, 200.6, 309.6, 470.2]}, "query_points": {"time": [50.9, 111.3, 480.1, 600.8], "count": [0, 1, 5, 5]}}
{"id": "0873", "source_dataset": "youtube", "video_path": "youtube_0033.mp4", "question": "How many times has the person appeared so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [32.1, 43.2, 117.5, 122.6, 138.6, 146.4, 163.5, 192.6, 223.6, 324.0, 379.2, 394.6], "end": [34.9, 50.1, 119.7, 125.8, 141.8, 148.0, 165.5, 194.7, 227.0, 327.9, 388.3, 395.6]}, "query_points": {"time": [34.9, 50.1, 165.5, 388.8, 395.6], "count": [1, 2, 7, 11, 12]}}
{"id": "0874", "source_dataset": "youtube", "video_path": "youtube_0033.mp4", "question": "How many times has the scene of the bear biting the fish appeared so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [80.8, 92.6, 103.9, 106.5, 205.1, 208.7, 285.4, 295.2], "end": [86.6, 97.4, 106.5, 112.6, 208.7, 213.3, 291.2, 297.1]}, "query_points": {"time": [88.6, 99.2, 292.8, 299.5], "count": [1, 2, 7, 8]}}
{"id": "0875", "source_dataset": "youtube", "video_path": "youtube_0035.mp4", "question": "How many times has the motorcycle been airborne so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [1.7, 7.2, 12.4, 19.4, 29.3, 49.4, 62.3, 66.9, 82.8, 102.9, 108.5, 121.0, 153.5, 166.4, 177.9, 192.0], "end": [4.6, 8.9, 18.2, 21.8, 42.1, 60.9, 64.8, 81.0, 95.6, 106.0, 111.4, 138.0, 156.5, 168.7, 191.0, 204.4]}, "query_points": {"time": [5.6, 9.9, 82.0, 192.0, 205.4], "count": [1, 2, 8, 15, 16]}}
{"id": "0876", "source_dataset": "youtube", "video_path": "youtube_0035.mp4", "question": "How many times has the motorcycle been airborne so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [1.6, 7.2, 12.4, 19.4, 28.7, 49.8, 62.7, 67.0, 83.3, 102.8, 108.4, 121.2, 153.8, 166.4, 178.2, 192.3, 207.9, 216.9, 223.7, 239.1, 255.8, 262.5, 269.2, 282.1, 296.5, 303.8, 312.2, 321.1], "end": [4.8, 8.4, 17.9, 22.1, 41.6, 60.9, 64.9, 80.7, 94.8, 106.2, 111.4, 137.1, 156.8, 169.0, 190.5, 203.5, 213.3, 219.5, 236.5, 251.6, 259.2, 266.0, 281.6, 293.8, 299.7, 310.2, 317.4, 335.1]}, "query_points": {"time": [5.0, 11.1, 149.2, 319.6, 335.0], "count": [1, 2, 12, 27, 27]}}
{"id": "0877", "source_dataset": "youtube", "video_path": "youtube_0035.mp4", "question": "How many times has the black car been airborne so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [338.9, 342.7, 350.4], "end": [340.7, 345.6, 352.4]}, "query_points": {"time": [334.8, 341.4, 382.4], "count": [0, 1, 3]}}
{"id": "0878", "source_dataset": "youtube", "video_path": "youtube_0036.mp4", "question": "How many times has the male host appeared so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [3.4, 41.5, 154.4, 180.8, 202.4, 213.9, 230.3, 251.0, 272.0, 284.6, 317.9, 347.6], "end": [25.3, 47.6, 156.9, 189.8, 209.3, 222.7, 238.4, 265.4, 278.3, 312.9, 335.5, 394.7]}, "query_points": {"time": [25.3, 47.6, 222.7, 335.5, 394.7], "count": [1, 2, 6, 11, 12]}}
{"id": "0879", "source_dataset": "youtube", "video_path": "youtube_0036.mp4", "question": "How many times has the full-screen text animation appeared so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [121.8, 190.0, 335.5], "end": [143.0, 202.7, 340.9]}, "query_points": {"time": [143.0, 202.7, 340.9], "count": [1, 2, 3]}}
{"id": "0880", "source_dataset": "youtube", "video_path": "youtube_0037.mp4", "question": "How many times has the first-person player held a melee weapon (dagger) so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [9.5, 27.3, 33.3, 45.4, 63.8, 127.0, 127.4, 163.0, 171.5, 179.3, 189.7, 196.3, 259.5, 292.2, 298.6, 311.9, 357.9, 363.4, 381.4], "end": [12.3, 30.0, 34.1, 46.6, 67.5, 127.2, 130.1, 166.3, 173.3, 188.1, 190.5, 198.9, 260.8, 292.8, 305.8, 315.9, 358.3, 378.9, 392.9]}, "query_points": {"time": [12.3, 30.0, 188.1, 378.9, 392.9], "count": [1, 2, 10, 18, 19]}}
{"id": "0881", "source_dataset": "youtube", "video_path": "youtube_0038.mp4", "question": "How many times has the male protagonist used dumbbells so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [0.3, 5.1, 9.0, 23.4, 128.6, 287.4, 302.7, 313.1, 330.5, 342.4, 374.0], "end": [2.2, 8.0, 9.9, 25.3, 133.9, 289.6, 311.4, 316.1, 340.9, 349.6, 376.2]}, "query_points": {"time": [37.9, 70.8, 405.2], "count": [4, 4, 11]}}
{"id": "0882", "source_dataset": "youtube", "video_path": "youtube_0039.mp4", "question": "How many embroidery techniques has the author taught in the video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [44.3, 190.9, 960.1, 1574.2, 1695.3, 1894.6], "end": [166.7, 929.0, 1537.7, 1687.5, 1877.7, 2051.6]}, "query_points": {"time": [1545.5, 1694.3, 2055.6], "count": [3, 4, 6]}}
{"id": "0883", "source_dataset": "youtube", "video_path": "youtube_0040.mp4", "question": "How many red buses have appeared in the frame so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [9.4, 9.8, 21.1, 23.7, 28.2, 67.5, 149.4, 189.1, 226.2, 234.0, 271.9, 302.7, 382.1, 498.0, 544.2, 558.5], "end": [9.8, 10.8, 23.6, 24.8, 33.6, 70.7, 154.8, 193.0, 228.6, 236.8, 279.3, 309.1, 392.8, 504.0, 558.3, 564.6]}, "query_points": {"time": [10.8, 11.8, 194.0, 559.3, 565.6], "count": [2, 2, 8, 15, 16]}}
{"id": "0884", "source_dataset": "youtube", "video_path": "youtube_0042.mp4", "question": "How many sports have they experienced so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [18.2, 209.8, 350.7, 531.6, 667.9, 728.1], "end": [194.9, 335.8, 514.9, 625.9, 719.4, 792.7]}, "query_points": {"time": [11.2, 200.8, 722.0, 796.8], "count": [0, 1, 5, 6]}}
{"id": "0885", "source_dataset": "youtube", "video_path": "youtube_0043.mp4", "question": "How many people wearing yellow tops have appeared so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [34.9, 127.9, 159.2, 184.7], "end": [40.1, 132.2, 165.4, 192.1]}, "query_points": {"time": [41.1, 133.2, 193.1], "count": [1, 2, 4]}}
{"id": "0886", "source_dataset": "youtube", "video_path": "youtube_0046.mp4", "question": "How many attractions have been shown in the video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [81.2, 151.7, 187.3, 320.4, 335.7, 374.3, 402.6, 447.5, 487.8, 501.1], "end": [94.9, 166.1, 235.2, 331.0, 358.0, 387.2, 422.7, 454.2, 498.2, 508.8]}, "query_points": {"time": [43.3, 74.7, 333.1, 499.1, 510.6], "count": [0, 0, 4, 9, 10]}}
{"id": "0887", "source_dataset": "RoomTour3D", "video_path": "Qa80UnIYIvM.mp4", "question": "How many times has the pool been shown in the house tour video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [169.3], "end": [211.3]}, "query_points": {"time": [212.3], "count": [1]}}
{"id": "0888", "source_dataset": "youtube", "video_path": "youtube_0047.mp4", "question": "How many three-point shots have been made so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [25.9, 34.2, 57.9, 75.7, 93.6, 144.7, 152.0, 155.0, 180.9, 187.8, 197.9, 204.7, 212.4, 216.4, 225.7, 235.0, 266.3, 271.7], "end": [28.0, 35.9, 60.2, 77.6, 96.3, 146.3, 153.6, 156.7, 182.7, 189.5, 199.4, 206.1, 214.0, 217.8, 227.5, 236.6, 267.7, 273.8]}, "query_points": {"time": [28.0, 36.1, 168.4, 267.7, 273.8], "count": [1, 2, 8, 17, 18]}}
{"id": "0889", "source_dataset": "youtube", "video_path": "youtube_0048.mp4", "question": "How many dance group auditions have been included in this video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [2.9, 273.3, 485.9, 660.2], "end": [173.7, 442.5, 628.6, 826.5]}, "query_points": {"time": [201.4, 449.8, 889.3], "count": [1, 2, 4]}}
{"id": "0890", "source_dataset": "youtube", "video_path": "youtube_0051.mp4", "question": "How many moving cars have appeared in the video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [33.3, 55.1, 184.5], "end": [50.1, 65.1, 193.7]}, "query_points": {"time": [51.1, 66.1, 194.7], "count": [1, 2, 3]}}
{"id": "0891", "source_dataset": "youtube", "video_path": "youtube_0051.mp4", "question": "How many times has the person crossed the road so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [31.8, 65.7, 138.1], "end": [41.7, 74.0, 146.1]}, "query_points": {"time": [42.7, 75.0, 147.1], "count": [1, 2, 3]}}
{"id": "0892", "source_dataset": "youtube", "video_path": "youtube_0053.mp4", "question": "How many times has the camera twisted to the right so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [150.4, 180.0, 244.8], "end": [158.3, 187.8, 255.2]}, "query_points": {"time": [159.3, 188.8, 256.2], "count": [1, 2, 3]}}
{"id": "0893", "source_dataset": "youtube", "video_path": "youtube_0053.mp4", "question": "How many times has the photographer crossed the zebra crossing so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [120.7, 260.1, 341.6, 384.4], "end": [129.3, 271.0, 348.8, 388.4]}, "query_points": {"time": [130.3, 272.0, 389.4], "count": [1, 2, 4]}}
{"id": "0894", "source_dataset": "youtube", "video_path": "youtube_0053.mp4", "question": "How many times has the person crossed the zebra crossing so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [121.8, 261.0, 343.4, 385.4], "end": [127.3, 270.5, 349.9, 389.8]}, "query_points": {"time": [128.3, 271.5, 390.8], "count": [1, 2, 4]}}
{"id": "0895", "source_dataset": "youtube", "video_path": "youtube_0054.mp4", "question": "How many times has the camera turned to the left so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [156.0, 189.2, 234.2], "end": [166.7, 195.9, 242.4]}, "query_points": {"time": [167.7, 196.9, 243.4], "count": [1, 2, 3]}}
{"id": "0896", "source_dataset": "youtube", "video_path": "youtube_0054.mp4", "question": "How many times has the person crossed the zebra crossing so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [75.1, 457.1, 874.7, 1081.1], "end": [111.4, 473.9, 918.0, 1114.9]}, "query_points": {"time": [112.4, 474.9, 1115.9], "count": [1, 2, 4]}}
{"id": "0897", "source_dataset": "youtube", "video_path": "youtube_0054.mp4", "question": "How many times has the person stood still so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [93.3, 160.7, 221.2, 277.9], "end": [104.7, 167.1, 230.9, 308.5]}, "query_points": {"time": [105.7, 168.1, 309.5], "count": [1, 2, 4]}}
{"id": "0898", "source_dataset": "youtube", "video_path": "youtube_0056.mp4", "question": "How many times has the person crossed the road so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [30.0, 301.2, 397.5], "end": [35.9, 322.3, 505.2]}, "query_points": {"time": [36.9, 323.3, 506.2], "count": [1, 2, 3]}}
{"id": "0899", "source_dataset": "youtube", "video_path": "youtube_0057.mp4", "question": "How many of the tricks presented in the video have involved drilling the ball through a defender's crotch so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [103.4, 220.5, 331.6], "end": [136.2, 256.0, 373.1]}, "query_points": {"time": [56.0, 167.0, 412.9], "count": [0, 1, 3]}}
{"id": "0900", "source_dataset": "youtube", "video_path": "youtube_0057.mp4", "question": "How many skills that do not involve dribbling between the legs has the video shown so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [14.4, 67.0, 147.7, 183.2, 255.2, 293.5, 370.8], "end": [49.3, 97.6, 179.5, 212.6, 288.8, 323.1, 407.6]}, "query_points": {"time": [53.8, 127.2, 361.6, 415.7], "count": [1, 2, 6, 7]}}
{"id": "0901", "source_dataset": "youtube", "video_path": "youtube_0057.mp4", "question": "How many techniques have been demonstrated so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [8.3, 52.1, 96.7, 143.8, 178.3, 213.1, 254.6, 289.3, 327.9, 368.8], "end": [49.9, 94.8, 142.4, 175.4, 210.1, 250.8, 286.4, 326.0, 364.0, 409.6]}, "query_points": {"time": [1.0, 5.9, 210.8, 413.8, 422.5], "count": [0, 0, 5, 10, 10]}}
{"id": "0902", "source_dataset": "youtube", "video_path": "youtube_0058.mp4", "question": "How many times has the long jump athlete been airborne so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [11.4, 23.3, 40.8, 45.8, 49.9, 70.2, 80.6, 84.1, 105.6, 115.8, 128.8, 132.5, 141.9, 161.0, 167.6, 173.4], "end": [12.5, 24.3, 41.7, 46.9, 52.9, 71.2, 81.9, 87.4, 106.6, 117.4, 129.8, 134.1, 144.6, 163.2, 169.2, 174.6]}, "query_points": {"time": [13.5, 25.3, 88.4, 170.2, 175.6], "count": [1, 2, 8, 15, 16]}}
{"id": "0903", "source_dataset": "youtube", "video_path": "youtube_0058.mp4", "question": "How many times has the person jumped so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [10.5, 23.4, 40.6, 45.8, 49.8, 70.2, 80.3, 84.4, 105.4, 116.1, 128.6, 132.4, 141.5, 162.0, 167.5, 173.1, 191.1, 206.5, 219.0, 237.6, 242.2, 260.2, 268.4, 272.4, 289.2, 299.0, 303.4, 322.6, 325.0, 329.4, 331.2], "end": [12.7, 24.5, 41.8, 47.2, 53.0, 71.2, 81.8, 87.5, 106.5, 117.9, 129.9, 134.6, 144.8, 163.1, 169.2, 174.9, 192.3, 208.4, 220.1, 239.2, 245.8, 261.4, 270.0, 274.8, 290.3, 300.4, 306.4, 324.1, 327.9, 330.1, 331.9]}, "query_points": {"time": [6.6, 14.6, 146.0, 328.3, 333.3], "count": [0, 1, 13, 29, 31]}}
{"id": "0904", "source_dataset": "youtube", "video_path": "youtube_0059.mp4", "question": "How many grenades has the player thrown so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [105.8, 118.7, 150.6, 272.7, 321.7, 358.4, 523.7], "end": [106.7, 120.6, 151.6, 273.7, 322.8, 359.0, 525.2]}, "query_points": {"time": [108.8, 121.6, 362.0, 529.1], "count": [1, 2, 6, 7]}}
{"id": "0905", "source_dataset": "youtube", "video_path": "youtube_0060.mp4", "question": "How many world records has the video shown so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [0.0, 28.0, 41.3, 59.3, 90.8, 107.1, 123.1, 148.2, 176.4, 202.0, 222.8, 237.2, 253.9, 270.2, 282.3], "end": [16.7, 39.5, 58.1, 85.1, 106.1, 122.2, 145.0, 174.1, 200.8, 220.7, 236.4, 252.1, 268.5, 281.1, 302.7]}, "query_points": {"time": [23.4, 39.9, 175.8, 281.1, 306.5], "count": [1, 2, 8, 14, 15]}}
{"id": "0906", "source_dataset": "youtube", "video_path": "youtube_0061.mp4", "question": "How many high jumps has the person completed so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [248.1, 294.8, 357.6, 421.9, 551.6, 609.0], "end": [248.9, 295.8, 358.6, 422.7, 552.1, 609.8]}, "query_points": {"time": [296.2, 425.7, 612.6], "count": [2, 4, 6]}}
{"id": "0907", "source_dataset": "RoomTour3D", "video_path": "UcM3x29JB04.mp4", "question": "How many times has the bedroom been shown in the house tour video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [332.0, 628.3, 658.7, 696.0], "end": [454.7, 654.3, 692.7, 715.3]}, "query_points": {"time": [455.7, 655.3, 716.3], "count": [1, 2, 4]}}
{"id": "0908", "source_dataset": "youtube", "video_path": "youtube_0063.mp4", "question": "How many times have subtitles appeared so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [51.2, 64.9, 79.7, 103.1], "end": [62.2, 69.9, 85.5, 111.9]}, "query_points": {"time": [63.2, 70.9, 112.9], "count": [1, 2, 4]}}
{"id": "0909", "source_dataset": "youtube", "video_path": "youtube_0064.mp4", "question": "How many scene cuts have occurred in the video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [5.5, 13.4, 21.7, 30.1, 38.1, 46.6, 54.9, 62.5], "end": [9.3, 17.6, 25.9, 34.0, 42.3, 50.7, 59.0, 93.7]}, "query_points": {"time": [10.3, 18.6, 60.0, 94.7], "count": [1, 2, 7, 8]}}
{"id": "0910", "source_dataset": "youtube", "video_path": "youtube_0069.mp4", "question": "How many times has the door been opened so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [6.4, 12.9, 32.4, 39.6, 62.4, 86.0, 115.9, 122.4, 137.0, 227.4, 235.4, 265.1, 286.5], "end": [12.6, 20.5, 38.4, 44.6, 66.4, 91.0, 119.9, 126.6, 151.0, 231.4, 241.4, 269.1, 292.5]}, "query_points": {"time": [4.4, 22.2, 128.9, 276.7, 300.6], "count": [0, 2, 8, 12, 13]}}
{"id": "0911", "source_dataset": "youtube", "video_path": "youtube_0069.mp4", "question": "How many people holding umbrellas have passed by so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [168.0, 177.0, 183.6, 198.5, 213.1, 241.5], "end": [173.3, 180.8, 192.2, 211.1, 224.5, 250.8]}, "query_points": {"time": [165.9, 175.0, 239.7, 252.1], "count": [0, 1, 5, 6]}}
{"id": "0912", "source_dataset": "youtube", "video_path": "youtube_0070.mp4", "question": "How many times has the person wearing a hat pressed the button so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [53.5, 81.5, 112.1, 158.6, 206.3, 207.9], "end": [55.9, 83.7, 112.9, 160.0, 207.6, 209.0]}, "query_points": {"time": [44.4, 58.5, 207.6, 209.3], "count": [0, 1, 4, 6]}}
{"id": "0913", "source_dataset": "youtube", "video_path": "youtube_0071.mp4", "question": "How many matches have been played so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [11.1, 131.2, 265.4, 379.8, 521.9], "end": [118.3, 240.6, 365.6, 507.5, 620.5]}, "query_points": {"time": [129.0, 252.4, 625.4], "count": [1, 2, 5]}}
{"id": "0914", "source_dataset": "Ego4D", "video_path": "bb4a305f-c76c-420a-9acf-a020c535e742.mp4", "question": "How many intersections has he walked through so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [115.9, 132.6, 143.2, 157.7], "end": [120.7, 135.7, 145.5, 160.0]}, "query_points": {"time": [121.7, 136.7, 161.0], "count": [1, 2, 4]}}
{"id": "0915", "source_dataset": "youtube", "video_path": "youtube_0073.mp4", "question": "How many times has the camera switched to show the interior of the driver's cabin so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [104.6, 136.7, 145.0, 161.9, 194.0], "end": [111.3, 140.1, 150.5, 176.1, 205.2]}, "query_points": {"time": [118.1, 142.3, 207.5], "count": [1, 2, 5]}}
{"id": "0916", "source_dataset": "youtube", "video_path": "youtube_0073.mp4", "question": "How many times has the video shown a close-up of the flag-waving action so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [83.8, 237.7], "end": [87.2, 247.9]}, "query_points": {"time": [95.2, 252.2], "count": [1, 2]}}
{"id": "0917", "source_dataset": "youtube", "video_path": "youtube_0075.mp4", "question": "How many times has the person swung on the swing so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [143.5, 148.1, 153.2, 167.1, 172.6, 177.6, 193.6, 198.7, 240.1, 246.1, 252.2, 298.6, 303.6, 310.6, 349.6, 355.6], "end": [147.5, 152.4, 157.0, 172.1, 176.6, 181.6, 197.6, 203.1, 245.1, 248.1, 254.0, 302.6, 305.6, 313.6, 354.6, 357.6]}, "query_points": {"time": [122.0, 139.8, 204.1, 278.2, 294.5], "count": [0, 0, 8, 11, 11]}}
{"id": "0918", "source_dataset": "youtube", "video_path": "youtube_0075.mp4", "question": "How many times has the actor fallen from a height so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [356.8, 466.3, 576.4, 599.5, 622.3], "end": [359.8, 468.8, 578.5, 601.6, 623.8]}, "query_points": {"time": [354.0, 363.3, 582.0, 631.2, 644.2], "count": [0, 1, 3, 5, 5]}}
{"id": "0919", "source_dataset": "youtube", "video_path": "youtube_0076.mp4", "question": "How many times has the phone screen been operated by a person's hand so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [89.9, 222.3, 259.0, 473.2, 550.6], "end": [94.3, 227.9, 283.4, 477.0, 560.6]}, "query_points": {"time": [229.9, 285.1, 564.1], "count": [2, 3, 5]}}
{"id": "0920", "source_dataset": "youtube", "video_path": "youtube_0077.mp4", "question": "How many cars has the player used so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [87.6, 363.7], "end": [353.0, 594.6]}, "query_points": {"time": [354.9, 595.6], "count": [1, 2]}}
{"id": "0921", "source_dataset": "youtube", "video_path": "youtube_0077.mp4", "question": "How many times has the player passed through the tunnel so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [95.1, 98.8, 103.3, 141.1, 145.3, 232.7, 239.6, 244.0, 251.0, 254.1, 259.0, 306.2, 320.5, 463.7, 567.8], "end": [95.4, 99.8, 104.5, 142.0, 146.7, 233.0, 242.0, 245.8, 252.0, 254.8, 260.1, 307.3, 321.3, 464.4, 568.7]}, "query_points": {"time": [96.6, 101.1, 246.8, 464.8, 569.2], "count": [1, 2, 8, 14, 15]}}
{"id": "0922", "source_dataset": "youtube", "video_path": "youtube_0078.mp4", "question": "How many questions has the man in pink asked so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [6.6, 98.8, 191.0, 356.6, 422.9, 506.1, 705.0], "end": [60.0, 156.9, 274.7, 384.4, 464.2, 589.1, 810.0]}, "query_points": {"time": [159.4, 468.2, 812.2], "count": [2, 5, 7]}}
{"id": "0923", "source_dataset": "youtube", "video_path": "youtube_0080.mp4", "question": "How many kinds of planters have been made so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [23.4, 191.1, 380.1, 548.7, 720.5], "end": [162.3, 341.6, 507.0, 695.3, 823.2]}, "query_points": {"time": [347.1, 508.0, 825.7], "count": [2, 3, 5]}}
{"id": "0924", "source_dataset": "youtube", "video_path": "youtube_0081.mp4", "question": "How many tricks have been revealed in this video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [27.8, 231.8, 500.8, 825.3, 988.7], "end": [226.1, 495.4, 821.0, 981.9, 1156.3]}, "query_points": {"time": [343.9, 823.6, 1157.3], "count": [1, 3, 5]}}
{"id": "0925", "source_dataset": "youtube", "video_path": "youtube_0083.mp4", "question": "How many times has the CD been processed with scissors so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [55.4, 121.2], "end": [62.1, 138.9]}, "query_points": {"time": [31.3, 63.1, 168.5], "count": [0, 1, 2]}}
{"id": "0926", "source_dataset": "youtube", "video_path": "youtube_0083.mp4", "question": "How many times has the scissors appeared so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [53.2, 120.0, 229.2, 236.7, 304.9, 308.6], "end": [61.6, 136.4, 233.7, 239.7, 306.9, 309.7]}, "query_points": {"time": [50.0, 64.9, 301.8, 312.9], "count": [0, 1, 4, 6]}}
{"id": "0927", "source_dataset": "youtube", "video_path": "youtube_0084.mp4", "question": "Which of the performances in the video has been a solo so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [457.5, 660.7, 842.7, 1104.8], "end": [584.4, 764.2, 949.9, 1213.5]}, "query_points": {"time": [767.5, 954.5, 1264.0], "count": [2, 3, 4]}}
{"id": "0928", "source_dataset": "youtube", "video_path": "youtube_0087.mp4", "question": "How many scenes with a keeper have been depicted in the video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [13.1, 23.3, 36.3, 70.5, 196.5, 271.5, 283.5, 314.2, 374.2], "end": [21.1, 35.5, 47.7, 85.6, 222.1, 280.4, 294.3, 315.3, 397.6]}, "query_points": {"time": [57.0, 104.8, 299.3, 321.7], "count": [3, 4, 7, 8]}}
{"id": "0929", "source_dataset": "youtube", "video_path": "youtube_0088.mp4", "question": "How many DIYs have been made so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [31.9, 149.0, 260.1, 520.9, 657.3, 738.7], "end": [135.5, 250.6, 493.0, 653.7, 738.2, 783.5]}, "query_points": {"time": [497.3, 657.9, 785.8], "count": [3, 4, 6]}}
{"id": "0930", "source_dataset": "youtube", "video_path": "youtube_0090.mp4", "question": "How many times has Joeri appeared when explaining the situation in the 1990s so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [490.6, 565.1, 614.5, 638.9, 667.1, 682.0, 774.7, 816.0], "end": [501.7, 580.9, 619.8, 645.1, 668.8, 706.2, 785.0, 822.8]}, "query_points": {"time": [585.0, 622.7, 806.7, 835.6], "count": [2, 3, 7, 8]}}
{"id": "0931", "source_dataset": "youtube", "video_path": "youtube_0090.mp4", "question": "How many times has Joeri appeared in the video so far when explaining the 2000s situation?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [902.1, 979.7, 1014.4, 1023.9, 1048.1, 1075.0, 1102.3, 1148.4, 1196.2, 1232.5, 1273.4], "end": [908.8, 989.0, 1016.5, 1028.6, 1058.6, 1081.2, 1108.3, 1161.2, 1209.6, 1246.7, 1281.8]}, "query_points": {"time": [495.1, 912.8, 1083.1, 1307.2, 1957.2], "count": [0, 1, 6, 11, 11]}}
{"id": "0932", "source_dataset": "youtube", "video_path": "youtube_0090.mp4", "question": "How many times has Joeri appeared in the video so far when explaining the 1980s?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [259.2, 296.4, 343.0, 416.6, 444.2], "end": [266.0, 298.4, 352.9, 425.2, 456.1]}, "query_points": {"time": [271.6, 306.3, 433.1], "count": [1, 2, 4]}}
{"id": "0933", "source_dataset": "youtube", "video_path": "youtube_0096.mp4", "question": "How many groups of people were interviewed in the promotional video at the beginning so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [6.9, 11.9, 16.9, 26.2, 31.9, 40.8, 45.2, 51.5, 60.3], "end": [11.7, 16.3, 25.7, 31.0, 40.4, 44.5, 51.0, 59.7, 65.6]}, "query_points": {"time": [11.7, 16.3, 51.0, 76.8, 80.2], "count": [1, 2, 7, 9, 9]}}
{"id": "0934", "source_dataset": "youtube", "video_path": "youtube_0097.mp4", "question": "How many games have been played so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [13.1, 332.8], "end": [325.5, 649.0]}, "query_points": {"time": [330.0, 659.4], "count": [1, 2]}}
{"id": "0935", "source_dataset": "youtube", "video_path": "youtube_0098.mp4", "question": "How many magic tricks has the magician performed so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [0.0, 49.6, 115.8, 188.5, 228.6, 149.4, 86.2], "end": [43.7, 84.7, 145.8, 227.7, 263.0, 185.4, 112.0]}, "query_points": {"time": [47.9, 86.0, 187.4, 266.2], "count": [1, 2, 5, 7]}}
{"id": "0936", "source_dataset": "youtube", "video_path": "youtube_0100.mp4", "question": "How many times has the real person Caesar raised their left hand so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [23.4, 81.8, 104.5, 235.0, 329.0], "end": [32.2, 93.1, 108.5, 241.5, 342.8]}, "query_points": {"time": [32.2, 93.1, 342.8], "count": [1, 2, 5]}}
{"id": "0937", "source_dataset": "youtube", "video_path": "youtube_0101.mp4", "question": "How many different outfits has the video introduced so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [13.4, 98.1, 160.2, 271.1, 350.3, 419.5, 503.6], "end": [93.3, 154.4, 265.4, 342.6, 411.7, 497.9, 585.9]}, "query_points": {"time": [5.9, 95.4, 500.2, 591.3], "count": [0, 1, 6, 7]}}
{"id": "0938", "source_dataset": "youtube", "video_path": "youtube_0102.mp4", "question": "How many ladies have participated in the women's bench press competition so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [33.7, 41.4, 48.0, 74.0, 84.5, 105.8], "end": [36.6, 45.2, 53.4, 76.6, 88.4, 115.3]}, "query_points": {"time": [40.6, 90.0, 166.7], "count": [1, 5, 6]}}
{"id": "0939", "source_dataset": "youtube", "video_path": "youtube_0102.mp4", "question": "How many different men have participated in the bench press competition so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [220.2, 227.9, 268.2, 280.9, 299.6, 323.9, 341.9, 400.5, 438.8], "end": [224.1, 234.5, 274.0, 284.9, 315.9, 330.4, 356.4, 410.3, 443.4]}, "query_points": {"time": [236.4, 318.9, 485.1], "count": [2, 5, 9]}}
{"id": "0940", "source_dataset": "youtube", "video_path": "youtube_0105.mp4", "question": "How many performances have appeared in the video so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [91.1, 336.1, 565.4, 651.3, 838.4, 1014.5, 1078.4, 1219.0], "end": [332.4, 554.8, 645.3, 821.2, 1001.1, 1068.8, 1212.1, 1281.1]}, "query_points": {"time": [557.9, 825.2, 1281.1], "count": [2, 4, 8]}}
{"id": "0941", "source_dataset": "youtube", "video_path": "youtube_0106.mp4", "question": "Based on the video, how many low-income individuals affected by housing issues have been interviewed in total so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [27.4, 327.0, 793.7], "end": [262.4, 684.0, 959.3]}, "query_points": {"time": [265.6, 687.0, 963.4], "count": [1, 2, 3]}}
{"id": "0942", "source_dataset": "youtube", "video_path": "youtube_0108.mp4", "question": "How many times has the person crossed the zebra crossing so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [182.0, 323.5, 419.3, 537.3, 711.7], "end": [229.9, 345.1, 456.2, 541.3, 733.9]}, "query_points": {"time": [230.9, 346.1, 734.9], "count": [1, 2, 5]}}
{"id": "0943", "source_dataset": "youtube", "video_path": "youtube_0109.mp4", "question": "How many times has the person in the video crossed the street so far?", "counting_type": "E2", "counting_subtype": "E2-Episode", "occurrence_times": {"start": [25.7, 47.7, 99.1, 137.0, 161.0, 190.0, 204.3, 263.1, 324.2, 385.9, 449.9, 477.6, 504.8], "end": [31.0, 52.9, 109.5, 144.2, 171.4, 194.4, 211.4, 268.3, 334.8, 392.4, 454.5, 495.0, 514.0]}, "query_points": {"time": [32.0, 53.9, 212.4, 496.0, 515.0], "count": [1, 2, 7, 12, 13]}}
{"id": "0944", "source_dataset": "TOMATO", "video_path": "0207-00_x20_clean.mp4", "question": "How many spins has the person made so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.0, 6.8, 12.8, 19.6, 25.6, 32.4, 38.4, 45.2, 51.2, 58.0, 64.0, 70.8, 76.8, 83.6, 89.6, 96.4, 102.4, 109.2, 115.2, 122.0], "end": [6.8, 12.8, 19.6, 25.6, 32.4, 38.4, 45.2, 51.2, 58.0, 64.0, 70.8, 76.8, 83.6, 89.6, 96.4, 102.4, 109.2, 115.2, 122.0, 128.0]}, "query_points": {"time": [25.6, 51.2, 76.8, 102.4, 128.0], "count": [4, 8, 12, 16, 20]}}
{"id": "0945", "source_dataset": "TOMATO", "video_path": "0209-00_x45_clean.mp4", "question": "How many trapezoid(s) has the person drawn in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.8, 4.6, 8.0, 11.0, 14.8, 18.2, 21.2, 25.0, 28.4, 31.4, 35.2, 38.6, 41.6, 45.4, 48.8, 51.8, 55.6, 59.0, 62.0, 65.8, 69.2, 72.2, 76.0, 79.4, 82.4, 86.2, 89.6, 92.6, 96.4, 99.8, 102.8, 106.6, 110.0, 113.0, 116.8, 120.2, 123.2, 127.0, 130.4, 133.4, 137.2, 140.6, 143.6, 147.4, 150.8], "end": [4.6, 8.0, 11.0, 14.8, 18.2, 21.2, 25.0, 28.4, 31.4, 35.2, 38.6, 41.6, 45.4, 48.8, 51.8, 55.6, 59.0, 62.0, 65.8, 69.2, 72.2, 76.0, 79.4, 82.4, 86.2, 89.6, 92.6, 96.4, 99.8, 102.8, 106.6, 110.0, 113.0, 116.8, 120.2, 123.2, 127.0, 130.4, 133.4, 137.2, 140.6, 143.6, 147.4, 150.8, 153.8]}, "query_points": {"time": [31.4, 62.0, 92.6, 123.2, 153.8], "count": [9, 18, 27, 36, 45]}}
{"id": "0946", "source_dataset": "TOMATO", "video_path": "0209-03_x45_clean.mp4", "question": "How many trapezoid(s) has the person drawn in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [1.6, 4.9, 8.0, 11.4, 14.7, 17.9, 21.2, 24.5, 27.7, 31.1, 34.3, 37.5, 40.9, 44.1, 47.3, 50.7, 53.9, 57.1, 60.5, 63.8, 66.9, 70.3, 73.6, 76.8, 80.2, 83.4, 86.6, 90.0, 93.2, 96.4, 99.8, 103.0, 106.2, 109.6, 112.8, 116.0, 119.4, 122.7, 125.8, 129.2, 132.5, 135.7, 139.0, 142.3, 145.5], "end": [4.9, 8.0, 11.4, 14.7, 17.9, 21.2, 24.5, 27.7, 31.1, 34.3, 37.5, 40.9, 44.1, 47.3, 50.7, 53.9, 57.1, 60.5, 63.8, 66.9, 70.3, 73.6, 76.8, 80.2, 83.4, 86.6, 90.0, 93.2, 96.4, 99.8, 103.0, 106.2, 109.6, 112.8, 116.0, 119.4, 122.7, 125.8, 129.2, 132.5, 135.7, 139.0, 142.3, 145.5, 148.9]}, "query_points": {"time": [31.1, 60.5, 90.0, 119.4, 148.9], "count": [9, 18, 27, 36, 45]}}
{"id": "0947", "source_dataset": "TOMATO", "video_path": "0210-00_x60_clean.mp4", "question": "How many triangles has the person drawn in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [1.3, 3.7, 6.4, 8.9, 11.4, 14.1, 16.6, 19.1, 21.8, 24.3, 26.7, 29.4, 31.9, 34.4, 37.1, 39.6, 42.1, 44.8, 47.3, 49.7, 52.4, 54.9, 57.4, 60.1, 62.6, 65.1, 67.8, 70.3, 72.7, 75.4, 77.9, 80.4, 83.1, 85.6, 88.1, 90.8, 93.3, 95.7, 98.4, 100.9, 103.4, 106.1, 108.6, 111.1, 113.8, 116.3, 118.7, 121.4, 123.9, 126.4, 129.1, 131.6, 134.1, 136.8, 139.3, 141.7, 144.4, 146.9, 149.4, 152.1], "end": [3.7, 6.4, 8.9, 11.4, 14.1, 16.6, 19.1, 21.8, 24.3, 26.7, 29.4, 31.9, 34.4, 37.1, 39.6, 42.1, 44.8, 47.3, 49.7, 52.4, 54.9, 57.4, 60.1, 62.6, 65.1, 67.8, 70.3, 72.7, 75.4, 77.9, 80.4, 83.1, 85.6, 88.1, 90.8, 93.3, 95.7, 98.4, 100.9, 103.4, 106.1, 108.6, 111.1, 113.8, 116.3, 118.7, 121.4, 123.9, 126.4, 129.1, 131.6, 134.1, 136.8, 139.3, 141.7, 144.4, 146.9, 149.4, 152.1, 154.6]}, "query_points": {"time": [31.9, 62.6, 93.3, 123.9, 154.6], "count": [12, 24, 36, 48, 60]}}
{"id": "0948", "source_dataset": "TOMATO", "video_path": "0210-03_x60_clean.mp4", "question": "How many triangles has the person drawn in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [1.2, 3.9, 6.6, 9.1, 11.8, 14.5, 16.9, 19.6, 22.3, 24.8, 27.5, 30.2, 32.6, 35.3, 38.0, 40.5, 43.2, 45.9, 48.3, 51.0, 53.7, 56.2, 58.9, 61.6, 64.0, 66.7, 69.4, 71.9, 74.6, 77.3, 79.7, 82.4, 85.1, 87.6, 90.3, 93.0, 95.4, 98.1, 100.8, 103.3, 106.0, 108.7, 111.1, 113.8, 116.5, 119.0, 121.7, 124.4, 126.8, 129.5, 132.2, 134.7, 137.4, 140.1, 142.5, 145.2, 147.9, 150.4, 153.1, 155.8], "end": [3.9, 6.6, 9.1, 11.8, 14.5, 16.9, 19.6, 22.3, 24.8, 27.5, 30.2, 32.6, 35.3, 38.0, 40.5, 43.2, 45.9, 48.3, 51.0, 53.7, 56.2, 58.9, 61.6, 64.0, 66.7, 69.4, 71.9, 74.6, 77.3, 79.7, 82.4, 85.1, 87.6, 90.3, 93.0, 95.4, 98.1, 100.8, 103.3, 106.0, 108.7, 111.1, 113.8, 116.5, 119.0, 121.7, 124.4, 126.8, 129.5, 132.2, 134.7, 137.4, 140.1, 142.5, 145.2, 147.9, 150.4, 153.1, 155.8, 158.2]}, "query_points": {"time": [32.6, 64.0, 95.4, 126.8, 158.2], "count": [12, 24, 36, 48, 60]}}
{"id": "0949", "source_dataset": "TOMATO", "video_path": "0211-00_x30_clean.mp4", "question": "How many squares has the person drawn in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [1.7, 6.4, 11.1, 15.7, 20.4, 25.0, 29.7, 34.3, 39.0, 43.7, 48.3, 53.0, 57.6, 62.3, 67.0, 71.6, 76.3, 80.9, 85.6, 90.2, 94.9, 99.6, 104.2, 108.9, 113.5, 118.2, 122.9, 127.5, 132.2, 136.8], "end": [6.4, 11.1, 15.7, 20.4, 25.0, 29.7, 34.3, 39.0, 43.7, 48.3, 53.0, 57.6, 62.3, 67.0, 71.6, 76.3, 80.9, 85.6, 90.2, 94.9, 99.6, 104.2, 108.9, 113.5, 118.2, 122.9, 127.5, 132.2, 136.8, 141.5]}, "query_points": {"time": [29.7, 57.6, 85.6, 113.5, 141.5], "count": [6, 12, 18, 24, 30]}}
{"id": "0950", "source_dataset": "TOMATO", "video_path": "0211-03_x30_clean.mp4", "question": "How many squares has the person drawn in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [1.8, 6.5, 11.4, 16.1, 21.1, 25.8, 30.8, 35.5, 40.4, 45.1, 50.1, 54.8, 59.8, 64.5, 69.4, 74.1, 79.1, 83.8, 88.8, 93.5, 98.4, 103.1, 108.1, 112.8, 117.8, 122.5, 127.4, 132.1, 137.1, 141.8], "end": [6.5, 11.4, 16.1, 21.1, 25.8, 30.8, 35.5, 40.4, 45.1, 50.1, 54.8, 59.8, 64.5, 69.4, 74.1, 79.1, 83.8, 88.8, 93.5, 98.4, 103.1, 108.1, 112.8, 117.8, 122.5, 127.4, 132.1, 137.1, 141.8, 146.8]}, "query_points": {"time": [30.8, 59.8, 88.8, 117.8, 146.8], "count": [6, 12, 18, 24, 30]}}
{"id": "0951", "source_dataset": "TOMATO", "video_path": "0212-00_x105_clean.mp4", "question": "How many infinity-shaped curve(s) has the person drawn in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.8, 2.6, 4.3, 5.9, 7.4, 8.8, 10.3, 11.7, 13.5, 15.3, 16.8, 18.3, 19.8, 21.2, 22.7, 24.5, 26.2, 27.8, 29.3, 30.7, 32.2, 33.6, 35.4, 37.2, 38.7, 40.2, 41.7, 43.1, 44.6, 46.4, 48.1, 49.7, 51.2, 52.6, 54.1, 55.5, 57.3, 59.1, 60.6, 62.1, 63.6, 65.0, 66.5, 68.3, 70.0, 71.6, 73.1, 74.5, 76.0, 77.4, 79.2, 81.0, 82.5, 84.0, 85.5, 86.9, 88.4, 90.2, 91.9, 93.5, 95.0, 96.4, 97.9, 99.3, 101.1, 102.9, 104.4, 105.9, 107.4, 108.8, 110.3, 112.1, 113.8, 115.4, 116.9, 118.3, 119.8, 121.2, 123.0, 124.8, 126.3, 127.8, 129.3, 130.7, 132.2, 134.0, 135.7, 137.3, 138.8, 140.2, 141.7, 143.1, 144.9, 146.7, 148.2, 149.7, 151.2, 152.6, 154.1, 155.9, 157.6, 159.2, 160.7, 162.1, 163.6], "end": [2.6, 4.3, 5.9, 7.4, 8.8, 10.3, 11.7, 13.5, 15.3, 16.8, 18.3, 19.8, 21.2, 22.7, 24.5, 26.2, 27.8, 29.3, 30.7, 32.2, 33.6, 35.4, 37.2, 38.7, 40.2, 41.7, 43.1, 44.6, 46.4, 48.1, 49.7, 51.2, 52.6, 54.1, 55.5, 57.3, 59.1, 60.6, 62.1, 63.6, 65.0, 66.5, 68.3, 70.0, 71.6, 73.1, 74.5, 76.0, 77.4, 79.2, 81.0, 82.5, 84.0, 85.5, 86.9, 88.4, 90.2, 91.9, 93.5, 95.0, 96.4, 97.9, 99.3, 101.1, 102.9, 104.4, 105.9, 107.4, 108.8, 110.3, 112.1, 113.8, 115.4, 116.9, 118.3, 119.8, 121.2, 123.0, 124.8, 126.3, 127.8, 129.3, 130.7, 132.2, 134.0, 135.7, 137.3, 138.8, 140.2, 141.7, 143.1, 144.9, 146.7, 148.2, 149.7, 151.2, 152.6, 154.1, 155.9, 157.6, 159.2, 160.7, 162.1, 163.6, 165.0]}, "query_points": {"time": [33.6, 66.5, 99.3, 132.2, 165.0], "count": [21, 42, 63, 84, 105]}}
{"id": "0952", "source_dataset": "TOMATO", "video_path": "0212-03_x105_clean.mp4", "question": "How many infinity-shaped curve(s) has the person drawn in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.5, 2.5, 4.4, 5.8, 7.3, 8.8, 10.3, 11.7, 13.7, 15.6, 17.0, 18.5, 20.0, 21.5, 22.9, 24.9, 26.8, 28.2, 29.7, 31.2, 32.7, 34.1, 36.1, 38.0, 39.4, 40.9, 42.4, 43.9, 45.3, 47.3, 49.2, 50.6, 52.1, 53.6, 55.1, 56.5, 58.5, 60.4, 61.8, 63.3, 64.8, 66.3, 67.7, 69.7, 71.6, 73.0, 74.5, 76.0, 77.5, 78.9, 80.9, 82.8, 84.2, 85.7, 87.2, 88.7, 90.1, 92.1, 94.0, 95.4, 96.9, 98.4, 99.9, 101.3, 103.3, 105.2, 106.6, 108.1, 109.6, 111.1, 112.5, 114.5, 116.4, 117.8, 119.3, 120.8, 122.3, 123.7, 125.7, 127.6, 129.0, 130.5, 132.0, 133.5, 134.9, 136.9, 138.8, 140.2, 141.7, 143.2, 144.7, 146.1, 148.1, 149.9, 151.4, 152.9, 154.4, 155.9, 157.3, 159.3, 161.1, 162.6, 164.1, 165.6, 167.1], "end": [2.5, 4.4, 5.8, 7.3, 8.8, 10.3, 11.7, 13.7, 15.6, 17.0, 18.5, 20.0, 21.5, 22.9, 24.9, 26.8, 28.2, 29.7, 31.2, 32.7, 34.1, 36.1, 38.0, 39.4, 40.9, 42.4, 43.9, 45.3, 47.3, 49.2, 50.6, 52.1, 53.6, 55.1, 56.5, 58.5, 60.4, 61.8, 63.3, 64.8, 66.3, 67.7, 69.7, 71.6, 73.0, 74.5, 76.0, 77.5, 78.9, 80.9, 82.8, 84.2, 85.7, 87.2, 88.7, 90.1, 92.1, 94.0, 95.4, 96.9, 98.4, 99.9, 101.3, 103.3, 105.2, 106.6, 108.1, 109.6, 111.1, 112.5, 114.5, 116.4, 117.8, 119.3, 120.8, 122.3, 123.7, 125.7, 127.6, 129.0, 130.5, 132.0, 133.5, 134.9, 136.9, 138.8, 140.2, 141.7, 143.2, 144.7, 146.1, 148.1, 149.9, 151.4, 152.9, 154.4, 155.9, 157.3, 159.3, 161.1, 162.6, 164.1, 165.6, 167.1, 168.5]}, "query_points": {"time": [34.1, 67.7, 101.3, 134.9, 168.5], "count": [21, 42, 63, 84, 105]}}
{"id": "0953", "source_dataset": "TOMATO", "video_path": "0213-00_x45_clean.mp4", "question": "How many diamond shape(s) has the person drawn in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.0, 3.9, 7.6, 11.2, 15.1, 18.8, 22.3, 26.3, 30.0, 33.5, 37.4, 41.1, 44.7, 48.6, 52.3, 55.8, 59.8, 63.5, 67.0, 70.9, 74.6, 78.2, 82.1, 85.8, 89.3, 93.3, 97.0, 100.5, 104.4, 108.1, 111.7, 115.6, 119.3, 122.8, 126.8, 130.5, 134.0, 137.9, 141.6, 145.2, 149.1, 152.8, 156.3, 160.3, 164.0], "end": [3.9, 7.6, 11.2, 15.1, 18.8, 22.3, 26.3, 30.0, 33.5, 37.4, 41.1, 44.7, 48.6, 52.3, 55.8, 59.8, 63.5, 67.0, 70.9, 74.6, 78.2, 82.1, 85.8, 89.3, 93.3, 97.0, 100.5, 104.4, 108.1, 111.7, 115.6, 119.3, 122.8, 126.8, 130.5, 134.0, 137.9, 141.6, 145.2, 149.1, 152.8, 156.3, 160.3, 164.0, 167.5]}, "query_points": {"time": [33.5, 67.0, 100.5, 134.0, 167.5], "count": [9, 18, 27, 36, 45]}}
{"id": "0954", "source_dataset": "TOMATO", "video_path": "0213-03_x45_clean.mp4", "question": "How many diamond shape(s) has the person drawn in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.0, 4.0, 7.8, 11.1, 15.2, 18.9, 22.3, 26.3, 30.0, 33.4, 37.4, 41.2, 44.5, 48.6, 52.3, 55.7, 59.7, 63.4, 66.8, 70.8, 74.6, 77.9, 82.0, 85.7, 89.1, 93.1, 96.8, 100.2, 104.2, 108.0, 111.3, 115.4, 119.1, 122.5, 126.5, 130.2, 133.6, 137.6, 141.4, 144.7, 148.8, 152.5, 155.9, 159.9, 163.6], "end": [4.0, 7.8, 11.1, 15.2, 18.9, 22.3, 26.3, 30.0, 33.4, 37.4, 41.2, 44.5, 48.6, 52.3, 55.7, 59.7, 63.4, 66.8, 70.8, 74.6, 77.9, 82.0, 85.7, 89.1, 93.1, 96.8, 100.2, 104.2, 108.0, 111.3, 115.4, 119.1, 122.5, 126.5, 130.2, 133.6, 137.6, 141.4, 144.7, 148.8, 152.5, 155.9, 159.9, 163.6, 167.0]}, "query_points": {"time": [33.4, 66.8, 100.2, 133.6, 167.0], "count": [9, 18, 27, 36, 45]}}
{"id": "0955", "source_dataset": "TOMATO", "video_path": "0214-00_x75_clean.mp4", "question": "How many figure-eight shape(s) has the person drawn in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.5, 2.9, 4.7, 6.4, 8.2, 9.8, 12.2, 14.0, 15.8, 17.5, 19.2, 21.5, 23.3, 25.1, 26.9, 28.5, 30.9, 32.7, 34.4, 36.2, 37.8, 40.2, 42.0, 43.8, 45.5, 47.2, 49.5, 51.3, 53.1, 54.9, 56.5, 58.9, 60.7, 62.4, 64.2, 65.8, 68.2, 70.0, 71.8, 73.5, 75.2, 77.5, 79.3, 81.1, 82.9, 84.5, 86.9, 88.7, 90.4, 92.2, 93.8, 96.2, 98.0, 99.8, 101.5, 103.2, 105.5, 107.3, 109.1, 110.9, 112.5, 114.9, 116.7, 118.4, 120.2, 121.8, 124.2, 126.0, 127.8, 129.5, 131.2, 133.5, 135.3, 137.1, 138.9], "end": [2.9, 4.7, 6.4, 8.2, 9.8, 12.2, 14.0, 15.8, 17.5, 19.2, 21.5, 23.3, 25.1, 26.9, 28.5, 30.9, 32.7, 34.4, 36.2, 37.8, 40.2, 42.0, 43.8, 45.5, 47.2, 49.5, 51.3, 53.1, 54.9, 56.5, 58.9, 60.7, 62.4, 64.2, 65.8, 68.2, 70.0, 71.8, 73.5, 75.2, 77.5, 79.3, 81.1, 82.9, 84.5, 86.9, 88.7, 90.4, 92.2, 93.8, 96.2, 98.0, 99.8, 101.5, 103.2, 105.5, 107.3, 109.1, 110.9, 112.5, 114.9, 116.7, 118.4, 120.2, 121.8, 124.2, 126.0, 127.8, 129.5, 131.2, 133.5, 135.3, 137.1, 138.9, 140.5]}, "query_points": {"time": [28.5, 56.5, 84.5, 112.5, 140.5], "count": [15, 30, 45, 60, 75]}}
{"id": "0956", "source_dataset": "TOMATO", "video_path": "0214-03_x90_clean.mp4", "question": "How many figure-eight shape(s) has the person drawn in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.4, 2.9, 4.7, 6.4, 8.2, 9.8, 11.3, 13.8, 15.6, 17.3, 19.1, 20.7, 22.2, 24.7, 26.5, 28.2, 30.0, 31.6, 33.1, 35.6, 37.4, 39.1, 40.9, 42.5, 44.0, 46.5, 48.3, 50.0, 51.8, 53.4, 54.9, 57.4, 59.2, 60.9, 62.7, 64.3, 65.8, 68.3, 70.1, 71.8, 73.6, 75.2, 76.7, 79.2, 81.0, 82.7, 84.5, 86.1, 87.6, 90.1, 91.9, 93.6, 95.4, 97.0, 98.5, 101.0, 102.8, 104.5, 106.3, 107.9, 109.4, 111.9, 113.7, 115.4, 117.2, 118.8, 120.3, 122.8, 124.6, 126.3, 128.1, 129.7, 131.2, 133.7, 135.5, 137.2, 139.0, 140.6, 142.1, 144.6, 146.4, 148.1, 149.9, 151.5, 153.0, 155.5, 157.3, 159.0, 160.8, 162.4], "end": [2.9, 4.7, 6.4, 8.2, 9.8, 11.3, 13.8, 15.6, 17.3, 19.1, 20.7, 22.2, 24.7, 26.5, 28.2, 30.0, 31.6, 33.1, 35.6, 37.4, 39.1, 40.9, 42.5, 44.0, 46.5, 48.3, 50.0, 51.8, 53.4, 54.9, 57.4, 59.2, 60.9, 62.7, 64.3, 65.8, 68.3, 70.1, 71.8, 73.6, 75.2, 76.7, 79.2, 81.0, 82.7, 84.5, 86.1, 87.6, 90.1, 91.9, 93.6, 95.4, 97.0, 98.5, 101.0, 102.8, 104.5, 106.3, 107.9, 109.4, 111.9, 113.7, 115.4, 117.2, 118.8, 120.3, 122.8, 124.6, 126.3, 128.1, 129.7, 131.2, 133.7, 135.5, 137.2, 139.0, 140.6, 142.1, 144.6, 146.4, 148.1, 149.9, 151.5, 153.0, 155.5, 157.3, 159.0, 160.8, 162.4, 163.9]}, "query_points": {"time": [33.1, 65.8, 98.5, 131.2, 163.9], "count": [18, 36, 54, 72, 90]}}
{"id": "0957", "source_dataset": "TOMATO", "video_path": "0215-00_x120_clean.mp4", "question": "How many circle(s) has the person's hand traced in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.0, 1.5, 2.5, 3.5, 4.5, 5.6, 6.8, 8.2, 9.3, 10.3, 11.3, 12.4, 13.6, 15.0, 16.0, 17.1, 18.0, 19.2, 20.3, 21.8, 22.8, 23.8, 24.8, 26.0, 27.1, 28.6, 29.6, 30.6, 31.6, 32.8, 33.9, 35.4, 36.4, 37.4, 38.4, 39.5, 40.7, 42.2, 43.2, 44.2, 45.2, 46.3, 47.5, 48.9, 50.0, 51.0, 52.0, 53.1, 54.3, 55.7, 56.7, 57.8, 58.7, 59.9, 61.0, 62.5, 63.5, 64.5, 65.5, 66.7, 67.8, 69.3, 70.3, 71.3, 72.3, 73.5, 74.6, 76.1, 77.1, 78.1, 79.1, 80.2, 81.4, 82.9, 83.9, 84.9, 85.9, 87.0, 88.2, 89.6, 90.7, 91.7, 92.7, 93.8, 95.0, 96.4, 97.4, 98.5, 99.4, 100.6, 101.7, 103.2, 104.2, 105.2, 106.2, 107.4, 108.5, 110.0, 111.0, 112.0, 113.0, 114.2, 115.3, 116.8, 117.8, 118.8, 119.8, 120.9, 122.1, 123.6, 124.6, 125.6, 126.6, 127.7, 128.9, 130.3, 131.4, 132.4, 133.4, 134.5], "end": [1.5, 2.5, 3.5, 4.5, 5.6, 6.8, 8.2, 9.3, 10.3, 11.3, 12.4, 13.6, 15.0, 16.0, 17.1, 18.0, 19.2, 20.3, 21.8, 22.8, 23.8, 24.8, 26.0, 27.1, 28.6, 29.6, 30.6, 31.6, 32.8, 33.9, 35.4, 36.4, 37.4, 38.4, 39.5, 40.7, 42.2, 43.2, 44.2, 45.2, 46.3, 47.5, 48.9, 50.0, 51.0, 52.0, 53.1, 54.3, 55.7, 56.7, 57.8, 58.7, 59.9, 61.0, 62.5, 63.5, 64.5, 65.5, 66.7, 67.8, 69.3, 70.3, 71.3, 72.3, 73.5, 74.6, 76.1, 77.1, 78.1, 79.1, 80.2, 81.4, 82.9, 83.9, 84.9, 85.9, 87.0, 88.2, 89.6, 90.7, 91.7, 92.7, 93.8, 95.0, 96.4, 97.4, 98.5, 99.4, 100.6, 101.7, 103.2, 104.2, 105.2, 106.2, 107.4, 108.5, 110.0, 111.0, 112.0, 113.0, 114.2, 115.3, 116.8, 117.8, 118.8, 119.8, 120.9, 122.1, 123.6, 124.6, 125.6, 126.6, 127.7, 128.9, 130.3, 131.4, 132.4, 133.4, 134.5, 135.7]}, "query_points": {"time": [27.1, 54.3, 81.4, 108.5, 135.7], "count": [24, 48, 72, 96, 120]}}
{"id": "0958", "source_dataset": "TOMATO", "video_path": "0215-05_x120_clean.mp4", "question": "How many circles has the person drawn in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.0, 1.5, 2.5, 3.5, 4.6, 5.6, 6.8, 8.2, 9.3, 10.3, 11.3, 12.4, 13.5, 15.0, 16.0, 17.1, 18.1, 19.2, 20.3, 21.8, 22.8, 23.8, 24.9, 25.9, 27.1, 28.5, 29.6, 30.6, 31.6, 32.7, 33.8, 35.3, 36.3, 37.4, 38.4, 39.5, 40.6, 42.1, 43.1, 44.1, 45.2, 46.2, 47.4, 48.8, 49.9, 50.9, 51.9, 53.0, 54.1, 55.6, 56.6, 57.7, 58.7, 59.8, 60.9, 62.4, 63.4, 64.4, 65.5, 66.5, 67.7, 69.1, 70.2, 71.2, 72.2, 73.3, 74.4, 75.9, 76.9, 78.0, 79.0, 80.1, 81.2, 82.7, 83.7, 84.7, 85.8, 86.8, 88.0, 89.4, 90.5, 91.5, 92.5, 93.6, 94.7, 96.2, 97.2, 98.3, 99.3, 100.4, 101.5, 103.0, 104.0, 105.0, 106.1, 107.1, 108.3, 109.7, 110.8, 111.8, 112.8, 113.9, 115.0, 116.5, 117.5, 118.6, 119.6, 120.7, 121.8, 123.3, 124.3, 125.3, 126.3, 127.4, 128.5, 130.0, 131.1, 132.1, 133.1, 134.2], "end": [1.5, 2.5, 3.5, 4.6, 5.6, 6.8, 8.2, 9.3, 10.3, 11.3, 12.4, 13.5, 15.0, 16.0, 17.1, 18.1, 19.2, 20.3, 21.8, 22.8, 23.8, 24.9, 25.9, 27.1, 28.5, 29.6, 30.6, 31.6, 32.7, 33.8, 35.3, 36.3, 37.4, 38.4, 39.5, 40.6, 42.1, 43.1, 44.1, 45.2, 46.2, 47.4, 48.8, 49.9, 50.9, 51.9, 53.0, 54.1, 55.6, 56.6, 57.7, 58.7, 59.8, 60.9, 62.4, 63.4, 64.4, 65.5, 66.5, 67.7, 69.1, 70.2, 71.2, 72.2, 73.3, 74.4, 75.9, 76.9, 78.0, 79.0, 80.1, 81.2, 82.7, 83.7, 84.7, 85.8, 86.8, 88.0, 89.4, 90.5, 91.5, 92.5, 93.6, 94.7, 96.2, 97.2, 98.3, 99.3, 100.4, 101.5, 103.0, 104.0, 105.0, 106.1, 107.1, 108.3, 109.7, 110.8, 111.8, 112.8, 113.9, 115.0, 116.5, 117.5, 118.6, 119.6, 120.7, 121.8, 123.3, 124.3, 125.3, 126.3, 127.4, 128.5, 130.0, 131.1, 132.1, 133.1, 134.2, 135.3]}, "query_points": {"time": [27.1, 54.1, 81.2, 108.2, 135.3], "count": [24, 48, 72, 96, 120]}}
{"id": "0959", "source_dataset": "TOMATO", "video_path": "0216-00_x60_clean.mp4", "question": "How many spins has the person made so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.9, 3.0, 5.1, 7.5, 10.1, 12.2, 14.3, 16.7, 19.3, 21.3, 23.4, 25.9, 28.4, 30.5, 32.6, 35.0, 37.6, 39.7, 41.8, 44.2, 46.8, 48.8, 50.9, 53.4, 55.9, 58.0, 60.1, 62.5, 65.1, 67.2, 69.3, 71.7, 74.3, 76.3, 78.4, 80.9, 83.4, 85.5, 87.6, 90.0, 92.6, 94.7, 96.8, 99.2, 101.8, 103.8, 105.9, 108.4, 110.9, 113.0, 115.1, 117.5, 120.1, 122.2, 124.3, 126.7, 129.3, 131.3, 133.4, 135.9], "end": [3.0, 5.1, 7.5, 10.1, 12.2, 14.3, 16.7, 19.3, 21.3, 23.4, 25.9, 28.4, 30.5, 32.6, 35.0, 37.6, 39.7, 41.8, 44.2, 46.8, 48.8, 50.9, 53.4, 55.9, 58.0, 60.1, 62.5, 65.1, 67.2, 69.3, 71.7, 74.3, 76.3, 78.4, 80.9, 83.4, 85.5, 87.6, 90.0, 92.6, 94.7, 96.8, 99.2, 101.8, 103.8, 105.9, 108.4, 110.9, 113.0, 115.1, 117.5, 120.1, 122.2, 124.3, 126.7, 129.3, 131.3, 133.4, 135.9, 138.4]}, "query_points": {"time": [28.4, 55.9, 83.4, 110.9, 138.4], "count": [12, 24, 36, 48, 60]}}
{"id": "0960", "source_dataset": "TOMATO", "video_path": "0216-05_x60_clean.mp4", "question": "How many spins has the person made so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.3, 2.6, 5.0, 7.2, 9.4, 11.7, 14.1, 16.3, 18.5, 20.8, 23.2, 25.4, 27.6, 29.9, 32.3, 34.5, 36.7, 39.0, 41.4, 43.6, 45.8, 48.1, 50.5, 52.7, 54.9, 57.2, 59.6, 61.8, 64.0, 66.3, 68.7, 70.9, 73.1, 75.4, 77.8, 80.0, 82.2, 84.5, 86.9, 89.1, 91.3, 93.6, 96.0, 98.2, 100.4, 102.7, 105.1, 107.3, 109.5, 111.8, 114.2, 116.4, 118.6, 120.9, 123.3, 125.5, 127.7, 129.9, 132.4, 134.6], "end": [2.6, 5.0, 7.2, 9.4, 11.7, 14.1, 16.3, 18.5, 20.8, 23.2, 25.4, 27.6, 29.9, 32.3, 34.5, 36.7, 39.0, 41.4, 43.6, 45.8, 48.1, 50.5, 52.7, 54.9, 57.2, 59.6, 61.8, 64.0, 66.3, 68.7, 70.9, 73.1, 75.4, 77.8, 80.0, 82.2, 84.5, 86.9, 89.1, 91.3, 93.6, 96.0, 98.2, 100.4, 102.7, 105.1, 107.3, 109.5, 111.8, 114.2, 116.4, 118.6, 120.9, 123.3, 125.5, 127.7, 129.9, 132.4, 134.6, 136.8]}, "query_points": {"time": [27.6, 54.9, 82.2, 109.5, 136.8], "count": [12, 24, 36, 48, 60]}}
{"id": "0961", "source_dataset": "TOMATO", "video_path": "0216-06_x60_clean.mp4", "question": "How many spins has the person made so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.5, 2.8, 5.1, 7.4, 9.8, 12.2, 14.5, 16.8, 19.2, 21.6, 23.9, 26.1, 28.6, 31.0, 33.3, 35.5, 38.0, 40.4, 42.7, 44.9, 47.4, 49.8, 52.0, 54.3, 56.8, 59.1, 61.4, 63.7, 66.1, 68.5, 70.8, 73.1, 75.5, 77.9, 80.2, 82.4, 84.9, 87.3, 89.6, 91.8, 94.3, 96.7, 99.0, 101.2, 103.7, 106.1, 108.3, 110.6, 113.1, 115.4, 117.7, 120.0, 122.4, 124.8, 127.1, 129.3, 131.8, 134.2, 136.5, 138.7], "end": [2.8, 5.1, 7.4, 9.8, 12.2, 14.5, 16.8, 19.2, 21.6, 23.9, 26.1, 28.6, 31.0, 33.3, 35.5, 38.0, 40.4, 42.7, 44.9, 47.4, 49.8, 52.0, 54.3, 56.8, 59.1, 61.4, 63.7, 66.1, 68.5, 70.8, 73.1, 75.5, 77.9, 80.2, 82.4, 84.9, 87.3, 89.6, 91.8, 94.3, 96.7, 99.0, 101.2, 103.7, 106.1, 108.3, 110.6, 113.1, 115.4, 117.7, 120.0, 122.4, 124.8, 127.1, 129.3, 131.8, 134.2, 136.5, 138.7, 141.2]}, "query_points": {"time": [28.6, 56.8, 84.9, 113.0, 141.2], "count": [12, 24, 36, 48, 60]}}
{"id": "0962", "source_dataset": "TOMATO", "video_path": "0216-07_x60_clean.mp4", "question": "How many spins has the person made so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.2, 2.6, 4.9, 7.2, 9.3, 11.6, 13.9, 16.2, 18.3, 20.6, 23.0, 25.3, 27.3, 29.7, 32.0, 34.3, 36.4, 38.7, 41.0, 43.3, 45.4, 47.7, 50.1, 52.4, 54.4, 56.8, 59.1, 61.4, 63.5, 65.8, 68.1, 70.4, 72.5, 74.8, 77.2, 79.5, 81.5, 83.9, 86.2, 88.5, 90.6, 92.9, 95.2, 97.5, 99.6, 101.9, 104.3, 106.6, 108.6, 111.0, 113.3, 115.6, 117.7, 120.0, 122.3, 124.6, 126.7, 129.0, 131.4, 133.7], "end": [2.6, 4.9, 7.2, 9.3, 11.6, 13.9, 16.2, 18.3, 20.6, 23.0, 25.3, 27.3, 29.7, 32.0, 34.3, 36.4, 38.7, 41.0, 43.3, 45.4, 47.7, 50.1, 52.4, 54.4, 56.8, 59.1, 61.4, 63.5, 65.8, 68.1, 70.4, 72.5, 74.8, 77.2, 79.5, 81.5, 83.9, 86.2, 88.5, 90.6, 92.9, 95.2, 97.5, 99.6, 101.9, 104.3, 106.6, 108.6, 111.0, 113.3, 115.6, 117.7, 120.0, 122.3, 124.6, 126.7, 129.0, 131.4, 133.7, 135.7]}, "query_points": {"time": [27.4, 54.4, 81.5, 108.6, 135.7], "count": [12, 24, 36, 48, 60]}}
{"id": "0963", "source_dataset": "TOMATO", "video_path": "0218-00_x105_clean.mp4", "question": "How many circle(s) has the person's hand traced in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [1.4, 2.7, 3.9, 5.1, 6.4, 7.6, 8.8, 9.9, 11.1, 12.4, 13.6, 14.9, 16.1, 17.3, 18.4, 19.6, 20.9, 22.1, 23.3, 24.6, 25.8, 26.9, 28.1, 29.4, 30.6, 31.8, 33.1, 34.3, 35.4, 36.6, 37.9, 39.1, 40.3, 41.6, 42.8, 43.9, 45.1, 46.4, 47.6, 48.8, 50.0, 51.2, 52.3, 53.6, 54.8, 56.0, 57.3, 58.5, 59.7, 60.8, 62.0, 63.3, 64.5, 65.8, 67.0, 68.2, 69.3, 70.5, 71.8, 73.0, 74.2, 75.5, 76.7, 77.8, 79.0, 80.3, 81.5, 82.7, 84.0, 85.2, 86.3, 87.5, 88.8, 90.0, 91.2, 92.5, 93.7, 94.8, 96.0, 97.3, 98.5, 99.7, 100.9, 102.1, 103.2, 104.5, 105.7, 106.9, 108.2, 109.4, 110.6, 111.7, 112.9, 114.2, 115.4, 116.7, 117.9, 119.1, 120.2, 121.4, 122.7, 123.9, 125.1, 126.4, 127.6], "end": [2.7, 3.9, 5.1, 6.4, 7.6, 8.8, 9.9, 11.1, 12.4, 13.6, 14.9, 16.1, 17.3, 18.4, 19.6, 20.9, 22.1, 23.3, 24.6, 25.8, 26.9, 28.1, 29.4, 30.6, 31.8, 33.1, 34.3, 35.4, 36.6, 37.9, 39.1, 40.3, 41.6, 42.8, 43.9, 45.1, 46.4, 47.6, 48.8, 50.0, 51.2, 52.3, 53.6, 54.8, 56.0, 57.3, 58.5, 59.7, 60.8, 62.0, 63.3, 64.5, 65.8, 67.0, 68.2, 69.3, 70.5, 71.8, 73.0, 74.2, 75.5, 76.7, 77.8, 79.0, 80.3, 81.5, 82.7, 84.0, 85.2, 86.3, 87.5, 88.8, 90.0, 91.2, 92.5, 93.7, 94.8, 96.0, 97.3, 98.5, 99.7, 100.9, 102.1, 103.2, 104.5, 105.7, 106.9, 108.2, 109.4, 110.6, 111.7, 112.9, 114.2, 115.4, 116.7, 117.9, 119.1, 120.2, 121.4, 122.7, 123.9, 125.1, 126.4, 127.6, 128.7]}, "query_points": {"time": [26.9, 52.4, 77.8, 103.2, 128.7], "count": [21, 42, 63, 84, 105]}}
{"id": "0964", "source_dataset": "TOMATO", "video_path": "0218-01_x60_clean.mp4", "question": "How many circle(s) has the person's hand traced in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [1.2, 3.8, 6.2, 9.0, 11.5, 13.9, 16.7, 19.2, 21.6, 24.4, 27.0, 29.4, 32.2, 34.7, 37.1, 39.9, 42.4, 44.8, 47.6, 50.2, 52.6, 55.4, 57.9, 60.3, 63.1, 65.6, 68.0, 70.8, 73.4, 75.8, 78.6, 81.1, 83.5, 86.3, 88.8, 91.2, 94.0, 96.6, 99.0, 101.8, 104.3, 106.7, 109.5, 112.0, 114.4, 117.2, 119.8, 122.2, 125.0, 127.5, 129.9, 132.7, 135.2, 137.6, 140.4, 143.0, 145.4, 148.2, 150.7, 153.1], "end": [3.8, 6.2, 9.0, 11.5, 13.9, 16.7, 19.2, 21.6, 24.4, 27.0, 29.4, 32.2, 34.7, 37.1, 39.9, 42.4, 44.8, 47.6, 50.2, 52.6, 55.4, 57.9, 60.3, 63.1, 65.6, 68.0, 70.8, 73.4, 75.8, 78.6, 81.1, 83.5, 86.3, 88.8, 91.2, 94.0, 96.6, 99.0, 101.8, 104.3, 106.7, 109.5, 112.0, 114.4, 117.2, 119.8, 122.2, 125.0, 127.5, 129.9, 132.7, 135.2, 137.6, 140.4, 143.0, 145.4, 148.2, 150.7, 153.1, 155.9]}, "query_points": {"time": [32.2, 63.1, 94.0, 125.0, 155.9], "count": [12, 24, 36, 48, 60]}}
{"id": "0965", "source_dataset": "TOMATO", "video_path": "0218-06_x120_clean.mp4", "question": "How many circle(s) has the person's hand traced in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.3, 1.6, 2.7, 4.0, 5.2, 6.5, 7.7, 8.8, 9.9, 11.2, 12.3, 13.5, 14.8, 16.1, 17.2, 18.4, 19.5, 20.7, 21.9, 23.1, 24.4, 25.6, 26.8, 27.9, 29.0, 30.3, 31.4, 32.7, 33.9, 35.2, 36.4, 37.5, 38.6, 39.9, 41.0, 42.2, 43.5, 44.8, 45.9, 47.1, 48.2, 49.4, 50.6, 51.8, 53.1, 54.3, 55.5, 56.6, 57.7, 59.0, 60.1, 61.4, 62.6, 63.9, 65.1, 66.2, 67.3, 68.6, 69.7, 70.9, 72.2, 73.5, 74.6, 75.8, 76.9, 78.1, 79.3, 80.5, 81.8, 83.0, 84.2, 85.3, 86.4, 87.7, 88.8, 90.1, 91.3, 92.6, 93.8, 94.9, 96.0, 97.3, 98.4, 99.6, 100.9, 102.2, 103.3, 104.5, 105.6, 106.8, 108.0, 109.2, 110.5, 111.7, 112.9, 114.0, 115.1, 116.4, 117.5, 118.8, 120.0, 121.3, 122.5, 123.6, 124.7, 126.0, 127.1, 128.3, 129.6, 130.9, 132.0, 133.2, 134.2, 135.5, 136.7, 137.9, 139.2, 140.4, 141.6, 142.7], "end": [1.6, 2.7, 4.0, 5.2, 6.5, 7.7, 8.8, 9.9, 11.2, 12.3, 13.5, 14.8, 16.1, 17.2, 18.4, 19.5, 20.7, 21.9, 23.1, 24.4, 25.6, 26.8, 27.9, 29.0, 30.3, 31.4, 32.7, 33.9, 35.2, 36.4, 37.5, 38.6, 39.9, 41.0, 42.2, 43.5, 44.8, 45.9, 47.1, 48.2, 49.4, 50.6, 51.8, 53.1, 54.3, 55.5, 56.6, 57.7, 59.0, 60.1, 61.4, 62.6, 63.9, 65.1, 66.2, 67.3, 68.6, 69.7, 70.9, 72.2, 73.5, 74.6, 75.8, 76.9, 78.1, 79.3, 80.5, 81.8, 83.0, 84.2, 85.3, 86.4, 87.7, 88.8, 90.1, 91.3, 92.6, 93.8, 94.9, 96.0, 97.3, 98.4, 99.6, 100.9, 102.2, 103.3, 104.5, 105.6, 106.8, 108.0, 109.2, 110.5, 111.7, 112.9, 114.0, 115.1, 116.4, 117.5, 118.8, 120.0, 121.3, 122.5, 123.6, 124.7, 126.0, 127.1, 128.3, 129.6, 130.9, 132.0, 133.2, 134.2, 135.5, 136.7, 137.9, 139.2, 140.4, 141.6, 142.7, 143.8]}, "query_points": {"time": [29.0, 57.7, 86.4, 115.1, 143.8], "count": [24, 48, 72, 96, 120]}}
{"id": "0966", "source_dataset": "TOMATO", "video_path": "0218-07_x60_clean.mp4", "question": "How many circle(s) has the person's hand traced in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.9, 3.6, 6.1, 8.7, 11.4, 13.9, 16.5, 19.2, 21.7, 24.3, 27.0, 29.5, 32.1, 34.8, 37.4, 40.0, 42.7, 45.2, 47.8, 50.5, 53.0, 55.6, 58.3, 60.8, 63.4, 66.1, 68.6, 71.2, 73.9, 76.4, 79.0, 81.7, 84.3, 86.9, 89.6, 92.1, 94.7, 97.4, 99.9, 102.5, 105.2, 107.7, 110.3, 113.0, 115.5, 118.1, 120.8, 123.3, 125.9, 128.6, 131.2, 133.8, 136.5, 139.0, 141.6, 144.3, 146.8, 149.4, 152.1, 154.6], "end": [3.6, 6.1, 8.7, 11.4, 13.9, 16.5, 19.2, 21.7, 24.3, 27.0, 29.5, 32.1, 34.8, 37.4, 40.0, 42.7, 45.2, 47.8, 50.5, 53.0, 55.6, 58.3, 60.8, 63.4, 66.1, 68.6, 71.2, 73.9, 76.4, 79.0, 81.7, 84.3, 86.9, 89.6, 92.1, 94.7, 97.4, 99.9, 102.5, 105.2, 107.7, 110.3, 113.0, 115.5, 118.1, 120.8, 123.3, 125.9, 128.6, 131.2, 133.8, 136.5, 139.0, 141.6, 144.3, 146.8, 149.4, 152.1, 154.6, 157.2]}, "query_points": {"time": [32.1, 63.4, 94.7, 125.9, 157.2], "count": [12, 24, 36, 48, 60]}}
{"id": "0967", "source_dataset": "TOMATO", "video_path": "0220-00_x80_clean.mp4", "question": "How many times has the person swung their hand upward so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.6, 2.4, 3.9, 5.6, 7.9, 9.6, 11.2, 12.8, 15.1, 16.9, 18.4, 20.1, 22.4, 24.1, 25.7, 27.3, 29.6, 31.4, 32.9, 34.6, 36.9, 38.6, 40.2, 41.8, 44.1, 45.9, 47.4, 49.1, 51.4, 53.1, 54.7, 56.3, 58.6, 60.4, 61.9, 63.6, 65.9, 67.6, 69.2, 70.8, 73.1, 74.9, 76.4, 78.1, 80.4, 82.1, 83.7, 85.3, 87.6, 89.4, 90.9, 92.6, 94.9, 96.6, 98.2, 99.8, 102.1, 103.9, 105.4, 107.1, 109.4, 111.1, 112.7, 114.3, 116.6, 118.4, 119.9, 121.6, 123.9, 125.6, 127.2, 128.8, 131.1, 132.9, 134.4, 136.1, 138.4, 140.1, 141.7, 143.3], "end": [2.4, 3.9, 5.6, 7.9, 9.6, 11.2, 12.8, 15.1, 16.9, 18.4, 20.1, 22.4, 24.1, 25.7, 27.3, 29.6, 31.4, 32.9, 34.6, 36.9, 38.6, 40.2, 41.8, 44.1, 45.9, 47.4, 49.1, 51.4, 53.1, 54.7, 56.3, 58.6, 60.4, 61.9, 63.6, 65.9, 67.6, 69.2, 70.8, 73.1, 74.9, 76.4, 78.1, 80.4, 82.1, 83.7, 85.3, 87.6, 89.4, 90.9, 92.6, 94.9, 96.6, 98.2, 99.8, 102.1, 103.9, 105.4, 107.1, 109.4, 111.1, 112.7, 114.3, 116.6, 118.4, 119.9, 121.6, 123.9, 125.6, 127.2, 128.8, 131.1, 132.9, 134.4, 136.1, 138.4, 140.1, 141.7, 143.3, 145.6]}, "query_points": {"time": [29.6, 58.6, 87.6, 116.6, 145.6], "count": [16, 32, 48, 64, 80]}}
{"id": "0968", "source_dataset": "TOMATO", "video_path": "0220-01_x80_clean.mp4", "question": "How many times has the person swung their hand upward so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.3, 2.3, 4.0, 5.6, 7.5, 9.5, 11.2, 12.8, 14.7, 16.7, 18.4, 20.0, 21.9, 23.9, 25.6, 27.2, 29.1, 31.1, 32.8, 34.4, 36.3, 38.3, 40.0, 41.6, 43.5, 45.5, 47.2, 48.8, 50.7, 52.7, 54.4, 56.0, 57.9, 59.9, 61.6, 63.2, 65.1, 67.1, 68.8, 70.4, 72.3, 74.3, 76.0, 77.6, 79.5, 81.5, 83.2, 84.8, 86.7, 88.7, 90.4, 92.0, 93.9, 95.9, 97.6, 99.2, 101.1, 103.1, 104.8, 106.4, 108.3, 110.3, 112.0, 113.6, 115.5, 117.5, 119.2, 120.8, 122.7, 124.7, 126.4, 128.0, 129.9, 131.9, 133.6, 135.2, 137.1, 139.1, 140.8, 142.4], "end": [2.3, 4.0, 5.6, 7.5, 9.5, 11.2, 12.8, 14.7, 16.7, 18.4, 20.0, 21.9, 23.9, 25.6, 27.2, 29.1, 31.1, 32.8, 34.4, 36.3, 38.3, 40.0, 41.6, 43.5, 45.5, 47.2, 48.8, 50.7, 52.7, 54.4, 56.0, 57.9, 59.9, 61.6, 63.2, 65.1, 67.1, 68.8, 70.4, 72.3, 74.3, 76.0, 77.6, 79.5, 81.5, 83.2, 84.8, 86.7, 88.7, 90.4, 92.0, 93.9, 95.9, 97.6, 99.2, 101.1, 103.1, 104.8, 106.4, 108.3, 110.3, 112.0, 113.6, 115.5, 117.5, 119.2, 120.8, 122.7, 124.7, 126.4, 128.0, 129.9, 131.9, 133.6, 135.2, 137.1, 139.1, 140.8, 142.4, 144.3]}, "query_points": {"time": [29.1, 57.9, 86.7, 115.5, 144.3], "count": [16, 32, 48, 64, 80]}}
{"id": "0969", "source_dataset": "TOMATO", "video_path": "0221-00_x75_clean.mp4", "question": "How many times has the person swung their hand to the right so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [1.9, 3.5, 5.2, 7.1, 9.0, 10.9, 12.5, 14.1, 16.1, 18.0, 19.9, 21.5, 23.1, 25.0, 27.0, 28.9, 30.5, 32.1, 34.0, 36.0, 37.8, 39.4, 41.1, 43.0, 44.9, 46.8, 48.4, 50.1, 52.0, 53.9, 55.8, 57.4, 59.1, 61.0, 62.9, 64.8, 66.4, 68.0, 70.0, 71.9, 73.8, 75.4, 77.0, 78.9, 80.9, 82.8, 84.4, 86.0, 87.9, 89.9, 91.7, 93.3, 95.0, 96.9, 98.8, 100.7, 102.3, 104.0, 105.9, 107.8, 109.7, 111.3, 113.0, 114.9, 116.8, 118.7, 120.3, 121.9, 123.9, 125.8, 127.7, 129.3, 130.9, 132.8, 134.8], "end": [3.5, 5.2, 7.1, 9.0, 10.9, 12.5, 14.1, 16.1, 18.0, 19.9, 21.5, 23.1, 25.0, 27.0, 28.9, 30.5, 32.1, 34.0, 36.0, 37.8, 39.4, 41.1, 43.0, 44.9, 46.8, 48.4, 50.1, 52.0, 53.9, 55.8, 57.4, 59.1, 61.0, 62.9, 64.8, 66.4, 68.0, 70.0, 71.9, 73.8, 75.4, 77.0, 78.9, 80.9, 82.8, 84.4, 86.0, 87.9, 89.9, 91.7, 93.3, 95.0, 96.9, 98.8, 100.7, 102.3, 104.0, 105.9, 107.8, 109.7, 111.3, 113.0, 114.9, 116.8, 118.7, 120.3, 121.9, 123.9, 125.8, 127.7, 129.3, 130.9, 132.8, 134.8, 136.7]}, "query_points": {"time": [28.9, 55.8, 82.8, 109.7, 136.7], "count": [15, 30, 45, 60, 75]}}
{"id": "0970", "source_dataset": "TOMATO", "video_path": "0221-03_x75_clean.mp4", "question": "How many times has the person swung their hand to the right so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [1.6, 3.5, 5.2, 7.2, 9.1, 11.3, 13.2, 14.8, 16.8, 18.7, 20.9, 22.8, 24.4, 26.4, 28.3, 30.5, 32.4, 34.1, 36.0, 37.9, 40.1, 42.0, 43.7, 45.7, 47.5, 49.7, 51.6, 53.3, 55.3, 57.2, 59.3, 61.2, 62.9, 64.9, 66.8, 69.0, 70.9, 72.5, 74.5, 76.4, 78.6, 80.5, 82.1, 84.1, 86.0, 88.2, 90.1, 91.8, 93.7, 95.6, 97.8, 99.7, 101.4, 103.4, 105.2, 107.4, 109.3, 111.0, 113.0, 114.9, 117.0, 118.9, 120.6, 122.6, 124.5, 126.7, 128.6, 130.2, 132.2, 134.1, 136.3, 138.2, 139.8, 141.8, 143.7], "end": [3.5, 5.2, 7.2, 9.1, 11.3, 13.2, 14.8, 16.8, 18.7, 20.9, 22.8, 24.4, 26.4, 28.3, 30.5, 32.4, 34.1, 36.0, 37.9, 40.1, 42.0, 43.7, 45.7, 47.5, 49.7, 51.6, 53.3, 55.3, 57.2, 59.3, 61.2, 62.9, 64.9, 66.8, 69.0, 70.9, 72.5, 74.5, 76.4, 78.6, 80.5, 82.1, 84.1, 86.0, 88.2, 90.1, 91.8, 93.7, 95.6, 97.8, 99.7, 101.4, 103.4, 105.2, 107.4, 109.3, 111.0, 113.0, 114.9, 117.0, 118.9, 120.6, 122.6, 124.5, 126.7, 128.6, 130.2, 132.2, 134.1, 136.3, 138.2, 139.8, 141.8, 143.7, 145.9]}, "query_points": {"time": [30.5, 59.4, 88.2, 117.0, 145.9], "count": [15, 30, 45, 60, 75]}}
{"id": "0971", "source_dataset": "TOMATO", "video_path": "0222-00_x140_clean.mp4", "question": "How many times has the person swung their hand to the right so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [2.8, 3.8, 5.0, 6.0, 7.0, 8.1, 9.3, 10.6, 11.5, 12.7, 13.7, 14.8, 15.8, 17.0, 18.3, 19.3, 20.5, 21.4, 22.5, 23.6, 24.7, 26.0, 27.0, 28.2, 29.2, 30.2, 31.3, 32.5, 33.8, 34.7, 35.9, 36.9, 38.0, 39.0, 40.2, 41.5, 42.5, 43.7, 44.6, 45.7, 46.8, 47.9, 49.2, 50.2, 51.4, 52.4, 53.4, 54.5, 55.7, 57.0, 57.9, 59.1, 60.1, 61.2, 62.2, 63.4, 64.7, 65.7, 66.9, 67.8, 68.9, 70.0, 71.1, 72.4, 73.4, 74.6, 75.6, 76.6, 77.7, 78.9, 80.2, 81.1, 82.3, 83.3, 84.4, 85.4, 86.6, 87.9, 88.9, 90.1, 91.0, 92.1, 93.2, 94.3, 95.6, 96.6, 97.8, 98.8, 99.8, 100.9, 102.1, 103.4, 104.3, 105.5, 106.5, 107.6, 108.6, 109.8, 111.1, 112.1, 113.3, 114.2, 115.3, 116.4, 117.5, 118.8, 119.8, 121.0, 122.0, 123.0, 124.1, 125.3, 126.6, 127.5, 128.7, 129.7, 130.8, 131.8, 133.0, 134.3, 135.3, 136.5, 137.4, 138.5, 139.6, 140.7, 142.0, 143.0, 144.2, 145.2, 146.2, 147.3, 148.5, 149.8, 150.7, 151.9, 152.9, 154.0, 155.0, 156.2], "end": [3.8, 5.0, 6.0, 7.0, 8.1, 9.3, 10.6, 11.5, 12.7, 13.7, 14.8, 15.8, 17.0, 18.3, 19.3, 20.5, 21.4, 22.5, 23.6, 24.7, 26.0, 27.0, 28.2, 29.2, 30.2, 31.3, 32.5, 33.8, 34.7, 35.9, 36.9, 38.0, 39.0, 40.2, 41.5, 42.5, 43.7, 44.6, 45.7, 46.8, 47.9, 49.2, 50.2, 51.4, 52.4, 53.4, 54.5, 55.7, 57.0, 57.9, 59.1, 60.1, 61.2, 62.2, 63.4, 64.7, 65.7, 66.9, 67.8, 68.9, 70.0, 71.1, 72.4, 73.4, 74.6, 75.6, 76.6, 77.7, 78.9, 80.2, 81.1, 82.3, 83.3, 84.4, 85.4, 86.6, 87.9, 88.9, 90.1, 91.0, 92.1, 93.2, 94.3, 95.6, 96.6, 97.8, 98.8, 99.8, 100.9, 102.1, 103.4, 104.3, 105.5, 106.5, 107.6, 108.6, 109.8, 111.1, 112.1, 113.3, 114.2, 115.3, 116.4, 117.5, 118.8, 119.8, 121.0, 122.0, 123.0, 124.1, 125.3, 126.6, 127.5, 128.7, 129.7, 130.8, 131.8, 133.0, 134.3, 135.3, 136.5, 137.4, 138.5, 139.6, 140.7, 142.0, 143.0, 144.2, 145.2, 146.2, 147.3, 148.5, 149.8, 150.7, 151.9, 152.9, 154.0, 155.0, 156.2, 157.5]}, "query_points": {"time": [33.8, 64.7, 95.6, 126.6, 157.5], "count": [28, 56, 84, 112, 140]}}
{"id": "0972", "source_dataset": "TOMATO", "video_path": "0222-01_x120_clean.mp4", "question": "How many times has the person swung their hand to the right so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [1.5, 2.9, 3.7, 4.8, 5.9, 6.8, 8.0, 9.1, 10.4, 11.8, 12.7, 13.7, 14.8, 15.8, 16.9, 18.1, 19.4, 20.8, 21.6, 22.6, 23.7, 24.7, 25.8, 27.0, 28.3, 29.7, 30.5, 31.5, 32.7, 33.6, 34.7, 35.9, 37.2, 38.6, 39.4, 40.4, 41.6, 42.5, 43.6, 44.8, 46.1, 47.5, 48.3, 49.3, 50.5, 51.4, 52.5, 53.7, 55.0, 56.4, 57.2, 58.3, 59.4, 60.3, 61.5, 62.6, 63.9, 65.3, 66.2, 67.2, 68.3, 69.3, 70.4, 71.6, 72.9, 74.3, 75.1, 76.1, 77.2, 78.2, 79.3, 80.5, 81.8, 83.2, 84.0, 85.0, 86.2, 87.1, 88.2, 89.4, 90.7, 92.1, 92.9, 93.9, 95.1, 96.0, 97.1, 98.3, 99.6, 101.0, 101.8, 102.8, 104.0, 104.9, 106.0, 107.2, 108.5, 109.9, 110.7, 111.8, 112.9, 113.8, 115.0, 116.1, 117.4, 118.8, 119.7, 120.7, 121.8, 122.8, 123.9, 125.1, 126.4, 127.8, 128.6, 129.6, 130.7, 131.7, 132.8, 134.0], "end": [2.9, 3.7, 4.8, 5.9, 6.8, 8.0, 9.1, 10.4, 11.8, 12.7, 13.7, 14.8, 15.8, 16.9, 18.1, 19.4, 20.8, 21.6, 22.6, 23.7, 24.7, 25.8, 27.0, 28.3, 29.7, 30.5, 31.5, 32.7, 33.6, 34.7, 35.9, 37.2, 38.6, 39.4, 40.4, 41.6, 42.5, 43.6, 44.8, 46.1, 47.5, 48.3, 49.3, 50.5, 51.4, 52.5, 53.7, 55.0, 56.4, 57.2, 58.3, 59.4, 60.3, 61.5, 62.6, 63.9, 65.3, 66.2, 67.2, 68.3, 69.3, 70.4, 71.6, 72.9, 74.3, 75.1, 76.1, 77.2, 78.2, 79.3, 80.5, 81.8, 83.2, 84.0, 85.0, 86.2, 87.1, 88.2, 89.4, 90.7, 92.1, 92.9, 93.9, 95.1, 96.0, 97.1, 98.3, 99.6, 101.0, 101.8, 102.8, 104.0, 104.9, 106.0, 107.2, 108.5, 109.9, 110.7, 111.8, 112.9, 113.8, 115.0, 116.1, 117.4, 118.8, 119.7, 120.7, 121.8, 122.8, 123.9, 125.1, 126.4, 127.8, 128.6, 129.6, 130.7, 131.7, 132.8, 134.0, 135.3]}, "query_points": {"time": [28.3, 55.0, 81.8, 108.5, 135.3], "count": [24, 48, 72, 96, 120]}}
{"id": "0973", "source_dataset": "TOMATO", "video_path": "0223-00_x80_clean.mp4", "question": "How many times has the person swung their hand to the right so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [1.0, 3.8, 5.3, 6.5, 8.2, 10.9, 12.5, 13.7, 15.4, 18.1, 19.6, 20.8, 22.5, 25.3, 26.8, 28.0, 29.7, 32.4, 34.0, 35.2, 36.9, 39.6, 41.1, 42.3, 44.0, 46.8, 48.3, 49.5, 51.2, 53.9, 55.5, 56.7, 58.4, 61.1, 62.6, 63.8, 65.5, 68.3, 69.8, 71.0, 72.7, 75.4, 77.0, 78.2, 79.9, 82.6, 84.1, 85.3, 87.0, 89.8, 91.3, 92.5, 94.2, 96.9, 98.5, 99.7, 101.4, 104.1, 105.6, 106.8, 108.5, 111.3, 112.8, 114.0, 115.7, 118.4, 119.9, 121.2, 122.8, 125.6, 127.1, 128.3, 130.0, 132.7, 134.3, 135.5, 137.2, 139.9, 141.4, 142.7], "end": [3.8, 5.3, 6.5, 8.2, 10.9, 12.5, 13.7, 15.4, 18.1, 19.6, 20.8, 22.5, 25.3, 26.8, 28.0, 29.7, 32.4, 34.0, 35.2, 36.9, 39.6, 41.1, 42.3, 44.0, 46.8, 48.3, 49.5, 51.2, 53.9, 55.5, 56.7, 58.4, 61.1, 62.6, 63.8, 65.5, 68.3, 69.8, 71.0, 72.7, 75.4, 77.0, 78.2, 79.9, 82.6, 84.1, 85.3, 87.0, 89.8, 91.3, 92.5, 94.2, 96.9, 98.5, 99.7, 101.4, 104.1, 105.6, 106.8, 108.5, 111.3, 112.8, 114.0, 115.7, 118.4, 119.9, 121.2, 122.8, 125.6, 127.1, 128.3, 130.0, 132.7, 134.3, 135.5, 137.2, 139.9, 141.4, 142.7, 144.3]}, "query_points": {"time": [29.7, 58.4, 87.0, 115.7, 144.3], "count": [16, 32, 48, 64, 80]}}
{"id": "0974", "source_dataset": "TOMATO", "video_path": "0223-03_x100_clean.mp4", "question": "How many times has the person swung their hand to the right so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [1.2, 2.6, 3.8, 5.3, 6.6, 8.1, 9.6, 10.8, 12.3, 13.5, 15.0, 16.5, 17.7, 19.2, 20.5, 22.0, 23.4, 24.6, 26.1, 27.4, 28.9, 30.4, 31.6, 33.1, 34.3, 35.8, 37.3, 38.5, 40.0, 41.3, 42.8, 44.2, 45.4, 46.9, 48.2, 49.7, 51.2, 52.4, 53.9, 55.1, 56.6, 58.1, 59.3, 60.8, 62.1, 63.6, 65.0, 66.2, 67.7, 69.0, 70.5, 72.0, 73.2, 74.7, 75.9, 77.4, 78.9, 80.1, 81.6, 82.9, 84.4, 85.8, 87.0, 88.5, 89.8, 91.3, 92.8, 94.0, 95.5, 96.7, 98.2, 99.7, 100.9, 102.4, 103.7, 105.2, 106.6, 107.8, 109.3, 110.6, 112.1, 113.6, 114.8, 116.3, 117.5, 119.0, 120.5, 121.7, 123.2, 124.5, 126.0, 127.4, 128.6, 130.1, 131.4, 132.9, 134.4, 135.6, 137.1, 138.3], "end": [2.6, 3.8, 5.3, 6.6, 8.1, 9.6, 10.8, 12.3, 13.5, 15.0, 16.5, 17.7, 19.2, 20.5, 22.0, 23.4, 24.6, 26.1, 27.4, 28.9, 30.4, 31.6, 33.1, 34.3, 35.8, 37.3, 38.5, 40.0, 41.3, 42.8, 44.2, 45.4, 46.9, 48.2, 49.7, 51.2, 52.4, 53.9, 55.1, 56.6, 58.1, 59.3, 60.8, 62.1, 63.6, 65.0, 66.2, 67.7, 69.0, 70.5, 72.0, 73.2, 74.7, 75.9, 77.4, 78.9, 80.1, 81.6, 82.9, 84.4, 85.8, 87.0, 88.5, 89.8, 91.3, 92.8, 94.0, 95.5, 96.7, 98.2, 99.7, 100.9, 102.4, 103.7, 105.2, 106.6, 107.8, 109.3, 110.6, 112.1, 113.6, 114.8, 116.3, 117.5, 119.0, 120.5, 121.7, 123.2, 124.5, 126.0, 127.4, 128.6, 130.1, 131.4, 132.9, 134.4, 135.6, 137.1, 138.3, 139.8]}, "query_points": {"time": [28.9, 56.6, 84.4, 112.1, 139.8], "count": [20, 40, 60, 80, 100]}}
{"id": "0975", "source_dataset": "TOMATO", "video_path": "0224-00_x100_clean.mp4", "question": "How many times has the person swung their hand to the right so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [1.5, 2.7, 4.2, 5.7, 7.1, 8.6, 9.9, 11.4, 12.8, 14.2, 15.7, 17.0, 18.5, 19.9, 21.3, 22.9, 24.1, 25.6, 27.0, 28.5, 30.0, 31.2, 32.7, 34.1, 35.6, 37.1, 38.3, 39.8, 41.2, 42.7, 44.2, 45.4, 46.9, 48.4, 49.8, 51.3, 52.6, 54.1, 55.5, 56.9, 58.4, 59.7, 61.2, 62.6, 64.0, 65.6, 66.8, 68.3, 69.7, 71.2, 72.7, 73.9, 75.4, 76.8, 78.3, 79.8, 81.0, 82.5, 83.9, 85.4, 86.9, 88.1, 89.6, 91.1, 92.5, 94.0, 95.3, 96.8, 98.2, 99.6, 101.1, 102.4, 103.9, 105.3, 106.7, 108.3, 109.5, 111.0, 112.4, 113.9, 115.4, 116.6, 118.1, 119.5, 121.0, 122.5, 123.7, 125.2, 126.6, 128.1, 129.6, 130.8, 132.3, 133.8, 135.2, 136.7, 138.0, 139.5, 140.9, 142.3], "end": [2.7, 4.2, 5.7, 7.1, 8.6, 9.9, 11.4, 12.8, 14.2, 15.7, 17.0, 18.5, 19.9, 21.3, 22.9, 24.1, 25.6, 27.0, 28.5, 30.0, 31.2, 32.7, 34.1, 35.6, 37.1, 38.3, 39.8, 41.2, 42.7, 44.2, 45.4, 46.9, 48.4, 49.8, 51.3, 52.6, 54.1, 55.5, 56.9, 58.4, 59.7, 61.2, 62.6, 64.0, 65.6, 66.8, 68.3, 69.7, 71.2, 72.7, 73.9, 75.4, 76.8, 78.3, 79.8, 81.0, 82.5, 83.9, 85.4, 86.9, 88.1, 89.6, 91.1, 92.5, 94.0, 95.3, 96.8, 98.2, 99.6, 101.1, 102.4, 103.9, 105.3, 106.7, 108.3, 109.5, 111.0, 112.4, 113.9, 115.4, 116.6, 118.1, 119.5, 121.0, 122.5, 123.7, 125.2, 126.6, 128.1, 129.6, 130.8, 132.3, 133.8, 135.2, 136.7, 138.0, 139.5, 140.9, 142.3, 143.8]}, "query_points": {"time": [30.0, 58.5, 86.9, 115.4, 143.8], "count": [20, 40, 60, 80, 100]}}
{"id": "0976", "source_dataset": "TOMATO", "video_path": "0224-03_x90_clean.mp4", "question": "How many times has the person swung their hand to the right so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.2, 1.6, 2.8, 4.3, 5.7, 7.2, 8.5, 9.8, 11.0, 12.5, 13.9, 15.4, 16.7, 18.0, 19.3, 20.8, 22.2, 23.6, 24.9, 26.3, 27.5, 29.0, 30.4, 31.9, 33.2, 34.5, 35.7, 37.2, 38.6, 40.1, 41.4, 42.7, 44.0, 45.5, 46.9, 48.3, 49.6, 51.0, 52.2, 53.7, 55.1, 56.6, 57.9, 59.2, 60.4, 61.9, 63.3, 64.8, 66.1, 67.4, 68.7, 70.2, 71.6, 73.0, 74.3, 75.7, 76.9, 78.4, 79.8, 81.3, 82.6, 83.9, 85.1, 86.6, 88.0, 89.5, 90.8, 92.1, 93.4, 94.9, 96.3, 97.7, 99.0, 100.4, 101.6, 103.1, 104.5, 106.0, 107.3, 108.6, 109.8, 111.3, 112.7, 114.2, 115.5, 116.8, 118.1, 119.6, 121.0, 122.4], "end": [1.6, 2.8, 4.3, 5.7, 7.2, 8.5, 9.8, 11.0, 12.5, 13.9, 15.4, 16.7, 18.0, 19.3, 20.8, 22.2, 23.6, 24.9, 26.3, 27.5, 29.0, 30.4, 31.9, 33.2, 34.5, 35.7, 37.2, 38.6, 40.1, 41.4, 42.7, 44.0, 45.5, 46.9, 48.3, 49.6, 51.0, 52.2, 53.7, 55.1, 56.6, 57.9, 59.2, 60.4, 61.9, 63.3, 64.8, 66.1, 67.4, 68.7, 70.2, 71.6, 73.0, 74.3, 75.7, 76.9, 78.4, 79.8, 81.3, 82.6, 83.9, 85.1, 86.6, 88.0, 89.5, 90.8, 92.1, 93.4, 94.9, 96.3, 97.7, 99.0, 100.4, 101.6, 103.1, 104.5, 106.0, 107.3, 108.6, 109.8, 111.3, 112.7, 114.2, 115.5, 116.8, 118.1, 119.6, 121.0, 122.4, 123.7]}, "query_points": {"time": [24.9, 49.6, 74.3, 99.0, 123.7], "count": [18, 36, 54, 72, 90]}}
{"id": "0977", "source_dataset": "TOMATO", "video_path": "0225-00_x120_clean.mp4", "question": "How many times has the person swung their hand downward so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.5, 1.7, 2.7, 3.9, 5.1, 6.1, 7.1, 8.2, 9.4, 10.5, 11.5, 12.7, 14.0, 14.9, 15.9, 17.0, 18.2, 19.4, 20.4, 21.6, 22.8, 23.8, 24.8, 25.9, 27.1, 28.2, 29.2, 30.4, 31.7, 32.6, 33.6, 34.7, 35.9, 37.1, 38.1, 39.3, 40.5, 41.5, 42.5, 43.6, 44.8, 45.9, 46.9, 48.1, 49.4, 50.3, 51.3, 52.4, 53.6, 54.8, 55.8, 57.0, 58.2, 59.2, 60.2, 61.3, 62.5, 63.6, 64.6, 65.8, 67.1, 68.0, 69.0, 70.1, 71.3, 72.5, 73.5, 74.7, 75.9, 76.9, 77.9, 79.0, 80.2, 81.3, 82.3, 83.5, 84.8, 85.7, 86.7, 87.8, 89.0, 90.2, 91.2, 92.4, 93.6, 94.6, 95.6, 96.7, 97.9, 99.0, 100.0, 101.2, 102.5, 103.4, 104.4, 105.5, 106.7, 107.9, 108.9, 110.1, 111.3, 112.3, 113.3, 114.4, 115.6, 116.7, 117.7, 118.9, 120.2, 121.1, 122.1, 123.2, 124.4, 125.6, 126.6, 127.8, 129.0, 130.0, 131.0, 132.1], "end": [1.7, 2.7, 3.9, 5.1, 6.1, 7.1, 8.2, 9.4, 10.5, 11.5, 12.7, 14.0, 14.9, 15.9, 17.0, 18.2, 19.4, 20.4, 21.6, 22.8, 23.8, 24.8, 25.9, 27.1, 28.2, 29.2, 30.4, 31.7, 32.6, 33.6, 34.7, 35.9, 37.1, 38.1, 39.3, 40.5, 41.5, 42.5, 43.6, 44.8, 45.9, 46.9, 48.1, 49.4, 50.3, 51.3, 52.4, 53.6, 54.8, 55.8, 57.0, 58.2, 59.2, 60.2, 61.3, 62.5, 63.6, 64.6, 65.8, 67.1, 68.0, 69.0, 70.1, 71.3, 72.5, 73.5, 74.7, 75.9, 76.9, 77.9, 79.0, 80.2, 81.3, 82.3, 83.5, 84.8, 85.7, 86.7, 87.8, 89.0, 90.2, 91.2, 92.4, 93.6, 94.6, 95.6, 96.7, 97.9, 99.0, 100.0, 101.2, 102.5, 103.4, 104.4, 105.5, 106.7, 107.9, 108.9, 110.1, 111.3, 112.3, 113.3, 114.4, 115.6, 116.7, 117.7, 118.9, 120.2, 121.1, 122.1, 123.2, 124.4, 125.6, 126.6, 127.8, 129.0, 130.0, 131.0, 132.1, 133.3]}, "query_points": {"time": [27.1, 53.6, 80.2, 106.7, 133.2], "count": [24, 48, 72, 96, 120]}}
{"id": "0978", "source_dataset": "TOMATO", "video_path": "0225-03_x120_clean.mp4", "question": "How many times has the person swung their hand downward so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.4, 1.7, 2.7, 3.9, 5.1, 6.0, 7.1, 8.1, 9.3, 10.5, 11.5, 12.7, 14.0, 14.9, 16.0, 17.0, 18.2, 19.4, 20.4, 21.6, 22.9, 23.8, 24.8, 25.9, 27.0, 28.3, 29.3, 30.5, 31.7, 32.6, 33.7, 34.7, 35.9, 37.1, 38.1, 39.3, 40.6, 41.5, 42.6, 43.6, 44.8, 46.0, 47.0, 48.2, 49.5, 50.4, 51.4, 52.5, 53.6, 54.9, 55.9, 57.1, 58.3, 59.2, 60.3, 61.3, 62.5, 63.7, 64.7, 65.9, 67.2, 68.1, 69.2, 70.2, 71.4, 72.6, 73.6, 74.8, 76.1, 77.0, 78.0, 79.1, 80.2, 81.5, 82.5, 83.7, 84.9, 85.8, 86.9, 87.9, 89.1, 90.3, 91.3, 92.5, 93.8, 94.7, 95.8, 96.8, 98.0, 99.2, 100.2, 101.4, 102.7, 103.6, 104.6, 105.7, 106.8, 108.1, 109.1, 110.3, 111.5, 112.4, 113.5, 114.5, 115.7, 116.9, 117.9, 119.1, 120.4, 121.3, 122.4, 123.4, 124.6, 125.8, 126.8, 128.0, 129.3, 130.2, 131.2, 132.3], "end": [1.7, 2.7, 3.9, 5.1, 6.0, 7.1, 8.1, 9.3, 10.5, 11.5, 12.7, 14.0, 14.9, 16.0, 17.0, 18.2, 19.4, 20.4, 21.6, 22.9, 23.8, 24.8, 25.9, 27.0, 28.3, 29.3, 30.5, 31.7, 32.6, 33.7, 34.7, 35.9, 37.1, 38.1, 39.3, 40.6, 41.5, 42.6, 43.6, 44.8, 46.0, 47.0, 48.2, 49.5, 50.4, 51.4, 52.5, 53.6, 54.9, 55.9, 57.1, 58.3, 59.2, 60.3, 61.3, 62.5, 63.7, 64.7, 65.9, 67.2, 68.1, 69.2, 70.2, 71.4, 72.6, 73.6, 74.8, 76.1, 77.0, 78.0, 79.1, 80.2, 81.5, 82.5, 83.7, 84.9, 85.8, 86.9, 87.9, 89.1, 90.3, 91.3, 92.5, 93.8, 94.7, 95.8, 96.8, 98.0, 99.2, 100.2, 101.4, 102.7, 103.6, 104.6, 105.7, 106.8, 108.1, 109.1, 110.3, 111.5, 112.4, 113.5, 114.5, 115.7, 116.9, 117.9, 119.1, 120.4, 121.3, 122.4, 123.4, 124.6, 125.8, 126.8, 128.0, 129.3, 130.2, 131.2, 132.3, 133.4]}, "query_points": {"time": [27.0, 53.6, 80.2, 106.8, 133.4], "count": [24, 48, 72, 96, 120]}}
{"id": "0979", "source_dataset": "TOMATO", "video_path": "0226-00_x90_clean.mp4", "question": "How many times has the person swung their hand to the left so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.9, 2.3, 3.7, 5.1, 6.4, 7.8, 9.2, 10.7, 12.0, 13.4, 14.8, 16.1, 17.6, 19.0, 20.4, 21.7, 23.1, 24.5, 25.9, 27.3, 28.7, 30.1, 31.4, 32.8, 34.2, 35.7, 37.0, 38.4, 39.8, 41.1, 42.6, 44.0, 45.4, 46.7, 48.1, 49.5, 50.9, 52.3, 53.7, 55.1, 56.4, 57.8, 59.2, 60.7, 62.0, 63.4, 64.8, 66.1, 67.6, 69.0, 70.4, 71.7, 73.1, 74.5, 75.9, 77.3, 78.7, 80.1, 81.4, 82.8, 84.2, 85.7, 87.0, 88.4, 89.8, 91.1, 92.6, 94.0, 95.4, 96.7, 98.1, 99.5, 100.9, 102.3, 103.7, 105.1, 106.4, 107.8, 109.2, 110.7, 112.0, 113.4, 114.8, 116.1, 117.6, 119.0, 120.4, 121.7, 123.1, 124.5], "end": [2.3, 3.7, 5.1, 6.4, 7.8, 9.2, 10.7, 12.0, 13.4, 14.8, 16.1, 17.6, 19.0, 20.4, 21.7, 23.1, 24.5, 25.9, 27.3, 28.7, 30.1, 31.4, 32.8, 34.2, 35.7, 37.0, 38.4, 39.8, 41.1, 42.6, 44.0, 45.4, 46.7, 48.1, 49.5, 50.9, 52.3, 53.7, 55.1, 56.4, 57.8, 59.2, 60.7, 62.0, 63.4, 64.8, 66.1, 67.6, 69.0, 70.4, 71.7, 73.1, 74.5, 75.9, 77.3, 78.7, 80.1, 81.4, 82.8, 84.2, 85.7, 87.0, 88.4, 89.8, 91.1, 92.6, 94.0, 95.4, 96.7, 98.1, 99.5, 100.9, 102.3, 103.7, 105.1, 106.4, 107.8, 109.2, 110.7, 112.0, 113.4, 114.8, 116.1, 117.6, 119.0, 120.4, 121.7, 123.1, 124.5, 125.9]}, "query_points": {"time": [25.9, 50.9, 75.9, 100.9, 125.9], "count": [18, 36, 54, 72, 90]}}
{"id": "0980", "source_dataset": "TOMATO", "video_path": "0226-02_x90_clean.mp4", "question": "How many times has the person swung their hand to the left so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [1.0, 2.4, 3.7, 5.1, 6.5, 7.8, 9.3, 10.7, 12.0, 13.4, 14.7, 16.1, 17.5, 18.9, 20.2, 21.6, 23.0, 24.3, 25.8, 27.2, 28.5, 29.9, 31.2, 32.6, 34.0, 35.4, 36.7, 38.1, 39.5, 40.8, 42.3, 43.7, 45.0, 46.4, 47.7, 49.1, 50.5, 51.9, 53.2, 54.6, 56.0, 57.3, 58.8, 60.2, 61.5, 62.9, 64.2, 65.6, 67.0, 68.4, 69.7, 71.1, 72.5, 73.8, 75.3, 76.7, 78.0, 79.4, 80.7, 82.1, 83.5, 84.9, 86.2, 87.6, 89.0, 90.3, 91.8, 93.2, 94.5, 95.9, 97.2, 98.6, 100.0, 101.4, 102.7, 104.1, 105.5, 106.8, 108.3, 109.7, 111.0, 112.4, 113.7, 115.1, 116.5, 117.9, 119.2, 120.6, 122.0, 123.3], "end": [2.4, 3.7, 5.1, 6.5, 7.8, 9.3, 10.7, 12.0, 13.4, 14.7, 16.1, 17.5, 18.9, 20.2, 21.6, 23.0, 24.3, 25.8, 27.2, 28.5, 29.9, 31.2, 32.6, 34.0, 35.4, 36.7, 38.1, 39.5, 40.8, 42.3, 43.7, 45.0, 46.4, 47.7, 49.1, 50.5, 51.9, 53.2, 54.6, 56.0, 57.3, 58.8, 60.2, 61.5, 62.9, 64.2, 65.6, 67.0, 68.4, 69.7, 71.1, 72.5, 73.8, 75.3, 76.7, 78.0, 79.4, 80.7, 82.1, 83.5, 84.9, 86.2, 87.6, 89.0, 90.3, 91.8, 93.2, 94.5, 95.9, 97.2, 98.6, 100.0, 101.4, 102.7, 104.1, 105.5, 106.8, 108.3, 109.7, 111.0, 112.4, 113.7, 115.1, 116.5, 117.9, 119.2, 120.6, 122.0, 123.3, 124.8]}, "query_points": {"time": [25.8, 50.5, 75.3, 100.0, 124.8], "count": [18, 36, 54, 72, 90]}}
{"id": "0981", "source_dataset": "TOMATO", "video_path": "0227-00_x25_clean.mp4", "question": "How many times has the person swung their hand to the left so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.0, 5.8, 11.6, 17.4, 23.3, 29.1, 34.9, 40.7, 46.5, 52.3, 58.2, 64.0, 69.8, 75.6, 81.4, 87.2, 93.1, 98.9, 104.7, 110.5, 116.3, 122.1, 128.0, 133.8, 139.6], "end": [5.8, 11.6, 17.4, 23.3, 29.1, 34.9, 40.7, 46.5, 52.3, 58.2, 64.0, 69.8, 75.6, 81.4, 87.2, 93.1, 98.9, 104.7, 110.5, 116.3, 122.1, 128.0, 133.8, 139.6, 145.4]}, "query_points": {"time": [29.1, 58.2, 87.2, 116.3, 145.4], "count": [5, 10, 15, 20, 25]}}
{"id": "0982", "source_dataset": "TOMATO", "video_path": "0227-03_x25_clean.mp4", "question": "How many times has the person swung their hand to the left so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.5, 6.1, 11.8, 17.4, 23.1, 28.7, 34.4, 40.0, 45.7, 51.3, 57.0, 62.6, 68.3, 73.9, 79.6, 85.2, 90.9, 96.5, 102.2, 107.8, 113.5, 119.1, 124.8, 130.4, 136.1], "end": [6.1, 11.8, 17.4, 23.1, 28.7, 34.4, 40.0, 45.7, 51.3, 57.0, 62.6, 68.3, 73.9, 79.6, 85.2, 90.9, 96.5, 102.2, 107.8, 113.5, 119.1, 124.8, 130.4, 136.1, 141.7]}, "query_points": {"time": [28.8, 57.0, 85.2, 113.5, 141.7], "count": [5, 10, 15, 20, 25]}}
{"id": "0983", "source_dataset": "TOMATO", "video_path": "0228-00_x75_clean.mp4", "question": "How many times has the person swung their hand downward so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [1.0, 3.0, 5.1, 6.9, 9.0, 11.1, 12.8, 14.9, 17.0, 18.8, 20.8, 22.9, 24.7, 26.8, 28.9, 30.6, 32.7, 34.8, 36.6, 38.6, 40.7, 42.5, 44.6, 46.7, 48.4, 50.5, 52.6, 54.4, 56.4, 58.5, 60.3, 62.4, 64.5, 66.2, 68.3, 70.4, 72.2, 74.2, 76.3, 78.1, 80.2, 82.3, 84.0, 86.1, 88.2, 90.0, 92.0, 94.1, 95.9, 98.0, 100.1, 101.8, 103.9, 106.0, 107.8, 109.8, 111.9, 113.7, 115.8, 117.9, 119.6, 121.7, 123.8, 125.6, 127.6, 129.7, 131.5, 133.6, 135.7, 137.4, 139.5, 141.6, 143.4, 145.4, 147.5], "end": [3.0, 5.1, 6.9, 9.0, 11.1, 12.8, 14.9, 17.0, 18.8, 20.8, 22.9, 24.7, 26.8, 28.9, 30.6, 32.7, 34.8, 36.6, 38.6, 40.7, 42.5, 44.6, 46.7, 48.4, 50.5, 52.6, 54.4, 56.4, 58.5, 60.3, 62.4, 64.5, 66.2, 68.3, 70.4, 72.2, 74.2, 76.3, 78.1, 80.2, 82.3, 84.0, 86.1, 88.2, 90.0, 92.0, 94.1, 95.9, 98.0, 100.1, 101.8, 103.9, 106.0, 107.8, 109.8, 111.9, 113.7, 115.8, 117.9, 119.6, 121.7, 123.8, 125.6, 127.6, 129.7, 131.5, 133.6, 135.7, 137.4, 139.5, 141.6, 143.4, 145.4, 147.5, 149.3]}, "query_points": {"time": [30.6, 60.3, 90.0, 119.6, 149.3], "count": [15, 30, 45, 60, 75]}}
{"id": "0984", "source_dataset": "TOMATO", "video_path": "0228-03_x60_clean.mp4", "question": "How many times has the person swung their hand downward so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.5, 3.1, 5.1, 7.0, 9.6, 11.6, 13.4, 16.0, 18.0, 19.8, 22.4, 24.4, 26.2, 28.8, 30.8, 32.6, 35.2, 37.2, 39.0, 41.6, 43.6, 45.5, 48.1, 50.1, 51.9, 54.5, 56.5, 58.3, 60.9, 62.9, 64.7, 67.3, 69.3, 71.1, 73.7, 75.7, 77.5, 80.1, 82.1, 84.0, 86.6, 88.6, 90.4, 93.0, 95.0, 96.8, 99.4, 101.4, 103.2, 105.8, 107.8, 109.6, 112.2, 114.2, 116.0, 118.6, 120.6, 122.5, 125.1, 127.1], "end": [3.1, 5.1, 7.0, 9.6, 11.6, 13.4, 16.0, 18.0, 19.8, 22.4, 24.4, 26.2, 28.8, 30.8, 32.6, 35.2, 37.2, 39.0, 41.6, 43.6, 45.5, 48.1, 50.1, 51.9, 54.5, 56.5, 58.3, 60.9, 62.9, 64.7, 67.3, 69.3, 71.1, 73.7, 75.7, 77.5, 80.1, 82.1, 84.0, 86.6, 88.6, 90.4, 93.0, 95.0, 96.8, 99.4, 101.4, 103.2, 105.8, 107.8, 109.6, 112.2, 114.2, 116.0, 118.6, 120.6, 122.5, 125.1, 127.1, 128.9]}, "query_points": {"time": [26.2, 51.9, 77.5, 103.2, 128.9], "count": [12, 24, 36, 48, 60]}}
{"id": "0985", "source_dataset": "TOMATO", "video_path": "0229-00_x60_clean.mp4", "question": "How many times has the person swung their hand upward so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [2.4, 4.7, 6.7, 9.1, 11.4, 13.4, 15.8, 18.1, 20.1, 22.5, 24.9, 26.9, 29.3, 31.6, 33.6, 36.0, 38.3, 40.3, 42.7, 45.0, 47.0, 49.4, 51.7, 53.7, 56.1, 58.4, 60.4, 62.8, 65.2, 67.2, 69.6, 71.9, 73.9, 76.3, 78.6, 80.6, 83.0, 85.3, 87.3, 89.7, 92.0, 94.0, 96.4, 98.7, 100.7, 103.1, 105.5, 107.5, 109.9, 112.2, 114.2, 116.6, 118.9, 120.9, 123.3, 125.6, 127.6, 130.0, 132.3, 134.3], "end": [4.7, 6.7, 9.1, 11.4, 13.4, 15.8, 18.1, 20.1, 22.5, 24.9, 26.9, 29.3, 31.6, 33.6, 36.0, 38.3, 40.3, 42.7, 45.0, 47.0, 49.4, 51.7, 53.7, 56.1, 58.4, 60.4, 62.8, 65.2, 67.2, 69.6, 71.9, 73.9, 76.3, 78.6, 80.6, 83.0, 85.3, 87.3, 89.7, 92.0, 94.0, 96.4, 98.7, 100.7, 103.1, 105.5, 107.5, 109.9, 112.2, 114.2, 116.6, 118.9, 120.9, 123.3, 125.6, 127.6, 130.0, 132.3, 134.3, 136.7]}, "query_points": {"time": [29.3, 56.1, 83.0, 109.9, 136.7], "count": [12, 24, 36, 48, 60]}}
{"id": "0986", "source_dataset": "TOMATO", "video_path": "0229-03_x60_clean.mp4", "question": "How many times has the person swung their hand upward so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [2.5, 4.7, 7.0, 9.0, 11.2, 13.4, 15.5, 17.6, 19.9, 21.9, 24.1, 26.4, 28.4, 30.6, 32.8, 34.9, 37.0, 39.3, 41.3, 43.5, 45.8, 47.8, 50.0, 52.2, 54.3, 56.4, 58.7, 60.7, 62.9, 65.2, 67.2, 69.4, 71.6, 73.7, 75.8, 78.1, 80.1, 82.3, 84.6, 86.6, 88.8, 91.0, 93.1, 95.2, 97.5, 99.5, 101.7, 104.0, 106.0, 108.2, 110.4, 112.5, 114.6, 116.9, 118.9, 121.1, 123.4, 125.4, 127.6, 129.8], "end": [4.7, 7.0, 9.0, 11.2, 13.4, 15.5, 17.6, 19.9, 21.9, 24.1, 26.4, 28.4, 30.6, 32.8, 34.9, 37.0, 39.3, 41.3, 43.5, 45.8, 47.8, 50.0, 52.2, 54.3, 56.4, 58.7, 60.7, 62.9, 65.2, 67.2, 69.4, 71.6, 73.7, 75.8, 78.1, 80.1, 82.3, 84.6, 86.6, 88.8, 91.0, 93.1, 95.2, 97.5, 99.5, 101.7, 104.0, 106.0, 108.2, 110.4, 112.5, 114.6, 116.9, 118.9, 121.1, 123.4, 125.4, 127.6, 129.8, 131.9]}, "query_points": {"time": [28.4, 54.3, 80.1, 106.0, 131.9], "count": [12, 24, 36, 48, 60]}}
{"id": "0987", "source_dataset": "TOMATO", "video_path": "0230-00_x75_clean.mp4", "question": "How many circle(s) has the person's hand traced in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.0, 2.6, 4.8, 6.8, 8.8, 10.6, 13.2, 15.4, 17.5, 19.4, 21.3, 23.9, 26.1, 28.1, 30.0, 31.9, 34.5, 36.7, 38.7, 40.7, 42.5, 45.1, 47.3, 49.4, 51.3, 53.2, 55.8, 58.0, 60.0, 61.9, 63.8, 66.4, 68.6, 70.6, 72.6, 74.4, 77.0, 79.2, 81.3, 83.2, 85.1, 87.7, 89.9, 91.9, 93.8, 95.7, 98.3, 100.5, 102.5, 104.5, 106.3, 108.9, 111.1, 113.2, 115.1, 117.0, 119.6, 121.8, 123.8, 125.7, 127.6, 130.2, 132.4, 134.4, 136.4, 138.2, 140.8, 143.0, 145.1, 147.0, 148.9, 151.5, 153.7, 155.7, 157.6], "end": [2.6, 4.8, 6.8, 8.8, 10.6, 13.2, 15.4, 17.5, 19.4, 21.3, 23.9, 26.1, 28.1, 30.0, 31.9, 34.5, 36.7, 38.7, 40.7, 42.5, 45.1, 47.3, 49.4, 51.3, 53.2, 55.8, 58.0, 60.0, 61.9, 63.8, 66.4, 68.6, 70.6, 72.6, 74.4, 77.0, 79.2, 81.3, 83.2, 85.1, 87.7, 89.9, 91.9, 93.8, 95.7, 98.3, 100.5, 102.5, 104.5, 106.3, 108.9, 111.1, 113.2, 115.1, 117.0, 119.6, 121.8, 123.8, 125.7, 127.6, 130.2, 132.4, 134.4, 136.4, 138.2, 140.8, 143.0, 145.1, 147.0, 148.9, 151.5, 153.7, 155.7, 157.6, 159.5]}, "query_points": {"time": [31.9, 63.8, 95.7, 127.6, 159.5], "count": [15, 30, 45, 60, 75]}}
{"id": "0988", "source_dataset": "TOMATO", "video_path": "0230-07_x60_clean.mp4", "question": "How many circle(s) has the person's hand traced in the air so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.5, 2.5, 4.8, 6.7, 8.7, 10.8, 13.0, 15.0, 17.0, 19.0, 21.3, 23.2, 25.2, 27.3, 29.5, 31.5, 33.5, 35.5, 37.8, 39.7, 41.7, 43.8, 46.0, 48.0, 50.0, 52.0, 54.3, 56.2, 58.2, 60.3, 62.5, 64.5, 66.5, 68.5, 70.8, 72.7, 74.7, 76.8, 79.0, 81.0, 83.0, 85.0, 87.3, 89.2, 91.2, 93.3, 95.5, 97.5, 99.5, 101.5, 103.8, 105.7, 107.7, 109.8, 112.0, 114.0, 116.0, 118.0, 120.3, 122.2], "end": [2.5, 4.8, 6.7, 8.7, 10.8, 13.0, 15.0, 17.0, 19.0, 21.3, 23.2, 25.2, 27.3, 29.5, 31.5, 33.5, 35.5, 37.8, 39.7, 41.7, 43.8, 46.0, 48.0, 50.0, 52.0, 54.3, 56.2, 58.2, 60.3, 62.5, 64.5, 66.5, 68.5, 70.8, 72.7, 74.7, 76.8, 79.0, 81.0, 83.0, 85.0, 87.3, 89.2, 91.2, 93.3, 95.5, 97.5, 99.5, 101.5, 103.8, 105.7, 107.7, 109.8, 112.0, 114.0, 116.0, 118.0, 120.3, 122.2, 124.2]}, "query_points": {"time": [25.2, 50.0, 74.7, 99.5, 124.2], "count": [12, 24, 36, 48, 60]}}
{"id": "0989", "source_dataset": "TOMATO", "video_path": "0303-00_x60_clean.mp4", "question": "How many times has the hammer's handle hit the floor so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.0, 2.0, 4.1, 6.0, 8.0, 10.2, 12.1, 14.1, 16.2, 18.1, 20.1, 22.3, 24.2, 26.2, 28.3, 30.2, 32.2, 34.4, 36.3, 38.3, 40.4, 42.3, 44.3, 46.5, 48.4, 50.4, 52.5, 54.4, 56.4, 58.6, 60.5, 62.5, 64.6, 66.5, 68.5, 70.7, 72.6, 74.6, 76.7, 78.6, 80.6, 82.8, 84.7, 86.7, 88.8, 90.7, 92.7, 94.9, 96.8, 98.8, 100.9, 102.8, 104.8, 107.0, 108.9, 110.9, 113.0, 114.9, 116.9, 119.1], "end": [2.0, 4.1, 6.0, 8.0, 10.2, 12.1, 14.1, 16.2, 18.1, 20.1, 22.3, 24.2, 26.2, 28.3, 30.2, 32.2, 34.4, 36.3, 38.3, 40.4, 42.3, 44.3, 46.5, 48.4, 50.4, 52.5, 54.4, 56.4, 58.6, 60.5, 62.5, 64.6, 66.5, 68.5, 70.7, 72.6, 74.6, 76.7, 78.6, 80.6, 82.8, 84.7, 86.7, 88.8, 90.7, 92.7, 94.9, 96.8, 98.8, 100.9, 102.8, 104.8, 107.0, 108.9, 110.9, 113.0, 114.9, 116.9, 119.1, 121.0]}, "query_points": {"time": [24.2, 48.4, 72.6, 96.8, 121.0], "count": [12, 24, 36, 48, 60]}}
{"id": "0990", "source_dataset": "TOMATO", "video_path": "0307-00_x100_clean.mp4", "question": "How many times has the hammer's handle hit the floor so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.0, 1.9, 3.0, 4.1, 5.7, 7.6, 8.6, 9.8, 11.3, 13.2, 14.3, 15.4, 17.0, 18.9, 20.0, 21.1, 22.7, 24.6, 25.6, 26.8, 28.3, 30.2, 31.3, 32.4, 34.0, 35.9, 37.0, 38.1, 39.7, 41.6, 42.6, 43.8, 45.3, 47.2, 48.3, 49.4, 51.0, 52.9, 54.0, 55.1, 56.7, 58.6, 59.6, 60.8, 62.3, 64.2, 65.3, 66.4, 68.0, 69.9, 71.0, 72.1, 73.7, 75.6, 76.6, 77.8, 79.3, 81.2, 82.3, 83.4, 85.0, 86.9, 88.0, 89.1, 90.7, 92.6, 93.6, 94.8, 96.3, 98.2, 99.3, 100.4, 102.0, 103.9, 104.9, 106.1, 107.6, 109.6, 110.6, 111.7, 113.3, 115.2, 116.3, 117.4, 119.0, 120.9, 121.9, 123.1, 124.6, 126.6, 127.6, 128.7, 130.3, 132.2, 133.3, 134.4, 136.0, 137.9, 138.9, 140.1], "end": [1.9, 3.0, 4.1, 5.7, 7.6, 8.6, 9.8, 11.3, 13.2, 14.3, 15.4, 17.0, 18.9, 20.0, 21.1, 22.7, 24.6, 25.6, 26.8, 28.3, 30.2, 31.3, 32.4, 34.0, 35.9, 37.0, 38.1, 39.7, 41.6, 42.6, 43.8, 45.3, 47.2, 48.3, 49.4, 51.0, 52.9, 54.0, 55.1, 56.7, 58.6, 59.6, 60.8, 62.3, 64.2, 65.3, 66.4, 68.0, 69.9, 71.0, 72.1, 73.7, 75.6, 76.6, 77.8, 79.3, 81.2, 82.3, 83.4, 85.0, 86.9, 88.0, 89.1, 90.7, 92.6, 93.6, 94.8, 96.3, 98.2, 99.3, 100.4, 102.0, 103.9, 104.9, 106.1, 107.6, 109.6, 110.6, 111.7, 113.3, 115.2, 116.3, 117.4, 119.0, 120.9, 121.9, 123.1, 124.6, 126.6, 127.6, 128.7, 130.3, 132.2, 133.3, 134.4, 136.0, 137.9, 138.9, 140.1, 141.6]}, "query_points": {"time": [28.3, 56.7, 85.0, 113.3, 141.6], "count": [20, 40, 60, 80, 100]}}
{"id": "0991", "source_dataset": "TOMATO", "video_path": "0310-00_x25_clean.mp4", "question": "How many times has the person clapped so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.0, 5.8, 11.7, 17.5, 23.3, 29.2, 35.0, 40.8, 46.7, 52.5, 58.3, 64.2, 70.0, 75.8, 81.7, 87.5, 93.3, 99.2, 105.0, 110.8, 116.7, 122.5, 128.3, 134.2, 140.0], "end": [5.8, 11.7, 17.5, 23.3, 29.2, 35.0, 40.8, 46.7, 52.5, 58.3, 64.2, 70.0, 75.8, 81.7, 87.5, 93.3, 99.2, 105.0, 110.8, 116.7, 122.5, 128.3, 134.2, 140.0, 145.8]}, "query_points": {"time": [29.2, 58.3, 87.5, 116.7, 145.8], "count": [5, 10, 15, 20, 25]}}
{"id": "0992", "source_dataset": "TOMATO", "video_path": "0320-00_x60_clean.mp4", "question": "How many times has the hammer hit the floor so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.0, 2.7, 4.5, 6.1, 8.8, 10.6, 12.2, 14.9, 16.7, 18.3, 21.0, 22.8, 24.4, 27.1, 28.9, 30.5, 33.2, 35.0, 36.6, 39.3, 41.1, 42.7, 45.4, 47.2, 48.8, 51.5, 53.3, 54.9, 57.6, 59.4, 61.0, 63.7, 65.5, 67.1, 69.8, 71.6, 73.2, 75.9, 77.7, 79.3, 82.0, 83.8, 85.4, 88.1, 89.9, 91.5, 94.2, 96.0, 97.6, 100.3, 102.1, 103.7, 106.4, 108.2, 109.8, 112.5, 114.3, 115.9, 118.6, 120.4], "end": [2.7, 4.5, 6.1, 8.8, 10.6, 12.2, 14.9, 16.7, 18.3, 21.0, 22.8, 24.4, 27.1, 28.9, 30.5, 33.2, 35.0, 36.6, 39.3, 41.1, 42.7, 45.4, 47.2, 48.8, 51.5, 53.3, 54.9, 57.6, 59.4, 61.0, 63.7, 65.5, 67.1, 69.8, 71.6, 73.2, 75.9, 77.7, 79.3, 82.0, 83.8, 85.4, 88.1, 89.9, 91.5, 94.2, 96.0, 97.6, 100.3, 102.1, 103.7, 106.4, 108.2, 109.8, 112.5, 114.3, 115.9, 118.6, 120.4, 122.0]}, "query_points": {"time": [24.4, 48.8, 73.2, 97.6, 122.0], "count": [12, 24, 36, 48, 60]}}
{"id": "0993", "source_dataset": "TOMATO", "video_path": "0920-02_x40_clean.mp4", "question": "How many times has the person drawn an infinity shape so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.5, 3.4, 6.9, 9.9, 13.3, 16.3, 19.8, 22.7, 26.2, 29.2, 32.6, 35.6, 39.1, 42.0, 45.5, 48.5, 51.9, 54.9, 58.4, 61.3, 64.8, 67.8, 71.2, 74.2, 77.7, 80.6, 84.1, 87.1, 90.5, 93.5, 97.0, 99.9, 103.4, 106.4, 109.8, 112.8, 116.3, 119.2, 122.7, 125.6], "end": [3.4, 6.9, 9.9, 13.3, 16.3, 19.8, 22.7, 26.2, 29.2, 32.6, 35.6, 39.1, 42.0, 45.5, 48.5, 51.9, 54.9, 58.4, 61.3, 64.8, 67.8, 71.2, 74.2, 77.7, 80.6, 84.1, 87.1, 90.5, 93.5, 97.0, 99.9, 103.4, 106.4, 109.8, 112.8, 116.3, 119.2, 122.7, 125.6, 129.1]}, "query_points": {"time": [26.2, 51.9, 77.7, 103.4, 129.1], "count": [8, 16, 24, 32, 40]}}
{"id": "0994", "source_dataset": "TOMATO", "video_path": "0921-02_x60_clean.mp4", "question": "How many times has the person drawn an eight-shape so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.5, 2.9, 5.3, 7.9, 10.3, 12.7, 15.2, 17.6, 20.0, 22.6, 25.0, 27.4, 29.9, 32.3, 34.7, 37.3, 39.7, 42.1, 44.6, 47.0, 49.4, 52.0, 54.4, 56.8, 59.3, 61.7, 64.1, 66.7, 69.1, 71.5, 74.0, 76.4, 78.8, 81.4, 83.8, 86.2, 88.7, 91.1, 93.5, 96.1, 98.5, 100.9, 103.4, 105.8, 108.2, 110.8, 113.2, 115.6, 118.1, 120.5, 122.9, 125.5, 127.9, 130.3, 132.8, 135.2, 137.6, 140.2, 142.6, 145.0], "end": [2.9, 5.3, 7.9, 10.3, 12.7, 15.2, 17.6, 20.0, 22.6, 25.0, 27.4, 29.9, 32.3, 34.7, 37.3, 39.7, 42.1, 44.6, 47.0, 49.4, 52.0, 54.4, 56.8, 59.3, 61.7, 64.1, 66.7, 69.1, 71.5, 74.0, 76.4, 78.8, 81.4, 83.8, 86.2, 88.7, 91.1, 93.5, 96.1, 98.5, 100.9, 103.4, 105.8, 108.2, 110.8, 113.2, 115.6, 118.1, 120.5, 122.9, 125.5, 127.9, 130.3, 132.8, 135.2, 137.6, 140.2, 142.6, 145.0, 147.5]}, "query_points": {"time": [29.9, 59.3, 88.7, 118.1, 147.5], "count": [12, 24, 36, 48, 60]}}
{"id": "0995", "source_dataset": "TOMATO", "video_path": "0922-02_x75_clean.mp4", "question": "How many times has the person drawn a diamond so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.0, 2.5, 4.8, 7.0, 9.2, 11.3, 13.8, 16.1, 18.4, 20.5, 22.7, 25.2, 27.5, 29.7, 31.8, 34.0, 36.5, 38.8, 41.0, 43.2, 45.3, 47.8, 50.1, 52.4, 54.5, 56.7, 59.2, 61.5, 63.7, 65.8, 68.0, 70.5, 72.8, 75.0, 77.2, 79.3, 81.8, 84.1, 86.4, 88.5, 90.7, 93.2, 95.5, 97.7, 99.8, 102.0, 104.5, 106.8, 109.0, 111.2, 113.3, 115.8, 118.1, 120.4, 122.5, 124.7, 127.2, 129.5, 131.7, 133.8, 136.0, 138.5, 140.8, 143.0, 145.2, 147.3, 149.8, 152.1, 154.4, 156.5, 158.7, 161.2, 163.5, 165.7, 167.8], "end": [2.5, 4.8, 7.0, 9.2, 11.3, 13.8, 16.1, 18.4, 20.5, 22.7, 25.2, 27.5, 29.7, 31.8, 34.0, 36.5, 38.8, 41.0, 43.2, 45.3, 47.8, 50.1, 52.4, 54.5, 56.7, 59.2, 61.5, 63.7, 65.8, 68.0, 70.5, 72.8, 75.0, 77.2, 79.3, 81.8, 84.1, 86.4, 88.5, 90.7, 93.2, 95.5, 97.7, 99.8, 102.0, 104.5, 106.8, 109.0, 111.2, 113.3, 115.8, 118.1, 120.4, 122.5, 124.7, 127.2, 129.5, 131.7, 133.8, 136.0, 138.5, 140.8, 143.0, 145.2, 147.3, 149.8, 152.1, 154.4, 156.5, 158.7, 161.2, 163.5, 165.7, 167.8, 170.0]}, "query_points": {"time": [34.0, 68.0, 102.0, 136.0, 170.0], "count": [15, 30, 45, 60, 75]}}
{"id": "0996", "source_dataset": "TOMATO", "video_path": "0923-02_x60_clean.mp4", "question": "How many times has the person drawn a trapezoid so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.0, 2.8, 5.8, 8.5, 11.5, 14.2, 17.2, 20.0, 22.9, 25.7, 28.7, 31.5, 34.4, 37.2, 40.2, 42.9, 45.9, 48.6, 51.6, 54.4, 57.3, 60.1, 63.1, 65.9, 68.8, 71.6, 74.6, 77.3, 80.3, 83.0, 86.0, 88.8, 91.7, 94.5, 97.5, 100.3, 103.2, 106.0, 109.0, 111.7, 114.7, 117.4, 120.4, 123.2, 126.1, 128.9, 131.9, 134.7, 137.6, 140.4, 143.4, 146.1, 149.1, 151.8, 154.8, 157.6, 160.5, 163.3, 166.3, 169.1], "end": [2.8, 5.8, 8.5, 11.5, 14.2, 17.2, 20.0, 22.9, 25.7, 28.7, 31.5, 34.4, 37.2, 40.2, 42.9, 45.9, 48.6, 51.6, 54.4, 57.3, 60.1, 63.1, 65.9, 68.8, 71.6, 74.6, 77.3, 80.3, 83.0, 86.0, 88.8, 91.7, 94.5, 97.5, 100.3, 103.2, 106.0, 109.0, 111.7, 114.7, 117.4, 120.4, 123.2, 126.1, 128.9, 131.9, 134.7, 137.6, 140.4, 143.4, 146.1, 149.1, 151.8, 154.8, 157.6, 160.5, 163.3, 166.3, 169.1, 172.0]}, "query_points": {"time": [34.4, 68.8, 103.2, 137.6, 172.0], "count": [12, 24, 36, 48, 60]}}
{"id": "0997", "source_dataset": "TOMATO", "video_path": "0924-06_x20_clean.mp4", "question": "How many times has the person drawn a square so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.0, 6.9, 13.8, 20.7, 27.7, 34.6, 41.5, 48.4, 55.3, 62.2, 69.2, 76.1, 83.0, 89.9, 96.8, 103.7, 110.7, 117.6, 124.5, 131.4], "end": [6.9, 13.8, 20.7, 27.7, 34.6, 41.5, 48.4, 55.3, 62.2, 69.2, 76.1, 83.0, 89.9, 96.8, 103.7, 110.7, 117.6, 124.5, 131.4, 138.3]}, "query_points": {"time": [27.7, 55.3, 83.0, 110.7, 138.3], "count": [4, 8, 12, 16, 20]}}
{"id": "0998", "source_dataset": "TOMATO", "video_path": "0939-03_x40_clean.mp4", "question": "How many times has the person drawn a circle so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.0, 3.3, 6.7, 10.0, 13.4, 16.7, 20.0, 23.4, 26.7, 30.1, 33.4, 36.8, 40.1, 43.4, 46.8, 50.1, 53.5, 56.8, 60.1, 63.5, 66.8, 70.2, 73.5, 76.9, 80.2, 83.5, 86.9, 90.2, 93.6, 96.9, 100.2, 103.6, 106.9, 110.3, 113.6, 117.0, 120.3, 123.6, 127.0, 130.3], "end": [3.3, 6.7, 10.0, 13.4, 16.7, 20.0, 23.4, 26.7, 30.1, 33.4, 36.8, 40.1, 43.4, 46.8, 50.1, 53.5, 56.8, 60.1, 63.5, 66.8, 70.2, 73.5, 76.9, 80.2, 83.5, 86.9, 90.2, 93.6, 96.9, 100.2, 103.6, 106.9, 110.3, 113.6, 117.0, 120.3, 123.6, 127.0, 130.3, 133.7]}, "query_points": {"time": [26.7, 53.5, 80.2, 106.9, 133.7], "count": [8, 16, 24, 32, 40]}}
{"id": "0999", "source_dataset": "TOMATO", "video_path": "0941-03_x60_clean.mp4", "question": "How many times has the person drawn a triangle so far?", "counting_type": "E2", "counting_subtype": "E2-Periodic", "occurrence_times": {"start": [0.7, 3.0, 5.5, 8.4, 10.7, 13.2, 16.0, 18.4, 20.8, 23.7, 26.0, 28.5, 31.4, 33.7, 36.2, 39.0, 41.4, 43.8, 46.7, 49.0, 51.5, 54.4, 56.7, 59.2, 62.0, 64.4, 66.8, 69.7, 72.0, 74.5, 77.4, 79.7, 82.2, 85.0, 87.4, 89.8, 92.7, 95.0, 97.5, 100.4, 102.7, 105.2, 108.0, 110.4, 112.8, 115.7, 118.0, 120.5, 123.4, 125.7, 128.2, 131.0, 133.4, 135.8, 138.7, 141.0, 143.5, 146.3, 148.7, 151.2], "end": [3.0, 5.5, 8.4, 10.7, 13.2, 16.0, 18.4, 20.8, 23.7, 26.0, 28.5, 31.4, 33.7, 36.2, 39.0, 41.4, 43.8, 46.7, 49.0, 51.5, 54.4, 56.7, 59.2, 62.0, 64.4, 66.8, 69.7, 72.0, 74.5, 77.4, 79.7, 82.2, 85.0, 87.4, 89.8, 92.7, 95.0, 97.5, 100.4, 102.7, 105.2, 108.0, 110.4, 112.8, 115.7, 118.0, 120.5, 123.4, 125.7, 128.2, 131.0, 133.4, 135.8, 138.7, 141.0, 143.5, 146.3, 148.7, 151.2, 154.0]}, "query_points": {"time": [31.4, 62.0, 92.7, 123.3, 154.0], "count": [12, 24, 36, 48, 60]}}
|