Datasets:

Modalities:
Video
serialexperimentsleon commited on
Commit
bfc474f
·
verified ·
1 Parent(s): e012aa1

Replace session_20260401_115938

Browse files
Files changed (18) hide show
  1. .gitattributes +2 -0
  2. dataset_manifest.parquet +1 -1
  3. sessions/session_20260401_115938/metadata/calibration.json +122 -38
  4. sessions/session_20260401_115938/metadata/raw_stream_summary.parquet +2 -2
  5. sessions/session_20260401_115938/metadata/session.json +11 -3
  6. sessions/session_20260401_115938/metadata/session_manifest.parquet +2 -2
  7. sessions/session_20260401_115938/metadata/streams.parquet +2 -2
  8. sessions/session_20260401_115938/metadata/validation_report.json +117 -9
  9. sessions/session_20260401_115938/metadata/videos.parquet +2 -2
  10. sessions/session_20260401_115938/metadata/zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus_zdepth_clamped_report.json +3058 -0
  11. sessions/session_20260401_115938/metadata/zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus_zdepth_clamped_report.json +3013 -0
  12. sessions/session_20260401_115938/tables/frames.parquet +2 -2
  13. sessions/session_20260401_115938/videos/{zed_12540311_zed_m_sn12540311_depth.mkv → zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus.zdepth} +2 -2
  14. sessions/session_20260401_115938/videos/zed_12540311_zed_m_sn12540311_left_rgb.mkv +2 -2
  15. sessions/session_20260401_115938/videos/zed_12540311_zed_m_sn12540311_right_rgb.mkv +2 -2
  16. sessions/session_20260401_115938/videos/{zed_17736741_zed_m_sn17736741_depth.mkv → zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus.zdepth} +2 -2
  17. sessions/session_20260401_115938/videos/zed_17736741_zed_m_sn17736741_left_rgb.mkv +2 -2
  18. sessions/session_20260401_115938/videos/zed_17736741_zed_m_sn17736741_right_rgb.mkv +2 -2
.gitattributes CHANGED
@@ -64,3 +64,5 @@ sessions/session_20260401_115938/videos/zed_12540311_zed_m_sn12540311_right_rgb.
64
  sessions/session_20260401_115938/videos/zed_17736741_zed_m_sn17736741_depth.mkv filter=lfs diff=lfs merge=lfs -text
65
  sessions/session_20260401_115938/videos/zed_17736741_zed_m_sn17736741_left_rgb.mkv filter=lfs diff=lfs merge=lfs -text
66
  sessions/session_20260401_115938/videos/zed_17736741_zed_m_sn17736741_right_rgb.mkv filter=lfs diff=lfs merge=lfs -text
 
 
 
64
  sessions/session_20260401_115938/videos/zed_17736741_zed_m_sn17736741_depth.mkv filter=lfs diff=lfs merge=lfs -text
65
  sessions/session_20260401_115938/videos/zed_17736741_zed_m_sn17736741_left_rgb.mkv filter=lfs diff=lfs merge=lfs -text
66
  sessions/session_20260401_115938/videos/zed_17736741_zed_m_sn17736741_right_rgb.mkv filter=lfs diff=lfs merge=lfs -text
67
+ sessions/session_20260401_115938/videos/zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus.zdepth filter=lfs diff=lfs merge=lfs -text
68
+ sessions/session_20260401_115938/videos/zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus.zdepth filter=lfs diff=lfs merge=lfs -text
dataset_manifest.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd26e2dccc3f75d4cf35e484b7b6e8708b6afec00bb4490d18c854d7f011d188
3
  size 4394
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:696d128f0805464c940d72acb8b9d844fa02eec7ceed9aa95e83477f3249ee52
3
  size 4394
sessions/session_20260401_115938/metadata/calibration.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "camera_frame_conventions": {
3
- "zed_12540311_zed_m_sn12540311_depth": {
4
  "depth_camera_frame": "zed_12540311_left_rgb_camera",
5
  "depth_frame_convention": "ZED depth maps are expressed in the left RGB camera optical frame.",
6
  "left_camera_frame": "zed_12540311_left_rgb_camera",
@@ -21,7 +21,7 @@
21
  "right_camera_frame": "zed_12540311_right_rgb_camera",
22
  "stereo_transform_convention": "left_rgb_camera_T_right_rgb_camera maps points from the right RGB camera frame into the left RGB camera frame: p_left = T * p_right."
23
  },
24
- "zed_17736741_zed_m_sn17736741_depth": {
25
  "depth_camera_frame": "zed_17736741_left_rgb_camera",
26
  "depth_frame_convention": "ZED depth maps are expressed in the left RGB camera optical frame.",
27
  "left_camera_frame": "zed_17736741_left_rgb_camera",
@@ -44,7 +44,7 @@
44
  }
45
  },
46
  "camera_intrinsics": {
47
- "zed_12540311_zed_m_sn12540311_depth": {
48
  "calibration_transforms": [
49
  {
50
  "matrix": [
@@ -85,7 +85,7 @@
85
  "valid_stream_ids": [
86
  "zed_12540311_zed_m_sn12540311_left_rgb",
87
  "zed_12540311_zed_m_sn12540311_right_rgb",
88
- "zed_12540311_zed_m_sn12540311_depth"
89
  ]
90
  },
91
  {
@@ -127,14 +127,28 @@
127
  "valid_stream_ids": [
128
  "zed_12540311_zed_m_sn12540311_left_rgb",
129
  "zed_12540311_zed_m_sn12540311_right_rgb",
130
- "zed_12540311_zed_m_sn12540311_depth"
131
  ]
132
  }
133
  ],
 
 
 
 
 
 
 
 
 
 
 
134
  "depth_camera_frame": "zed_12540311_left_rgb_camera",
135
  "depth_frame_convention": "ZED depth maps are expressed in the left RGB camera optical frame.",
136
  "depth_scale": 1.0,
137
- "depth_stream_id": "zed_12540311_zed_m_sn12540311_depth",
 
 
 
138
  "distortion_coefficients": null,
139
  "distortion_model": "zed_sdk",
140
  "intrinsics_resolution": [
@@ -256,7 +270,7 @@
256
  "valid_stream_ids": [
257
  "zed_12540311_zed_m_sn12540311_left_rgb",
258
  "zed_12540311_zed_m_sn12540311_right_rgb",
259
- "zed_12540311_zed_m_sn12540311_depth"
260
  ]
261
  },
262
  {
@@ -298,14 +312,28 @@
298
  "valid_stream_ids": [
299
  "zed_12540311_zed_m_sn12540311_left_rgb",
300
  "zed_12540311_zed_m_sn12540311_right_rgb",
301
- "zed_12540311_zed_m_sn12540311_depth"
302
  ]
303
  }
304
  ],
 
 
 
 
 
 
 
 
 
 
 
305
  "depth_camera_frame": "zed_12540311_left_rgb_camera",
306
  "depth_frame_convention": "ZED depth maps are expressed in the left RGB camera optical frame.",
307
  "depth_scale": 1.0,
308
- "depth_stream_id": "zed_12540311_zed_m_sn12540311_depth",
 
 
 
309
  "distortion_coefficients": null,
310
  "distortion_model": "zed_sdk",
311
  "intrinsics_resolution": [
@@ -427,7 +455,7 @@
427
  "valid_stream_ids": [
428
  "zed_12540311_zed_m_sn12540311_left_rgb",
429
  "zed_12540311_zed_m_sn12540311_right_rgb",
430
- "zed_12540311_zed_m_sn12540311_depth"
431
  ]
432
  },
433
  {
@@ -469,14 +497,28 @@
469
  "valid_stream_ids": [
470
  "zed_12540311_zed_m_sn12540311_left_rgb",
471
  "zed_12540311_zed_m_sn12540311_right_rgb",
472
- "zed_12540311_zed_m_sn12540311_depth"
473
  ]
474
  }
475
  ],
 
 
 
 
 
 
 
 
 
 
 
476
  "depth_camera_frame": "zed_12540311_left_rgb_camera",
477
  "depth_frame_convention": "ZED depth maps are expressed in the left RGB camera optical frame.",
478
  "depth_scale": 1.0,
479
- "depth_stream_id": "zed_12540311_zed_m_sn12540311_depth",
 
 
 
480
  "distortion_coefficients": null,
481
  "distortion_model": "zed_sdk",
482
  "intrinsics_resolution": [
@@ -557,7 +599,7 @@
557
  "stereo_baseline_units": "meters",
558
  "stereo_transform_convention": "left_rgb_camera_T_right_rgb_camera maps points from the right RGB camera frame into the left RGB camera frame: p_left = T * p_right."
559
  },
560
- "zed_17736741_zed_m_sn17736741_depth": {
561
  "calibration_transforms": [
562
  {
563
  "matrix": [
@@ -598,7 +640,7 @@
598
  "valid_stream_ids": [
599
  "zed_17736741_zed_m_sn17736741_left_rgb",
600
  "zed_17736741_zed_m_sn17736741_right_rgb",
601
- "zed_17736741_zed_m_sn17736741_depth"
602
  ]
603
  },
604
  {
@@ -640,14 +682,28 @@
640
  "valid_stream_ids": [
641
  "zed_17736741_zed_m_sn17736741_left_rgb",
642
  "zed_17736741_zed_m_sn17736741_right_rgb",
643
- "zed_17736741_zed_m_sn17736741_depth"
644
  ]
645
  }
646
  ],
 
 
 
 
 
 
 
 
 
 
 
647
  "depth_camera_frame": "zed_17736741_left_rgb_camera",
648
  "depth_frame_convention": "ZED depth maps are expressed in the left RGB camera optical frame.",
649
  "depth_scale": 1.0,
650
- "depth_stream_id": "zed_17736741_zed_m_sn17736741_depth",
 
 
 
651
  "distortion_coefficients": null,
652
  "distortion_model": "zed_sdk",
653
  "intrinsics_resolution": [
@@ -769,7 +825,7 @@
769
  "valid_stream_ids": [
770
  "zed_17736741_zed_m_sn17736741_left_rgb",
771
  "zed_17736741_zed_m_sn17736741_right_rgb",
772
- "zed_17736741_zed_m_sn17736741_depth"
773
  ]
774
  },
775
  {
@@ -811,14 +867,28 @@
811
  "valid_stream_ids": [
812
  "zed_17736741_zed_m_sn17736741_left_rgb",
813
  "zed_17736741_zed_m_sn17736741_right_rgb",
814
- "zed_17736741_zed_m_sn17736741_depth"
815
  ]
816
  }
817
  ],
 
 
 
 
 
 
 
 
 
 
 
818
  "depth_camera_frame": "zed_17736741_left_rgb_camera",
819
  "depth_frame_convention": "ZED depth maps are expressed in the left RGB camera optical frame.",
820
  "depth_scale": 1.0,
821
- "depth_stream_id": "zed_17736741_zed_m_sn17736741_depth",
 
 
 
822
  "distortion_coefficients": null,
823
  "distortion_model": "zed_sdk",
824
  "intrinsics_resolution": [
@@ -940,7 +1010,7 @@
940
  "valid_stream_ids": [
941
  "zed_17736741_zed_m_sn17736741_left_rgb",
942
  "zed_17736741_zed_m_sn17736741_right_rgb",
943
- "zed_17736741_zed_m_sn17736741_depth"
944
  ]
945
  },
946
  {
@@ -982,14 +1052,28 @@
982
  "valid_stream_ids": [
983
  "zed_17736741_zed_m_sn17736741_left_rgb",
984
  "zed_17736741_zed_m_sn17736741_right_rgb",
985
- "zed_17736741_zed_m_sn17736741_depth"
986
  ]
987
  }
988
  ],
 
 
 
 
 
 
 
 
 
 
 
989
  "depth_camera_frame": "zed_17736741_left_rgb_camera",
990
  "depth_frame_convention": "ZED depth maps are expressed in the left RGB camera optical frame.",
991
  "depth_scale": 1.0,
992
- "depth_stream_id": "zed_17736741_zed_m_sn17736741_depth",
 
 
 
993
  "distortion_coefficients": null,
994
  "distortion_model": "zed_sdk",
995
  "intrinsics_resolution": [
@@ -1082,26 +1166,26 @@
1082
  "zed_17736741_right_rgb_camera": "ZED right RGB optical camera frame."
1083
  },
1084
  "depth_scale": {
1085
- "zed_12540311_zed_m_sn12540311_depth": 1.0,
1086
  "zed_12540311_zed_m_sn12540311_left_rgb": 1.0,
1087
  "zed_12540311_zed_m_sn12540311_right_rgb": 1.0,
1088
- "zed_17736741_zed_m_sn17736741_depth": 1.0,
1089
  "zed_17736741_zed_m_sn17736741_left_rgb": 1.0,
1090
  "zed_17736741_zed_m_sn17736741_right_rgb": 1.0
1091
  },
1092
  "distortion_coefficients": {
1093
- "zed_12540311_zed_m_sn12540311_depth": null,
1094
  "zed_12540311_zed_m_sn12540311_left_rgb": null,
1095
  "zed_12540311_zed_m_sn12540311_right_rgb": null,
1096
- "zed_17736741_zed_m_sn17736741_depth": null,
1097
  "zed_17736741_zed_m_sn17736741_left_rgb": null,
1098
  "zed_17736741_zed_m_sn17736741_right_rgb": null
1099
  },
1100
  "distortion_model": {
1101
- "zed_12540311_zed_m_sn12540311_depth": "zed_sdk",
1102
  "zed_12540311_zed_m_sn12540311_left_rgb": "zed_sdk",
1103
  "zed_12540311_zed_m_sn12540311_right_rgb": "zed_sdk",
1104
- "zed_17736741_zed_m_sn17736741_depth": "zed_sdk",
1105
  "zed_17736741_zed_m_sn17736741_left_rgb": "zed_sdk",
1106
  "zed_17736741_zed_m_sn17736741_right_rgb": "zed_sdk"
1107
  },
@@ -1192,7 +1276,7 @@
1192
  "parent_frame": "world"
1193
  },
1194
  "intrinsics_resolution": {
1195
- "zed_12540311_zed_m_sn12540311_depth": [
1196
  1920,
1197
  1080
1198
  ],
@@ -1204,7 +1288,7 @@
1204
  1920,
1205
  1080
1206
  ],
1207
- "zed_17736741_zed_m_sn17736741_depth": [
1208
  1920,
1209
  1080
1210
  ],
@@ -1226,10 +1310,10 @@
1226
  "/mnt/data0/magna/belt_perception/calibration_results/franka/13_02_26/franka_calibration.yaml": "d5db0f37583643999c8f4b4ae6f52e089ffc7ab1401b4f608e307a05f4b7cfb6"
1227
  },
1228
  "stereo_baseline_m": {
1229
- "zed_12540311_zed_m_sn12540311_depth": 0.06312009692192078,
1230
  "zed_12540311_zed_m_sn12540311_left_rgb": 0.06312009692192078,
1231
  "zed_12540311_zed_m_sn12540311_right_rgb": 0.06312009692192078,
1232
- "zed_17736741_zed_m_sn17736741_depth": 0.0628473311662674,
1233
  "zed_17736741_zed_m_sn17736741_left_rgb": 0.0628473311662674,
1234
  "zed_17736741_zed_m_sn17736741_right_rgb": 0.0628473311662674
1235
  },
@@ -1428,7 +1512,7 @@
1428
  "valid_stream_ids": [
1429
  "zed_12540311_zed_m_sn12540311_left_rgb",
1430
  "zed_12540311_zed_m_sn12540311_right_rgb",
1431
- "zed_12540311_zed_m_sn12540311_depth"
1432
  ]
1433
  },
1434
  {
@@ -1470,7 +1554,7 @@
1470
  "valid_stream_ids": [
1471
  "zed_12540311_zed_m_sn12540311_left_rgb",
1472
  "zed_12540311_zed_m_sn12540311_right_rgb",
1473
- "zed_12540311_zed_m_sn12540311_depth"
1474
  ]
1475
  },
1476
  {
@@ -1512,7 +1596,7 @@
1512
  "valid_stream_ids": [
1513
  "zed_17736741_zed_m_sn17736741_left_rgb",
1514
  "zed_17736741_zed_m_sn17736741_right_rgb",
1515
- "zed_17736741_zed_m_sn17736741_depth"
1516
  ]
1517
  },
1518
  {
@@ -1554,7 +1638,7 @@
1554
  "valid_stream_ids": [
1555
  "zed_17736741_zed_m_sn17736741_left_rgb",
1556
  "zed_17736741_zed_m_sn17736741_right_rgb",
1557
- "zed_17736741_zed_m_sn17736741_depth"
1558
  ]
1559
  }
1560
  ],
@@ -1566,9 +1650,9 @@
1566
  "valid_stream_ids": [
1567
  "zed_12540311_zed_m_sn12540311_left_rgb",
1568
  "zed_12540311_zed_m_sn12540311_right_rgb",
1569
- "zed_12540311_zed_m_sn12540311_depth",
1570
  "zed_17736741_zed_m_sn17736741_left_rgb",
1571
  "zed_17736741_zed_m_sn17736741_right_rgb",
1572
- "zed_17736741_zed_m_sn17736741_depth"
1573
  ]
1574
  }
 
1
  {
2
  "camera_frame_conventions": {
3
+ "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus": {
4
  "depth_camera_frame": "zed_12540311_left_rgb_camera",
5
  "depth_frame_convention": "ZED depth maps are expressed in the left RGB camera optical frame.",
6
  "left_camera_frame": "zed_12540311_left_rgb_camera",
 
21
  "right_camera_frame": "zed_12540311_right_rgb_camera",
22
  "stereo_transform_convention": "left_rgb_camera_T_right_rgb_camera maps points from the right RGB camera frame into the left RGB camera frame: p_left = T * p_right."
23
  },
24
+ "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus": {
25
  "depth_camera_frame": "zed_17736741_left_rgb_camera",
26
  "depth_frame_convention": "ZED depth maps are expressed in the left RGB camera optical frame.",
27
  "left_camera_frame": "zed_17736741_left_rgb_camera",
 
44
  }
45
  },
46
  "camera_intrinsics": {
47
+ "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus": {
48
  "calibration_transforms": [
49
  {
50
  "matrix": [
 
85
  "valid_stream_ids": [
86
  "zed_12540311_zed_m_sn12540311_left_rgb",
87
  "zed_12540311_zed_m_sn12540311_right_rgb",
88
+ "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus"
89
  ]
90
  },
91
  {
 
127
  "valid_stream_ids": [
128
  "zed_12540311_zed_m_sn12540311_left_rgb",
129
  "zed_12540311_zed_m_sn12540311_right_rgb",
130
+ "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus"
131
  ]
132
  }
133
  ],
134
+ "depth_algorithm": "zed_sdk_neural_plus",
135
+ "depth_algorithm_parameters": {
136
+ "coordinate_units": "meter",
137
+ "input_recording_format": "svo2",
138
+ "input_stream_ids": [
139
+ "zed_12540311_zed_m_sn12540311_left_rgb",
140
+ "zed_12540311_zed_m_sn12540311_right_rgb"
141
+ ],
142
+ "zed_depth_mode": "NEURAL_PLUS",
143
+ "zed_measure": "sl.MEASURE.DEPTH"
144
+ },
145
  "depth_camera_frame": "zed_12540311_left_rgb_camera",
146
  "depth_frame_convention": "ZED depth maps are expressed in the left RGB camera optical frame.",
147
  "depth_scale": 1.0,
148
+ "depth_stream_id": "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus",
149
+ "depth_stream_ids_by_algorithm": {
150
+ "zed_sdk_neural_plus": "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus"
151
+ },
152
  "distortion_coefficients": null,
153
  "distortion_model": "zed_sdk",
154
  "intrinsics_resolution": [
 
270
  "valid_stream_ids": [
271
  "zed_12540311_zed_m_sn12540311_left_rgb",
272
  "zed_12540311_zed_m_sn12540311_right_rgb",
273
+ "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus"
274
  ]
275
  },
276
  {
 
312
  "valid_stream_ids": [
313
  "zed_12540311_zed_m_sn12540311_left_rgb",
314
  "zed_12540311_zed_m_sn12540311_right_rgb",
315
+ "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus"
316
  ]
317
  }
318
  ],
319
+ "depth_algorithm": "zed_sdk_neural_plus",
320
+ "depth_algorithm_parameters": {
321
+ "coordinate_units": "meter",
322
+ "input_recording_format": "svo2",
323
+ "input_stream_ids": [
324
+ "zed_12540311_zed_m_sn12540311_left_rgb",
325
+ "zed_12540311_zed_m_sn12540311_right_rgb"
326
+ ],
327
+ "zed_depth_mode": "NEURAL_PLUS",
328
+ "zed_measure": "sl.MEASURE.DEPTH"
329
+ },
330
  "depth_camera_frame": "zed_12540311_left_rgb_camera",
331
  "depth_frame_convention": "ZED depth maps are expressed in the left RGB camera optical frame.",
332
  "depth_scale": 1.0,
333
+ "depth_stream_id": "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus",
334
+ "depth_stream_ids_by_algorithm": {
335
+ "zed_sdk_neural_plus": "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus"
336
+ },
337
  "distortion_coefficients": null,
338
  "distortion_model": "zed_sdk",
339
  "intrinsics_resolution": [
 
455
  "valid_stream_ids": [
456
  "zed_12540311_zed_m_sn12540311_left_rgb",
457
  "zed_12540311_zed_m_sn12540311_right_rgb",
458
+ "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus"
459
  ]
460
  },
461
  {
 
497
  "valid_stream_ids": [
498
  "zed_12540311_zed_m_sn12540311_left_rgb",
499
  "zed_12540311_zed_m_sn12540311_right_rgb",
500
+ "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus"
501
  ]
502
  }
503
  ],
504
+ "depth_algorithm": "zed_sdk_neural_plus",
505
+ "depth_algorithm_parameters": {
506
+ "coordinate_units": "meter",
507
+ "input_recording_format": "svo2",
508
+ "input_stream_ids": [
509
+ "zed_12540311_zed_m_sn12540311_left_rgb",
510
+ "zed_12540311_zed_m_sn12540311_right_rgb"
511
+ ],
512
+ "zed_depth_mode": "NEURAL_PLUS",
513
+ "zed_measure": "sl.MEASURE.DEPTH"
514
+ },
515
  "depth_camera_frame": "zed_12540311_left_rgb_camera",
516
  "depth_frame_convention": "ZED depth maps are expressed in the left RGB camera optical frame.",
517
  "depth_scale": 1.0,
518
+ "depth_stream_id": "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus",
519
+ "depth_stream_ids_by_algorithm": {
520
+ "zed_sdk_neural_plus": "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus"
521
+ },
522
  "distortion_coefficients": null,
523
  "distortion_model": "zed_sdk",
524
  "intrinsics_resolution": [
 
599
  "stereo_baseline_units": "meters",
600
  "stereo_transform_convention": "left_rgb_camera_T_right_rgb_camera maps points from the right RGB camera frame into the left RGB camera frame: p_left = T * p_right."
601
  },
602
+ "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus": {
603
  "calibration_transforms": [
604
  {
605
  "matrix": [
 
640
  "valid_stream_ids": [
641
  "zed_17736741_zed_m_sn17736741_left_rgb",
642
  "zed_17736741_zed_m_sn17736741_right_rgb",
643
+ "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus"
644
  ]
645
  },
646
  {
 
682
  "valid_stream_ids": [
683
  "zed_17736741_zed_m_sn17736741_left_rgb",
684
  "zed_17736741_zed_m_sn17736741_right_rgb",
685
+ "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus"
686
  ]
687
  }
688
  ],
689
+ "depth_algorithm": "zed_sdk_neural_plus",
690
+ "depth_algorithm_parameters": {
691
+ "coordinate_units": "meter",
692
+ "input_recording_format": "svo2",
693
+ "input_stream_ids": [
694
+ "zed_17736741_zed_m_sn17736741_left_rgb",
695
+ "zed_17736741_zed_m_sn17736741_right_rgb"
696
+ ],
697
+ "zed_depth_mode": "NEURAL_PLUS",
698
+ "zed_measure": "sl.MEASURE.DEPTH"
699
+ },
700
  "depth_camera_frame": "zed_17736741_left_rgb_camera",
701
  "depth_frame_convention": "ZED depth maps are expressed in the left RGB camera optical frame.",
702
  "depth_scale": 1.0,
703
+ "depth_stream_id": "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus",
704
+ "depth_stream_ids_by_algorithm": {
705
+ "zed_sdk_neural_plus": "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus"
706
+ },
707
  "distortion_coefficients": null,
708
  "distortion_model": "zed_sdk",
709
  "intrinsics_resolution": [
 
825
  "valid_stream_ids": [
826
  "zed_17736741_zed_m_sn17736741_left_rgb",
827
  "zed_17736741_zed_m_sn17736741_right_rgb",
828
+ "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus"
829
  ]
830
  },
831
  {
 
867
  "valid_stream_ids": [
868
  "zed_17736741_zed_m_sn17736741_left_rgb",
869
  "zed_17736741_zed_m_sn17736741_right_rgb",
870
+ "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus"
871
  ]
872
  }
873
  ],
874
+ "depth_algorithm": "zed_sdk_neural_plus",
875
+ "depth_algorithm_parameters": {
876
+ "coordinate_units": "meter",
877
+ "input_recording_format": "svo2",
878
+ "input_stream_ids": [
879
+ "zed_17736741_zed_m_sn17736741_left_rgb",
880
+ "zed_17736741_zed_m_sn17736741_right_rgb"
881
+ ],
882
+ "zed_depth_mode": "NEURAL_PLUS",
883
+ "zed_measure": "sl.MEASURE.DEPTH"
884
+ },
885
  "depth_camera_frame": "zed_17736741_left_rgb_camera",
886
  "depth_frame_convention": "ZED depth maps are expressed in the left RGB camera optical frame.",
887
  "depth_scale": 1.0,
888
+ "depth_stream_id": "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus",
889
+ "depth_stream_ids_by_algorithm": {
890
+ "zed_sdk_neural_plus": "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus"
891
+ },
892
  "distortion_coefficients": null,
893
  "distortion_model": "zed_sdk",
894
  "intrinsics_resolution": [
 
1010
  "valid_stream_ids": [
1011
  "zed_17736741_zed_m_sn17736741_left_rgb",
1012
  "zed_17736741_zed_m_sn17736741_right_rgb",
1013
+ "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus"
1014
  ]
1015
  },
1016
  {
 
1052
  "valid_stream_ids": [
1053
  "zed_17736741_zed_m_sn17736741_left_rgb",
1054
  "zed_17736741_zed_m_sn17736741_right_rgb",
1055
+ "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus"
1056
  ]
1057
  }
1058
  ],
1059
+ "depth_algorithm": "zed_sdk_neural_plus",
1060
+ "depth_algorithm_parameters": {
1061
+ "coordinate_units": "meter",
1062
+ "input_recording_format": "svo2",
1063
+ "input_stream_ids": [
1064
+ "zed_17736741_zed_m_sn17736741_left_rgb",
1065
+ "zed_17736741_zed_m_sn17736741_right_rgb"
1066
+ ],
1067
+ "zed_depth_mode": "NEURAL_PLUS",
1068
+ "zed_measure": "sl.MEASURE.DEPTH"
1069
+ },
1070
  "depth_camera_frame": "zed_17736741_left_rgb_camera",
1071
  "depth_frame_convention": "ZED depth maps are expressed in the left RGB camera optical frame.",
1072
  "depth_scale": 1.0,
1073
+ "depth_stream_id": "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus",
1074
+ "depth_stream_ids_by_algorithm": {
1075
+ "zed_sdk_neural_plus": "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus"
1076
+ },
1077
  "distortion_coefficients": null,
1078
  "distortion_model": "zed_sdk",
1079
  "intrinsics_resolution": [
 
1166
  "zed_17736741_right_rgb_camera": "ZED right RGB optical camera frame."
1167
  },
1168
  "depth_scale": {
1169
+ "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus": 1.0,
1170
  "zed_12540311_zed_m_sn12540311_left_rgb": 1.0,
1171
  "zed_12540311_zed_m_sn12540311_right_rgb": 1.0,
1172
+ "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus": 1.0,
1173
  "zed_17736741_zed_m_sn17736741_left_rgb": 1.0,
1174
  "zed_17736741_zed_m_sn17736741_right_rgb": 1.0
1175
  },
1176
  "distortion_coefficients": {
1177
+ "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus": null,
1178
  "zed_12540311_zed_m_sn12540311_left_rgb": null,
1179
  "zed_12540311_zed_m_sn12540311_right_rgb": null,
1180
+ "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus": null,
1181
  "zed_17736741_zed_m_sn17736741_left_rgb": null,
1182
  "zed_17736741_zed_m_sn17736741_right_rgb": null
1183
  },
1184
  "distortion_model": {
1185
+ "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus": "zed_sdk",
1186
  "zed_12540311_zed_m_sn12540311_left_rgb": "zed_sdk",
1187
  "zed_12540311_zed_m_sn12540311_right_rgb": "zed_sdk",
1188
+ "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus": "zed_sdk",
1189
  "zed_17736741_zed_m_sn17736741_left_rgb": "zed_sdk",
1190
  "zed_17736741_zed_m_sn17736741_right_rgb": "zed_sdk"
1191
  },
 
1276
  "parent_frame": "world"
1277
  },
1278
  "intrinsics_resolution": {
1279
+ "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus": [
1280
  1920,
1281
  1080
1282
  ],
 
1288
  1920,
1289
  1080
1290
  ],
1291
+ "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus": [
1292
  1920,
1293
  1080
1294
  ],
 
1310
  "/mnt/data0/magna/belt_perception/calibration_results/franka/13_02_26/franka_calibration.yaml": "d5db0f37583643999c8f4b4ae6f52e089ffc7ab1401b4f608e307a05f4b7cfb6"
1311
  },
1312
  "stereo_baseline_m": {
1313
+ "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus": 0.06312009692192078,
1314
  "zed_12540311_zed_m_sn12540311_left_rgb": 0.06312009692192078,
1315
  "zed_12540311_zed_m_sn12540311_right_rgb": 0.06312009692192078,
1316
+ "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus": 0.0628473311662674,
1317
  "zed_17736741_zed_m_sn17736741_left_rgb": 0.0628473311662674,
1318
  "zed_17736741_zed_m_sn17736741_right_rgb": 0.0628473311662674
1319
  },
 
1512
  "valid_stream_ids": [
1513
  "zed_12540311_zed_m_sn12540311_left_rgb",
1514
  "zed_12540311_zed_m_sn12540311_right_rgb",
1515
+ "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus"
1516
  ]
1517
  },
1518
  {
 
1554
  "valid_stream_ids": [
1555
  "zed_12540311_zed_m_sn12540311_left_rgb",
1556
  "zed_12540311_zed_m_sn12540311_right_rgb",
1557
+ "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus"
1558
  ]
1559
  },
1560
  {
 
1596
  "valid_stream_ids": [
1597
  "zed_17736741_zed_m_sn17736741_left_rgb",
1598
  "zed_17736741_zed_m_sn17736741_right_rgb",
1599
+ "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus"
1600
  ]
1601
  },
1602
  {
 
1638
  "valid_stream_ids": [
1639
  "zed_17736741_zed_m_sn17736741_left_rgb",
1640
  "zed_17736741_zed_m_sn17736741_right_rgb",
1641
+ "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus"
1642
  ]
1643
  }
1644
  ],
 
1650
  "valid_stream_ids": [
1651
  "zed_12540311_zed_m_sn12540311_left_rgb",
1652
  "zed_12540311_zed_m_sn12540311_right_rgb",
1653
+ "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus",
1654
  "zed_17736741_zed_m_sn17736741_left_rgb",
1655
  "zed_17736741_zed_m_sn17736741_right_rgb",
1656
+ "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus"
1657
  ]
1658
  }
sessions/session_20260401_115938/metadata/raw_stream_summary.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a387d00a74f52cfc32f51d5c6c04a0b2949e73c515c69e51415f82720a7e6ba0
3
- size 13768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52eed3e90ca08441274ecd410312159997a5ca9db4bd1bbacdf1e35745ce5996
3
+ size 16800
sessions/session_20260401_115938/metadata/session.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "conversion_time": "2026-04-28T21:04:16.133848+00:00",
3
  "converter_command": [
4
  "/mnt/data0/magna/belt_perception/.venv/bin/python3",
5
  "-m",
@@ -14,9 +14,17 @@
14
  "04-01-11-49-04",
15
  "--validate",
16
  "--no-extract-robot-states",
17
- "--overwrite"
 
 
 
 
 
 
 
 
18
  ],
19
- "converter_git_commit": "ff1a3488ec375fd4a2362944ac5a0e0ec90feea3",
20
  "dataset_format_version": "0.1.0",
21
  "ffmpeg_version": "ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers",
22
  "pyav_version": "17.0.1",
 
1
  {
2
+ "conversion_time": "2026-04-30T19:44:25.145694+00:00",
3
  "converter_command": [
4
  "/mnt/data0/magna/belt_perception/.venv/bin/python3",
5
  "-m",
 
14
  "04-01-11-49-04",
15
  "--validate",
16
  "--no-extract-robot-states",
17
+ "--rgb-encoder",
18
+ "near_lossless_hevc_nvenc",
19
+ "--zed-streams",
20
+ "all",
21
+ "--depth-encoder",
22
+ "zdepth",
23
+ "--overwrite",
24
+ "--zdepth-over-max-behavior",
25
+ "clamp"
26
  ],
27
+ "converter_git_commit": "5b55e09c87d473d20844bc0bf7ea839f9114187f",
28
  "dataset_format_version": "0.1.0",
29
  "ffmpeg_version": "ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers",
30
  "pyav_version": "17.0.1",
sessions/session_20260401_115938/metadata/session_manifest.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db017a6690bab28102c66ad21785bf12939b74b1c47447a9b6fb1d53c2cd6489
3
- size 7505
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9c86a324df8878baebcd9ec3db8a87b42effbe455e3284f56e991670b475087
3
+ size 7657
sessions/session_20260401_115938/metadata/streams.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc9243c7de0e65bae63e34aba79fc8ccc69cfaa79d9f496d99a6a9c2bb60de1f
3
- size 18489
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b39e62a1980eef707484c436742aea31a944a2f2a8b25cd7139a03474c81231
3
+ size 23770
sessions/session_20260401_115938/metadata/validation_report.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "errors": [],
3
- "session_path": "tracking_dataset/sessions/session_20260401_115938",
4
  "status": "passed",
5
  "streams": {
6
- "zed_12540311_zed_m_sn12540311_depth": {
7
  "clock_diagnostics": {
8
  "duplicate_acquisition_timestamp_count": 0,
9
  "host_acquisition_drift_slope_ns_per_ns": null,
@@ -35,6 +35,15 @@
35
  "median_gap_ns": 66994000.0,
36
  "modality": "depth",
37
  "non_monotonic_timestamp_count": 0,
 
 
 
 
 
 
 
 
 
38
  "sensor_type": "zed",
39
  "session_id": "session_20260401_115938",
40
  "sidecar_join_status": "no_sidecar",
@@ -703,13 +712,14 @@
703
  658,
704
  659
705
  ],
706
- "stream_id": "zed_12540311_zed_m_sn12540311_depth",
707
  "timestamp_max_ns": 1775059227967777000,
708
  "timestamp_min_ns": 1775059183823876000,
709
  "warnings": [
710
  "no_sidecar"
711
  ]
712
  },
 
713
  "source_frame_hash_algo": "sha256",
714
  "timestamp_max_ns": 1775059227967777000,
715
  "timestamp_min_ns": 1775059183823876000,
@@ -730,8 +740,9 @@
730
  "non_monotonic_acquisition_timestamp_count": 0
731
  },
732
  "decoded_frame_count": 660,
733
- "decoded_validation": "passed",
734
  "frames_table_count": 660,
 
735
  "non_monotonic_sync_timestamp_count": 0,
736
  "raw_stream_summary": {
737
  "duplicate_timestamp_count": 0,
@@ -747,6 +758,12 @@
747
  "median_gap_ns": 66994000.0,
748
  "modality": "left_rgb",
749
  "non_monotonic_timestamp_count": 0,
 
 
 
 
 
 
750
  "sensor_type": "zed",
751
  "session_id": "session_20260401_115938",
752
  "sidecar_join_status": "no_sidecar",
@@ -1422,9 +1439,24 @@
1422
  "no_sidecar"
1423
  ]
1424
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
1425
  "source_frame_hash_algo": "sha256",
1426
  "timestamp_max_ns": 1775059227967777000,
1427
  "timestamp_min_ns": 1775059183823876000,
 
 
1428
  "warnings": []
1429
  },
1430
  "zed_12540311_zed_m_sn12540311_right_rgb": {
@@ -1442,8 +1474,9 @@
1442
  "non_monotonic_acquisition_timestamp_count": 0
1443
  },
1444
  "decoded_frame_count": 660,
1445
- "decoded_validation": "passed",
1446
  "frames_table_count": 660,
 
1447
  "non_monotonic_sync_timestamp_count": 0,
1448
  "raw_stream_summary": {
1449
  "duplicate_timestamp_count": 0,
@@ -1459,6 +1492,12 @@
1459
  "median_gap_ns": 66994000.0,
1460
  "modality": "right_rgb",
1461
  "non_monotonic_timestamp_count": 0,
 
 
 
 
 
 
1462
  "sensor_type": "zed",
1463
  "session_id": "session_20260401_115938",
1464
  "sidecar_join_status": "no_sidecar",
@@ -2134,12 +2173,27 @@
2134
  "no_sidecar"
2135
  ]
2136
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
2137
  "source_frame_hash_algo": "sha256",
2138
  "timestamp_max_ns": 1775059227967777000,
2139
  "timestamp_min_ns": 1775059183823876000,
 
 
2140
  "warnings": []
2141
  },
2142
- "zed_17736741_zed_m_sn17736741_depth": {
2143
  "clock_diagnostics": {
2144
  "duplicate_acquisition_timestamp_count": 0,
2145
  "host_acquisition_drift_slope_ns_per_ns": null,
@@ -2171,6 +2225,15 @@
2171
  "median_gap_ns": 66988000.0,
2172
  "modality": "depth",
2173
  "non_monotonic_timestamp_count": 0,
 
 
 
 
 
 
 
 
 
2174
  "sensor_type": "zed",
2175
  "session_id": "session_20260401_115938",
2176
  "sidecar_join_status": "no_sidecar",
@@ -2840,13 +2903,14 @@
2840
  659,
2841
  660
2842
  ],
2843
- "stream_id": "zed_17736741_zed_m_sn17736741_depth",
2844
  "timestamp_max_ns": 1775059227932139000,
2845
  "timestamp_min_ns": 1775059183721024000,
2846
  "warnings": [
2847
  "no_sidecar"
2848
  ]
2849
  },
 
2850
  "source_frame_hash_algo": "sha256",
2851
  "timestamp_max_ns": 1775059227932139000,
2852
  "timestamp_min_ns": 1775059183721024000,
@@ -2867,8 +2931,9 @@
2867
  "non_monotonic_acquisition_timestamp_count": 0
2868
  },
2869
  "decoded_frame_count": 661,
2870
- "decoded_validation": "passed",
2871
  "frames_table_count": 661,
 
2872
  "non_monotonic_sync_timestamp_count": 0,
2873
  "raw_stream_summary": {
2874
  "duplicate_timestamp_count": 0,
@@ -2884,6 +2949,12 @@
2884
  "median_gap_ns": 66988000.0,
2885
  "modality": "left_rgb",
2886
  "non_monotonic_timestamp_count": 0,
 
 
 
 
 
 
2887
  "sensor_type": "zed",
2888
  "session_id": "session_20260401_115938",
2889
  "sidecar_join_status": "no_sidecar",
@@ -3560,9 +3631,24 @@
3560
  "no_sidecar"
3561
  ]
3562
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
3563
  "source_frame_hash_algo": "sha256",
3564
  "timestamp_max_ns": 1775059227932139000,
3565
  "timestamp_min_ns": 1775059183721024000,
 
 
3566
  "warnings": []
3567
  },
3568
  "zed_17736741_zed_m_sn17736741_right_rgb": {
@@ -3580,8 +3666,9 @@
3580
  "non_monotonic_acquisition_timestamp_count": 0
3581
  },
3582
  "decoded_frame_count": 661,
3583
- "decoded_validation": "passed",
3584
  "frames_table_count": 661,
 
3585
  "non_monotonic_sync_timestamp_count": 0,
3586
  "raw_stream_summary": {
3587
  "duplicate_timestamp_count": 0,
@@ -3597,6 +3684,12 @@
3597
  "median_gap_ns": 66988000.0,
3598
  "modality": "right_rgb",
3599
  "non_monotonic_timestamp_count": 0,
 
 
 
 
 
 
3600
  "sensor_type": "zed",
3601
  "session_id": "session_20260401_115938",
3602
  "sidecar_join_status": "no_sidecar",
@@ -4273,9 +4366,24 @@
4273
  "no_sidecar"
4274
  ]
4275
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
4276
  "source_frame_hash_algo": "sha256",
4277
  "timestamp_max_ns": 1775059227932139000,
4278
  "timestamp_min_ns": 1775059183721024000,
 
 
4279
  "warnings": []
4280
  }
4281
  },
 
1
  {
2
  "errors": [],
3
+ "session_path": "tracking_dataset/sessions/.session_20260401_115938.tmp.1702512",
4
  "status": "passed",
5
  "streams": {
6
+ "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus": {
7
  "clock_diagnostics": {
8
  "duplicate_acquisition_timestamp_count": 0,
9
  "host_acquisition_drift_slope_ns_per_ns": null,
 
35
  "median_gap_ns": 66994000.0,
36
  "modality": "depth",
37
  "non_monotonic_timestamp_count": 0,
38
+ "payload_algorithm": "zed_sdk_neural_plus",
39
+ "payload_algorithm_parameters_json": "{\"coordinate_units\": \"meter\", \"input_recording_format\": \"svo2\", \"zed_depth_mode\": \"NEURAL_PLUS\", \"zed_measure\": \"sl.MEASURE.DEPTH\"}",
40
+ "payload_algorithm_version": null,
41
+ "payload_input_stream_ids": [
42
+ "zed_12540311_zed_m_sn12540311_left_rgb",
43
+ "zed_12540311_zed_m_sn12540311_right_rgb"
44
+ ],
45
+ "payload_origin": "derived_depth",
46
+ "payload_reference_frame": "zed_12540311_left_rgb_camera",
47
  "sensor_type": "zed",
48
  "session_id": "session_20260401_115938",
49
  "sidecar_join_status": "no_sidecar",
 
712
  658,
713
  659
714
  ],
715
+ "stream_id": "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus",
716
  "timestamp_max_ns": 1775059227967777000,
717
  "timestamp_min_ns": 1775059183823876000,
718
  "warnings": [
719
  "no_sidecar"
720
  ]
721
  },
722
+ "rgb_similarity_metrics": {},
723
  "source_frame_hash_algo": "sha256",
724
  "timestamp_max_ns": 1775059227967777000,
725
  "timestamp_min_ns": 1775059183823876000,
 
740
  "non_monotonic_acquisition_timestamp_count": 0
741
  },
742
  "decoded_frame_count": 660,
743
+ "decoded_validation": "passed_near_lossless_similarity_reused",
744
  "frames_table_count": 660,
745
+ "near_lossless_fast_validation": true,
746
  "non_monotonic_sync_timestamp_count": 0,
747
  "raw_stream_summary": {
748
  "duplicate_timestamp_count": 0,
 
758
  "median_gap_ns": 66994000.0,
759
  "modality": "left_rgb",
760
  "non_monotonic_timestamp_count": 0,
761
+ "payload_algorithm": "zed_sdk_left_rgb",
762
+ "payload_algorithm_parameters_json": null,
763
+ "payload_algorithm_version": null,
764
+ "payload_input_stream_ids": [],
765
+ "payload_origin": "zed_svo2_image",
766
+ "payload_reference_frame": "zed_12540311_left_rgb_camera",
767
  "sensor_type": "zed",
768
  "session_id": "session_20260401_115938",
769
  "sidecar_join_status": "no_sidecar",
 
1439
  "no_sidecar"
1440
  ]
1441
  },
1442
+ "rgb_similarity_metrics": {
1443
+ "frame_count": 660,
1444
+ "mae_max": 0.4086890753600823,
1445
+ "mae_median": 0.4011309638631687,
1446
+ "mae_min": 0.39258600180041153,
1447
+ "max_abs_diff_max": 2.0,
1448
+ "max_abs_diff_threshold": 8.0,
1449
+ "max_mae_threshold": 1.0,
1450
+ "min_psnr_threshold": 45.0,
1451
+ "psnr_max": 52.16877049245767,
1452
+ "psnr_median": 52.07535088418898,
1453
+ "psnr_min": 51.9798198683059
1454
+ },
1455
  "source_frame_hash_algo": "sha256",
1456
  "timestamp_max_ns": 1775059227967777000,
1457
  "timestamp_min_ns": 1775059183823876000,
1458
+ "video_file_hash_validation": "passed",
1459
+ "video_file_sha256": "059fe37be860762a10007cbb91dd721e2411d66e9207ad669379095f7a0f9a5a",
1460
  "warnings": []
1461
  },
1462
  "zed_12540311_zed_m_sn12540311_right_rgb": {
 
1474
  "non_monotonic_acquisition_timestamp_count": 0
1475
  },
1476
  "decoded_frame_count": 660,
1477
+ "decoded_validation": "passed_near_lossless_similarity_reused",
1478
  "frames_table_count": 660,
1479
+ "near_lossless_fast_validation": true,
1480
  "non_monotonic_sync_timestamp_count": 0,
1481
  "raw_stream_summary": {
1482
  "duplicate_timestamp_count": 0,
 
1492
  "median_gap_ns": 66994000.0,
1493
  "modality": "right_rgb",
1494
  "non_monotonic_timestamp_count": 0,
1495
+ "payload_algorithm": "zed_sdk_right_rgb",
1496
+ "payload_algorithm_parameters_json": null,
1497
+ "payload_algorithm_version": null,
1498
+ "payload_input_stream_ids": [],
1499
+ "payload_origin": "zed_svo2_image",
1500
+ "payload_reference_frame": "zed_12540311_right_rgb_camera",
1501
  "sensor_type": "zed",
1502
  "session_id": "session_20260401_115938",
1503
  "sidecar_join_status": "no_sidecar",
 
2173
  "no_sidecar"
2174
  ]
2175
  },
2176
+ "rgb_similarity_metrics": {
2177
+ "frame_count": 660,
2178
+ "mae_max": 0.41116367669753084,
2179
+ "mae_median": 0.40501382458847734,
2180
+ "mae_min": 0.3881749935699588,
2181
+ "max_abs_diff_max": 2.0,
2182
+ "max_abs_diff_threshold": 8.0,
2183
+ "max_mae_threshold": 1.0,
2184
+ "min_psnr_threshold": 45.0,
2185
+ "psnr_max": 52.22055674554343,
2186
+ "psnr_median": 52.029129175008094,
2187
+ "psnr_min": 51.96478542978148
2188
+ },
2189
  "source_frame_hash_algo": "sha256",
2190
  "timestamp_max_ns": 1775059227967777000,
2191
  "timestamp_min_ns": 1775059183823876000,
2192
+ "video_file_hash_validation": "passed",
2193
+ "video_file_sha256": "9efad5f285c6274d86ffb1a265eee30372ab4098cb3002b4647435f7214c71dc",
2194
  "warnings": []
2195
  },
2196
+ "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus": {
2197
  "clock_diagnostics": {
2198
  "duplicate_acquisition_timestamp_count": 0,
2199
  "host_acquisition_drift_slope_ns_per_ns": null,
 
2225
  "median_gap_ns": 66988000.0,
2226
  "modality": "depth",
2227
  "non_monotonic_timestamp_count": 0,
2228
+ "payload_algorithm": "zed_sdk_neural_plus",
2229
+ "payload_algorithm_parameters_json": "{\"coordinate_units\": \"meter\", \"input_recording_format\": \"svo2\", \"zed_depth_mode\": \"NEURAL_PLUS\", \"zed_measure\": \"sl.MEASURE.DEPTH\"}",
2230
+ "payload_algorithm_version": null,
2231
+ "payload_input_stream_ids": [
2232
+ "zed_17736741_zed_m_sn17736741_left_rgb",
2233
+ "zed_17736741_zed_m_sn17736741_right_rgb"
2234
+ ],
2235
+ "payload_origin": "derived_depth",
2236
+ "payload_reference_frame": "zed_17736741_left_rgb_camera",
2237
  "sensor_type": "zed",
2238
  "session_id": "session_20260401_115938",
2239
  "sidecar_join_status": "no_sidecar",
 
2903
  659,
2904
  660
2905
  ],
2906
+ "stream_id": "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus",
2907
  "timestamp_max_ns": 1775059227932139000,
2908
  "timestamp_min_ns": 1775059183721024000,
2909
  "warnings": [
2910
  "no_sidecar"
2911
  ]
2912
  },
2913
+ "rgb_similarity_metrics": {},
2914
  "source_frame_hash_algo": "sha256",
2915
  "timestamp_max_ns": 1775059227932139000,
2916
  "timestamp_min_ns": 1775059183721024000,
 
2931
  "non_monotonic_acquisition_timestamp_count": 0
2932
  },
2933
  "decoded_frame_count": 661,
2934
+ "decoded_validation": "passed_near_lossless_similarity_reused",
2935
  "frames_table_count": 661,
2936
+ "near_lossless_fast_validation": true,
2937
  "non_monotonic_sync_timestamp_count": 0,
2938
  "raw_stream_summary": {
2939
  "duplicate_timestamp_count": 0,
 
2949
  "median_gap_ns": 66988000.0,
2950
  "modality": "left_rgb",
2951
  "non_monotonic_timestamp_count": 0,
2952
+ "payload_algorithm": "zed_sdk_left_rgb",
2953
+ "payload_algorithm_parameters_json": null,
2954
+ "payload_algorithm_version": null,
2955
+ "payload_input_stream_ids": [],
2956
+ "payload_origin": "zed_svo2_image",
2957
+ "payload_reference_frame": "zed_17736741_left_rgb_camera",
2958
  "sensor_type": "zed",
2959
  "session_id": "session_20260401_115938",
2960
  "sidecar_join_status": "no_sidecar",
 
3631
  "no_sidecar"
3632
  ]
3633
  },
3634
+ "rgb_similarity_metrics": {
3635
+ "frame_count": 661,
3636
+ "mae_max": 0.41124405221193416,
3637
+ "mae_median": 0.40557500643004113,
3638
+ "mae_min": 0.4015846836419753,
3639
+ "max_abs_diff_max": 2.0,
3640
+ "max_abs_diff_threshold": 8.0,
3641
+ "max_mae_threshold": 1.0,
3642
+ "min_psnr_threshold": 45.0,
3643
+ "psnr_max": 52.06360291510218,
3644
+ "psnr_median": 52.026473899239924,
3645
+ "psnr_min": 51.95372042873429
3646
+ },
3647
  "source_frame_hash_algo": "sha256",
3648
  "timestamp_max_ns": 1775059227932139000,
3649
  "timestamp_min_ns": 1775059183721024000,
3650
+ "video_file_hash_validation": "passed",
3651
+ "video_file_sha256": "40ba081e61dcc9d16b524d4aa3efe18fe99b934c36ffb6956a21ed43046f64f7",
3652
  "warnings": []
3653
  },
3654
  "zed_17736741_zed_m_sn17736741_right_rgb": {
 
3666
  "non_monotonic_acquisition_timestamp_count": 0
3667
  },
3668
  "decoded_frame_count": 661,
3669
+ "decoded_validation": "passed_near_lossless_similarity_reused",
3670
  "frames_table_count": 661,
3671
+ "near_lossless_fast_validation": true,
3672
  "non_monotonic_sync_timestamp_count": 0,
3673
  "raw_stream_summary": {
3674
  "duplicate_timestamp_count": 0,
 
3684
  "median_gap_ns": 66988000.0,
3685
  "modality": "right_rgb",
3686
  "non_monotonic_timestamp_count": 0,
3687
+ "payload_algorithm": "zed_sdk_right_rgb",
3688
+ "payload_algorithm_parameters_json": null,
3689
+ "payload_algorithm_version": null,
3690
+ "payload_input_stream_ids": [],
3691
+ "payload_origin": "zed_svo2_image",
3692
+ "payload_reference_frame": "zed_17736741_right_rgb_camera",
3693
  "sensor_type": "zed",
3694
  "session_id": "session_20260401_115938",
3695
  "sidecar_join_status": "no_sidecar",
 
4366
  "no_sidecar"
4367
  ]
4368
  },
4369
+ "rgb_similarity_metrics": {
4370
+ "frame_count": 661,
4371
+ "mae_max": 0.41395704732510286,
4372
+ "mae_median": 0.40510577417695476,
4373
+ "mae_min": 0.3979819315843621,
4374
+ "max_abs_diff_max": 2.0,
4375
+ "max_abs_diff_threshold": 8.0,
4376
+ "max_mae_threshold": 1.0,
4377
+ "min_psnr_threshold": 45.0,
4378
+ "psnr_max": 52.10700393532906,
4379
+ "psnr_median": 52.027285465569804,
4380
+ "psnr_min": 51.93625829610383
4381
+ },
4382
  "source_frame_hash_algo": "sha256",
4383
  "timestamp_max_ns": 1775059227932139000,
4384
  "timestamp_min_ns": 1775059183721024000,
4385
+ "video_file_hash_validation": "passed",
4386
+ "video_file_sha256": "00ba49b4da0232a805ac70b452d321472129b3ef2029e8e5e5fa00e313998b57",
4387
  "warnings": []
4388
  }
4389
  },
sessions/session_20260401_115938/metadata/videos.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:417c741bbec94edbffffd311cea9362cb50abfca20dfbd7243ccd18ddadc9c53
3
- size 9706
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23dcce2de6d7fc6476bece43a16933255b1a4e11d37d92a6676fea675211dec8
3
+ size 15821
sessions/session_20260401_115938/metadata/zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus_zdepth_clamped_report.json ADDED
@@ -0,0 +1,3058 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "stream_id": "zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus",
3
+ "session_id": "session_20260401_115938",
4
+ "zdepth_max_depth_m": 8.191,
5
+ "total_frames_with_clamping": 610,
6
+ "clamped_frames": [
7
+ {
8
+ "video_frame_idx": 0,
9
+ "frame_index": 0,
10
+ "clamped_pixel_count": 49
11
+ },
12
+ {
13
+ "video_frame_idx": 1,
14
+ "frame_index": 1,
15
+ "clamped_pixel_count": 3
16
+ },
17
+ {
18
+ "video_frame_idx": 2,
19
+ "frame_index": 2,
20
+ "clamped_pixel_count": 1
21
+ },
22
+ {
23
+ "video_frame_idx": 3,
24
+ "frame_index": 3,
25
+ "clamped_pixel_count": 2
26
+ },
27
+ {
28
+ "video_frame_idx": 4,
29
+ "frame_index": 4,
30
+ "clamped_pixel_count": 1
31
+ },
32
+ {
33
+ "video_frame_idx": 6,
34
+ "frame_index": 6,
35
+ "clamped_pixel_count": 3
36
+ },
37
+ {
38
+ "video_frame_idx": 7,
39
+ "frame_index": 7,
40
+ "clamped_pixel_count": 1
41
+ },
42
+ {
43
+ "video_frame_idx": 9,
44
+ "frame_index": 9,
45
+ "clamped_pixel_count": 1
46
+ },
47
+ {
48
+ "video_frame_idx": 10,
49
+ "frame_index": 10,
50
+ "clamped_pixel_count": 1
51
+ },
52
+ {
53
+ "video_frame_idx": 11,
54
+ "frame_index": 11,
55
+ "clamped_pixel_count": 3
56
+ },
57
+ {
58
+ "video_frame_idx": 12,
59
+ "frame_index": 12,
60
+ "clamped_pixel_count": 1
61
+ },
62
+ {
63
+ "video_frame_idx": 13,
64
+ "frame_index": 13,
65
+ "clamped_pixel_count": 1
66
+ },
67
+ {
68
+ "video_frame_idx": 14,
69
+ "frame_index": 14,
70
+ "clamped_pixel_count": 2
71
+ },
72
+ {
73
+ "video_frame_idx": 17,
74
+ "frame_index": 17,
75
+ "clamped_pixel_count": 1
76
+ },
77
+ {
78
+ "video_frame_idx": 18,
79
+ "frame_index": 18,
80
+ "clamped_pixel_count": 1
81
+ },
82
+ {
83
+ "video_frame_idx": 19,
84
+ "frame_index": 19,
85
+ "clamped_pixel_count": 1
86
+ },
87
+ {
88
+ "video_frame_idx": 20,
89
+ "frame_index": 20,
90
+ "clamped_pixel_count": 1
91
+ },
92
+ {
93
+ "video_frame_idx": 22,
94
+ "frame_index": 22,
95
+ "clamped_pixel_count": 1
96
+ },
97
+ {
98
+ "video_frame_idx": 23,
99
+ "frame_index": 23,
100
+ "clamped_pixel_count": 1
101
+ },
102
+ {
103
+ "video_frame_idx": 25,
104
+ "frame_index": 25,
105
+ "clamped_pixel_count": 1
106
+ },
107
+ {
108
+ "video_frame_idx": 26,
109
+ "frame_index": 26,
110
+ "clamped_pixel_count": 4
111
+ },
112
+ {
113
+ "video_frame_idx": 27,
114
+ "frame_index": 27,
115
+ "clamped_pixel_count": 2
116
+ },
117
+ {
118
+ "video_frame_idx": 28,
119
+ "frame_index": 28,
120
+ "clamped_pixel_count": 2
121
+ },
122
+ {
123
+ "video_frame_idx": 29,
124
+ "frame_index": 29,
125
+ "clamped_pixel_count": 2
126
+ },
127
+ {
128
+ "video_frame_idx": 30,
129
+ "frame_index": 30,
130
+ "clamped_pixel_count": 5
131
+ },
132
+ {
133
+ "video_frame_idx": 31,
134
+ "frame_index": 31,
135
+ "clamped_pixel_count": 4
136
+ },
137
+ {
138
+ "video_frame_idx": 32,
139
+ "frame_index": 32,
140
+ "clamped_pixel_count": 20
141
+ },
142
+ {
143
+ "video_frame_idx": 33,
144
+ "frame_index": 33,
145
+ "clamped_pixel_count": 64
146
+ },
147
+ {
148
+ "video_frame_idx": 34,
149
+ "frame_index": 34,
150
+ "clamped_pixel_count": 318
151
+ },
152
+ {
153
+ "video_frame_idx": 35,
154
+ "frame_index": 35,
155
+ "clamped_pixel_count": 359
156
+ },
157
+ {
158
+ "video_frame_idx": 36,
159
+ "frame_index": 36,
160
+ "clamped_pixel_count": 392
161
+ },
162
+ {
163
+ "video_frame_idx": 38,
164
+ "frame_index": 38,
165
+ "clamped_pixel_count": 3
166
+ },
167
+ {
168
+ "video_frame_idx": 39,
169
+ "frame_index": 39,
170
+ "clamped_pixel_count": 97
171
+ },
172
+ {
173
+ "video_frame_idx": 40,
174
+ "frame_index": 40,
175
+ "clamped_pixel_count": 16
176
+ },
177
+ {
178
+ "video_frame_idx": 41,
179
+ "frame_index": 41,
180
+ "clamped_pixel_count": 5
181
+ },
182
+ {
183
+ "video_frame_idx": 42,
184
+ "frame_index": 42,
185
+ "clamped_pixel_count": 3
186
+ },
187
+ {
188
+ "video_frame_idx": 43,
189
+ "frame_index": 43,
190
+ "clamped_pixel_count": 3
191
+ },
192
+ {
193
+ "video_frame_idx": 44,
194
+ "frame_index": 44,
195
+ "clamped_pixel_count": 1
196
+ },
197
+ {
198
+ "video_frame_idx": 46,
199
+ "frame_index": 46,
200
+ "clamped_pixel_count": 2
201
+ },
202
+ {
203
+ "video_frame_idx": 47,
204
+ "frame_index": 47,
205
+ "clamped_pixel_count": 1
206
+ },
207
+ {
208
+ "video_frame_idx": 48,
209
+ "frame_index": 48,
210
+ "clamped_pixel_count": 24
211
+ },
212
+ {
213
+ "video_frame_idx": 49,
214
+ "frame_index": 49,
215
+ "clamped_pixel_count": 560
216
+ },
217
+ {
218
+ "video_frame_idx": 50,
219
+ "frame_index": 50,
220
+ "clamped_pixel_count": 1155
221
+ },
222
+ {
223
+ "video_frame_idx": 51,
224
+ "frame_index": 51,
225
+ "clamped_pixel_count": 1360
226
+ },
227
+ {
228
+ "video_frame_idx": 52,
229
+ "frame_index": 52,
230
+ "clamped_pixel_count": 819
231
+ },
232
+ {
233
+ "video_frame_idx": 53,
234
+ "frame_index": 53,
235
+ "clamped_pixel_count": 2
236
+ },
237
+ {
238
+ "video_frame_idx": 54,
239
+ "frame_index": 54,
240
+ "clamped_pixel_count": 11
241
+ },
242
+ {
243
+ "video_frame_idx": 55,
244
+ "frame_index": 55,
245
+ "clamped_pixel_count": 319
246
+ },
247
+ {
248
+ "video_frame_idx": 56,
249
+ "frame_index": 56,
250
+ "clamped_pixel_count": 80
251
+ },
252
+ {
253
+ "video_frame_idx": 57,
254
+ "frame_index": 57,
255
+ "clamped_pixel_count": 2988
256
+ },
257
+ {
258
+ "video_frame_idx": 58,
259
+ "frame_index": 58,
260
+ "clamped_pixel_count": 1753
261
+ },
262
+ {
263
+ "video_frame_idx": 59,
264
+ "frame_index": 59,
265
+ "clamped_pixel_count": 229
266
+ },
267
+ {
268
+ "video_frame_idx": 60,
269
+ "frame_index": 60,
270
+ "clamped_pixel_count": 9
271
+ },
272
+ {
273
+ "video_frame_idx": 61,
274
+ "frame_index": 61,
275
+ "clamped_pixel_count": 1
276
+ },
277
+ {
278
+ "video_frame_idx": 63,
279
+ "frame_index": 63,
280
+ "clamped_pixel_count": 178
281
+ },
282
+ {
283
+ "video_frame_idx": 64,
284
+ "frame_index": 64,
285
+ "clamped_pixel_count": 189
286
+ },
287
+ {
288
+ "video_frame_idx": 65,
289
+ "frame_index": 65,
290
+ "clamped_pixel_count": 1
291
+ },
292
+ {
293
+ "video_frame_idx": 66,
294
+ "frame_index": 66,
295
+ "clamped_pixel_count": 1
296
+ },
297
+ {
298
+ "video_frame_idx": 67,
299
+ "frame_index": 67,
300
+ "clamped_pixel_count": 1
301
+ },
302
+ {
303
+ "video_frame_idx": 68,
304
+ "frame_index": 68,
305
+ "clamped_pixel_count": 1
306
+ },
307
+ {
308
+ "video_frame_idx": 74,
309
+ "frame_index": 74,
310
+ "clamped_pixel_count": 11
311
+ },
312
+ {
313
+ "video_frame_idx": 75,
314
+ "frame_index": 75,
315
+ "clamped_pixel_count": 148
316
+ },
317
+ {
318
+ "video_frame_idx": 76,
319
+ "frame_index": 76,
320
+ "clamped_pixel_count": 135
321
+ },
322
+ {
323
+ "video_frame_idx": 77,
324
+ "frame_index": 77,
325
+ "clamped_pixel_count": 111
326
+ },
327
+ {
328
+ "video_frame_idx": 78,
329
+ "frame_index": 78,
330
+ "clamped_pixel_count": 137
331
+ },
332
+ {
333
+ "video_frame_idx": 79,
334
+ "frame_index": 79,
335
+ "clamped_pixel_count": 56
336
+ },
337
+ {
338
+ "video_frame_idx": 80,
339
+ "frame_index": 80,
340
+ "clamped_pixel_count": 162
341
+ },
342
+ {
343
+ "video_frame_idx": 81,
344
+ "frame_index": 81,
345
+ "clamped_pixel_count": 142
346
+ },
347
+ {
348
+ "video_frame_idx": 82,
349
+ "frame_index": 82,
350
+ "clamped_pixel_count": 31
351
+ },
352
+ {
353
+ "video_frame_idx": 83,
354
+ "frame_index": 83,
355
+ "clamped_pixel_count": 25
356
+ },
357
+ {
358
+ "video_frame_idx": 84,
359
+ "frame_index": 84,
360
+ "clamped_pixel_count": 61
361
+ },
362
+ {
363
+ "video_frame_idx": 85,
364
+ "frame_index": 85,
365
+ "clamped_pixel_count": 15
366
+ },
367
+ {
368
+ "video_frame_idx": 86,
369
+ "frame_index": 86,
370
+ "clamped_pixel_count": 16
371
+ },
372
+ {
373
+ "video_frame_idx": 87,
374
+ "frame_index": 87,
375
+ "clamped_pixel_count": 14
376
+ },
377
+ {
378
+ "video_frame_idx": 88,
379
+ "frame_index": 88,
380
+ "clamped_pixel_count": 6
381
+ },
382
+ {
383
+ "video_frame_idx": 89,
384
+ "frame_index": 89,
385
+ "clamped_pixel_count": 4
386
+ },
387
+ {
388
+ "video_frame_idx": 90,
389
+ "frame_index": 90,
390
+ "clamped_pixel_count": 3
391
+ },
392
+ {
393
+ "video_frame_idx": 91,
394
+ "frame_index": 91,
395
+ "clamped_pixel_count": 1
396
+ },
397
+ {
398
+ "video_frame_idx": 92,
399
+ "frame_index": 92,
400
+ "clamped_pixel_count": 8
401
+ },
402
+ {
403
+ "video_frame_idx": 93,
404
+ "frame_index": 93,
405
+ "clamped_pixel_count": 5
406
+ },
407
+ {
408
+ "video_frame_idx": 94,
409
+ "frame_index": 94,
410
+ "clamped_pixel_count": 5
411
+ },
412
+ {
413
+ "video_frame_idx": 95,
414
+ "frame_index": 95,
415
+ "clamped_pixel_count": 5
416
+ },
417
+ {
418
+ "video_frame_idx": 96,
419
+ "frame_index": 96,
420
+ "clamped_pixel_count": 8
421
+ },
422
+ {
423
+ "video_frame_idx": 97,
424
+ "frame_index": 97,
425
+ "clamped_pixel_count": 5
426
+ },
427
+ {
428
+ "video_frame_idx": 98,
429
+ "frame_index": 98,
430
+ "clamped_pixel_count": 3
431
+ },
432
+ {
433
+ "video_frame_idx": 99,
434
+ "frame_index": 99,
435
+ "clamped_pixel_count": 4
436
+ },
437
+ {
438
+ "video_frame_idx": 100,
439
+ "frame_index": 100,
440
+ "clamped_pixel_count": 5
441
+ },
442
+ {
443
+ "video_frame_idx": 101,
444
+ "frame_index": 101,
445
+ "clamped_pixel_count": 5
446
+ },
447
+ {
448
+ "video_frame_idx": 102,
449
+ "frame_index": 102,
450
+ "clamped_pixel_count": 3
451
+ },
452
+ {
453
+ "video_frame_idx": 103,
454
+ "frame_index": 103,
455
+ "clamped_pixel_count": 6
456
+ },
457
+ {
458
+ "video_frame_idx": 104,
459
+ "frame_index": 104,
460
+ "clamped_pixel_count": 2
461
+ },
462
+ {
463
+ "video_frame_idx": 105,
464
+ "frame_index": 105,
465
+ "clamped_pixel_count": 15
466
+ },
467
+ {
468
+ "video_frame_idx": 106,
469
+ "frame_index": 106,
470
+ "clamped_pixel_count": 36
471
+ },
472
+ {
473
+ "video_frame_idx": 107,
474
+ "frame_index": 107,
475
+ "clamped_pixel_count": 22
476
+ },
477
+ {
478
+ "video_frame_idx": 108,
479
+ "frame_index": 108,
480
+ "clamped_pixel_count": 313
481
+ },
482
+ {
483
+ "video_frame_idx": 109,
484
+ "frame_index": 109,
485
+ "clamped_pixel_count": 308
486
+ },
487
+ {
488
+ "video_frame_idx": 110,
489
+ "frame_index": 110,
490
+ "clamped_pixel_count": 292
491
+ },
492
+ {
493
+ "video_frame_idx": 111,
494
+ "frame_index": 111,
495
+ "clamped_pixel_count": 259
496
+ },
497
+ {
498
+ "video_frame_idx": 112,
499
+ "frame_index": 112,
500
+ "clamped_pixel_count": 194
501
+ },
502
+ {
503
+ "video_frame_idx": 113,
504
+ "frame_index": 113,
505
+ "clamped_pixel_count": 202
506
+ },
507
+ {
508
+ "video_frame_idx": 114,
509
+ "frame_index": 114,
510
+ "clamped_pixel_count": 58
511
+ },
512
+ {
513
+ "video_frame_idx": 115,
514
+ "frame_index": 115,
515
+ "clamped_pixel_count": 202
516
+ },
517
+ {
518
+ "video_frame_idx": 116,
519
+ "frame_index": 116,
520
+ "clamped_pixel_count": 206
521
+ },
522
+ {
523
+ "video_frame_idx": 117,
524
+ "frame_index": 117,
525
+ "clamped_pixel_count": 222
526
+ },
527
+ {
528
+ "video_frame_idx": 118,
529
+ "frame_index": 118,
530
+ "clamped_pixel_count": 206
531
+ },
532
+ {
533
+ "video_frame_idx": 119,
534
+ "frame_index": 119,
535
+ "clamped_pixel_count": 57
536
+ },
537
+ {
538
+ "video_frame_idx": 120,
539
+ "frame_index": 120,
540
+ "clamped_pixel_count": 4
541
+ },
542
+ {
543
+ "video_frame_idx": 121,
544
+ "frame_index": 121,
545
+ "clamped_pixel_count": 4
546
+ },
547
+ {
548
+ "video_frame_idx": 123,
549
+ "frame_index": 123,
550
+ "clamped_pixel_count": 1
551
+ },
552
+ {
553
+ "video_frame_idx": 127,
554
+ "frame_index": 127,
555
+ "clamped_pixel_count": 1
556
+ },
557
+ {
558
+ "video_frame_idx": 128,
559
+ "frame_index": 128,
560
+ "clamped_pixel_count": 1
561
+ },
562
+ {
563
+ "video_frame_idx": 129,
564
+ "frame_index": 129,
565
+ "clamped_pixel_count": 1
566
+ },
567
+ {
568
+ "video_frame_idx": 130,
569
+ "frame_index": 130,
570
+ "clamped_pixel_count": 2
571
+ },
572
+ {
573
+ "video_frame_idx": 131,
574
+ "frame_index": 131,
575
+ "clamped_pixel_count": 15
576
+ },
577
+ {
578
+ "video_frame_idx": 132,
579
+ "frame_index": 132,
580
+ "clamped_pixel_count": 66
581
+ },
582
+ {
583
+ "video_frame_idx": 133,
584
+ "frame_index": 133,
585
+ "clamped_pixel_count": 3
586
+ },
587
+ {
588
+ "video_frame_idx": 134,
589
+ "frame_index": 134,
590
+ "clamped_pixel_count": 2
591
+ },
592
+ {
593
+ "video_frame_idx": 135,
594
+ "frame_index": 135,
595
+ "clamped_pixel_count": 1
596
+ },
597
+ {
598
+ "video_frame_idx": 136,
599
+ "frame_index": 136,
600
+ "clamped_pixel_count": 2
601
+ },
602
+ {
603
+ "video_frame_idx": 137,
604
+ "frame_index": 137,
605
+ "clamped_pixel_count": 3
606
+ },
607
+ {
608
+ "video_frame_idx": 138,
609
+ "frame_index": 138,
610
+ "clamped_pixel_count": 1
611
+ },
612
+ {
613
+ "video_frame_idx": 139,
614
+ "frame_index": 139,
615
+ "clamped_pixel_count": 12
616
+ },
617
+ {
618
+ "video_frame_idx": 140,
619
+ "frame_index": 140,
620
+ "clamped_pixel_count": 2
621
+ },
622
+ {
623
+ "video_frame_idx": 141,
624
+ "frame_index": 141,
625
+ "clamped_pixel_count": 2
626
+ },
627
+ {
628
+ "video_frame_idx": 142,
629
+ "frame_index": 142,
630
+ "clamped_pixel_count": 1
631
+ },
632
+ {
633
+ "video_frame_idx": 144,
634
+ "frame_index": 144,
635
+ "clamped_pixel_count": 1
636
+ },
637
+ {
638
+ "video_frame_idx": 146,
639
+ "frame_index": 146,
640
+ "clamped_pixel_count": 2
641
+ },
642
+ {
643
+ "video_frame_idx": 147,
644
+ "frame_index": 147,
645
+ "clamped_pixel_count": 4
646
+ },
647
+ {
648
+ "video_frame_idx": 148,
649
+ "frame_index": 148,
650
+ "clamped_pixel_count": 1
651
+ },
652
+ {
653
+ "video_frame_idx": 150,
654
+ "frame_index": 150,
655
+ "clamped_pixel_count": 122
656
+ },
657
+ {
658
+ "video_frame_idx": 151,
659
+ "frame_index": 151,
660
+ "clamped_pixel_count": 1
661
+ },
662
+ {
663
+ "video_frame_idx": 152,
664
+ "frame_index": 152,
665
+ "clamped_pixel_count": 3
666
+ },
667
+ {
668
+ "video_frame_idx": 153,
669
+ "frame_index": 153,
670
+ "clamped_pixel_count": 7
671
+ },
672
+ {
673
+ "video_frame_idx": 154,
674
+ "frame_index": 154,
675
+ "clamped_pixel_count": 3
676
+ },
677
+ {
678
+ "video_frame_idx": 155,
679
+ "frame_index": 155,
680
+ "clamped_pixel_count": 112
681
+ },
682
+ {
683
+ "video_frame_idx": 156,
684
+ "frame_index": 156,
685
+ "clamped_pixel_count": 6
686
+ },
687
+ {
688
+ "video_frame_idx": 157,
689
+ "frame_index": 157,
690
+ "clamped_pixel_count": 7
691
+ },
692
+ {
693
+ "video_frame_idx": 158,
694
+ "frame_index": 158,
695
+ "clamped_pixel_count": 9
696
+ },
697
+ {
698
+ "video_frame_idx": 159,
699
+ "frame_index": 159,
700
+ "clamped_pixel_count": 2
701
+ },
702
+ {
703
+ "video_frame_idx": 160,
704
+ "frame_index": 160,
705
+ "clamped_pixel_count": 3
706
+ },
707
+ {
708
+ "video_frame_idx": 161,
709
+ "frame_index": 161,
710
+ "clamped_pixel_count": 6
711
+ },
712
+ {
713
+ "video_frame_idx": 162,
714
+ "frame_index": 162,
715
+ "clamped_pixel_count": 5
716
+ },
717
+ {
718
+ "video_frame_idx": 163,
719
+ "frame_index": 163,
720
+ "clamped_pixel_count": 3
721
+ },
722
+ {
723
+ "video_frame_idx": 164,
724
+ "frame_index": 164,
725
+ "clamped_pixel_count": 9
726
+ },
727
+ {
728
+ "video_frame_idx": 165,
729
+ "frame_index": 165,
730
+ "clamped_pixel_count": 13
731
+ },
732
+ {
733
+ "video_frame_idx": 166,
734
+ "frame_index": 166,
735
+ "clamped_pixel_count": 10
736
+ },
737
+ {
738
+ "video_frame_idx": 167,
739
+ "frame_index": 167,
740
+ "clamped_pixel_count": 8
741
+ },
742
+ {
743
+ "video_frame_idx": 168,
744
+ "frame_index": 168,
745
+ "clamped_pixel_count": 7
746
+ },
747
+ {
748
+ "video_frame_idx": 169,
749
+ "frame_index": 169,
750
+ "clamped_pixel_count": 6
751
+ },
752
+ {
753
+ "video_frame_idx": 170,
754
+ "frame_index": 170,
755
+ "clamped_pixel_count": 3
756
+ },
757
+ {
758
+ "video_frame_idx": 171,
759
+ "frame_index": 171,
760
+ "clamped_pixel_count": 2
761
+ },
762
+ {
763
+ "video_frame_idx": 172,
764
+ "frame_index": 172,
765
+ "clamped_pixel_count": 3
766
+ },
767
+ {
768
+ "video_frame_idx": 173,
769
+ "frame_index": 173,
770
+ "clamped_pixel_count": 4
771
+ },
772
+ {
773
+ "video_frame_idx": 174,
774
+ "frame_index": 174,
775
+ "clamped_pixel_count": 4
776
+ },
777
+ {
778
+ "video_frame_idx": 175,
779
+ "frame_index": 175,
780
+ "clamped_pixel_count": 4
781
+ },
782
+ {
783
+ "video_frame_idx": 176,
784
+ "frame_index": 176,
785
+ "clamped_pixel_count": 265
786
+ },
787
+ {
788
+ "video_frame_idx": 177,
789
+ "frame_index": 177,
790
+ "clamped_pixel_count": 8
791
+ },
792
+ {
793
+ "video_frame_idx": 178,
794
+ "frame_index": 178,
795
+ "clamped_pixel_count": 7
796
+ },
797
+ {
798
+ "video_frame_idx": 179,
799
+ "frame_index": 179,
800
+ "clamped_pixel_count": 6
801
+ },
802
+ {
803
+ "video_frame_idx": 180,
804
+ "frame_index": 180,
805
+ "clamped_pixel_count": 391
806
+ },
807
+ {
808
+ "video_frame_idx": 181,
809
+ "frame_index": 181,
810
+ "clamped_pixel_count": 177
811
+ },
812
+ {
813
+ "video_frame_idx": 182,
814
+ "frame_index": 182,
815
+ "clamped_pixel_count": 201
816
+ },
817
+ {
818
+ "video_frame_idx": 183,
819
+ "frame_index": 183,
820
+ "clamped_pixel_count": 23
821
+ },
822
+ {
823
+ "video_frame_idx": 184,
824
+ "frame_index": 184,
825
+ "clamped_pixel_count": 190
826
+ },
827
+ {
828
+ "video_frame_idx": 185,
829
+ "frame_index": 185,
830
+ "clamped_pixel_count": 37
831
+ },
832
+ {
833
+ "video_frame_idx": 186,
834
+ "frame_index": 186,
835
+ "clamped_pixel_count": 9
836
+ },
837
+ {
838
+ "video_frame_idx": 187,
839
+ "frame_index": 187,
840
+ "clamped_pixel_count": 19
841
+ },
842
+ {
843
+ "video_frame_idx": 188,
844
+ "frame_index": 188,
845
+ "clamped_pixel_count": 13
846
+ },
847
+ {
848
+ "video_frame_idx": 189,
849
+ "frame_index": 189,
850
+ "clamped_pixel_count": 263
851
+ },
852
+ {
853
+ "video_frame_idx": 190,
854
+ "frame_index": 190,
855
+ "clamped_pixel_count": 5
856
+ },
857
+ {
858
+ "video_frame_idx": 191,
859
+ "frame_index": 191,
860
+ "clamped_pixel_count": 65
861
+ },
862
+ {
863
+ "video_frame_idx": 192,
864
+ "frame_index": 192,
865
+ "clamped_pixel_count": 49
866
+ },
867
+ {
868
+ "video_frame_idx": 193,
869
+ "frame_index": 193,
870
+ "clamped_pixel_count": 39
871
+ },
872
+ {
873
+ "video_frame_idx": 194,
874
+ "frame_index": 194,
875
+ "clamped_pixel_count": 147
876
+ },
877
+ {
878
+ "video_frame_idx": 195,
879
+ "frame_index": 195,
880
+ "clamped_pixel_count": 45
881
+ },
882
+ {
883
+ "video_frame_idx": 196,
884
+ "frame_index": 196,
885
+ "clamped_pixel_count": 250
886
+ },
887
+ {
888
+ "video_frame_idx": 197,
889
+ "frame_index": 197,
890
+ "clamped_pixel_count": 75
891
+ },
892
+ {
893
+ "video_frame_idx": 198,
894
+ "frame_index": 198,
895
+ "clamped_pixel_count": 168
896
+ },
897
+ {
898
+ "video_frame_idx": 199,
899
+ "frame_index": 199,
900
+ "clamped_pixel_count": 10
901
+ },
902
+ {
903
+ "video_frame_idx": 200,
904
+ "frame_index": 200,
905
+ "clamped_pixel_count": 10
906
+ },
907
+ {
908
+ "video_frame_idx": 201,
909
+ "frame_index": 201,
910
+ "clamped_pixel_count": 5
911
+ },
912
+ {
913
+ "video_frame_idx": 202,
914
+ "frame_index": 202,
915
+ "clamped_pixel_count": 3
916
+ },
917
+ {
918
+ "video_frame_idx": 203,
919
+ "frame_index": 203,
920
+ "clamped_pixel_count": 7
921
+ },
922
+ {
923
+ "video_frame_idx": 204,
924
+ "frame_index": 204,
925
+ "clamped_pixel_count": 233
926
+ },
927
+ {
928
+ "video_frame_idx": 205,
929
+ "frame_index": 205,
930
+ "clamped_pixel_count": 9
931
+ },
932
+ {
933
+ "video_frame_idx": 206,
934
+ "frame_index": 206,
935
+ "clamped_pixel_count": 29
936
+ },
937
+ {
938
+ "video_frame_idx": 208,
939
+ "frame_index": 208,
940
+ "clamped_pixel_count": 1
941
+ },
942
+ {
943
+ "video_frame_idx": 210,
944
+ "frame_index": 210,
945
+ "clamped_pixel_count": 31
946
+ },
947
+ {
948
+ "video_frame_idx": 211,
949
+ "frame_index": 211,
950
+ "clamped_pixel_count": 1
951
+ },
952
+ {
953
+ "video_frame_idx": 212,
954
+ "frame_index": 212,
955
+ "clamped_pixel_count": 1
956
+ },
957
+ {
958
+ "video_frame_idx": 213,
959
+ "frame_index": 213,
960
+ "clamped_pixel_count": 1
961
+ },
962
+ {
963
+ "video_frame_idx": 214,
964
+ "frame_index": 214,
965
+ "clamped_pixel_count": 112
966
+ },
967
+ {
968
+ "video_frame_idx": 215,
969
+ "frame_index": 215,
970
+ "clamped_pixel_count": 1
971
+ },
972
+ {
973
+ "video_frame_idx": 216,
974
+ "frame_index": 216,
975
+ "clamped_pixel_count": 17
976
+ },
977
+ {
978
+ "video_frame_idx": 217,
979
+ "frame_index": 217,
980
+ "clamped_pixel_count": 69
981
+ },
982
+ {
983
+ "video_frame_idx": 218,
984
+ "frame_index": 218,
985
+ "clamped_pixel_count": 1966
986
+ },
987
+ {
988
+ "video_frame_idx": 219,
989
+ "frame_index": 219,
990
+ "clamped_pixel_count": 29
991
+ },
992
+ {
993
+ "video_frame_idx": 220,
994
+ "frame_index": 220,
995
+ "clamped_pixel_count": 110
996
+ },
997
+ {
998
+ "video_frame_idx": 221,
999
+ "frame_index": 221,
1000
+ "clamped_pixel_count": 14
1001
+ },
1002
+ {
1003
+ "video_frame_idx": 222,
1004
+ "frame_index": 222,
1005
+ "clamped_pixel_count": 21
1006
+ },
1007
+ {
1008
+ "video_frame_idx": 223,
1009
+ "frame_index": 223,
1010
+ "clamped_pixel_count": 17
1011
+ },
1012
+ {
1013
+ "video_frame_idx": 224,
1014
+ "frame_index": 224,
1015
+ "clamped_pixel_count": 11
1016
+ },
1017
+ {
1018
+ "video_frame_idx": 225,
1019
+ "frame_index": 225,
1020
+ "clamped_pixel_count": 12
1021
+ },
1022
+ {
1023
+ "video_frame_idx": 226,
1024
+ "frame_index": 226,
1025
+ "clamped_pixel_count": 15
1026
+ },
1027
+ {
1028
+ "video_frame_idx": 227,
1029
+ "frame_index": 227,
1030
+ "clamped_pixel_count": 57
1031
+ },
1032
+ {
1033
+ "video_frame_idx": 228,
1034
+ "frame_index": 228,
1035
+ "clamped_pixel_count": 78
1036
+ },
1037
+ {
1038
+ "video_frame_idx": 229,
1039
+ "frame_index": 229,
1040
+ "clamped_pixel_count": 7
1041
+ },
1042
+ {
1043
+ "video_frame_idx": 230,
1044
+ "frame_index": 230,
1045
+ "clamped_pixel_count": 15
1046
+ },
1047
+ {
1048
+ "video_frame_idx": 231,
1049
+ "frame_index": 231,
1050
+ "clamped_pixel_count": 26
1051
+ },
1052
+ {
1053
+ "video_frame_idx": 232,
1054
+ "frame_index": 232,
1055
+ "clamped_pixel_count": 1
1056
+ },
1057
+ {
1058
+ "video_frame_idx": 233,
1059
+ "frame_index": 233,
1060
+ "clamped_pixel_count": 3
1061
+ },
1062
+ {
1063
+ "video_frame_idx": 234,
1064
+ "frame_index": 234,
1065
+ "clamped_pixel_count": 1
1066
+ },
1067
+ {
1068
+ "video_frame_idx": 235,
1069
+ "frame_index": 235,
1070
+ "clamped_pixel_count": 1
1071
+ },
1072
+ {
1073
+ "video_frame_idx": 236,
1074
+ "frame_index": 236,
1075
+ "clamped_pixel_count": 1
1076
+ },
1077
+ {
1078
+ "video_frame_idx": 237,
1079
+ "frame_index": 237,
1080
+ "clamped_pixel_count": 3
1081
+ },
1082
+ {
1083
+ "video_frame_idx": 238,
1084
+ "frame_index": 238,
1085
+ "clamped_pixel_count": 8
1086
+ },
1087
+ {
1088
+ "video_frame_idx": 240,
1089
+ "frame_index": 240,
1090
+ "clamped_pixel_count": 1
1091
+ },
1092
+ {
1093
+ "video_frame_idx": 241,
1094
+ "frame_index": 241,
1095
+ "clamped_pixel_count": 1
1096
+ },
1097
+ {
1098
+ "video_frame_idx": 243,
1099
+ "frame_index": 243,
1100
+ "clamped_pixel_count": 8
1101
+ },
1102
+ {
1103
+ "video_frame_idx": 244,
1104
+ "frame_index": 244,
1105
+ "clamped_pixel_count": 8
1106
+ },
1107
+ {
1108
+ "video_frame_idx": 245,
1109
+ "frame_index": 245,
1110
+ "clamped_pixel_count": 3
1111
+ },
1112
+ {
1113
+ "video_frame_idx": 246,
1114
+ "frame_index": 246,
1115
+ "clamped_pixel_count": 264
1116
+ },
1117
+ {
1118
+ "video_frame_idx": 247,
1119
+ "frame_index": 247,
1120
+ "clamped_pixel_count": 41
1121
+ },
1122
+ {
1123
+ "video_frame_idx": 248,
1124
+ "frame_index": 248,
1125
+ "clamped_pixel_count": 5
1126
+ },
1127
+ {
1128
+ "video_frame_idx": 249,
1129
+ "frame_index": 249,
1130
+ "clamped_pixel_count": 26
1131
+ },
1132
+ {
1133
+ "video_frame_idx": 250,
1134
+ "frame_index": 250,
1135
+ "clamped_pixel_count": 98
1136
+ },
1137
+ {
1138
+ "video_frame_idx": 251,
1139
+ "frame_index": 251,
1140
+ "clamped_pixel_count": 61
1141
+ },
1142
+ {
1143
+ "video_frame_idx": 252,
1144
+ "frame_index": 252,
1145
+ "clamped_pixel_count": 61
1146
+ },
1147
+ {
1148
+ "video_frame_idx": 253,
1149
+ "frame_index": 253,
1150
+ "clamped_pixel_count": 129
1151
+ },
1152
+ {
1153
+ "video_frame_idx": 254,
1154
+ "frame_index": 254,
1155
+ "clamped_pixel_count": 12
1156
+ },
1157
+ {
1158
+ "video_frame_idx": 255,
1159
+ "frame_index": 255,
1160
+ "clamped_pixel_count": 21
1161
+ },
1162
+ {
1163
+ "video_frame_idx": 256,
1164
+ "frame_index": 256,
1165
+ "clamped_pixel_count": 11
1166
+ },
1167
+ {
1168
+ "video_frame_idx": 257,
1169
+ "frame_index": 257,
1170
+ "clamped_pixel_count": 12
1171
+ },
1172
+ {
1173
+ "video_frame_idx": 258,
1174
+ "frame_index": 258,
1175
+ "clamped_pixel_count": 520
1176
+ },
1177
+ {
1178
+ "video_frame_idx": 259,
1179
+ "frame_index": 259,
1180
+ "clamped_pixel_count": 15
1181
+ },
1182
+ {
1183
+ "video_frame_idx": 260,
1184
+ "frame_index": 260,
1185
+ "clamped_pixel_count": 51
1186
+ },
1187
+ {
1188
+ "video_frame_idx": 261,
1189
+ "frame_index": 261,
1190
+ "clamped_pixel_count": 4
1191
+ },
1192
+ {
1193
+ "video_frame_idx": 263,
1194
+ "frame_index": 263,
1195
+ "clamped_pixel_count": 3
1196
+ },
1197
+ {
1198
+ "video_frame_idx": 264,
1199
+ "frame_index": 264,
1200
+ "clamped_pixel_count": 7
1201
+ },
1202
+ {
1203
+ "video_frame_idx": 265,
1204
+ "frame_index": 265,
1205
+ "clamped_pixel_count": 33
1206
+ },
1207
+ {
1208
+ "video_frame_idx": 268,
1209
+ "frame_index": 268,
1210
+ "clamped_pixel_count": 85
1211
+ },
1212
+ {
1213
+ "video_frame_idx": 270,
1214
+ "frame_index": 270,
1215
+ "clamped_pixel_count": 2
1216
+ },
1217
+ {
1218
+ "video_frame_idx": 271,
1219
+ "frame_index": 271,
1220
+ "clamped_pixel_count": 12
1221
+ },
1222
+ {
1223
+ "video_frame_idx": 272,
1224
+ "frame_index": 272,
1225
+ "clamped_pixel_count": 4
1226
+ },
1227
+ {
1228
+ "video_frame_idx": 273,
1229
+ "frame_index": 273,
1230
+ "clamped_pixel_count": 475
1231
+ },
1232
+ {
1233
+ "video_frame_idx": 274,
1234
+ "frame_index": 274,
1235
+ "clamped_pixel_count": 113
1236
+ },
1237
+ {
1238
+ "video_frame_idx": 275,
1239
+ "frame_index": 275,
1240
+ "clamped_pixel_count": 30
1241
+ },
1242
+ {
1243
+ "video_frame_idx": 276,
1244
+ "frame_index": 276,
1245
+ "clamped_pixel_count": 1
1246
+ },
1247
+ {
1248
+ "video_frame_idx": 277,
1249
+ "frame_index": 277,
1250
+ "clamped_pixel_count": 1
1251
+ },
1252
+ {
1253
+ "video_frame_idx": 278,
1254
+ "frame_index": 278,
1255
+ "clamped_pixel_count": 1
1256
+ },
1257
+ {
1258
+ "video_frame_idx": 280,
1259
+ "frame_index": 280,
1260
+ "clamped_pixel_count": 3
1261
+ },
1262
+ {
1263
+ "video_frame_idx": 281,
1264
+ "frame_index": 281,
1265
+ "clamped_pixel_count": 3
1266
+ },
1267
+ {
1268
+ "video_frame_idx": 285,
1269
+ "frame_index": 285,
1270
+ "clamped_pixel_count": 12
1271
+ },
1272
+ {
1273
+ "video_frame_idx": 286,
1274
+ "frame_index": 286,
1275
+ "clamped_pixel_count": 5
1276
+ },
1277
+ {
1278
+ "video_frame_idx": 287,
1279
+ "frame_index": 287,
1280
+ "clamped_pixel_count": 1
1281
+ },
1282
+ {
1283
+ "video_frame_idx": 288,
1284
+ "frame_index": 288,
1285
+ "clamped_pixel_count": 8
1286
+ },
1287
+ {
1288
+ "video_frame_idx": 289,
1289
+ "frame_index": 289,
1290
+ "clamped_pixel_count": 116
1291
+ },
1292
+ {
1293
+ "video_frame_idx": 290,
1294
+ "frame_index": 290,
1295
+ "clamped_pixel_count": 36
1296
+ },
1297
+ {
1298
+ "video_frame_idx": 292,
1299
+ "frame_index": 292,
1300
+ "clamped_pixel_count": 2
1301
+ },
1302
+ {
1303
+ "video_frame_idx": 293,
1304
+ "frame_index": 293,
1305
+ "clamped_pixel_count": 2
1306
+ },
1307
+ {
1308
+ "video_frame_idx": 294,
1309
+ "frame_index": 294,
1310
+ "clamped_pixel_count": 2
1311
+ },
1312
+ {
1313
+ "video_frame_idx": 295,
1314
+ "frame_index": 295,
1315
+ "clamped_pixel_count": 2
1316
+ },
1317
+ {
1318
+ "video_frame_idx": 296,
1319
+ "frame_index": 296,
1320
+ "clamped_pixel_count": 3
1321
+ },
1322
+ {
1323
+ "video_frame_idx": 297,
1324
+ "frame_index": 297,
1325
+ "clamped_pixel_count": 1
1326
+ },
1327
+ {
1328
+ "video_frame_idx": 298,
1329
+ "frame_index": 298,
1330
+ "clamped_pixel_count": 3
1331
+ },
1332
+ {
1333
+ "video_frame_idx": 299,
1334
+ "frame_index": 299,
1335
+ "clamped_pixel_count": 2
1336
+ },
1337
+ {
1338
+ "video_frame_idx": 300,
1339
+ "frame_index": 300,
1340
+ "clamped_pixel_count": 6
1341
+ },
1342
+ {
1343
+ "video_frame_idx": 301,
1344
+ "frame_index": 301,
1345
+ "clamped_pixel_count": 4
1346
+ },
1347
+ {
1348
+ "video_frame_idx": 302,
1349
+ "frame_index": 302,
1350
+ "clamped_pixel_count": 2
1351
+ },
1352
+ {
1353
+ "video_frame_idx": 303,
1354
+ "frame_index": 303,
1355
+ "clamped_pixel_count": 1
1356
+ },
1357
+ {
1358
+ "video_frame_idx": 304,
1359
+ "frame_index": 304,
1360
+ "clamped_pixel_count": 3
1361
+ },
1362
+ {
1363
+ "video_frame_idx": 305,
1364
+ "frame_index": 305,
1365
+ "clamped_pixel_count": 4
1366
+ },
1367
+ {
1368
+ "video_frame_idx": 306,
1369
+ "frame_index": 306,
1370
+ "clamped_pixel_count": 13
1371
+ },
1372
+ {
1373
+ "video_frame_idx": 307,
1374
+ "frame_index": 307,
1375
+ "clamped_pixel_count": 47
1376
+ },
1377
+ {
1378
+ "video_frame_idx": 308,
1379
+ "frame_index": 308,
1380
+ "clamped_pixel_count": 22
1381
+ },
1382
+ {
1383
+ "video_frame_idx": 309,
1384
+ "frame_index": 309,
1385
+ "clamped_pixel_count": 51
1386
+ },
1387
+ {
1388
+ "video_frame_idx": 310,
1389
+ "frame_index": 310,
1390
+ "clamped_pixel_count": 270
1391
+ },
1392
+ {
1393
+ "video_frame_idx": 311,
1394
+ "frame_index": 311,
1395
+ "clamped_pixel_count": 11
1396
+ },
1397
+ {
1398
+ "video_frame_idx": 312,
1399
+ "frame_index": 312,
1400
+ "clamped_pixel_count": 4
1401
+ },
1402
+ {
1403
+ "video_frame_idx": 313,
1404
+ "frame_index": 313,
1405
+ "clamped_pixel_count": 4
1406
+ },
1407
+ {
1408
+ "video_frame_idx": 314,
1409
+ "frame_index": 314,
1410
+ "clamped_pixel_count": 4
1411
+ },
1412
+ {
1413
+ "video_frame_idx": 315,
1414
+ "frame_index": 315,
1415
+ "clamped_pixel_count": 9
1416
+ },
1417
+ {
1418
+ "video_frame_idx": 316,
1419
+ "frame_index": 316,
1420
+ "clamped_pixel_count": 4
1421
+ },
1422
+ {
1423
+ "video_frame_idx": 318,
1424
+ "frame_index": 318,
1425
+ "clamped_pixel_count": 2
1426
+ },
1427
+ {
1428
+ "video_frame_idx": 319,
1429
+ "frame_index": 319,
1430
+ "clamped_pixel_count": 24
1431
+ },
1432
+ {
1433
+ "video_frame_idx": 320,
1434
+ "frame_index": 320,
1435
+ "clamped_pixel_count": 3
1436
+ },
1437
+ {
1438
+ "video_frame_idx": 321,
1439
+ "frame_index": 321,
1440
+ "clamped_pixel_count": 2
1441
+ },
1442
+ {
1443
+ "video_frame_idx": 322,
1444
+ "frame_index": 322,
1445
+ "clamped_pixel_count": 40
1446
+ },
1447
+ {
1448
+ "video_frame_idx": 323,
1449
+ "frame_index": 323,
1450
+ "clamped_pixel_count": 2
1451
+ },
1452
+ {
1453
+ "video_frame_idx": 324,
1454
+ "frame_index": 324,
1455
+ "clamped_pixel_count": 1
1456
+ },
1457
+ {
1458
+ "video_frame_idx": 325,
1459
+ "frame_index": 325,
1460
+ "clamped_pixel_count": 2
1461
+ },
1462
+ {
1463
+ "video_frame_idx": 326,
1464
+ "frame_index": 326,
1465
+ "clamped_pixel_count": 1
1466
+ },
1467
+ {
1468
+ "video_frame_idx": 328,
1469
+ "frame_index": 328,
1470
+ "clamped_pixel_count": 1
1471
+ },
1472
+ {
1473
+ "video_frame_idx": 329,
1474
+ "frame_index": 329,
1475
+ "clamped_pixel_count": 1
1476
+ },
1477
+ {
1478
+ "video_frame_idx": 330,
1479
+ "frame_index": 330,
1480
+ "clamped_pixel_count": 4
1481
+ },
1482
+ {
1483
+ "video_frame_idx": 331,
1484
+ "frame_index": 331,
1485
+ "clamped_pixel_count": 1
1486
+ },
1487
+ {
1488
+ "video_frame_idx": 333,
1489
+ "frame_index": 333,
1490
+ "clamped_pixel_count": 2
1491
+ },
1492
+ {
1493
+ "video_frame_idx": 334,
1494
+ "frame_index": 334,
1495
+ "clamped_pixel_count": 15
1496
+ },
1497
+ {
1498
+ "video_frame_idx": 335,
1499
+ "frame_index": 335,
1500
+ "clamped_pixel_count": 22
1501
+ },
1502
+ {
1503
+ "video_frame_idx": 336,
1504
+ "frame_index": 336,
1505
+ "clamped_pixel_count": 14
1506
+ },
1507
+ {
1508
+ "video_frame_idx": 337,
1509
+ "frame_index": 337,
1510
+ "clamped_pixel_count": 10
1511
+ },
1512
+ {
1513
+ "video_frame_idx": 338,
1514
+ "frame_index": 338,
1515
+ "clamped_pixel_count": 10
1516
+ },
1517
+ {
1518
+ "video_frame_idx": 339,
1519
+ "frame_index": 339,
1520
+ "clamped_pixel_count": 2
1521
+ },
1522
+ {
1523
+ "video_frame_idx": 340,
1524
+ "frame_index": 340,
1525
+ "clamped_pixel_count": 379
1526
+ },
1527
+ {
1528
+ "video_frame_idx": 341,
1529
+ "frame_index": 341,
1530
+ "clamped_pixel_count": 11
1531
+ },
1532
+ {
1533
+ "video_frame_idx": 342,
1534
+ "frame_index": 342,
1535
+ "clamped_pixel_count": 4
1536
+ },
1537
+ {
1538
+ "video_frame_idx": 343,
1539
+ "frame_index": 343,
1540
+ "clamped_pixel_count": 4
1541
+ },
1542
+ {
1543
+ "video_frame_idx": 344,
1544
+ "frame_index": 344,
1545
+ "clamped_pixel_count": 176
1546
+ },
1547
+ {
1548
+ "video_frame_idx": 345,
1549
+ "frame_index": 345,
1550
+ "clamped_pixel_count": 125
1551
+ },
1552
+ {
1553
+ "video_frame_idx": 346,
1554
+ "frame_index": 346,
1555
+ "clamped_pixel_count": 15
1556
+ },
1557
+ {
1558
+ "video_frame_idx": 347,
1559
+ "frame_index": 347,
1560
+ "clamped_pixel_count": 59
1561
+ },
1562
+ {
1563
+ "video_frame_idx": 348,
1564
+ "frame_index": 348,
1565
+ "clamped_pixel_count": 12
1566
+ },
1567
+ {
1568
+ "video_frame_idx": 349,
1569
+ "frame_index": 349,
1570
+ "clamped_pixel_count": 2058
1571
+ },
1572
+ {
1573
+ "video_frame_idx": 350,
1574
+ "frame_index": 350,
1575
+ "clamped_pixel_count": 1393
1576
+ },
1577
+ {
1578
+ "video_frame_idx": 351,
1579
+ "frame_index": 351,
1580
+ "clamped_pixel_count": 1293
1581
+ },
1582
+ {
1583
+ "video_frame_idx": 352,
1584
+ "frame_index": 352,
1585
+ "clamped_pixel_count": 876
1586
+ },
1587
+ {
1588
+ "video_frame_idx": 353,
1589
+ "frame_index": 353,
1590
+ "clamped_pixel_count": 486
1591
+ },
1592
+ {
1593
+ "video_frame_idx": 354,
1594
+ "frame_index": 354,
1595
+ "clamped_pixel_count": 2
1596
+ },
1597
+ {
1598
+ "video_frame_idx": 355,
1599
+ "frame_index": 355,
1600
+ "clamped_pixel_count": 347
1601
+ },
1602
+ {
1603
+ "video_frame_idx": 356,
1604
+ "frame_index": 356,
1605
+ "clamped_pixel_count": 13
1606
+ },
1607
+ {
1608
+ "video_frame_idx": 357,
1609
+ "frame_index": 357,
1610
+ "clamped_pixel_count": 11
1611
+ },
1612
+ {
1613
+ "video_frame_idx": 358,
1614
+ "frame_index": 358,
1615
+ "clamped_pixel_count": 25
1616
+ },
1617
+ {
1618
+ "video_frame_idx": 359,
1619
+ "frame_index": 359,
1620
+ "clamped_pixel_count": 6
1621
+ },
1622
+ {
1623
+ "video_frame_idx": 360,
1624
+ "frame_index": 360,
1625
+ "clamped_pixel_count": 142
1626
+ },
1627
+ {
1628
+ "video_frame_idx": 361,
1629
+ "frame_index": 361,
1630
+ "clamped_pixel_count": 9
1631
+ },
1632
+ {
1633
+ "video_frame_idx": 362,
1634
+ "frame_index": 362,
1635
+ "clamped_pixel_count": 4064
1636
+ },
1637
+ {
1638
+ "video_frame_idx": 363,
1639
+ "frame_index": 363,
1640
+ "clamped_pixel_count": 7
1641
+ },
1642
+ {
1643
+ "video_frame_idx": 364,
1644
+ "frame_index": 364,
1645
+ "clamped_pixel_count": 10
1646
+ },
1647
+ {
1648
+ "video_frame_idx": 365,
1649
+ "frame_index": 365,
1650
+ "clamped_pixel_count": 8
1651
+ },
1652
+ {
1653
+ "video_frame_idx": 366,
1654
+ "frame_index": 366,
1655
+ "clamped_pixel_count": 10
1656
+ },
1657
+ {
1658
+ "video_frame_idx": 367,
1659
+ "frame_index": 367,
1660
+ "clamped_pixel_count": 10
1661
+ },
1662
+ {
1663
+ "video_frame_idx": 368,
1664
+ "frame_index": 368,
1665
+ "clamped_pixel_count": 9
1666
+ },
1667
+ {
1668
+ "video_frame_idx": 369,
1669
+ "frame_index": 369,
1670
+ "clamped_pixel_count": 5
1671
+ },
1672
+ {
1673
+ "video_frame_idx": 370,
1674
+ "frame_index": 370,
1675
+ "clamped_pixel_count": 5
1676
+ },
1677
+ {
1678
+ "video_frame_idx": 371,
1679
+ "frame_index": 371,
1680
+ "clamped_pixel_count": 4
1681
+ },
1682
+ {
1683
+ "video_frame_idx": 372,
1684
+ "frame_index": 372,
1685
+ "clamped_pixel_count": 3
1686
+ },
1687
+ {
1688
+ "video_frame_idx": 373,
1689
+ "frame_index": 373,
1690
+ "clamped_pixel_count": 1
1691
+ },
1692
+ {
1693
+ "video_frame_idx": 374,
1694
+ "frame_index": 374,
1695
+ "clamped_pixel_count": 1
1696
+ },
1697
+ {
1698
+ "video_frame_idx": 375,
1699
+ "frame_index": 375,
1700
+ "clamped_pixel_count": 3
1701
+ },
1702
+ {
1703
+ "video_frame_idx": 376,
1704
+ "frame_index": 376,
1705
+ "clamped_pixel_count": 1
1706
+ },
1707
+ {
1708
+ "video_frame_idx": 377,
1709
+ "frame_index": 377,
1710
+ "clamped_pixel_count": 2
1711
+ },
1712
+ {
1713
+ "video_frame_idx": 378,
1714
+ "frame_index": 378,
1715
+ "clamped_pixel_count": 11
1716
+ },
1717
+ {
1718
+ "video_frame_idx": 380,
1719
+ "frame_index": 380,
1720
+ "clamped_pixel_count": 616
1721
+ },
1722
+ {
1723
+ "video_frame_idx": 381,
1724
+ "frame_index": 381,
1725
+ "clamped_pixel_count": 4
1726
+ },
1727
+ {
1728
+ "video_frame_idx": 382,
1729
+ "frame_index": 382,
1730
+ "clamped_pixel_count": 16
1731
+ },
1732
+ {
1733
+ "video_frame_idx": 383,
1734
+ "frame_index": 383,
1735
+ "clamped_pixel_count": 7
1736
+ },
1737
+ {
1738
+ "video_frame_idx": 384,
1739
+ "frame_index": 384,
1740
+ "clamped_pixel_count": 1
1741
+ },
1742
+ {
1743
+ "video_frame_idx": 385,
1744
+ "frame_index": 385,
1745
+ "clamped_pixel_count": 54
1746
+ },
1747
+ {
1748
+ "video_frame_idx": 386,
1749
+ "frame_index": 386,
1750
+ "clamped_pixel_count": 5098
1751
+ },
1752
+ {
1753
+ "video_frame_idx": 387,
1754
+ "frame_index": 387,
1755
+ "clamped_pixel_count": 82
1756
+ },
1757
+ {
1758
+ "video_frame_idx": 388,
1759
+ "frame_index": 388,
1760
+ "clamped_pixel_count": 46
1761
+ },
1762
+ {
1763
+ "video_frame_idx": 389,
1764
+ "frame_index": 389,
1765
+ "clamped_pixel_count": 96
1766
+ },
1767
+ {
1768
+ "video_frame_idx": 390,
1769
+ "frame_index": 390,
1770
+ "clamped_pixel_count": 243
1771
+ },
1772
+ {
1773
+ "video_frame_idx": 391,
1774
+ "frame_index": 391,
1775
+ "clamped_pixel_count": 53
1776
+ },
1777
+ {
1778
+ "video_frame_idx": 392,
1779
+ "frame_index": 392,
1780
+ "clamped_pixel_count": 9
1781
+ },
1782
+ {
1783
+ "video_frame_idx": 393,
1784
+ "frame_index": 393,
1785
+ "clamped_pixel_count": 8
1786
+ },
1787
+ {
1788
+ "video_frame_idx": 394,
1789
+ "frame_index": 394,
1790
+ "clamped_pixel_count": 6
1791
+ },
1792
+ {
1793
+ "video_frame_idx": 395,
1794
+ "frame_index": 395,
1795
+ "clamped_pixel_count": 2
1796
+ },
1797
+ {
1798
+ "video_frame_idx": 396,
1799
+ "frame_index": 396,
1800
+ "clamped_pixel_count": 6
1801
+ },
1802
+ {
1803
+ "video_frame_idx": 397,
1804
+ "frame_index": 397,
1805
+ "clamped_pixel_count": 26
1806
+ },
1807
+ {
1808
+ "video_frame_idx": 398,
1809
+ "frame_index": 398,
1810
+ "clamped_pixel_count": 29
1811
+ },
1812
+ {
1813
+ "video_frame_idx": 399,
1814
+ "frame_index": 399,
1815
+ "clamped_pixel_count": 37
1816
+ },
1817
+ {
1818
+ "video_frame_idx": 400,
1819
+ "frame_index": 400,
1820
+ "clamped_pixel_count": 21
1821
+ },
1822
+ {
1823
+ "video_frame_idx": 401,
1824
+ "frame_index": 401,
1825
+ "clamped_pixel_count": 64
1826
+ },
1827
+ {
1828
+ "video_frame_idx": 402,
1829
+ "frame_index": 402,
1830
+ "clamped_pixel_count": 45
1831
+ },
1832
+ {
1833
+ "video_frame_idx": 403,
1834
+ "frame_index": 403,
1835
+ "clamped_pixel_count": 58
1836
+ },
1837
+ {
1838
+ "video_frame_idx": 404,
1839
+ "frame_index": 404,
1840
+ "clamped_pixel_count": 102
1841
+ },
1842
+ {
1843
+ "video_frame_idx": 405,
1844
+ "frame_index": 405,
1845
+ "clamped_pixel_count": 73
1846
+ },
1847
+ {
1848
+ "video_frame_idx": 406,
1849
+ "frame_index": 406,
1850
+ "clamped_pixel_count": 84
1851
+ },
1852
+ {
1853
+ "video_frame_idx": 407,
1854
+ "frame_index": 407,
1855
+ "clamped_pixel_count": 69
1856
+ },
1857
+ {
1858
+ "video_frame_idx": 408,
1859
+ "frame_index": 408,
1860
+ "clamped_pixel_count": 221
1861
+ },
1862
+ {
1863
+ "video_frame_idx": 409,
1864
+ "frame_index": 409,
1865
+ "clamped_pixel_count": 31
1866
+ },
1867
+ {
1868
+ "video_frame_idx": 410,
1869
+ "frame_index": 410,
1870
+ "clamped_pixel_count": 18
1871
+ },
1872
+ {
1873
+ "video_frame_idx": 414,
1874
+ "frame_index": 414,
1875
+ "clamped_pixel_count": 1
1876
+ },
1877
+ {
1878
+ "video_frame_idx": 415,
1879
+ "frame_index": 415,
1880
+ "clamped_pixel_count": 3
1881
+ },
1882
+ {
1883
+ "video_frame_idx": 416,
1884
+ "frame_index": 416,
1885
+ "clamped_pixel_count": 1
1886
+ },
1887
+ {
1888
+ "video_frame_idx": 419,
1889
+ "frame_index": 419,
1890
+ "clamped_pixel_count": 2
1891
+ },
1892
+ {
1893
+ "video_frame_idx": 423,
1894
+ "frame_index": 423,
1895
+ "clamped_pixel_count": 1
1896
+ },
1897
+ {
1898
+ "video_frame_idx": 424,
1899
+ "frame_index": 424,
1900
+ "clamped_pixel_count": 1
1901
+ },
1902
+ {
1903
+ "video_frame_idx": 425,
1904
+ "frame_index": 425,
1905
+ "clamped_pixel_count": 7
1906
+ },
1907
+ {
1908
+ "video_frame_idx": 426,
1909
+ "frame_index": 426,
1910
+ "clamped_pixel_count": 2
1911
+ },
1912
+ {
1913
+ "video_frame_idx": 429,
1914
+ "frame_index": 429,
1915
+ "clamped_pixel_count": 407
1916
+ },
1917
+ {
1918
+ "video_frame_idx": 430,
1919
+ "frame_index": 430,
1920
+ "clamped_pixel_count": 87
1921
+ },
1922
+ {
1923
+ "video_frame_idx": 431,
1924
+ "frame_index": 431,
1925
+ "clamped_pixel_count": 45
1926
+ },
1927
+ {
1928
+ "video_frame_idx": 432,
1929
+ "frame_index": 432,
1930
+ "clamped_pixel_count": 25
1931
+ },
1932
+ {
1933
+ "video_frame_idx": 433,
1934
+ "frame_index": 433,
1935
+ "clamped_pixel_count": 23
1936
+ },
1937
+ {
1938
+ "video_frame_idx": 434,
1939
+ "frame_index": 434,
1940
+ "clamped_pixel_count": 24
1941
+ },
1942
+ {
1943
+ "video_frame_idx": 435,
1944
+ "frame_index": 435,
1945
+ "clamped_pixel_count": 15
1946
+ },
1947
+ {
1948
+ "video_frame_idx": 436,
1949
+ "frame_index": 436,
1950
+ "clamped_pixel_count": 16
1951
+ },
1952
+ {
1953
+ "video_frame_idx": 437,
1954
+ "frame_index": 437,
1955
+ "clamped_pixel_count": 26
1956
+ },
1957
+ {
1958
+ "video_frame_idx": 438,
1959
+ "frame_index": 438,
1960
+ "clamped_pixel_count": 25
1961
+ },
1962
+ {
1963
+ "video_frame_idx": 439,
1964
+ "frame_index": 439,
1965
+ "clamped_pixel_count": 19
1966
+ },
1967
+ {
1968
+ "video_frame_idx": 440,
1969
+ "frame_index": 440,
1970
+ "clamped_pixel_count": 7
1971
+ },
1972
+ {
1973
+ "video_frame_idx": 441,
1974
+ "frame_index": 441,
1975
+ "clamped_pixel_count": 10
1976
+ },
1977
+ {
1978
+ "video_frame_idx": 442,
1979
+ "frame_index": 442,
1980
+ "clamped_pixel_count": 8
1981
+ },
1982
+ {
1983
+ "video_frame_idx": 443,
1984
+ "frame_index": 443,
1985
+ "clamped_pixel_count": 10
1986
+ },
1987
+ {
1988
+ "video_frame_idx": 444,
1989
+ "frame_index": 444,
1990
+ "clamped_pixel_count": 16
1991
+ },
1992
+ {
1993
+ "video_frame_idx": 445,
1994
+ "frame_index": 445,
1995
+ "clamped_pixel_count": 48
1996
+ },
1997
+ {
1998
+ "video_frame_idx": 446,
1999
+ "frame_index": 446,
2000
+ "clamped_pixel_count": 203
2001
+ },
2002
+ {
2003
+ "video_frame_idx": 447,
2004
+ "frame_index": 447,
2005
+ "clamped_pixel_count": 32
2006
+ },
2007
+ {
2008
+ "video_frame_idx": 448,
2009
+ "frame_index": 448,
2010
+ "clamped_pixel_count": 29
2011
+ },
2012
+ {
2013
+ "video_frame_idx": 449,
2014
+ "frame_index": 449,
2015
+ "clamped_pixel_count": 13
2016
+ },
2017
+ {
2018
+ "video_frame_idx": 450,
2019
+ "frame_index": 450,
2020
+ "clamped_pixel_count": 8
2021
+ },
2022
+ {
2023
+ "video_frame_idx": 451,
2024
+ "frame_index": 451,
2025
+ "clamped_pixel_count": 14
2026
+ },
2027
+ {
2028
+ "video_frame_idx": 452,
2029
+ "frame_index": 452,
2030
+ "clamped_pixel_count": 7
2031
+ },
2032
+ {
2033
+ "video_frame_idx": 453,
2034
+ "frame_index": 453,
2035
+ "clamped_pixel_count": 11
2036
+ },
2037
+ {
2038
+ "video_frame_idx": 454,
2039
+ "frame_index": 454,
2040
+ "clamped_pixel_count": 7
2041
+ },
2042
+ {
2043
+ "video_frame_idx": 455,
2044
+ "frame_index": 455,
2045
+ "clamped_pixel_count": 5
2046
+ },
2047
+ {
2048
+ "video_frame_idx": 456,
2049
+ "frame_index": 456,
2050
+ "clamped_pixel_count": 12
2051
+ },
2052
+ {
2053
+ "video_frame_idx": 457,
2054
+ "frame_index": 457,
2055
+ "clamped_pixel_count": 27
2056
+ },
2057
+ {
2058
+ "video_frame_idx": 458,
2059
+ "frame_index": 458,
2060
+ "clamped_pixel_count": 30
2061
+ },
2062
+ {
2063
+ "video_frame_idx": 459,
2064
+ "frame_index": 459,
2065
+ "clamped_pixel_count": 38
2066
+ },
2067
+ {
2068
+ "video_frame_idx": 460,
2069
+ "frame_index": 460,
2070
+ "clamped_pixel_count": 71
2071
+ },
2072
+ {
2073
+ "video_frame_idx": 461,
2074
+ "frame_index": 461,
2075
+ "clamped_pixel_count": 29
2076
+ },
2077
+ {
2078
+ "video_frame_idx": 462,
2079
+ "frame_index": 462,
2080
+ "clamped_pixel_count": 19
2081
+ },
2082
+ {
2083
+ "video_frame_idx": 463,
2084
+ "frame_index": 463,
2085
+ "clamped_pixel_count": 70
2086
+ },
2087
+ {
2088
+ "video_frame_idx": 464,
2089
+ "frame_index": 464,
2090
+ "clamped_pixel_count": 53
2091
+ },
2092
+ {
2093
+ "video_frame_idx": 465,
2094
+ "frame_index": 465,
2095
+ "clamped_pixel_count": 10
2096
+ },
2097
+ {
2098
+ "video_frame_idx": 466,
2099
+ "frame_index": 466,
2100
+ "clamped_pixel_count": 10
2101
+ },
2102
+ {
2103
+ "video_frame_idx": 467,
2104
+ "frame_index": 467,
2105
+ "clamped_pixel_count": 9
2106
+ },
2107
+ {
2108
+ "video_frame_idx": 468,
2109
+ "frame_index": 468,
2110
+ "clamped_pixel_count": 13
2111
+ },
2112
+ {
2113
+ "video_frame_idx": 469,
2114
+ "frame_index": 469,
2115
+ "clamped_pixel_count": 11
2116
+ },
2117
+ {
2118
+ "video_frame_idx": 470,
2119
+ "frame_index": 470,
2120
+ "clamped_pixel_count": 13
2121
+ },
2122
+ {
2123
+ "video_frame_idx": 471,
2124
+ "frame_index": 471,
2125
+ "clamped_pixel_count": 16
2126
+ },
2127
+ {
2128
+ "video_frame_idx": 472,
2129
+ "frame_index": 472,
2130
+ "clamped_pixel_count": 17
2131
+ },
2132
+ {
2133
+ "video_frame_idx": 473,
2134
+ "frame_index": 473,
2135
+ "clamped_pixel_count": 8
2136
+ },
2137
+ {
2138
+ "video_frame_idx": 474,
2139
+ "frame_index": 474,
2140
+ "clamped_pixel_count": 19
2141
+ },
2142
+ {
2143
+ "video_frame_idx": 475,
2144
+ "frame_index": 475,
2145
+ "clamped_pixel_count": 18
2146
+ },
2147
+ {
2148
+ "video_frame_idx": 476,
2149
+ "frame_index": 476,
2150
+ "clamped_pixel_count": 12
2151
+ },
2152
+ {
2153
+ "video_frame_idx": 477,
2154
+ "frame_index": 477,
2155
+ "clamped_pixel_count": 9
2156
+ },
2157
+ {
2158
+ "video_frame_idx": 478,
2159
+ "frame_index": 478,
2160
+ "clamped_pixel_count": 10
2161
+ },
2162
+ {
2163
+ "video_frame_idx": 479,
2164
+ "frame_index": 479,
2165
+ "clamped_pixel_count": 9
2166
+ },
2167
+ {
2168
+ "video_frame_idx": 480,
2169
+ "frame_index": 480,
2170
+ "clamped_pixel_count": 5
2171
+ },
2172
+ {
2173
+ "video_frame_idx": 481,
2174
+ "frame_index": 481,
2175
+ "clamped_pixel_count": 3
2176
+ },
2177
+ {
2178
+ "video_frame_idx": 482,
2179
+ "frame_index": 482,
2180
+ "clamped_pixel_count": 8
2181
+ },
2182
+ {
2183
+ "video_frame_idx": 483,
2184
+ "frame_index": 483,
2185
+ "clamped_pixel_count": 6
2186
+ },
2187
+ {
2188
+ "video_frame_idx": 484,
2189
+ "frame_index": 484,
2190
+ "clamped_pixel_count": 5
2191
+ },
2192
+ {
2193
+ "video_frame_idx": 485,
2194
+ "frame_index": 485,
2195
+ "clamped_pixel_count": 7
2196
+ },
2197
+ {
2198
+ "video_frame_idx": 486,
2199
+ "frame_index": 486,
2200
+ "clamped_pixel_count": 9
2201
+ },
2202
+ {
2203
+ "video_frame_idx": 487,
2204
+ "frame_index": 487,
2205
+ "clamped_pixel_count": 4
2206
+ },
2207
+ {
2208
+ "video_frame_idx": 488,
2209
+ "frame_index": 488,
2210
+ "clamped_pixel_count": 2
2211
+ },
2212
+ {
2213
+ "video_frame_idx": 489,
2214
+ "frame_index": 489,
2215
+ "clamped_pixel_count": 3
2216
+ },
2217
+ {
2218
+ "video_frame_idx": 490,
2219
+ "frame_index": 490,
2220
+ "clamped_pixel_count": 3
2221
+ },
2222
+ {
2223
+ "video_frame_idx": 491,
2224
+ "frame_index": 491,
2225
+ "clamped_pixel_count": 13
2226
+ },
2227
+ {
2228
+ "video_frame_idx": 492,
2229
+ "frame_index": 492,
2230
+ "clamped_pixel_count": 2
2231
+ },
2232
+ {
2233
+ "video_frame_idx": 493,
2234
+ "frame_index": 493,
2235
+ "clamped_pixel_count": 1
2236
+ },
2237
+ {
2238
+ "video_frame_idx": 494,
2239
+ "frame_index": 494,
2240
+ "clamped_pixel_count": 4
2241
+ },
2242
+ {
2243
+ "video_frame_idx": 495,
2244
+ "frame_index": 495,
2245
+ "clamped_pixel_count": 6
2246
+ },
2247
+ {
2248
+ "video_frame_idx": 496,
2249
+ "frame_index": 496,
2250
+ "clamped_pixel_count": 7
2251
+ },
2252
+ {
2253
+ "video_frame_idx": 497,
2254
+ "frame_index": 497,
2255
+ "clamped_pixel_count": 10
2256
+ },
2257
+ {
2258
+ "video_frame_idx": 498,
2259
+ "frame_index": 498,
2260
+ "clamped_pixel_count": 10
2261
+ },
2262
+ {
2263
+ "video_frame_idx": 499,
2264
+ "frame_index": 499,
2265
+ "clamped_pixel_count": 16
2266
+ },
2267
+ {
2268
+ "video_frame_idx": 500,
2269
+ "frame_index": 500,
2270
+ "clamped_pixel_count": 23
2271
+ },
2272
+ {
2273
+ "video_frame_idx": 501,
2274
+ "frame_index": 501,
2275
+ "clamped_pixel_count": 11
2276
+ },
2277
+ {
2278
+ "video_frame_idx": 502,
2279
+ "frame_index": 502,
2280
+ "clamped_pixel_count": 73
2281
+ },
2282
+ {
2283
+ "video_frame_idx": 503,
2284
+ "frame_index": 503,
2285
+ "clamped_pixel_count": 380
2286
+ },
2287
+ {
2288
+ "video_frame_idx": 504,
2289
+ "frame_index": 504,
2290
+ "clamped_pixel_count": 289
2291
+ },
2292
+ {
2293
+ "video_frame_idx": 505,
2294
+ "frame_index": 505,
2295
+ "clamped_pixel_count": 173
2296
+ },
2297
+ {
2298
+ "video_frame_idx": 506,
2299
+ "frame_index": 506,
2300
+ "clamped_pixel_count": 167
2301
+ },
2302
+ {
2303
+ "video_frame_idx": 507,
2304
+ "frame_index": 507,
2305
+ "clamped_pixel_count": 239
2306
+ },
2307
+ {
2308
+ "video_frame_idx": 508,
2309
+ "frame_index": 508,
2310
+ "clamped_pixel_count": 170
2311
+ },
2312
+ {
2313
+ "video_frame_idx": 509,
2314
+ "frame_index": 509,
2315
+ "clamped_pixel_count": 78
2316
+ },
2317
+ {
2318
+ "video_frame_idx": 510,
2319
+ "frame_index": 510,
2320
+ "clamped_pixel_count": 167
2321
+ },
2322
+ {
2323
+ "video_frame_idx": 511,
2324
+ "frame_index": 511,
2325
+ "clamped_pixel_count": 84
2326
+ },
2327
+ {
2328
+ "video_frame_idx": 512,
2329
+ "frame_index": 512,
2330
+ "clamped_pixel_count": 273
2331
+ },
2332
+ {
2333
+ "video_frame_idx": 513,
2334
+ "frame_index": 513,
2335
+ "clamped_pixel_count": 128
2336
+ },
2337
+ {
2338
+ "video_frame_idx": 514,
2339
+ "frame_index": 514,
2340
+ "clamped_pixel_count": 234
2341
+ },
2342
+ {
2343
+ "video_frame_idx": 515,
2344
+ "frame_index": 515,
2345
+ "clamped_pixel_count": 143
2346
+ },
2347
+ {
2348
+ "video_frame_idx": 516,
2349
+ "frame_index": 516,
2350
+ "clamped_pixel_count": 141
2351
+ },
2352
+ {
2353
+ "video_frame_idx": 517,
2354
+ "frame_index": 517,
2355
+ "clamped_pixel_count": 328
2356
+ },
2357
+ {
2358
+ "video_frame_idx": 518,
2359
+ "frame_index": 518,
2360
+ "clamped_pixel_count": 19
2361
+ },
2362
+ {
2363
+ "video_frame_idx": 519,
2364
+ "frame_index": 519,
2365
+ "clamped_pixel_count": 34
2366
+ },
2367
+ {
2368
+ "video_frame_idx": 520,
2369
+ "frame_index": 520,
2370
+ "clamped_pixel_count": 16
2371
+ },
2372
+ {
2373
+ "video_frame_idx": 521,
2374
+ "frame_index": 521,
2375
+ "clamped_pixel_count": 13
2376
+ },
2377
+ {
2378
+ "video_frame_idx": 522,
2379
+ "frame_index": 522,
2380
+ "clamped_pixel_count": 12
2381
+ },
2382
+ {
2383
+ "video_frame_idx": 523,
2384
+ "frame_index": 523,
2385
+ "clamped_pixel_count": 19
2386
+ },
2387
+ {
2388
+ "video_frame_idx": 524,
2389
+ "frame_index": 524,
2390
+ "clamped_pixel_count": 16
2391
+ },
2392
+ {
2393
+ "video_frame_idx": 525,
2394
+ "frame_index": 525,
2395
+ "clamped_pixel_count": 21
2396
+ },
2397
+ {
2398
+ "video_frame_idx": 526,
2399
+ "frame_index": 526,
2400
+ "clamped_pixel_count": 29
2401
+ },
2402
+ {
2403
+ "video_frame_idx": 527,
2404
+ "frame_index": 527,
2405
+ "clamped_pixel_count": 23
2406
+ },
2407
+ {
2408
+ "video_frame_idx": 528,
2409
+ "frame_index": 528,
2410
+ "clamped_pixel_count": 16
2411
+ },
2412
+ {
2413
+ "video_frame_idx": 529,
2414
+ "frame_index": 529,
2415
+ "clamped_pixel_count": 11
2416
+ },
2417
+ {
2418
+ "video_frame_idx": 530,
2419
+ "frame_index": 530,
2420
+ "clamped_pixel_count": 4
2421
+ },
2422
+ {
2423
+ "video_frame_idx": 531,
2424
+ "frame_index": 531,
2425
+ "clamped_pixel_count": 9
2426
+ },
2427
+ {
2428
+ "video_frame_idx": 532,
2429
+ "frame_index": 532,
2430
+ "clamped_pixel_count": 7
2431
+ },
2432
+ {
2433
+ "video_frame_idx": 533,
2434
+ "frame_index": 533,
2435
+ "clamped_pixel_count": 9
2436
+ },
2437
+ {
2438
+ "video_frame_idx": 534,
2439
+ "frame_index": 534,
2440
+ "clamped_pixel_count": 7
2441
+ },
2442
+ {
2443
+ "video_frame_idx": 535,
2444
+ "frame_index": 535,
2445
+ "clamped_pixel_count": 20
2446
+ },
2447
+ {
2448
+ "video_frame_idx": 536,
2449
+ "frame_index": 536,
2450
+ "clamped_pixel_count": 32
2451
+ },
2452
+ {
2453
+ "video_frame_idx": 537,
2454
+ "frame_index": 537,
2455
+ "clamped_pixel_count": 44
2456
+ },
2457
+ {
2458
+ "video_frame_idx": 538,
2459
+ "frame_index": 538,
2460
+ "clamped_pixel_count": 37
2461
+ },
2462
+ {
2463
+ "video_frame_idx": 539,
2464
+ "frame_index": 539,
2465
+ "clamped_pixel_count": 13
2466
+ },
2467
+ {
2468
+ "video_frame_idx": 540,
2469
+ "frame_index": 540,
2470
+ "clamped_pixel_count": 23
2471
+ },
2472
+ {
2473
+ "video_frame_idx": 541,
2474
+ "frame_index": 541,
2475
+ "clamped_pixel_count": 24
2476
+ },
2477
+ {
2478
+ "video_frame_idx": 542,
2479
+ "frame_index": 542,
2480
+ "clamped_pixel_count": 21
2481
+ },
2482
+ {
2483
+ "video_frame_idx": 543,
2484
+ "frame_index": 543,
2485
+ "clamped_pixel_count": 28
2486
+ },
2487
+ {
2488
+ "video_frame_idx": 544,
2489
+ "frame_index": 544,
2490
+ "clamped_pixel_count": 28
2491
+ },
2492
+ {
2493
+ "video_frame_idx": 545,
2494
+ "frame_index": 545,
2495
+ "clamped_pixel_count": 76
2496
+ },
2497
+ {
2498
+ "video_frame_idx": 546,
2499
+ "frame_index": 546,
2500
+ "clamped_pixel_count": 13
2501
+ },
2502
+ {
2503
+ "video_frame_idx": 547,
2504
+ "frame_index": 547,
2505
+ "clamped_pixel_count": 27
2506
+ },
2507
+ {
2508
+ "video_frame_idx": 548,
2509
+ "frame_index": 548,
2510
+ "clamped_pixel_count": 37
2511
+ },
2512
+ {
2513
+ "video_frame_idx": 549,
2514
+ "frame_index": 549,
2515
+ "clamped_pixel_count": 47
2516
+ },
2517
+ {
2518
+ "video_frame_idx": 550,
2519
+ "frame_index": 550,
2520
+ "clamped_pixel_count": 173
2521
+ },
2522
+ {
2523
+ "video_frame_idx": 551,
2524
+ "frame_index": 551,
2525
+ "clamped_pixel_count": 187
2526
+ },
2527
+ {
2528
+ "video_frame_idx": 552,
2529
+ "frame_index": 552,
2530
+ "clamped_pixel_count": 35
2531
+ },
2532
+ {
2533
+ "video_frame_idx": 553,
2534
+ "frame_index": 553,
2535
+ "clamped_pixel_count": 14
2536
+ },
2537
+ {
2538
+ "video_frame_idx": 554,
2539
+ "frame_index": 554,
2540
+ "clamped_pixel_count": 93
2541
+ },
2542
+ {
2543
+ "video_frame_idx": 555,
2544
+ "frame_index": 555,
2545
+ "clamped_pixel_count": 8
2546
+ },
2547
+ {
2548
+ "video_frame_idx": 556,
2549
+ "frame_index": 556,
2550
+ "clamped_pixel_count": 4
2551
+ },
2552
+ {
2553
+ "video_frame_idx": 557,
2554
+ "frame_index": 557,
2555
+ "clamped_pixel_count": 14
2556
+ },
2557
+ {
2558
+ "video_frame_idx": 558,
2559
+ "frame_index": 558,
2560
+ "clamped_pixel_count": 43
2561
+ },
2562
+ {
2563
+ "video_frame_idx": 559,
2564
+ "frame_index": 559,
2565
+ "clamped_pixel_count": 31
2566
+ },
2567
+ {
2568
+ "video_frame_idx": 560,
2569
+ "frame_index": 560,
2570
+ "clamped_pixel_count": 353
2571
+ },
2572
+ {
2573
+ "video_frame_idx": 561,
2574
+ "frame_index": 561,
2575
+ "clamped_pixel_count": 28
2576
+ },
2577
+ {
2578
+ "video_frame_idx": 562,
2579
+ "frame_index": 562,
2580
+ "clamped_pixel_count": 275
2581
+ },
2582
+ {
2583
+ "video_frame_idx": 563,
2584
+ "frame_index": 563,
2585
+ "clamped_pixel_count": 51
2586
+ },
2587
+ {
2588
+ "video_frame_idx": 564,
2589
+ "frame_index": 564,
2590
+ "clamped_pixel_count": 380
2591
+ },
2592
+ {
2593
+ "video_frame_idx": 565,
2594
+ "frame_index": 565,
2595
+ "clamped_pixel_count": 92
2596
+ },
2597
+ {
2598
+ "video_frame_idx": 566,
2599
+ "frame_index": 566,
2600
+ "clamped_pixel_count": 290
2601
+ },
2602
+ {
2603
+ "video_frame_idx": 567,
2604
+ "frame_index": 567,
2605
+ "clamped_pixel_count": 216
2606
+ },
2607
+ {
2608
+ "video_frame_idx": 568,
2609
+ "frame_index": 568,
2610
+ "clamped_pixel_count": 96
2611
+ },
2612
+ {
2613
+ "video_frame_idx": 569,
2614
+ "frame_index": 569,
2615
+ "clamped_pixel_count": 214
2616
+ },
2617
+ {
2618
+ "video_frame_idx": 570,
2619
+ "frame_index": 570,
2620
+ "clamped_pixel_count": 143
2621
+ },
2622
+ {
2623
+ "video_frame_idx": 571,
2624
+ "frame_index": 571,
2625
+ "clamped_pixel_count": 9
2626
+ },
2627
+ {
2628
+ "video_frame_idx": 572,
2629
+ "frame_index": 572,
2630
+ "clamped_pixel_count": 8
2631
+ },
2632
+ {
2633
+ "video_frame_idx": 573,
2634
+ "frame_index": 573,
2635
+ "clamped_pixel_count": 4
2636
+ },
2637
+ {
2638
+ "video_frame_idx": 574,
2639
+ "frame_index": 574,
2640
+ "clamped_pixel_count": 5
2641
+ },
2642
+ {
2643
+ "video_frame_idx": 575,
2644
+ "frame_index": 575,
2645
+ "clamped_pixel_count": 17
2646
+ },
2647
+ {
2648
+ "video_frame_idx": 576,
2649
+ "frame_index": 576,
2650
+ "clamped_pixel_count": 5
2651
+ },
2652
+ {
2653
+ "video_frame_idx": 577,
2654
+ "frame_index": 577,
2655
+ "clamped_pixel_count": 30
2656
+ },
2657
+ {
2658
+ "video_frame_idx": 578,
2659
+ "frame_index": 578,
2660
+ "clamped_pixel_count": 50
2661
+ },
2662
+ {
2663
+ "video_frame_idx": 579,
2664
+ "frame_index": 579,
2665
+ "clamped_pixel_count": 38
2666
+ },
2667
+ {
2668
+ "video_frame_idx": 580,
2669
+ "frame_index": 580,
2670
+ "clamped_pixel_count": 48
2671
+ },
2672
+ {
2673
+ "video_frame_idx": 581,
2674
+ "frame_index": 581,
2675
+ "clamped_pixel_count": 46
2676
+ },
2677
+ {
2678
+ "video_frame_idx": 582,
2679
+ "frame_index": 582,
2680
+ "clamped_pixel_count": 56
2681
+ },
2682
+ {
2683
+ "video_frame_idx": 583,
2684
+ "frame_index": 583,
2685
+ "clamped_pixel_count": 75
2686
+ },
2687
+ {
2688
+ "video_frame_idx": 584,
2689
+ "frame_index": 584,
2690
+ "clamped_pixel_count": 60
2691
+ },
2692
+ {
2693
+ "video_frame_idx": 585,
2694
+ "frame_index": 585,
2695
+ "clamped_pixel_count": 195
2696
+ },
2697
+ {
2698
+ "video_frame_idx": 586,
2699
+ "frame_index": 586,
2700
+ "clamped_pixel_count": 183
2701
+ },
2702
+ {
2703
+ "video_frame_idx": 587,
2704
+ "frame_index": 587,
2705
+ "clamped_pixel_count": 127
2706
+ },
2707
+ {
2708
+ "video_frame_idx": 588,
2709
+ "frame_index": 588,
2710
+ "clamped_pixel_count": 102
2711
+ },
2712
+ {
2713
+ "video_frame_idx": 589,
2714
+ "frame_index": 589,
2715
+ "clamped_pixel_count": 100
2716
+ },
2717
+ {
2718
+ "video_frame_idx": 590,
2719
+ "frame_index": 590,
2720
+ "clamped_pixel_count": 137
2721
+ },
2722
+ {
2723
+ "video_frame_idx": 591,
2724
+ "frame_index": 591,
2725
+ "clamped_pixel_count": 73
2726
+ },
2727
+ {
2728
+ "video_frame_idx": 592,
2729
+ "frame_index": 592,
2730
+ "clamped_pixel_count": 109
2731
+ },
2732
+ {
2733
+ "video_frame_idx": 593,
2734
+ "frame_index": 593,
2735
+ "clamped_pixel_count": 85
2736
+ },
2737
+ {
2738
+ "video_frame_idx": 594,
2739
+ "frame_index": 594,
2740
+ "clamped_pixel_count": 70
2741
+ },
2742
+ {
2743
+ "video_frame_idx": 595,
2744
+ "frame_index": 595,
2745
+ "clamped_pixel_count": 75
2746
+ },
2747
+ {
2748
+ "video_frame_idx": 596,
2749
+ "frame_index": 596,
2750
+ "clamped_pixel_count": 65
2751
+ },
2752
+ {
2753
+ "video_frame_idx": 597,
2754
+ "frame_index": 597,
2755
+ "clamped_pixel_count": 86
2756
+ },
2757
+ {
2758
+ "video_frame_idx": 598,
2759
+ "frame_index": 598,
2760
+ "clamped_pixel_count": 63
2761
+ },
2762
+ {
2763
+ "video_frame_idx": 599,
2764
+ "frame_index": 599,
2765
+ "clamped_pixel_count": 31
2766
+ },
2767
+ {
2768
+ "video_frame_idx": 600,
2769
+ "frame_index": 600,
2770
+ "clamped_pixel_count": 136
2771
+ },
2772
+ {
2773
+ "video_frame_idx": 601,
2774
+ "frame_index": 601,
2775
+ "clamped_pixel_count": 178
2776
+ },
2777
+ {
2778
+ "video_frame_idx": 602,
2779
+ "frame_index": 602,
2780
+ "clamped_pixel_count": 173
2781
+ },
2782
+ {
2783
+ "video_frame_idx": 603,
2784
+ "frame_index": 603,
2785
+ "clamped_pixel_count": 359
2786
+ },
2787
+ {
2788
+ "video_frame_idx": 604,
2789
+ "frame_index": 604,
2790
+ "clamped_pixel_count": 447
2791
+ },
2792
+ {
2793
+ "video_frame_idx": 605,
2794
+ "frame_index": 605,
2795
+ "clamped_pixel_count": 556
2796
+ },
2797
+ {
2798
+ "video_frame_idx": 606,
2799
+ "frame_index": 606,
2800
+ "clamped_pixel_count": 560
2801
+ },
2802
+ {
2803
+ "video_frame_idx": 607,
2804
+ "frame_index": 607,
2805
+ "clamped_pixel_count": 557
2806
+ },
2807
+ {
2808
+ "video_frame_idx": 608,
2809
+ "frame_index": 608,
2810
+ "clamped_pixel_count": 569
2811
+ },
2812
+ {
2813
+ "video_frame_idx": 609,
2814
+ "frame_index": 609,
2815
+ "clamped_pixel_count": 430
2816
+ },
2817
+ {
2818
+ "video_frame_idx": 610,
2819
+ "frame_index": 610,
2820
+ "clamped_pixel_count": 30
2821
+ },
2822
+ {
2823
+ "video_frame_idx": 611,
2824
+ "frame_index": 611,
2825
+ "clamped_pixel_count": 209
2826
+ },
2827
+ {
2828
+ "video_frame_idx": 612,
2829
+ "frame_index": 612,
2830
+ "clamped_pixel_count": 11
2831
+ },
2832
+ {
2833
+ "video_frame_idx": 613,
2834
+ "frame_index": 613,
2835
+ "clamped_pixel_count": 7
2836
+ },
2837
+ {
2838
+ "video_frame_idx": 615,
2839
+ "frame_index": 615,
2840
+ "clamped_pixel_count": 7
2841
+ },
2842
+ {
2843
+ "video_frame_idx": 616,
2844
+ "frame_index": 616,
2845
+ "clamped_pixel_count": 5
2846
+ },
2847
+ {
2848
+ "video_frame_idx": 617,
2849
+ "frame_index": 617,
2850
+ "clamped_pixel_count": 31
2851
+ },
2852
+ {
2853
+ "video_frame_idx": 618,
2854
+ "frame_index": 618,
2855
+ "clamped_pixel_count": 152
2856
+ },
2857
+ {
2858
+ "video_frame_idx": 619,
2859
+ "frame_index": 619,
2860
+ "clamped_pixel_count": 2
2861
+ },
2862
+ {
2863
+ "video_frame_idx": 620,
2864
+ "frame_index": 620,
2865
+ "clamped_pixel_count": 5
2866
+ },
2867
+ {
2868
+ "video_frame_idx": 621,
2869
+ "frame_index": 621,
2870
+ "clamped_pixel_count": 133
2871
+ },
2872
+ {
2873
+ "video_frame_idx": 622,
2874
+ "frame_index": 622,
2875
+ "clamped_pixel_count": 5
2876
+ },
2877
+ {
2878
+ "video_frame_idx": 624,
2879
+ "frame_index": 624,
2880
+ "clamped_pixel_count": 2
2881
+ },
2882
+ {
2883
+ "video_frame_idx": 625,
2884
+ "frame_index": 625,
2885
+ "clamped_pixel_count": 5
2886
+ },
2887
+ {
2888
+ "video_frame_idx": 626,
2889
+ "frame_index": 626,
2890
+ "clamped_pixel_count": 5
2891
+ },
2892
+ {
2893
+ "video_frame_idx": 627,
2894
+ "frame_index": 627,
2895
+ "clamped_pixel_count": 4
2896
+ },
2897
+ {
2898
+ "video_frame_idx": 628,
2899
+ "frame_index": 628,
2900
+ "clamped_pixel_count": 11
2901
+ },
2902
+ {
2903
+ "video_frame_idx": 629,
2904
+ "frame_index": 629,
2905
+ "clamped_pixel_count": 510
2906
+ },
2907
+ {
2908
+ "video_frame_idx": 630,
2909
+ "frame_index": 630,
2910
+ "clamped_pixel_count": 638
2911
+ },
2912
+ {
2913
+ "video_frame_idx": 631,
2914
+ "frame_index": 631,
2915
+ "clamped_pixel_count": 404
2916
+ },
2917
+ {
2918
+ "video_frame_idx": 632,
2919
+ "frame_index": 632,
2920
+ "clamped_pixel_count": 79
2921
+ },
2922
+ {
2923
+ "video_frame_idx": 633,
2924
+ "frame_index": 633,
2925
+ "clamped_pixel_count": 2
2926
+ },
2927
+ {
2928
+ "video_frame_idx": 634,
2929
+ "frame_index": 634,
2930
+ "clamped_pixel_count": 2
2931
+ },
2932
+ {
2933
+ "video_frame_idx": 635,
2934
+ "frame_index": 635,
2935
+ "clamped_pixel_count": 2
2936
+ },
2937
+ {
2938
+ "video_frame_idx": 636,
2939
+ "frame_index": 636,
2940
+ "clamped_pixel_count": 4
2941
+ },
2942
+ {
2943
+ "video_frame_idx": 637,
2944
+ "frame_index": 637,
2945
+ "clamped_pixel_count": 4
2946
+ },
2947
+ {
2948
+ "video_frame_idx": 638,
2949
+ "frame_index": 638,
2950
+ "clamped_pixel_count": 77
2951
+ },
2952
+ {
2953
+ "video_frame_idx": 639,
2954
+ "frame_index": 639,
2955
+ "clamped_pixel_count": 549
2956
+ },
2957
+ {
2958
+ "video_frame_idx": 640,
2959
+ "frame_index": 640,
2960
+ "clamped_pixel_count": 252
2961
+ },
2962
+ {
2963
+ "video_frame_idx": 641,
2964
+ "frame_index": 641,
2965
+ "clamped_pixel_count": 9
2966
+ },
2967
+ {
2968
+ "video_frame_idx": 642,
2969
+ "frame_index": 642,
2970
+ "clamped_pixel_count": 8
2971
+ },
2972
+ {
2973
+ "video_frame_idx": 643,
2974
+ "frame_index": 643,
2975
+ "clamped_pixel_count": 9
2976
+ },
2977
+ {
2978
+ "video_frame_idx": 644,
2979
+ "frame_index": 644,
2980
+ "clamped_pixel_count": 5
2981
+ },
2982
+ {
2983
+ "video_frame_idx": 645,
2984
+ "frame_index": 645,
2985
+ "clamped_pixel_count": 6
2986
+ },
2987
+ {
2988
+ "video_frame_idx": 646,
2989
+ "frame_index": 646,
2990
+ "clamped_pixel_count": 35
2991
+ },
2992
+ {
2993
+ "video_frame_idx": 647,
2994
+ "frame_index": 647,
2995
+ "clamped_pixel_count": 19
2996
+ },
2997
+ {
2998
+ "video_frame_idx": 648,
2999
+ "frame_index": 648,
3000
+ "clamped_pixel_count": 18
3001
+ },
3002
+ {
3003
+ "video_frame_idx": 649,
3004
+ "frame_index": 649,
3005
+ "clamped_pixel_count": 20
3006
+ },
3007
+ {
3008
+ "video_frame_idx": 650,
3009
+ "frame_index": 650,
3010
+ "clamped_pixel_count": 13
3011
+ },
3012
+ {
3013
+ "video_frame_idx": 651,
3014
+ "frame_index": 651,
3015
+ "clamped_pixel_count": 21
3016
+ },
3017
+ {
3018
+ "video_frame_idx": 652,
3019
+ "frame_index": 652,
3020
+ "clamped_pixel_count": 23
3021
+ },
3022
+ {
3023
+ "video_frame_idx": 653,
3024
+ "frame_index": 653,
3025
+ "clamped_pixel_count": 259
3026
+ },
3027
+ {
3028
+ "video_frame_idx": 654,
3029
+ "frame_index": 654,
3030
+ "clamped_pixel_count": 26
3031
+ },
3032
+ {
3033
+ "video_frame_idx": 655,
3034
+ "frame_index": 655,
3035
+ "clamped_pixel_count": 292
3036
+ },
3037
+ {
3038
+ "video_frame_idx": 656,
3039
+ "frame_index": 656,
3040
+ "clamped_pixel_count": 139
3041
+ },
3042
+ {
3043
+ "video_frame_idx": 657,
3044
+ "frame_index": 657,
3045
+ "clamped_pixel_count": 73
3046
+ },
3047
+ {
3048
+ "video_frame_idx": 658,
3049
+ "frame_index": 658,
3050
+ "clamped_pixel_count": 179
3051
+ },
3052
+ {
3053
+ "video_frame_idx": 659,
3054
+ "frame_index": 659,
3055
+ "clamped_pixel_count": 386
3056
+ }
3057
+ ]
3058
+ }
sessions/session_20260401_115938/metadata/zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus_zdepth_clamped_report.json ADDED
@@ -0,0 +1,3013 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "stream_id": "zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus",
3
+ "session_id": "session_20260401_115938",
4
+ "zdepth_max_depth_m": 8.191,
5
+ "total_frames_with_clamping": 601,
6
+ "clamped_frames": [
7
+ {
8
+ "video_frame_idx": 0,
9
+ "frame_index": 0,
10
+ "clamped_pixel_count": 29
11
+ },
12
+ {
13
+ "video_frame_idx": 1,
14
+ "frame_index": 1,
15
+ "clamped_pixel_count": 25
16
+ },
17
+ {
18
+ "video_frame_idx": 2,
19
+ "frame_index": 2,
20
+ "clamped_pixel_count": 24
21
+ },
22
+ {
23
+ "video_frame_idx": 3,
24
+ "frame_index": 3,
25
+ "clamped_pixel_count": 27
26
+ },
27
+ {
28
+ "video_frame_idx": 4,
29
+ "frame_index": 4,
30
+ "clamped_pixel_count": 31
31
+ },
32
+ {
33
+ "video_frame_idx": 5,
34
+ "frame_index": 5,
35
+ "clamped_pixel_count": 28
36
+ },
37
+ {
38
+ "video_frame_idx": 6,
39
+ "frame_index": 6,
40
+ "clamped_pixel_count": 20
41
+ },
42
+ {
43
+ "video_frame_idx": 7,
44
+ "frame_index": 7,
45
+ "clamped_pixel_count": 22
46
+ },
47
+ {
48
+ "video_frame_idx": 8,
49
+ "frame_index": 8,
50
+ "clamped_pixel_count": 34
51
+ },
52
+ {
53
+ "video_frame_idx": 9,
54
+ "frame_index": 9,
55
+ "clamped_pixel_count": 30
56
+ },
57
+ {
58
+ "video_frame_idx": 10,
59
+ "frame_index": 10,
60
+ "clamped_pixel_count": 39
61
+ },
62
+ {
63
+ "video_frame_idx": 11,
64
+ "frame_index": 11,
65
+ "clamped_pixel_count": 36
66
+ },
67
+ {
68
+ "video_frame_idx": 12,
69
+ "frame_index": 12,
70
+ "clamped_pixel_count": 26
71
+ },
72
+ {
73
+ "video_frame_idx": 13,
74
+ "frame_index": 13,
75
+ "clamped_pixel_count": 26
76
+ },
77
+ {
78
+ "video_frame_idx": 14,
79
+ "frame_index": 14,
80
+ "clamped_pixel_count": 39
81
+ },
82
+ {
83
+ "video_frame_idx": 15,
84
+ "frame_index": 15,
85
+ "clamped_pixel_count": 25
86
+ },
87
+ {
88
+ "video_frame_idx": 16,
89
+ "frame_index": 16,
90
+ "clamped_pixel_count": 29
91
+ },
92
+ {
93
+ "video_frame_idx": 17,
94
+ "frame_index": 17,
95
+ "clamped_pixel_count": 37
96
+ },
97
+ {
98
+ "video_frame_idx": 18,
99
+ "frame_index": 18,
100
+ "clamped_pixel_count": 13
101
+ },
102
+ {
103
+ "video_frame_idx": 19,
104
+ "frame_index": 19,
105
+ "clamped_pixel_count": 26
106
+ },
107
+ {
108
+ "video_frame_idx": 20,
109
+ "frame_index": 20,
110
+ "clamped_pixel_count": 8
111
+ },
112
+ {
113
+ "video_frame_idx": 21,
114
+ "frame_index": 21,
115
+ "clamped_pixel_count": 38
116
+ },
117
+ {
118
+ "video_frame_idx": 22,
119
+ "frame_index": 22,
120
+ "clamped_pixel_count": 32
121
+ },
122
+ {
123
+ "video_frame_idx": 23,
124
+ "frame_index": 23,
125
+ "clamped_pixel_count": 25
126
+ },
127
+ {
128
+ "video_frame_idx": 24,
129
+ "frame_index": 24,
130
+ "clamped_pixel_count": 20
131
+ },
132
+ {
133
+ "video_frame_idx": 25,
134
+ "frame_index": 25,
135
+ "clamped_pixel_count": 32
136
+ },
137
+ {
138
+ "video_frame_idx": 26,
139
+ "frame_index": 26,
140
+ "clamped_pixel_count": 32
141
+ },
142
+ {
143
+ "video_frame_idx": 27,
144
+ "frame_index": 27,
145
+ "clamped_pixel_count": 34
146
+ },
147
+ {
148
+ "video_frame_idx": 28,
149
+ "frame_index": 28,
150
+ "clamped_pixel_count": 31
151
+ },
152
+ {
153
+ "video_frame_idx": 29,
154
+ "frame_index": 29,
155
+ "clamped_pixel_count": 11
156
+ },
157
+ {
158
+ "video_frame_idx": 30,
159
+ "frame_index": 30,
160
+ "clamped_pixel_count": 45
161
+ },
162
+ {
163
+ "video_frame_idx": 31,
164
+ "frame_index": 31,
165
+ "clamped_pixel_count": 35
166
+ },
167
+ {
168
+ "video_frame_idx": 32,
169
+ "frame_index": 32,
170
+ "clamped_pixel_count": 42
171
+ },
172
+ {
173
+ "video_frame_idx": 33,
174
+ "frame_index": 33,
175
+ "clamped_pixel_count": 51
176
+ },
177
+ {
178
+ "video_frame_idx": 34,
179
+ "frame_index": 34,
180
+ "clamped_pixel_count": 36
181
+ },
182
+ {
183
+ "video_frame_idx": 35,
184
+ "frame_index": 35,
185
+ "clamped_pixel_count": 30
186
+ },
187
+ {
188
+ "video_frame_idx": 36,
189
+ "frame_index": 36,
190
+ "clamped_pixel_count": 47
191
+ },
192
+ {
193
+ "video_frame_idx": 37,
194
+ "frame_index": 37,
195
+ "clamped_pixel_count": 37
196
+ },
197
+ {
198
+ "video_frame_idx": 38,
199
+ "frame_index": 38,
200
+ "clamped_pixel_count": 50
201
+ },
202
+ {
203
+ "video_frame_idx": 39,
204
+ "frame_index": 39,
205
+ "clamped_pixel_count": 37
206
+ },
207
+ {
208
+ "video_frame_idx": 40,
209
+ "frame_index": 40,
210
+ "clamped_pixel_count": 35
211
+ },
212
+ {
213
+ "video_frame_idx": 41,
214
+ "frame_index": 41,
215
+ "clamped_pixel_count": 36
216
+ },
217
+ {
218
+ "video_frame_idx": 42,
219
+ "frame_index": 42,
220
+ "clamped_pixel_count": 33
221
+ },
222
+ {
223
+ "video_frame_idx": 43,
224
+ "frame_index": 43,
225
+ "clamped_pixel_count": 36
226
+ },
227
+ {
228
+ "video_frame_idx": 44,
229
+ "frame_index": 44,
230
+ "clamped_pixel_count": 40
231
+ },
232
+ {
233
+ "video_frame_idx": 45,
234
+ "frame_index": 45,
235
+ "clamped_pixel_count": 45
236
+ },
237
+ {
238
+ "video_frame_idx": 46,
239
+ "frame_index": 46,
240
+ "clamped_pixel_count": 17
241
+ },
242
+ {
243
+ "video_frame_idx": 47,
244
+ "frame_index": 47,
245
+ "clamped_pixel_count": 19
246
+ },
247
+ {
248
+ "video_frame_idx": 48,
249
+ "frame_index": 48,
250
+ "clamped_pixel_count": 24
251
+ },
252
+ {
253
+ "video_frame_idx": 49,
254
+ "frame_index": 49,
255
+ "clamped_pixel_count": 21
256
+ },
257
+ {
258
+ "video_frame_idx": 50,
259
+ "frame_index": 50,
260
+ "clamped_pixel_count": 54
261
+ },
262
+ {
263
+ "video_frame_idx": 51,
264
+ "frame_index": 51,
265
+ "clamped_pixel_count": 35
266
+ },
267
+ {
268
+ "video_frame_idx": 52,
269
+ "frame_index": 52,
270
+ "clamped_pixel_count": 35
271
+ },
272
+ {
273
+ "video_frame_idx": 53,
274
+ "frame_index": 53,
275
+ "clamped_pixel_count": 42
276
+ },
277
+ {
278
+ "video_frame_idx": 54,
279
+ "frame_index": 54,
280
+ "clamped_pixel_count": 37
281
+ },
282
+ {
283
+ "video_frame_idx": 55,
284
+ "frame_index": 55,
285
+ "clamped_pixel_count": 33
286
+ },
287
+ {
288
+ "video_frame_idx": 56,
289
+ "frame_index": 56,
290
+ "clamped_pixel_count": 45
291
+ },
292
+ {
293
+ "video_frame_idx": 57,
294
+ "frame_index": 57,
295
+ "clamped_pixel_count": 41
296
+ },
297
+ {
298
+ "video_frame_idx": 58,
299
+ "frame_index": 58,
300
+ "clamped_pixel_count": 34
301
+ },
302
+ {
303
+ "video_frame_idx": 59,
304
+ "frame_index": 59,
305
+ "clamped_pixel_count": 38
306
+ },
307
+ {
308
+ "video_frame_idx": 60,
309
+ "frame_index": 60,
310
+ "clamped_pixel_count": 37
311
+ },
312
+ {
313
+ "video_frame_idx": 61,
314
+ "frame_index": 61,
315
+ "clamped_pixel_count": 18
316
+ },
317
+ {
318
+ "video_frame_idx": 62,
319
+ "frame_index": 62,
320
+ "clamped_pixel_count": 22
321
+ },
322
+ {
323
+ "video_frame_idx": 63,
324
+ "frame_index": 63,
325
+ "clamped_pixel_count": 58
326
+ },
327
+ {
328
+ "video_frame_idx": 64,
329
+ "frame_index": 64,
330
+ "clamped_pixel_count": 37
331
+ },
332
+ {
333
+ "video_frame_idx": 65,
334
+ "frame_index": 65,
335
+ "clamped_pixel_count": 28
336
+ },
337
+ {
338
+ "video_frame_idx": 66,
339
+ "frame_index": 66,
340
+ "clamped_pixel_count": 41
341
+ },
342
+ {
343
+ "video_frame_idx": 67,
344
+ "frame_index": 67,
345
+ "clamped_pixel_count": 14
346
+ },
347
+ {
348
+ "video_frame_idx": 68,
349
+ "frame_index": 68,
350
+ "clamped_pixel_count": 9
351
+ },
352
+ {
353
+ "video_frame_idx": 75,
354
+ "frame_index": 75,
355
+ "clamped_pixel_count": 2
356
+ },
357
+ {
358
+ "video_frame_idx": 76,
359
+ "frame_index": 76,
360
+ "clamped_pixel_count": 1
361
+ },
362
+ {
363
+ "video_frame_idx": 79,
364
+ "frame_index": 79,
365
+ "clamped_pixel_count": 1
366
+ },
367
+ {
368
+ "video_frame_idx": 80,
369
+ "frame_index": 80,
370
+ "clamped_pixel_count": 4
371
+ },
372
+ {
373
+ "video_frame_idx": 81,
374
+ "frame_index": 81,
375
+ "clamped_pixel_count": 2
376
+ },
377
+ {
378
+ "video_frame_idx": 82,
379
+ "frame_index": 82,
380
+ "clamped_pixel_count": 12
381
+ },
382
+ {
383
+ "video_frame_idx": 83,
384
+ "frame_index": 83,
385
+ "clamped_pixel_count": 33
386
+ },
387
+ {
388
+ "video_frame_idx": 84,
389
+ "frame_index": 84,
390
+ "clamped_pixel_count": 33
391
+ },
392
+ {
393
+ "video_frame_idx": 85,
394
+ "frame_index": 85,
395
+ "clamped_pixel_count": 30
396
+ },
397
+ {
398
+ "video_frame_idx": 86,
399
+ "frame_index": 86,
400
+ "clamped_pixel_count": 31
401
+ },
402
+ {
403
+ "video_frame_idx": 87,
404
+ "frame_index": 87,
405
+ "clamped_pixel_count": 28
406
+ },
407
+ {
408
+ "video_frame_idx": 88,
409
+ "frame_index": 88,
410
+ "clamped_pixel_count": 32
411
+ },
412
+ {
413
+ "video_frame_idx": 89,
414
+ "frame_index": 89,
415
+ "clamped_pixel_count": 16
416
+ },
417
+ {
418
+ "video_frame_idx": 90,
419
+ "frame_index": 90,
420
+ "clamped_pixel_count": 37
421
+ },
422
+ {
423
+ "video_frame_idx": 91,
424
+ "frame_index": 91,
425
+ "clamped_pixel_count": 31
426
+ },
427
+ {
428
+ "video_frame_idx": 92,
429
+ "frame_index": 92,
430
+ "clamped_pixel_count": 27
431
+ },
432
+ {
433
+ "video_frame_idx": 93,
434
+ "frame_index": 93,
435
+ "clamped_pixel_count": 33
436
+ },
437
+ {
438
+ "video_frame_idx": 94,
439
+ "frame_index": 94,
440
+ "clamped_pixel_count": 36
441
+ },
442
+ {
443
+ "video_frame_idx": 95,
444
+ "frame_index": 95,
445
+ "clamped_pixel_count": 38
446
+ },
447
+ {
448
+ "video_frame_idx": 96,
449
+ "frame_index": 96,
450
+ "clamped_pixel_count": 39
451
+ },
452
+ {
453
+ "video_frame_idx": 97,
454
+ "frame_index": 97,
455
+ "clamped_pixel_count": 47
456
+ },
457
+ {
458
+ "video_frame_idx": 98,
459
+ "frame_index": 98,
460
+ "clamped_pixel_count": 39
461
+ },
462
+ {
463
+ "video_frame_idx": 99,
464
+ "frame_index": 99,
465
+ "clamped_pixel_count": 31
466
+ },
467
+ {
468
+ "video_frame_idx": 100,
469
+ "frame_index": 100,
470
+ "clamped_pixel_count": 37
471
+ },
472
+ {
473
+ "video_frame_idx": 101,
474
+ "frame_index": 101,
475
+ "clamped_pixel_count": 52
476
+ },
477
+ {
478
+ "video_frame_idx": 102,
479
+ "frame_index": 102,
480
+ "clamped_pixel_count": 38
481
+ },
482
+ {
483
+ "video_frame_idx": 103,
484
+ "frame_index": 103,
485
+ "clamped_pixel_count": 42
486
+ },
487
+ {
488
+ "video_frame_idx": 104,
489
+ "frame_index": 104,
490
+ "clamped_pixel_count": 38
491
+ },
492
+ {
493
+ "video_frame_idx": 105,
494
+ "frame_index": 105,
495
+ "clamped_pixel_count": 32
496
+ },
497
+ {
498
+ "video_frame_idx": 106,
499
+ "frame_index": 106,
500
+ "clamped_pixel_count": 31
501
+ },
502
+ {
503
+ "video_frame_idx": 107,
504
+ "frame_index": 107,
505
+ "clamped_pixel_count": 29
506
+ },
507
+ {
508
+ "video_frame_idx": 108,
509
+ "frame_index": 108,
510
+ "clamped_pixel_count": 35
511
+ },
512
+ {
513
+ "video_frame_idx": 109,
514
+ "frame_index": 109,
515
+ "clamped_pixel_count": 34
516
+ },
517
+ {
518
+ "video_frame_idx": 110,
519
+ "frame_index": 110,
520
+ "clamped_pixel_count": 36
521
+ },
522
+ {
523
+ "video_frame_idx": 111,
524
+ "frame_index": 111,
525
+ "clamped_pixel_count": 6
526
+ },
527
+ {
528
+ "video_frame_idx": 112,
529
+ "frame_index": 112,
530
+ "clamped_pixel_count": 26
531
+ },
532
+ {
533
+ "video_frame_idx": 113,
534
+ "frame_index": 113,
535
+ "clamped_pixel_count": 25
536
+ },
537
+ {
538
+ "video_frame_idx": 114,
539
+ "frame_index": 114,
540
+ "clamped_pixel_count": 33
541
+ },
542
+ {
543
+ "video_frame_idx": 115,
544
+ "frame_index": 115,
545
+ "clamped_pixel_count": 8
546
+ },
547
+ {
548
+ "video_frame_idx": 116,
549
+ "frame_index": 116,
550
+ "clamped_pixel_count": 29
551
+ },
552
+ {
553
+ "video_frame_idx": 117,
554
+ "frame_index": 117,
555
+ "clamped_pixel_count": 8
556
+ },
557
+ {
558
+ "video_frame_idx": 118,
559
+ "frame_index": 118,
560
+ "clamped_pixel_count": 24
561
+ },
562
+ {
563
+ "video_frame_idx": 119,
564
+ "frame_index": 119,
565
+ "clamped_pixel_count": 13
566
+ },
567
+ {
568
+ "video_frame_idx": 120,
569
+ "frame_index": 120,
570
+ "clamped_pixel_count": 8
571
+ },
572
+ {
573
+ "video_frame_idx": 121,
574
+ "frame_index": 121,
575
+ "clamped_pixel_count": 8
576
+ },
577
+ {
578
+ "video_frame_idx": 122,
579
+ "frame_index": 122,
580
+ "clamped_pixel_count": 28
581
+ },
582
+ {
583
+ "video_frame_idx": 123,
584
+ "frame_index": 123,
585
+ "clamped_pixel_count": 28
586
+ },
587
+ {
588
+ "video_frame_idx": 124,
589
+ "frame_index": 124,
590
+ "clamped_pixel_count": 30
591
+ },
592
+ {
593
+ "video_frame_idx": 125,
594
+ "frame_index": 125,
595
+ "clamped_pixel_count": 35
596
+ },
597
+ {
598
+ "video_frame_idx": 126,
599
+ "frame_index": 126,
600
+ "clamped_pixel_count": 28
601
+ },
602
+ {
603
+ "video_frame_idx": 127,
604
+ "frame_index": 127,
605
+ "clamped_pixel_count": 32
606
+ },
607
+ {
608
+ "video_frame_idx": 128,
609
+ "frame_index": 128,
610
+ "clamped_pixel_count": 22
611
+ },
612
+ {
613
+ "video_frame_idx": 129,
614
+ "frame_index": 129,
615
+ "clamped_pixel_count": 36
616
+ },
617
+ {
618
+ "video_frame_idx": 130,
619
+ "frame_index": 130,
620
+ "clamped_pixel_count": 27
621
+ },
622
+ {
623
+ "video_frame_idx": 131,
624
+ "frame_index": 131,
625
+ "clamped_pixel_count": 28
626
+ },
627
+ {
628
+ "video_frame_idx": 132,
629
+ "frame_index": 132,
630
+ "clamped_pixel_count": 26
631
+ },
632
+ {
633
+ "video_frame_idx": 133,
634
+ "frame_index": 133,
635
+ "clamped_pixel_count": 25
636
+ },
637
+ {
638
+ "video_frame_idx": 134,
639
+ "frame_index": 134,
640
+ "clamped_pixel_count": 16
641
+ },
642
+ {
643
+ "video_frame_idx": 135,
644
+ "frame_index": 135,
645
+ "clamped_pixel_count": 32
646
+ },
647
+ {
648
+ "video_frame_idx": 136,
649
+ "frame_index": 136,
650
+ "clamped_pixel_count": 25
651
+ },
652
+ {
653
+ "video_frame_idx": 137,
654
+ "frame_index": 137,
655
+ "clamped_pixel_count": 24
656
+ },
657
+ {
658
+ "video_frame_idx": 138,
659
+ "frame_index": 138,
660
+ "clamped_pixel_count": 20
661
+ },
662
+ {
663
+ "video_frame_idx": 139,
664
+ "frame_index": 139,
665
+ "clamped_pixel_count": 26
666
+ },
667
+ {
668
+ "video_frame_idx": 140,
669
+ "frame_index": 140,
670
+ "clamped_pixel_count": 27
671
+ },
672
+ {
673
+ "video_frame_idx": 141,
674
+ "frame_index": 141,
675
+ "clamped_pixel_count": 33
676
+ },
677
+ {
678
+ "video_frame_idx": 142,
679
+ "frame_index": 142,
680
+ "clamped_pixel_count": 31
681
+ },
682
+ {
683
+ "video_frame_idx": 143,
684
+ "frame_index": 143,
685
+ "clamped_pixel_count": 32
686
+ },
687
+ {
688
+ "video_frame_idx": 144,
689
+ "frame_index": 144,
690
+ "clamped_pixel_count": 35
691
+ },
692
+ {
693
+ "video_frame_idx": 145,
694
+ "frame_index": 145,
695
+ "clamped_pixel_count": 38
696
+ },
697
+ {
698
+ "video_frame_idx": 146,
699
+ "frame_index": 146,
700
+ "clamped_pixel_count": 34
701
+ },
702
+ {
703
+ "video_frame_idx": 147,
704
+ "frame_index": 147,
705
+ "clamped_pixel_count": 36
706
+ },
707
+ {
708
+ "video_frame_idx": 148,
709
+ "frame_index": 148,
710
+ "clamped_pixel_count": 41
711
+ },
712
+ {
713
+ "video_frame_idx": 149,
714
+ "frame_index": 149,
715
+ "clamped_pixel_count": 32
716
+ },
717
+ {
718
+ "video_frame_idx": 150,
719
+ "frame_index": 150,
720
+ "clamped_pixel_count": 41
721
+ },
722
+ {
723
+ "video_frame_idx": 151,
724
+ "frame_index": 151,
725
+ "clamped_pixel_count": 47
726
+ },
727
+ {
728
+ "video_frame_idx": 152,
729
+ "frame_index": 152,
730
+ "clamped_pixel_count": 31
731
+ },
732
+ {
733
+ "video_frame_idx": 153,
734
+ "frame_index": 153,
735
+ "clamped_pixel_count": 27
736
+ },
737
+ {
738
+ "video_frame_idx": 154,
739
+ "frame_index": 154,
740
+ "clamped_pixel_count": 28
741
+ },
742
+ {
743
+ "video_frame_idx": 155,
744
+ "frame_index": 155,
745
+ "clamped_pixel_count": 28
746
+ },
747
+ {
748
+ "video_frame_idx": 156,
749
+ "frame_index": 156,
750
+ "clamped_pixel_count": 35
751
+ },
752
+ {
753
+ "video_frame_idx": 157,
754
+ "frame_index": 157,
755
+ "clamped_pixel_count": 18
756
+ },
757
+ {
758
+ "video_frame_idx": 158,
759
+ "frame_index": 158,
760
+ "clamped_pixel_count": 20
761
+ },
762
+ {
763
+ "video_frame_idx": 159,
764
+ "frame_index": 159,
765
+ "clamped_pixel_count": 18
766
+ },
767
+ {
768
+ "video_frame_idx": 160,
769
+ "frame_index": 160,
770
+ "clamped_pixel_count": 27
771
+ },
772
+ {
773
+ "video_frame_idx": 161,
774
+ "frame_index": 161,
775
+ "clamped_pixel_count": 26
776
+ },
777
+ {
778
+ "video_frame_idx": 162,
779
+ "frame_index": 162,
780
+ "clamped_pixel_count": 32
781
+ },
782
+ {
783
+ "video_frame_idx": 163,
784
+ "frame_index": 163,
785
+ "clamped_pixel_count": 33
786
+ },
787
+ {
788
+ "video_frame_idx": 164,
789
+ "frame_index": 164,
790
+ "clamped_pixel_count": 38
791
+ },
792
+ {
793
+ "video_frame_idx": 165,
794
+ "frame_index": 165,
795
+ "clamped_pixel_count": 33
796
+ },
797
+ {
798
+ "video_frame_idx": 166,
799
+ "frame_index": 166,
800
+ "clamped_pixel_count": 38
801
+ },
802
+ {
803
+ "video_frame_idx": 167,
804
+ "frame_index": 167,
805
+ "clamped_pixel_count": 40
806
+ },
807
+ {
808
+ "video_frame_idx": 168,
809
+ "frame_index": 168,
810
+ "clamped_pixel_count": 35
811
+ },
812
+ {
813
+ "video_frame_idx": 169,
814
+ "frame_index": 169,
815
+ "clamped_pixel_count": 28
816
+ },
817
+ {
818
+ "video_frame_idx": 170,
819
+ "frame_index": 170,
820
+ "clamped_pixel_count": 45
821
+ },
822
+ {
823
+ "video_frame_idx": 171,
824
+ "frame_index": 171,
825
+ "clamped_pixel_count": 24
826
+ },
827
+ {
828
+ "video_frame_idx": 172,
829
+ "frame_index": 172,
830
+ "clamped_pixel_count": 45
831
+ },
832
+ {
833
+ "video_frame_idx": 173,
834
+ "frame_index": 173,
835
+ "clamped_pixel_count": 36
836
+ },
837
+ {
838
+ "video_frame_idx": 174,
839
+ "frame_index": 174,
840
+ "clamped_pixel_count": 40
841
+ },
842
+ {
843
+ "video_frame_idx": 175,
844
+ "frame_index": 175,
845
+ "clamped_pixel_count": 26
846
+ },
847
+ {
848
+ "video_frame_idx": 176,
849
+ "frame_index": 176,
850
+ "clamped_pixel_count": 52
851
+ },
852
+ {
853
+ "video_frame_idx": 177,
854
+ "frame_index": 177,
855
+ "clamped_pixel_count": 37
856
+ },
857
+ {
858
+ "video_frame_idx": 178,
859
+ "frame_index": 178,
860
+ "clamped_pixel_count": 26
861
+ },
862
+ {
863
+ "video_frame_idx": 179,
864
+ "frame_index": 179,
865
+ "clamped_pixel_count": 47
866
+ },
867
+ {
868
+ "video_frame_idx": 180,
869
+ "frame_index": 180,
870
+ "clamped_pixel_count": 11
871
+ },
872
+ {
873
+ "video_frame_idx": 181,
874
+ "frame_index": 181,
875
+ "clamped_pixel_count": 4
876
+ },
877
+ {
878
+ "video_frame_idx": 182,
879
+ "frame_index": 182,
880
+ "clamped_pixel_count": 5
881
+ },
882
+ {
883
+ "video_frame_idx": 183,
884
+ "frame_index": 183,
885
+ "clamped_pixel_count": 6
886
+ },
887
+ {
888
+ "video_frame_idx": 184,
889
+ "frame_index": 184,
890
+ "clamped_pixel_count": 21
891
+ },
892
+ {
893
+ "video_frame_idx": 185,
894
+ "frame_index": 185,
895
+ "clamped_pixel_count": 4
896
+ },
897
+ {
898
+ "video_frame_idx": 186,
899
+ "frame_index": 186,
900
+ "clamped_pixel_count": 30
901
+ },
902
+ {
903
+ "video_frame_idx": 187,
904
+ "frame_index": 187,
905
+ "clamped_pixel_count": 33
906
+ },
907
+ {
908
+ "video_frame_idx": 188,
909
+ "frame_index": 188,
910
+ "clamped_pixel_count": 27
911
+ },
912
+ {
913
+ "video_frame_idx": 189,
914
+ "frame_index": 189,
915
+ "clamped_pixel_count": 32
916
+ },
917
+ {
918
+ "video_frame_idx": 190,
919
+ "frame_index": 190,
920
+ "clamped_pixel_count": 36
921
+ },
922
+ {
923
+ "video_frame_idx": 191,
924
+ "frame_index": 191,
925
+ "clamped_pixel_count": 27
926
+ },
927
+ {
928
+ "video_frame_idx": 192,
929
+ "frame_index": 192,
930
+ "clamped_pixel_count": 31
931
+ },
932
+ {
933
+ "video_frame_idx": 193,
934
+ "frame_index": 193,
935
+ "clamped_pixel_count": 31
936
+ },
937
+ {
938
+ "video_frame_idx": 194,
939
+ "frame_index": 194,
940
+ "clamped_pixel_count": 29
941
+ },
942
+ {
943
+ "video_frame_idx": 195,
944
+ "frame_index": 195,
945
+ "clamped_pixel_count": 36
946
+ },
947
+ {
948
+ "video_frame_idx": 196,
949
+ "frame_index": 196,
950
+ "clamped_pixel_count": 29
951
+ },
952
+ {
953
+ "video_frame_idx": 197,
954
+ "frame_index": 197,
955
+ "clamped_pixel_count": 38
956
+ },
957
+ {
958
+ "video_frame_idx": 198,
959
+ "frame_index": 198,
960
+ "clamped_pixel_count": 44
961
+ },
962
+ {
963
+ "video_frame_idx": 199,
964
+ "frame_index": 199,
965
+ "clamped_pixel_count": 31
966
+ },
967
+ {
968
+ "video_frame_idx": 200,
969
+ "frame_index": 200,
970
+ "clamped_pixel_count": 30
971
+ },
972
+ {
973
+ "video_frame_idx": 201,
974
+ "frame_index": 201,
975
+ "clamped_pixel_count": 34
976
+ },
977
+ {
978
+ "video_frame_idx": 202,
979
+ "frame_index": 202,
980
+ "clamped_pixel_count": 22
981
+ },
982
+ {
983
+ "video_frame_idx": 203,
984
+ "frame_index": 203,
985
+ "clamped_pixel_count": 31
986
+ },
987
+ {
988
+ "video_frame_idx": 204,
989
+ "frame_index": 204,
990
+ "clamped_pixel_count": 28
991
+ },
992
+ {
993
+ "video_frame_idx": 205,
994
+ "frame_index": 205,
995
+ "clamped_pixel_count": 19
996
+ },
997
+ {
998
+ "video_frame_idx": 206,
999
+ "frame_index": 206,
1000
+ "clamped_pixel_count": 22
1001
+ },
1002
+ {
1003
+ "video_frame_idx": 207,
1004
+ "frame_index": 207,
1005
+ "clamped_pixel_count": 18
1006
+ },
1007
+ {
1008
+ "video_frame_idx": 208,
1009
+ "frame_index": 208,
1010
+ "clamped_pixel_count": 17
1011
+ },
1012
+ {
1013
+ "video_frame_idx": 209,
1014
+ "frame_index": 209,
1015
+ "clamped_pixel_count": 2
1016
+ },
1017
+ {
1018
+ "video_frame_idx": 211,
1019
+ "frame_index": 211,
1020
+ "clamped_pixel_count": 19
1021
+ },
1022
+ {
1023
+ "video_frame_idx": 212,
1024
+ "frame_index": 212,
1025
+ "clamped_pixel_count": 4
1026
+ },
1027
+ {
1028
+ "video_frame_idx": 216,
1029
+ "frame_index": 216,
1030
+ "clamped_pixel_count": 5
1031
+ },
1032
+ {
1033
+ "video_frame_idx": 217,
1034
+ "frame_index": 217,
1035
+ "clamped_pixel_count": 1
1036
+ },
1037
+ {
1038
+ "video_frame_idx": 218,
1039
+ "frame_index": 218,
1040
+ "clamped_pixel_count": 2
1041
+ },
1042
+ {
1043
+ "video_frame_idx": 219,
1044
+ "frame_index": 219,
1045
+ "clamped_pixel_count": 7
1046
+ },
1047
+ {
1048
+ "video_frame_idx": 220,
1049
+ "frame_index": 220,
1050
+ "clamped_pixel_count": 3
1051
+ },
1052
+ {
1053
+ "video_frame_idx": 221,
1054
+ "frame_index": 221,
1055
+ "clamped_pixel_count": 2
1056
+ },
1057
+ {
1058
+ "video_frame_idx": 222,
1059
+ "frame_index": 222,
1060
+ "clamped_pixel_count": 1
1061
+ },
1062
+ {
1063
+ "video_frame_idx": 223,
1064
+ "frame_index": 223,
1065
+ "clamped_pixel_count": 1
1066
+ },
1067
+ {
1068
+ "video_frame_idx": 224,
1069
+ "frame_index": 224,
1070
+ "clamped_pixel_count": 1
1071
+ },
1072
+ {
1073
+ "video_frame_idx": 225,
1074
+ "frame_index": 225,
1075
+ "clamped_pixel_count": 4
1076
+ },
1077
+ {
1078
+ "video_frame_idx": 226,
1079
+ "frame_index": 226,
1080
+ "clamped_pixel_count": 3
1081
+ },
1082
+ {
1083
+ "video_frame_idx": 227,
1084
+ "frame_index": 227,
1085
+ "clamped_pixel_count": 5
1086
+ },
1087
+ {
1088
+ "video_frame_idx": 228,
1089
+ "frame_index": 228,
1090
+ "clamped_pixel_count": 264
1091
+ },
1092
+ {
1093
+ "video_frame_idx": 229,
1094
+ "frame_index": 229,
1095
+ "clamped_pixel_count": 151
1096
+ },
1097
+ {
1098
+ "video_frame_idx": 230,
1099
+ "frame_index": 230,
1100
+ "clamped_pixel_count": 140
1101
+ },
1102
+ {
1103
+ "video_frame_idx": 231,
1104
+ "frame_index": 231,
1105
+ "clamped_pixel_count": 148
1106
+ },
1107
+ {
1108
+ "video_frame_idx": 232,
1109
+ "frame_index": 232,
1110
+ "clamped_pixel_count": 125
1111
+ },
1112
+ {
1113
+ "video_frame_idx": 233,
1114
+ "frame_index": 233,
1115
+ "clamped_pixel_count": 108
1116
+ },
1117
+ {
1118
+ "video_frame_idx": 234,
1119
+ "frame_index": 234,
1120
+ "clamped_pixel_count": 88
1121
+ },
1122
+ {
1123
+ "video_frame_idx": 235,
1124
+ "frame_index": 235,
1125
+ "clamped_pixel_count": 44
1126
+ },
1127
+ {
1128
+ "video_frame_idx": 236,
1129
+ "frame_index": 236,
1130
+ "clamped_pixel_count": 42
1131
+ },
1132
+ {
1133
+ "video_frame_idx": 237,
1134
+ "frame_index": 237,
1135
+ "clamped_pixel_count": 29
1136
+ },
1137
+ {
1138
+ "video_frame_idx": 238,
1139
+ "frame_index": 238,
1140
+ "clamped_pixel_count": 22
1141
+ },
1142
+ {
1143
+ "video_frame_idx": 239,
1144
+ "frame_index": 239,
1145
+ "clamped_pixel_count": 27
1146
+ },
1147
+ {
1148
+ "video_frame_idx": 240,
1149
+ "frame_index": 240,
1150
+ "clamped_pixel_count": 27
1151
+ },
1152
+ {
1153
+ "video_frame_idx": 241,
1154
+ "frame_index": 241,
1155
+ "clamped_pixel_count": 31
1156
+ },
1157
+ {
1158
+ "video_frame_idx": 242,
1159
+ "frame_index": 242,
1160
+ "clamped_pixel_count": 27
1161
+ },
1162
+ {
1163
+ "video_frame_idx": 243,
1164
+ "frame_index": 243,
1165
+ "clamped_pixel_count": 134
1166
+ },
1167
+ {
1168
+ "video_frame_idx": 244,
1169
+ "frame_index": 244,
1170
+ "clamped_pixel_count": 835
1171
+ },
1172
+ {
1173
+ "video_frame_idx": 245,
1174
+ "frame_index": 245,
1175
+ "clamped_pixel_count": 219
1176
+ },
1177
+ {
1178
+ "video_frame_idx": 246,
1179
+ "frame_index": 246,
1180
+ "clamped_pixel_count": 458
1181
+ },
1182
+ {
1183
+ "video_frame_idx": 247,
1184
+ "frame_index": 247,
1185
+ "clamped_pixel_count": 137
1186
+ },
1187
+ {
1188
+ "video_frame_idx": 248,
1189
+ "frame_index": 248,
1190
+ "clamped_pixel_count": 6
1191
+ },
1192
+ {
1193
+ "video_frame_idx": 249,
1194
+ "frame_index": 249,
1195
+ "clamped_pixel_count": 4
1196
+ },
1197
+ {
1198
+ "video_frame_idx": 250,
1199
+ "frame_index": 250,
1200
+ "clamped_pixel_count": 2
1201
+ },
1202
+ {
1203
+ "video_frame_idx": 251,
1204
+ "frame_index": 251,
1205
+ "clamped_pixel_count": 2
1206
+ },
1207
+ {
1208
+ "video_frame_idx": 252,
1209
+ "frame_index": 252,
1210
+ "clamped_pixel_count": 2
1211
+ },
1212
+ {
1213
+ "video_frame_idx": 253,
1214
+ "frame_index": 253,
1215
+ "clamped_pixel_count": 1
1216
+ },
1217
+ {
1218
+ "video_frame_idx": 257,
1219
+ "frame_index": 257,
1220
+ "clamped_pixel_count": 12
1221
+ },
1222
+ {
1223
+ "video_frame_idx": 258,
1224
+ "frame_index": 258,
1225
+ "clamped_pixel_count": 32
1226
+ },
1227
+ {
1228
+ "video_frame_idx": 259,
1229
+ "frame_index": 259,
1230
+ "clamped_pixel_count": 23
1231
+ },
1232
+ {
1233
+ "video_frame_idx": 260,
1234
+ "frame_index": 260,
1235
+ "clamped_pixel_count": 25
1236
+ },
1237
+ {
1238
+ "video_frame_idx": 261,
1239
+ "frame_index": 261,
1240
+ "clamped_pixel_count": 4
1241
+ },
1242
+ {
1243
+ "video_frame_idx": 262,
1244
+ "frame_index": 262,
1245
+ "clamped_pixel_count": 10
1246
+ },
1247
+ {
1248
+ "video_frame_idx": 263,
1249
+ "frame_index": 263,
1250
+ "clamped_pixel_count": 10
1251
+ },
1252
+ {
1253
+ "video_frame_idx": 264,
1254
+ "frame_index": 264,
1255
+ "clamped_pixel_count": 1
1256
+ },
1257
+ {
1258
+ "video_frame_idx": 265,
1259
+ "frame_index": 265,
1260
+ "clamped_pixel_count": 7
1261
+ },
1262
+ {
1263
+ "video_frame_idx": 266,
1264
+ "frame_index": 266,
1265
+ "clamped_pixel_count": 2
1266
+ },
1267
+ {
1268
+ "video_frame_idx": 267,
1269
+ "frame_index": 267,
1270
+ "clamped_pixel_count": 7
1271
+ },
1272
+ {
1273
+ "video_frame_idx": 268,
1274
+ "frame_index": 268,
1275
+ "clamped_pixel_count": 4
1276
+ },
1277
+ {
1278
+ "video_frame_idx": 269,
1279
+ "frame_index": 269,
1280
+ "clamped_pixel_count": 4
1281
+ },
1282
+ {
1283
+ "video_frame_idx": 270,
1284
+ "frame_index": 270,
1285
+ "clamped_pixel_count": 4
1286
+ },
1287
+ {
1288
+ "video_frame_idx": 271,
1289
+ "frame_index": 271,
1290
+ "clamped_pixel_count": 1
1291
+ },
1292
+ {
1293
+ "video_frame_idx": 272,
1294
+ "frame_index": 272,
1295
+ "clamped_pixel_count": 5
1296
+ },
1297
+ {
1298
+ "video_frame_idx": 273,
1299
+ "frame_index": 273,
1300
+ "clamped_pixel_count": 6
1301
+ },
1302
+ {
1303
+ "video_frame_idx": 274,
1304
+ "frame_index": 274,
1305
+ "clamped_pixel_count": 2
1306
+ },
1307
+ {
1308
+ "video_frame_idx": 279,
1309
+ "frame_index": 279,
1310
+ "clamped_pixel_count": 10
1311
+ },
1312
+ {
1313
+ "video_frame_idx": 280,
1314
+ "frame_index": 280,
1315
+ "clamped_pixel_count": 25
1316
+ },
1317
+ {
1318
+ "video_frame_idx": 281,
1319
+ "frame_index": 281,
1320
+ "clamped_pixel_count": 51
1321
+ },
1322
+ {
1323
+ "video_frame_idx": 282,
1324
+ "frame_index": 282,
1325
+ "clamped_pixel_count": 27
1326
+ },
1327
+ {
1328
+ "video_frame_idx": 283,
1329
+ "frame_index": 283,
1330
+ "clamped_pixel_count": 34
1331
+ },
1332
+ {
1333
+ "video_frame_idx": 284,
1334
+ "frame_index": 284,
1335
+ "clamped_pixel_count": 58
1336
+ },
1337
+ {
1338
+ "video_frame_idx": 285,
1339
+ "frame_index": 285,
1340
+ "clamped_pixel_count": 12
1341
+ },
1342
+ {
1343
+ "video_frame_idx": 286,
1344
+ "frame_index": 286,
1345
+ "clamped_pixel_count": 33
1346
+ },
1347
+ {
1348
+ "video_frame_idx": 287,
1349
+ "frame_index": 287,
1350
+ "clamped_pixel_count": 33
1351
+ },
1352
+ {
1353
+ "video_frame_idx": 288,
1354
+ "frame_index": 288,
1355
+ "clamped_pixel_count": 5
1356
+ },
1357
+ {
1358
+ "video_frame_idx": 289,
1359
+ "frame_index": 289,
1360
+ "clamped_pixel_count": 59
1361
+ },
1362
+ {
1363
+ "video_frame_idx": 290,
1364
+ "frame_index": 290,
1365
+ "clamped_pixel_count": 63
1366
+ },
1367
+ {
1368
+ "video_frame_idx": 291,
1369
+ "frame_index": 291,
1370
+ "clamped_pixel_count": 48
1371
+ },
1372
+ {
1373
+ "video_frame_idx": 292,
1374
+ "frame_index": 292,
1375
+ "clamped_pixel_count": 51
1376
+ },
1377
+ {
1378
+ "video_frame_idx": 293,
1379
+ "frame_index": 293,
1380
+ "clamped_pixel_count": 58
1381
+ },
1382
+ {
1383
+ "video_frame_idx": 294,
1384
+ "frame_index": 294,
1385
+ "clamped_pixel_count": 57
1386
+ },
1387
+ {
1388
+ "video_frame_idx": 295,
1389
+ "frame_index": 295,
1390
+ "clamped_pixel_count": 56
1391
+ },
1392
+ {
1393
+ "video_frame_idx": 296,
1394
+ "frame_index": 296,
1395
+ "clamped_pixel_count": 57
1396
+ },
1397
+ {
1398
+ "video_frame_idx": 297,
1399
+ "frame_index": 297,
1400
+ "clamped_pixel_count": 55
1401
+ },
1402
+ {
1403
+ "video_frame_idx": 298,
1404
+ "frame_index": 298,
1405
+ "clamped_pixel_count": 46
1406
+ },
1407
+ {
1408
+ "video_frame_idx": 299,
1409
+ "frame_index": 299,
1410
+ "clamped_pixel_count": 45
1411
+ },
1412
+ {
1413
+ "video_frame_idx": 300,
1414
+ "frame_index": 300,
1415
+ "clamped_pixel_count": 2
1416
+ },
1417
+ {
1418
+ "video_frame_idx": 301,
1419
+ "frame_index": 301,
1420
+ "clamped_pixel_count": 71
1421
+ },
1422
+ {
1423
+ "video_frame_idx": 302,
1424
+ "frame_index": 302,
1425
+ "clamped_pixel_count": 11
1426
+ },
1427
+ {
1428
+ "video_frame_idx": 304,
1429
+ "frame_index": 304,
1430
+ "clamped_pixel_count": 1
1431
+ },
1432
+ {
1433
+ "video_frame_idx": 309,
1434
+ "frame_index": 309,
1435
+ "clamped_pixel_count": 1
1436
+ },
1437
+ {
1438
+ "video_frame_idx": 310,
1439
+ "frame_index": 310,
1440
+ "clamped_pixel_count": 1
1441
+ },
1442
+ {
1443
+ "video_frame_idx": 311,
1444
+ "frame_index": 311,
1445
+ "clamped_pixel_count": 1
1446
+ },
1447
+ {
1448
+ "video_frame_idx": 312,
1449
+ "frame_index": 312,
1450
+ "clamped_pixel_count": 4
1451
+ },
1452
+ {
1453
+ "video_frame_idx": 314,
1454
+ "frame_index": 314,
1455
+ "clamped_pixel_count": 1
1456
+ },
1457
+ {
1458
+ "video_frame_idx": 315,
1459
+ "frame_index": 315,
1460
+ "clamped_pixel_count": 1
1461
+ },
1462
+ {
1463
+ "video_frame_idx": 316,
1464
+ "frame_index": 316,
1465
+ "clamped_pixel_count": 1
1466
+ },
1467
+ {
1468
+ "video_frame_idx": 318,
1469
+ "frame_index": 318,
1470
+ "clamped_pixel_count": 2
1471
+ },
1472
+ {
1473
+ "video_frame_idx": 320,
1474
+ "frame_index": 320,
1475
+ "clamped_pixel_count": 1
1476
+ },
1477
+ {
1478
+ "video_frame_idx": 321,
1479
+ "frame_index": 321,
1480
+ "clamped_pixel_count": 21
1481
+ },
1482
+ {
1483
+ "video_frame_idx": 322,
1484
+ "frame_index": 322,
1485
+ "clamped_pixel_count": 522
1486
+ },
1487
+ {
1488
+ "video_frame_idx": 323,
1489
+ "frame_index": 323,
1490
+ "clamped_pixel_count": 2
1491
+ },
1492
+ {
1493
+ "video_frame_idx": 324,
1494
+ "frame_index": 324,
1495
+ "clamped_pixel_count": 5
1496
+ },
1497
+ {
1498
+ "video_frame_idx": 325,
1499
+ "frame_index": 325,
1500
+ "clamped_pixel_count": 483
1501
+ },
1502
+ {
1503
+ "video_frame_idx": 326,
1504
+ "frame_index": 326,
1505
+ "clamped_pixel_count": 109
1506
+ },
1507
+ {
1508
+ "video_frame_idx": 327,
1509
+ "frame_index": 327,
1510
+ "clamped_pixel_count": 184
1511
+ },
1512
+ {
1513
+ "video_frame_idx": 328,
1514
+ "frame_index": 328,
1515
+ "clamped_pixel_count": 324
1516
+ },
1517
+ {
1518
+ "video_frame_idx": 329,
1519
+ "frame_index": 329,
1520
+ "clamped_pixel_count": 323
1521
+ },
1522
+ {
1523
+ "video_frame_idx": 330,
1524
+ "frame_index": 330,
1525
+ "clamped_pixel_count": 331
1526
+ },
1527
+ {
1528
+ "video_frame_idx": 331,
1529
+ "frame_index": 331,
1530
+ "clamped_pixel_count": 6
1531
+ },
1532
+ {
1533
+ "video_frame_idx": 332,
1534
+ "frame_index": 332,
1535
+ "clamped_pixel_count": 437
1536
+ },
1537
+ {
1538
+ "video_frame_idx": 333,
1539
+ "frame_index": 333,
1540
+ "clamped_pixel_count": 2
1541
+ },
1542
+ {
1543
+ "video_frame_idx": 338,
1544
+ "frame_index": 338,
1545
+ "clamped_pixel_count": 1
1546
+ },
1547
+ {
1548
+ "video_frame_idx": 339,
1549
+ "frame_index": 339,
1550
+ "clamped_pixel_count": 1
1551
+ },
1552
+ {
1553
+ "video_frame_idx": 340,
1554
+ "frame_index": 340,
1555
+ "clamped_pixel_count": 3
1556
+ },
1557
+ {
1558
+ "video_frame_idx": 341,
1559
+ "frame_index": 341,
1560
+ "clamped_pixel_count": 7
1561
+ },
1562
+ {
1563
+ "video_frame_idx": 342,
1564
+ "frame_index": 342,
1565
+ "clamped_pixel_count": 4
1566
+ },
1567
+ {
1568
+ "video_frame_idx": 343,
1569
+ "frame_index": 343,
1570
+ "clamped_pixel_count": 3
1571
+ },
1572
+ {
1573
+ "video_frame_idx": 344,
1574
+ "frame_index": 344,
1575
+ "clamped_pixel_count": 6
1576
+ },
1577
+ {
1578
+ "video_frame_idx": 345,
1579
+ "frame_index": 345,
1580
+ "clamped_pixel_count": 1
1581
+ },
1582
+ {
1583
+ "video_frame_idx": 346,
1584
+ "frame_index": 346,
1585
+ "clamped_pixel_count": 3
1586
+ },
1587
+ {
1588
+ "video_frame_idx": 347,
1589
+ "frame_index": 347,
1590
+ "clamped_pixel_count": 4
1591
+ },
1592
+ {
1593
+ "video_frame_idx": 348,
1594
+ "frame_index": 348,
1595
+ "clamped_pixel_count": 5
1596
+ },
1597
+ {
1598
+ "video_frame_idx": 349,
1599
+ "frame_index": 349,
1600
+ "clamped_pixel_count": 16
1601
+ },
1602
+ {
1603
+ "video_frame_idx": 350,
1604
+ "frame_index": 350,
1605
+ "clamped_pixel_count": 32
1606
+ },
1607
+ {
1608
+ "video_frame_idx": 351,
1609
+ "frame_index": 351,
1610
+ "clamped_pixel_count": 24
1611
+ },
1612
+ {
1613
+ "video_frame_idx": 352,
1614
+ "frame_index": 352,
1615
+ "clamped_pixel_count": 21
1616
+ },
1617
+ {
1618
+ "video_frame_idx": 353,
1619
+ "frame_index": 353,
1620
+ "clamped_pixel_count": 5
1621
+ },
1622
+ {
1623
+ "video_frame_idx": 354,
1624
+ "frame_index": 354,
1625
+ "clamped_pixel_count": 7
1626
+ },
1627
+ {
1628
+ "video_frame_idx": 355,
1629
+ "frame_index": 355,
1630
+ "clamped_pixel_count": 27
1631
+ },
1632
+ {
1633
+ "video_frame_idx": 356,
1634
+ "frame_index": 356,
1635
+ "clamped_pixel_count": 41
1636
+ },
1637
+ {
1638
+ "video_frame_idx": 357,
1639
+ "frame_index": 357,
1640
+ "clamped_pixel_count": 18
1641
+ },
1642
+ {
1643
+ "video_frame_idx": 358,
1644
+ "frame_index": 358,
1645
+ "clamped_pixel_count": 33
1646
+ },
1647
+ {
1648
+ "video_frame_idx": 359,
1649
+ "frame_index": 359,
1650
+ "clamped_pixel_count": 11
1651
+ },
1652
+ {
1653
+ "video_frame_idx": 360,
1654
+ "frame_index": 360,
1655
+ "clamped_pixel_count": 35
1656
+ },
1657
+ {
1658
+ "video_frame_idx": 361,
1659
+ "frame_index": 361,
1660
+ "clamped_pixel_count": 19
1661
+ },
1662
+ {
1663
+ "video_frame_idx": 362,
1664
+ "frame_index": 362,
1665
+ "clamped_pixel_count": 15
1666
+ },
1667
+ {
1668
+ "video_frame_idx": 363,
1669
+ "frame_index": 363,
1670
+ "clamped_pixel_count": 2
1671
+ },
1672
+ {
1673
+ "video_frame_idx": 364,
1674
+ "frame_index": 364,
1675
+ "clamped_pixel_count": 37
1676
+ },
1677
+ {
1678
+ "video_frame_idx": 365,
1679
+ "frame_index": 365,
1680
+ "clamped_pixel_count": 80
1681
+ },
1682
+ {
1683
+ "video_frame_idx": 366,
1684
+ "frame_index": 366,
1685
+ "clamped_pixel_count": 104
1686
+ },
1687
+ {
1688
+ "video_frame_idx": 373,
1689
+ "frame_index": 373,
1690
+ "clamped_pixel_count": 16
1691
+ },
1692
+ {
1693
+ "video_frame_idx": 374,
1694
+ "frame_index": 374,
1695
+ "clamped_pixel_count": 19
1696
+ },
1697
+ {
1698
+ "video_frame_idx": 375,
1699
+ "frame_index": 375,
1700
+ "clamped_pixel_count": 32
1701
+ },
1702
+ {
1703
+ "video_frame_idx": 376,
1704
+ "frame_index": 376,
1705
+ "clamped_pixel_count": 69
1706
+ },
1707
+ {
1708
+ "video_frame_idx": 377,
1709
+ "frame_index": 377,
1710
+ "clamped_pixel_count": 2
1711
+ },
1712
+ {
1713
+ "video_frame_idx": 378,
1714
+ "frame_index": 378,
1715
+ "clamped_pixel_count": 1
1716
+ },
1717
+ {
1718
+ "video_frame_idx": 379,
1719
+ "frame_index": 379,
1720
+ "clamped_pixel_count": 114
1721
+ },
1722
+ {
1723
+ "video_frame_idx": 380,
1724
+ "frame_index": 380,
1725
+ "clamped_pixel_count": 12
1726
+ },
1727
+ {
1728
+ "video_frame_idx": 382,
1729
+ "frame_index": 382,
1730
+ "clamped_pixel_count": 5
1731
+ },
1732
+ {
1733
+ "video_frame_idx": 383,
1734
+ "frame_index": 383,
1735
+ "clamped_pixel_count": 2
1736
+ },
1737
+ {
1738
+ "video_frame_idx": 384,
1739
+ "frame_index": 384,
1740
+ "clamped_pixel_count": 2
1741
+ },
1742
+ {
1743
+ "video_frame_idx": 386,
1744
+ "frame_index": 386,
1745
+ "clamped_pixel_count": 3
1746
+ },
1747
+ {
1748
+ "video_frame_idx": 387,
1749
+ "frame_index": 387,
1750
+ "clamped_pixel_count": 5
1751
+ },
1752
+ {
1753
+ "video_frame_idx": 388,
1754
+ "frame_index": 388,
1755
+ "clamped_pixel_count": 10
1756
+ },
1757
+ {
1758
+ "video_frame_idx": 389,
1759
+ "frame_index": 389,
1760
+ "clamped_pixel_count": 3
1761
+ },
1762
+ {
1763
+ "video_frame_idx": 390,
1764
+ "frame_index": 390,
1765
+ "clamped_pixel_count": 7
1766
+ },
1767
+ {
1768
+ "video_frame_idx": 391,
1769
+ "frame_index": 391,
1770
+ "clamped_pixel_count": 10
1771
+ },
1772
+ {
1773
+ "video_frame_idx": 392,
1774
+ "frame_index": 392,
1775
+ "clamped_pixel_count": 35
1776
+ },
1777
+ {
1778
+ "video_frame_idx": 393,
1779
+ "frame_index": 393,
1780
+ "clamped_pixel_count": 1
1781
+ },
1782
+ {
1783
+ "video_frame_idx": 394,
1784
+ "frame_index": 394,
1785
+ "clamped_pixel_count": 5
1786
+ },
1787
+ {
1788
+ "video_frame_idx": 395,
1789
+ "frame_index": 395,
1790
+ "clamped_pixel_count": 26
1791
+ },
1792
+ {
1793
+ "video_frame_idx": 396,
1794
+ "frame_index": 396,
1795
+ "clamped_pixel_count": 79
1796
+ },
1797
+ {
1798
+ "video_frame_idx": 397,
1799
+ "frame_index": 397,
1800
+ "clamped_pixel_count": 8317
1801
+ },
1802
+ {
1803
+ "video_frame_idx": 398,
1804
+ "frame_index": 398,
1805
+ "clamped_pixel_count": 170
1806
+ },
1807
+ {
1808
+ "video_frame_idx": 399,
1809
+ "frame_index": 399,
1810
+ "clamped_pixel_count": 3337
1811
+ },
1812
+ {
1813
+ "video_frame_idx": 400,
1814
+ "frame_index": 400,
1815
+ "clamped_pixel_count": 167
1816
+ },
1817
+ {
1818
+ "video_frame_idx": 401,
1819
+ "frame_index": 401,
1820
+ "clamped_pixel_count": 117
1821
+ },
1822
+ {
1823
+ "video_frame_idx": 402,
1824
+ "frame_index": 402,
1825
+ "clamped_pixel_count": 12828
1826
+ },
1827
+ {
1828
+ "video_frame_idx": 403,
1829
+ "frame_index": 403,
1830
+ "clamped_pixel_count": 158
1831
+ },
1832
+ {
1833
+ "video_frame_idx": 404,
1834
+ "frame_index": 404,
1835
+ "clamped_pixel_count": 38
1836
+ },
1837
+ {
1838
+ "video_frame_idx": 405,
1839
+ "frame_index": 405,
1840
+ "clamped_pixel_count": 9
1841
+ },
1842
+ {
1843
+ "video_frame_idx": 406,
1844
+ "frame_index": 406,
1845
+ "clamped_pixel_count": 16
1846
+ },
1847
+ {
1848
+ "video_frame_idx": 407,
1849
+ "frame_index": 407,
1850
+ "clamped_pixel_count": 20
1851
+ },
1852
+ {
1853
+ "video_frame_idx": 408,
1854
+ "frame_index": 408,
1855
+ "clamped_pixel_count": 24
1856
+ },
1857
+ {
1858
+ "video_frame_idx": 409,
1859
+ "frame_index": 409,
1860
+ "clamped_pixel_count": 47
1861
+ },
1862
+ {
1863
+ "video_frame_idx": 410,
1864
+ "frame_index": 410,
1865
+ "clamped_pixel_count": 32
1866
+ },
1867
+ {
1868
+ "video_frame_idx": 411,
1869
+ "frame_index": 411,
1870
+ "clamped_pixel_count": 5915
1871
+ },
1872
+ {
1873
+ "video_frame_idx": 412,
1874
+ "frame_index": 412,
1875
+ "clamped_pixel_count": 81
1876
+ },
1877
+ {
1878
+ "video_frame_idx": 413,
1879
+ "frame_index": 413,
1880
+ "clamped_pixel_count": 81
1881
+ },
1882
+ {
1883
+ "video_frame_idx": 414,
1884
+ "frame_index": 414,
1885
+ "clamped_pixel_count": 31
1886
+ },
1887
+ {
1888
+ "video_frame_idx": 415,
1889
+ "frame_index": 415,
1890
+ "clamped_pixel_count": 71
1891
+ },
1892
+ {
1893
+ "video_frame_idx": 416,
1894
+ "frame_index": 416,
1895
+ "clamped_pixel_count": 79
1896
+ },
1897
+ {
1898
+ "video_frame_idx": 417,
1899
+ "frame_index": 417,
1900
+ "clamped_pixel_count": 88
1901
+ },
1902
+ {
1903
+ "video_frame_idx": 418,
1904
+ "frame_index": 418,
1905
+ "clamped_pixel_count": 83
1906
+ },
1907
+ {
1908
+ "video_frame_idx": 419,
1909
+ "frame_index": 419,
1910
+ "clamped_pixel_count": 85
1911
+ },
1912
+ {
1913
+ "video_frame_idx": 420,
1914
+ "frame_index": 420,
1915
+ "clamped_pixel_count": 74
1916
+ },
1917
+ {
1918
+ "video_frame_idx": 421,
1919
+ "frame_index": 421,
1920
+ "clamped_pixel_count": 40
1921
+ },
1922
+ {
1923
+ "video_frame_idx": 422,
1924
+ "frame_index": 422,
1925
+ "clamped_pixel_count": 41
1926
+ },
1927
+ {
1928
+ "video_frame_idx": 423,
1929
+ "frame_index": 423,
1930
+ "clamped_pixel_count": 33
1931
+ },
1932
+ {
1933
+ "video_frame_idx": 424,
1934
+ "frame_index": 424,
1935
+ "clamped_pixel_count": 34
1936
+ },
1937
+ {
1938
+ "video_frame_idx": 425,
1939
+ "frame_index": 425,
1940
+ "clamped_pixel_count": 35
1941
+ },
1942
+ {
1943
+ "video_frame_idx": 426,
1944
+ "frame_index": 426,
1945
+ "clamped_pixel_count": 38
1946
+ },
1947
+ {
1948
+ "video_frame_idx": 427,
1949
+ "frame_index": 427,
1950
+ "clamped_pixel_count": 43
1951
+ },
1952
+ {
1953
+ "video_frame_idx": 428,
1954
+ "frame_index": 428,
1955
+ "clamped_pixel_count": 29
1956
+ },
1957
+ {
1958
+ "video_frame_idx": 429,
1959
+ "frame_index": 429,
1960
+ "clamped_pixel_count": 27
1961
+ },
1962
+ {
1963
+ "video_frame_idx": 430,
1964
+ "frame_index": 430,
1965
+ "clamped_pixel_count": 23
1966
+ },
1967
+ {
1968
+ "video_frame_idx": 431,
1969
+ "frame_index": 431,
1970
+ "clamped_pixel_count": 1
1971
+ },
1972
+ {
1973
+ "video_frame_idx": 432,
1974
+ "frame_index": 432,
1975
+ "clamped_pixel_count": 9
1976
+ },
1977
+ {
1978
+ "video_frame_idx": 433,
1979
+ "frame_index": 433,
1980
+ "clamped_pixel_count": 348
1981
+ },
1982
+ {
1983
+ "video_frame_idx": 434,
1984
+ "frame_index": 434,
1985
+ "clamped_pixel_count": 3
1986
+ },
1987
+ {
1988
+ "video_frame_idx": 435,
1989
+ "frame_index": 435,
1990
+ "clamped_pixel_count": 5
1991
+ },
1992
+ {
1993
+ "video_frame_idx": 436,
1994
+ "frame_index": 436,
1995
+ "clamped_pixel_count": 2
1996
+ },
1997
+ {
1998
+ "video_frame_idx": 437,
1999
+ "frame_index": 437,
2000
+ "clamped_pixel_count": 13
2001
+ },
2002
+ {
2003
+ "video_frame_idx": 438,
2004
+ "frame_index": 438,
2005
+ "clamped_pixel_count": 3
2006
+ },
2007
+ {
2008
+ "video_frame_idx": 439,
2009
+ "frame_index": 439,
2010
+ "clamped_pixel_count": 8
2011
+ },
2012
+ {
2013
+ "video_frame_idx": 440,
2014
+ "frame_index": 440,
2015
+ "clamped_pixel_count": 6
2016
+ },
2017
+ {
2018
+ "video_frame_idx": 441,
2019
+ "frame_index": 441,
2020
+ "clamped_pixel_count": 3
2021
+ },
2022
+ {
2023
+ "video_frame_idx": 442,
2024
+ "frame_index": 442,
2025
+ "clamped_pixel_count": 19
2026
+ },
2027
+ {
2028
+ "video_frame_idx": 443,
2029
+ "frame_index": 443,
2030
+ "clamped_pixel_count": 4
2031
+ },
2032
+ {
2033
+ "video_frame_idx": 444,
2034
+ "frame_index": 444,
2035
+ "clamped_pixel_count": 4
2036
+ },
2037
+ {
2038
+ "video_frame_idx": 445,
2039
+ "frame_index": 445,
2040
+ "clamped_pixel_count": 7
2041
+ },
2042
+ {
2043
+ "video_frame_idx": 446,
2044
+ "frame_index": 446,
2045
+ "clamped_pixel_count": 3
2046
+ },
2047
+ {
2048
+ "video_frame_idx": 447,
2049
+ "frame_index": 447,
2050
+ "clamped_pixel_count": 98
2051
+ },
2052
+ {
2053
+ "video_frame_idx": 448,
2054
+ "frame_index": 448,
2055
+ "clamped_pixel_count": 2
2056
+ },
2057
+ {
2058
+ "video_frame_idx": 449,
2059
+ "frame_index": 449,
2060
+ "clamped_pixel_count": 3
2061
+ },
2062
+ {
2063
+ "video_frame_idx": 453,
2064
+ "frame_index": 453,
2065
+ "clamped_pixel_count": 170
2066
+ },
2067
+ {
2068
+ "video_frame_idx": 454,
2069
+ "frame_index": 454,
2070
+ "clamped_pixel_count": 12
2071
+ },
2072
+ {
2073
+ "video_frame_idx": 455,
2074
+ "frame_index": 455,
2075
+ "clamped_pixel_count": 9
2076
+ },
2077
+ {
2078
+ "video_frame_idx": 456,
2079
+ "frame_index": 456,
2080
+ "clamped_pixel_count": 3
2081
+ },
2082
+ {
2083
+ "video_frame_idx": 457,
2084
+ "frame_index": 457,
2085
+ "clamped_pixel_count": 8
2086
+ },
2087
+ {
2088
+ "video_frame_idx": 458,
2089
+ "frame_index": 458,
2090
+ "clamped_pixel_count": 5
2091
+ },
2092
+ {
2093
+ "video_frame_idx": 459,
2094
+ "frame_index": 459,
2095
+ "clamped_pixel_count": 9
2096
+ },
2097
+ {
2098
+ "video_frame_idx": 460,
2099
+ "frame_index": 460,
2100
+ "clamped_pixel_count": 5
2101
+ },
2102
+ {
2103
+ "video_frame_idx": 461,
2104
+ "frame_index": 461,
2105
+ "clamped_pixel_count": 6
2106
+ },
2107
+ {
2108
+ "video_frame_idx": 462,
2109
+ "frame_index": 462,
2110
+ "clamped_pixel_count": 45
2111
+ },
2112
+ {
2113
+ "video_frame_idx": 463,
2114
+ "frame_index": 463,
2115
+ "clamped_pixel_count": 4
2116
+ },
2117
+ {
2118
+ "video_frame_idx": 464,
2119
+ "frame_index": 464,
2120
+ "clamped_pixel_count": 4
2121
+ },
2122
+ {
2123
+ "video_frame_idx": 465,
2124
+ "frame_index": 465,
2125
+ "clamped_pixel_count": 3
2126
+ },
2127
+ {
2128
+ "video_frame_idx": 466,
2129
+ "frame_index": 466,
2130
+ "clamped_pixel_count": 2
2131
+ },
2132
+ {
2133
+ "video_frame_idx": 467,
2134
+ "frame_index": 467,
2135
+ "clamped_pixel_count": 4
2136
+ },
2137
+ {
2138
+ "video_frame_idx": 468,
2139
+ "frame_index": 468,
2140
+ "clamped_pixel_count": 2
2141
+ },
2142
+ {
2143
+ "video_frame_idx": 470,
2144
+ "frame_index": 470,
2145
+ "clamped_pixel_count": 1
2146
+ },
2147
+ {
2148
+ "video_frame_idx": 471,
2149
+ "frame_index": 471,
2150
+ "clamped_pixel_count": 2
2151
+ },
2152
+ {
2153
+ "video_frame_idx": 472,
2154
+ "frame_index": 472,
2155
+ "clamped_pixel_count": 9
2156
+ },
2157
+ {
2158
+ "video_frame_idx": 473,
2159
+ "frame_index": 473,
2160
+ "clamped_pixel_count": 4
2161
+ },
2162
+ {
2163
+ "video_frame_idx": 474,
2164
+ "frame_index": 474,
2165
+ "clamped_pixel_count": 101
2166
+ },
2167
+ {
2168
+ "video_frame_idx": 475,
2169
+ "frame_index": 475,
2170
+ "clamped_pixel_count": 113
2171
+ },
2172
+ {
2173
+ "video_frame_idx": 476,
2174
+ "frame_index": 476,
2175
+ "clamped_pixel_count": 30
2176
+ },
2177
+ {
2178
+ "video_frame_idx": 478,
2179
+ "frame_index": 478,
2180
+ "clamped_pixel_count": 3
2181
+ },
2182
+ {
2183
+ "video_frame_idx": 480,
2184
+ "frame_index": 480,
2185
+ "clamped_pixel_count": 34
2186
+ },
2187
+ {
2188
+ "video_frame_idx": 481,
2189
+ "frame_index": 481,
2190
+ "clamped_pixel_count": 2
2191
+ },
2192
+ {
2193
+ "video_frame_idx": 482,
2194
+ "frame_index": 482,
2195
+ "clamped_pixel_count": 13
2196
+ },
2197
+ {
2198
+ "video_frame_idx": 484,
2199
+ "frame_index": 484,
2200
+ "clamped_pixel_count": 6
2201
+ },
2202
+ {
2203
+ "video_frame_idx": 485,
2204
+ "frame_index": 485,
2205
+ "clamped_pixel_count": 11
2206
+ },
2207
+ {
2208
+ "video_frame_idx": 486,
2209
+ "frame_index": 486,
2210
+ "clamped_pixel_count": 16
2211
+ },
2212
+ {
2213
+ "video_frame_idx": 487,
2214
+ "frame_index": 487,
2215
+ "clamped_pixel_count": 2
2216
+ },
2217
+ {
2218
+ "video_frame_idx": 488,
2219
+ "frame_index": 488,
2220
+ "clamped_pixel_count": 3
2221
+ },
2222
+ {
2223
+ "video_frame_idx": 491,
2224
+ "frame_index": 491,
2225
+ "clamped_pixel_count": 25
2226
+ },
2227
+ {
2228
+ "video_frame_idx": 492,
2229
+ "frame_index": 492,
2230
+ "clamped_pixel_count": 29
2231
+ },
2232
+ {
2233
+ "video_frame_idx": 493,
2234
+ "frame_index": 493,
2235
+ "clamped_pixel_count": 9
2236
+ },
2237
+ {
2238
+ "video_frame_idx": 494,
2239
+ "frame_index": 494,
2240
+ "clamped_pixel_count": 3
2241
+ },
2242
+ {
2243
+ "video_frame_idx": 495,
2244
+ "frame_index": 495,
2245
+ "clamped_pixel_count": 34
2246
+ },
2247
+ {
2248
+ "video_frame_idx": 496,
2249
+ "frame_index": 496,
2250
+ "clamped_pixel_count": 2
2251
+ },
2252
+ {
2253
+ "video_frame_idx": 497,
2254
+ "frame_index": 497,
2255
+ "clamped_pixel_count": 1
2256
+ },
2257
+ {
2258
+ "video_frame_idx": 498,
2259
+ "frame_index": 498,
2260
+ "clamped_pixel_count": 1
2261
+ },
2262
+ {
2263
+ "video_frame_idx": 499,
2264
+ "frame_index": 499,
2265
+ "clamped_pixel_count": 2
2266
+ },
2267
+ {
2268
+ "video_frame_idx": 500,
2269
+ "frame_index": 500,
2270
+ "clamped_pixel_count": 1
2271
+ },
2272
+ {
2273
+ "video_frame_idx": 502,
2274
+ "frame_index": 502,
2275
+ "clamped_pixel_count": 1
2276
+ },
2277
+ {
2278
+ "video_frame_idx": 503,
2279
+ "frame_index": 503,
2280
+ "clamped_pixel_count": 2
2281
+ },
2282
+ {
2283
+ "video_frame_idx": 504,
2284
+ "frame_index": 504,
2285
+ "clamped_pixel_count": 3
2286
+ },
2287
+ {
2288
+ "video_frame_idx": 506,
2289
+ "frame_index": 506,
2290
+ "clamped_pixel_count": 3
2291
+ },
2292
+ {
2293
+ "video_frame_idx": 507,
2294
+ "frame_index": 507,
2295
+ "clamped_pixel_count": 2
2296
+ },
2297
+ {
2298
+ "video_frame_idx": 508,
2299
+ "frame_index": 508,
2300
+ "clamped_pixel_count": 2
2301
+ },
2302
+ {
2303
+ "video_frame_idx": 511,
2304
+ "frame_index": 511,
2305
+ "clamped_pixel_count": 2
2306
+ },
2307
+ {
2308
+ "video_frame_idx": 513,
2309
+ "frame_index": 513,
2310
+ "clamped_pixel_count": 4
2311
+ },
2312
+ {
2313
+ "video_frame_idx": 514,
2314
+ "frame_index": 514,
2315
+ "clamped_pixel_count": 3
2316
+ },
2317
+ {
2318
+ "video_frame_idx": 515,
2319
+ "frame_index": 515,
2320
+ "clamped_pixel_count": 5
2321
+ },
2322
+ {
2323
+ "video_frame_idx": 516,
2324
+ "frame_index": 516,
2325
+ "clamped_pixel_count": 265
2326
+ },
2327
+ {
2328
+ "video_frame_idx": 517,
2329
+ "frame_index": 517,
2330
+ "clamped_pixel_count": 15
2331
+ },
2332
+ {
2333
+ "video_frame_idx": 518,
2334
+ "frame_index": 518,
2335
+ "clamped_pixel_count": 5
2336
+ },
2337
+ {
2338
+ "video_frame_idx": 519,
2339
+ "frame_index": 519,
2340
+ "clamped_pixel_count": 2
2341
+ },
2342
+ {
2343
+ "video_frame_idx": 520,
2344
+ "frame_index": 520,
2345
+ "clamped_pixel_count": 2
2346
+ },
2347
+ {
2348
+ "video_frame_idx": 521,
2349
+ "frame_index": 521,
2350
+ "clamped_pixel_count": 1
2351
+ },
2352
+ {
2353
+ "video_frame_idx": 522,
2354
+ "frame_index": 522,
2355
+ "clamped_pixel_count": 1
2356
+ },
2357
+ {
2358
+ "video_frame_idx": 523,
2359
+ "frame_index": 523,
2360
+ "clamped_pixel_count": 1
2361
+ },
2362
+ {
2363
+ "video_frame_idx": 524,
2364
+ "frame_index": 524,
2365
+ "clamped_pixel_count": 3
2366
+ },
2367
+ {
2368
+ "video_frame_idx": 525,
2369
+ "frame_index": 525,
2370
+ "clamped_pixel_count": 3
2371
+ },
2372
+ {
2373
+ "video_frame_idx": 526,
2374
+ "frame_index": 526,
2375
+ "clamped_pixel_count": 53
2376
+ },
2377
+ {
2378
+ "video_frame_idx": 527,
2379
+ "frame_index": 527,
2380
+ "clamped_pixel_count": 2
2381
+ },
2382
+ {
2383
+ "video_frame_idx": 528,
2384
+ "frame_index": 528,
2385
+ "clamped_pixel_count": 17
2386
+ },
2387
+ {
2388
+ "video_frame_idx": 529,
2389
+ "frame_index": 529,
2390
+ "clamped_pixel_count": 17
2391
+ },
2392
+ {
2393
+ "video_frame_idx": 530,
2394
+ "frame_index": 530,
2395
+ "clamped_pixel_count": 2
2396
+ },
2397
+ {
2398
+ "video_frame_idx": 531,
2399
+ "frame_index": 531,
2400
+ "clamped_pixel_count": 1
2401
+ },
2402
+ {
2403
+ "video_frame_idx": 533,
2404
+ "frame_index": 533,
2405
+ "clamped_pixel_count": 8
2406
+ },
2407
+ {
2408
+ "video_frame_idx": 534,
2409
+ "frame_index": 534,
2410
+ "clamped_pixel_count": 6
2411
+ },
2412
+ {
2413
+ "video_frame_idx": 535,
2414
+ "frame_index": 535,
2415
+ "clamped_pixel_count": 1
2416
+ },
2417
+ {
2418
+ "video_frame_idx": 536,
2419
+ "frame_index": 536,
2420
+ "clamped_pixel_count": 2
2421
+ },
2422
+ {
2423
+ "video_frame_idx": 539,
2424
+ "frame_index": 539,
2425
+ "clamped_pixel_count": 7
2426
+ },
2427
+ {
2428
+ "video_frame_idx": 540,
2429
+ "frame_index": 540,
2430
+ "clamped_pixel_count": 3
2431
+ },
2432
+ {
2433
+ "video_frame_idx": 541,
2434
+ "frame_index": 541,
2435
+ "clamped_pixel_count": 2
2436
+ },
2437
+ {
2438
+ "video_frame_idx": 542,
2439
+ "frame_index": 542,
2440
+ "clamped_pixel_count": 1
2441
+ },
2442
+ {
2443
+ "video_frame_idx": 545,
2444
+ "frame_index": 545,
2445
+ "clamped_pixel_count": 16
2446
+ },
2447
+ {
2448
+ "video_frame_idx": 546,
2449
+ "frame_index": 546,
2450
+ "clamped_pixel_count": 7
2451
+ },
2452
+ {
2453
+ "video_frame_idx": 547,
2454
+ "frame_index": 547,
2455
+ "clamped_pixel_count": 5
2456
+ },
2457
+ {
2458
+ "video_frame_idx": 548,
2459
+ "frame_index": 548,
2460
+ "clamped_pixel_count": 33
2461
+ },
2462
+ {
2463
+ "video_frame_idx": 550,
2464
+ "frame_index": 550,
2465
+ "clamped_pixel_count": 1
2466
+ },
2467
+ {
2468
+ "video_frame_idx": 551,
2469
+ "frame_index": 551,
2470
+ "clamped_pixel_count": 1
2471
+ },
2472
+ {
2473
+ "video_frame_idx": 552,
2474
+ "frame_index": 552,
2475
+ "clamped_pixel_count": 2
2476
+ },
2477
+ {
2478
+ "video_frame_idx": 553,
2479
+ "frame_index": 553,
2480
+ "clamped_pixel_count": 4
2481
+ },
2482
+ {
2483
+ "video_frame_idx": 554,
2484
+ "frame_index": 554,
2485
+ "clamped_pixel_count": 11
2486
+ },
2487
+ {
2488
+ "video_frame_idx": 555,
2489
+ "frame_index": 555,
2490
+ "clamped_pixel_count": 8
2491
+ },
2492
+ {
2493
+ "video_frame_idx": 556,
2494
+ "frame_index": 556,
2495
+ "clamped_pixel_count": 9
2496
+ },
2497
+ {
2498
+ "video_frame_idx": 557,
2499
+ "frame_index": 557,
2500
+ "clamped_pixel_count": 105
2501
+ },
2502
+ {
2503
+ "video_frame_idx": 558,
2504
+ "frame_index": 558,
2505
+ "clamped_pixel_count": 1269
2506
+ },
2507
+ {
2508
+ "video_frame_idx": 559,
2509
+ "frame_index": 559,
2510
+ "clamped_pixel_count": 5
2511
+ },
2512
+ {
2513
+ "video_frame_idx": 560,
2514
+ "frame_index": 560,
2515
+ "clamped_pixel_count": 6
2516
+ },
2517
+ {
2518
+ "video_frame_idx": 561,
2519
+ "frame_index": 561,
2520
+ "clamped_pixel_count": 1
2521
+ },
2522
+ {
2523
+ "video_frame_idx": 563,
2524
+ "frame_index": 563,
2525
+ "clamped_pixel_count": 8
2526
+ },
2527
+ {
2528
+ "video_frame_idx": 564,
2529
+ "frame_index": 564,
2530
+ "clamped_pixel_count": 21
2531
+ },
2532
+ {
2533
+ "video_frame_idx": 565,
2534
+ "frame_index": 565,
2535
+ "clamped_pixel_count": 31
2536
+ },
2537
+ {
2538
+ "video_frame_idx": 566,
2539
+ "frame_index": 566,
2540
+ "clamped_pixel_count": 6
2541
+ },
2542
+ {
2543
+ "video_frame_idx": 567,
2544
+ "frame_index": 567,
2545
+ "clamped_pixel_count": 21
2546
+ },
2547
+ {
2548
+ "video_frame_idx": 568,
2549
+ "frame_index": 568,
2550
+ "clamped_pixel_count": 17
2551
+ },
2552
+ {
2553
+ "video_frame_idx": 569,
2554
+ "frame_index": 569,
2555
+ "clamped_pixel_count": 41
2556
+ },
2557
+ {
2558
+ "video_frame_idx": 570,
2559
+ "frame_index": 570,
2560
+ "clamped_pixel_count": 12
2561
+ },
2562
+ {
2563
+ "video_frame_idx": 571,
2564
+ "frame_index": 571,
2565
+ "clamped_pixel_count": 14
2566
+ },
2567
+ {
2568
+ "video_frame_idx": 572,
2569
+ "frame_index": 572,
2570
+ "clamped_pixel_count": 11
2571
+ },
2572
+ {
2573
+ "video_frame_idx": 573,
2574
+ "frame_index": 573,
2575
+ "clamped_pixel_count": 11
2576
+ },
2577
+ {
2578
+ "video_frame_idx": 574,
2579
+ "frame_index": 574,
2580
+ "clamped_pixel_count": 18
2581
+ },
2582
+ {
2583
+ "video_frame_idx": 575,
2584
+ "frame_index": 575,
2585
+ "clamped_pixel_count": 21
2586
+ },
2587
+ {
2588
+ "video_frame_idx": 576,
2589
+ "frame_index": 576,
2590
+ "clamped_pixel_count": 22
2591
+ },
2592
+ {
2593
+ "video_frame_idx": 577,
2594
+ "frame_index": 577,
2595
+ "clamped_pixel_count": 39
2596
+ },
2597
+ {
2598
+ "video_frame_idx": 578,
2599
+ "frame_index": 578,
2600
+ "clamped_pixel_count": 47
2601
+ },
2602
+ {
2603
+ "video_frame_idx": 579,
2604
+ "frame_index": 579,
2605
+ "clamped_pixel_count": 34
2606
+ },
2607
+ {
2608
+ "video_frame_idx": 580,
2609
+ "frame_index": 580,
2610
+ "clamped_pixel_count": 35
2611
+ },
2612
+ {
2613
+ "video_frame_idx": 581,
2614
+ "frame_index": 581,
2615
+ "clamped_pixel_count": 42
2616
+ },
2617
+ {
2618
+ "video_frame_idx": 582,
2619
+ "frame_index": 582,
2620
+ "clamped_pixel_count": 45
2621
+ },
2622
+ {
2623
+ "video_frame_idx": 583,
2624
+ "frame_index": 583,
2625
+ "clamped_pixel_count": 54
2626
+ },
2627
+ {
2628
+ "video_frame_idx": 584,
2629
+ "frame_index": 584,
2630
+ "clamped_pixel_count": 39
2631
+ },
2632
+ {
2633
+ "video_frame_idx": 585,
2634
+ "frame_index": 585,
2635
+ "clamped_pixel_count": 57
2636
+ },
2637
+ {
2638
+ "video_frame_idx": 586,
2639
+ "frame_index": 586,
2640
+ "clamped_pixel_count": 33
2641
+ },
2642
+ {
2643
+ "video_frame_idx": 587,
2644
+ "frame_index": 587,
2645
+ "clamped_pixel_count": 33
2646
+ },
2647
+ {
2648
+ "video_frame_idx": 588,
2649
+ "frame_index": 588,
2650
+ "clamped_pixel_count": 32
2651
+ },
2652
+ {
2653
+ "video_frame_idx": 589,
2654
+ "frame_index": 589,
2655
+ "clamped_pixel_count": 25
2656
+ },
2657
+ {
2658
+ "video_frame_idx": 590,
2659
+ "frame_index": 590,
2660
+ "clamped_pixel_count": 24
2661
+ },
2662
+ {
2663
+ "video_frame_idx": 591,
2664
+ "frame_index": 591,
2665
+ "clamped_pixel_count": 25
2666
+ },
2667
+ {
2668
+ "video_frame_idx": 592,
2669
+ "frame_index": 592,
2670
+ "clamped_pixel_count": 29
2671
+ },
2672
+ {
2673
+ "video_frame_idx": 593,
2674
+ "frame_index": 593,
2675
+ "clamped_pixel_count": 31
2676
+ },
2677
+ {
2678
+ "video_frame_idx": 594,
2679
+ "frame_index": 594,
2680
+ "clamped_pixel_count": 33
2681
+ },
2682
+ {
2683
+ "video_frame_idx": 595,
2684
+ "frame_index": 595,
2685
+ "clamped_pixel_count": 31
2686
+ },
2687
+ {
2688
+ "video_frame_idx": 596,
2689
+ "frame_index": 596,
2690
+ "clamped_pixel_count": 33
2691
+ },
2692
+ {
2693
+ "video_frame_idx": 597,
2694
+ "frame_index": 597,
2695
+ "clamped_pixel_count": 46
2696
+ },
2697
+ {
2698
+ "video_frame_idx": 598,
2699
+ "frame_index": 598,
2700
+ "clamped_pixel_count": 56
2701
+ },
2702
+ {
2703
+ "video_frame_idx": 599,
2704
+ "frame_index": 599,
2705
+ "clamped_pixel_count": 44
2706
+ },
2707
+ {
2708
+ "video_frame_idx": 600,
2709
+ "frame_index": 600,
2710
+ "clamped_pixel_count": 34
2711
+ },
2712
+ {
2713
+ "video_frame_idx": 601,
2714
+ "frame_index": 601,
2715
+ "clamped_pixel_count": 48
2716
+ },
2717
+ {
2718
+ "video_frame_idx": 602,
2719
+ "frame_index": 602,
2720
+ "clamped_pixel_count": 25
2721
+ },
2722
+ {
2723
+ "video_frame_idx": 603,
2724
+ "frame_index": 603,
2725
+ "clamped_pixel_count": 28
2726
+ },
2727
+ {
2728
+ "video_frame_idx": 604,
2729
+ "frame_index": 604,
2730
+ "clamped_pixel_count": 29
2731
+ },
2732
+ {
2733
+ "video_frame_idx": 605,
2734
+ "frame_index": 605,
2735
+ "clamped_pixel_count": 25
2736
+ },
2737
+ {
2738
+ "video_frame_idx": 606,
2739
+ "frame_index": 606,
2740
+ "clamped_pixel_count": 32
2741
+ },
2742
+ {
2743
+ "video_frame_idx": 607,
2744
+ "frame_index": 607,
2745
+ "clamped_pixel_count": 35
2746
+ },
2747
+ {
2748
+ "video_frame_idx": 608,
2749
+ "frame_index": 608,
2750
+ "clamped_pixel_count": 26
2751
+ },
2752
+ {
2753
+ "video_frame_idx": 609,
2754
+ "frame_index": 609,
2755
+ "clamped_pixel_count": 33
2756
+ },
2757
+ {
2758
+ "video_frame_idx": 610,
2759
+ "frame_index": 610,
2760
+ "clamped_pixel_count": 31
2761
+ },
2762
+ {
2763
+ "video_frame_idx": 611,
2764
+ "frame_index": 611,
2765
+ "clamped_pixel_count": 30
2766
+ },
2767
+ {
2768
+ "video_frame_idx": 612,
2769
+ "frame_index": 612,
2770
+ "clamped_pixel_count": 28
2771
+ },
2772
+ {
2773
+ "video_frame_idx": 613,
2774
+ "frame_index": 613,
2775
+ "clamped_pixel_count": 26
2776
+ },
2777
+ {
2778
+ "video_frame_idx": 614,
2779
+ "frame_index": 614,
2780
+ "clamped_pixel_count": 32
2781
+ },
2782
+ {
2783
+ "video_frame_idx": 615,
2784
+ "frame_index": 615,
2785
+ "clamped_pixel_count": 32
2786
+ },
2787
+ {
2788
+ "video_frame_idx": 616,
2789
+ "frame_index": 616,
2790
+ "clamped_pixel_count": 23
2791
+ },
2792
+ {
2793
+ "video_frame_idx": 617,
2794
+ "frame_index": 617,
2795
+ "clamped_pixel_count": 26
2796
+ },
2797
+ {
2798
+ "video_frame_idx": 618,
2799
+ "frame_index": 618,
2800
+ "clamped_pixel_count": 30
2801
+ },
2802
+ {
2803
+ "video_frame_idx": 619,
2804
+ "frame_index": 619,
2805
+ "clamped_pixel_count": 24
2806
+ },
2807
+ {
2808
+ "video_frame_idx": 620,
2809
+ "frame_index": 620,
2810
+ "clamped_pixel_count": 25
2811
+ },
2812
+ {
2813
+ "video_frame_idx": 621,
2814
+ "frame_index": 621,
2815
+ "clamped_pixel_count": 28
2816
+ },
2817
+ {
2818
+ "video_frame_idx": 622,
2819
+ "frame_index": 622,
2820
+ "clamped_pixel_count": 50
2821
+ },
2822
+ {
2823
+ "video_frame_idx": 623,
2824
+ "frame_index": 623,
2825
+ "clamped_pixel_count": 64
2826
+ },
2827
+ {
2828
+ "video_frame_idx": 624,
2829
+ "frame_index": 624,
2830
+ "clamped_pixel_count": 55
2831
+ },
2832
+ {
2833
+ "video_frame_idx": 625,
2834
+ "frame_index": 625,
2835
+ "clamped_pixel_count": 54
2836
+ },
2837
+ {
2838
+ "video_frame_idx": 626,
2839
+ "frame_index": 626,
2840
+ "clamped_pixel_count": 45
2841
+ },
2842
+ {
2843
+ "video_frame_idx": 627,
2844
+ "frame_index": 627,
2845
+ "clamped_pixel_count": 62
2846
+ },
2847
+ {
2848
+ "video_frame_idx": 628,
2849
+ "frame_index": 628,
2850
+ "clamped_pixel_count": 52
2851
+ },
2852
+ {
2853
+ "video_frame_idx": 629,
2854
+ "frame_index": 629,
2855
+ "clamped_pixel_count": 36
2856
+ },
2857
+ {
2858
+ "video_frame_idx": 630,
2859
+ "frame_index": 630,
2860
+ "clamped_pixel_count": 21
2861
+ },
2862
+ {
2863
+ "video_frame_idx": 631,
2864
+ "frame_index": 631,
2865
+ "clamped_pixel_count": 16
2866
+ },
2867
+ {
2868
+ "video_frame_idx": 632,
2869
+ "frame_index": 632,
2870
+ "clamped_pixel_count": 30
2871
+ },
2872
+ {
2873
+ "video_frame_idx": 633,
2874
+ "frame_index": 633,
2875
+ "clamped_pixel_count": 19
2876
+ },
2877
+ {
2878
+ "video_frame_idx": 634,
2879
+ "frame_index": 634,
2880
+ "clamped_pixel_count": 34
2881
+ },
2882
+ {
2883
+ "video_frame_idx": 635,
2884
+ "frame_index": 635,
2885
+ "clamped_pixel_count": 34
2886
+ },
2887
+ {
2888
+ "video_frame_idx": 636,
2889
+ "frame_index": 636,
2890
+ "clamped_pixel_count": 20
2891
+ },
2892
+ {
2893
+ "video_frame_idx": 637,
2894
+ "frame_index": 637,
2895
+ "clamped_pixel_count": 19
2896
+ },
2897
+ {
2898
+ "video_frame_idx": 638,
2899
+ "frame_index": 638,
2900
+ "clamped_pixel_count": 28
2901
+ },
2902
+ {
2903
+ "video_frame_idx": 639,
2904
+ "frame_index": 639,
2905
+ "clamped_pixel_count": 12
2906
+ },
2907
+ {
2908
+ "video_frame_idx": 640,
2909
+ "frame_index": 640,
2910
+ "clamped_pixel_count": 26
2911
+ },
2912
+ {
2913
+ "video_frame_idx": 641,
2914
+ "frame_index": 641,
2915
+ "clamped_pixel_count": 30
2916
+ },
2917
+ {
2918
+ "video_frame_idx": 642,
2919
+ "frame_index": 642,
2920
+ "clamped_pixel_count": 12
2921
+ },
2922
+ {
2923
+ "video_frame_idx": 643,
2924
+ "frame_index": 643,
2925
+ "clamped_pixel_count": 8
2926
+ },
2927
+ {
2928
+ "video_frame_idx": 644,
2929
+ "frame_index": 644,
2930
+ "clamped_pixel_count": 6
2931
+ },
2932
+ {
2933
+ "video_frame_idx": 645,
2934
+ "frame_index": 645,
2935
+ "clamped_pixel_count": 5
2936
+ },
2937
+ {
2938
+ "video_frame_idx": 646,
2939
+ "frame_index": 646,
2940
+ "clamped_pixel_count": 11
2941
+ },
2942
+ {
2943
+ "video_frame_idx": 647,
2944
+ "frame_index": 647,
2945
+ "clamped_pixel_count": 10
2946
+ },
2947
+ {
2948
+ "video_frame_idx": 648,
2949
+ "frame_index": 648,
2950
+ "clamped_pixel_count": 32
2951
+ },
2952
+ {
2953
+ "video_frame_idx": 649,
2954
+ "frame_index": 649,
2955
+ "clamped_pixel_count": 29
2956
+ },
2957
+ {
2958
+ "video_frame_idx": 650,
2959
+ "frame_index": 650,
2960
+ "clamped_pixel_count": 22
2961
+ },
2962
+ {
2963
+ "video_frame_idx": 651,
2964
+ "frame_index": 651,
2965
+ "clamped_pixel_count": 14
2966
+ },
2967
+ {
2968
+ "video_frame_idx": 652,
2969
+ "frame_index": 652,
2970
+ "clamped_pixel_count": 7
2971
+ },
2972
+ {
2973
+ "video_frame_idx": 653,
2974
+ "frame_index": 653,
2975
+ "clamped_pixel_count": 10
2976
+ },
2977
+ {
2978
+ "video_frame_idx": 654,
2979
+ "frame_index": 654,
2980
+ "clamped_pixel_count": 7
2981
+ },
2982
+ {
2983
+ "video_frame_idx": 655,
2984
+ "frame_index": 655,
2985
+ "clamped_pixel_count": 9
2986
+ },
2987
+ {
2988
+ "video_frame_idx": 656,
2989
+ "frame_index": 656,
2990
+ "clamped_pixel_count": 9
2991
+ },
2992
+ {
2993
+ "video_frame_idx": 657,
2994
+ "frame_index": 657,
2995
+ "clamped_pixel_count": 7
2996
+ },
2997
+ {
2998
+ "video_frame_idx": 658,
2999
+ "frame_index": 658,
3000
+ "clamped_pixel_count": 12
3001
+ },
3002
+ {
3003
+ "video_frame_idx": 659,
3004
+ "frame_index": 659,
3005
+ "clamped_pixel_count": 8
3006
+ },
3007
+ {
3008
+ "video_frame_idx": 660,
3009
+ "frame_index": 660,
3010
+ "clamped_pixel_count": 12
3011
+ }
3012
+ ]
3013
+ }
sessions/session_20260401_115938/tables/frames.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:331743202753ba3bac620c20263ccca6f11fe308b9d8da74c8a81d626bea6a66
3
- size 657071
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13dc2f43698e52eef9c29b987ed160ecc5f6e721ebda488e14502439bf36c309
3
+ size 1011857
sessions/session_20260401_115938/videos/{zed_12540311_zed_m_sn12540311_depth.mkv → zed_12540311_zed_m_sn12540311_depth_zed_sdk_neural_plus.zdepth} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1c59b3f8963a63ff81ab1cb2ebe9bbcc3849bbd63831fae42b587f80e64b70e
3
- size 5366955660
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1b0672f4a7a4a52e3d8235ee39adb8715eb8a9c2efa8828d365500a62bc532e
3
+ size 177420731
sessions/session_20260401_115938/videos/zed_12540311_zed_m_sn12540311_left_rgb.mkv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:653801304e58b2e571edf86b495ac2b0a8b4dccd39fabd0071fd558f31fdd83d
3
- size 1288026363
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:059fe37be860762a10007cbb91dd721e2411d66e9207ad669379095f7a0f9a5a
3
+ size 915404375
sessions/session_20260401_115938/videos/zed_12540311_zed_m_sn12540311_right_rgb.mkv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2de5e005cfba8be5bce5f605f75a6c14077e74c353ab74b28d49ead183db80ee
3
- size 1251375225
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9efad5f285c6274d86ffb1a265eee30372ab4098cb3002b4647435f7214c71dc
3
+ size 880669961
sessions/session_20260401_115938/videos/{zed_17736741_zed_m_sn17736741_depth.mkv → zed_17736741_zed_m_sn17736741_depth_zed_sdk_neural_plus.zdepth} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6f00281b7f6c8448523b01dae60e873694bc74b869981a0f4cd44d115f4b7a64
3
- size 5197511948
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3a315e94e19e5aff25648c56de3a16c1aaccc87b1988e685f37fc03590b3e0e
3
+ size 167181456
sessions/session_20260401_115938/videos/zed_17736741_zed_m_sn17736741_left_rgb.mkv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e3a6ab67acb48bbd16f88d1a091e5acd47bd215098f9a499c3a1dddaebc24045
3
- size 1289679610
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40ba081e61dcc9d16b524d4aa3efe18fe99b934c36ffb6956a21ed43046f64f7
3
+ size 898756296
sessions/session_20260401_115938/videos/zed_17736741_zed_m_sn17736741_right_rgb.mkv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:464bb32aa1c5c455d49d9f6355912e23b8e98157470650cd92376f56f90edaa5
3
- size 1330427035
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00ba49b4da0232a805ac70b452d321472129b3ef2029e8e5e5fa00e313998b57
3
+ size 926776808