mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 22:06:32 +00:00
27f4aceb52
- Updated the `Inference` class to replace the `get_onnx_engine_bytes` method with `download_model`, allowing for dynamic model loading based on a specified filename. - Modified the `convert_and_upload_model` method to accept `source_bytes` instead of `onnx_engine_bytes`, enhancing flexibility in model conversion. - Introduced a new property `engine_name` to the `Inference` class for better access to engine details. - Adjusted the `AIRecognitionConfig` structure to include a new method pointer `from_dict`, improving configuration handling. - Updated various test cases to reflect changes in model paths and timeout settings, ensuring consistency and reliability in testing.
35396 lines
2.0 MiB
Plaintext
35396 lines
2.0 MiB
Plaintext
[21:20:21 INFO] init AI...
|
|
[21:20:21 INFO] Downloading
|
|
[21:20:21 ERROR] LoaderHttpClient.load_big_small_resource failed: 404 Client Error: NOT FOUND for url: http://localhost:18080/load/azaion_coreml.zip
|
|
[21:20:21 ERROR] 404 Client Error: NOT FOUND for url: http://localhost:18080/load/azaion_coreml.zip
|
|
[21:20:21 INFO] Downloading
|
|
[21:20:22 INFO] Converting
|
|
[21:20:22 INFO] Converting ONNX to CoreML...
|
|
[21:20:22 ERROR] Unable to determine the type of the model, i.e. the source framework. Please provide the value of argument "source", from one of ["tensorflow", "pytorch", "milinternal"]. Note that model conversion requires the source package that generates the model. Please make sure you have the appropriate version of source package installed. E.g., if you're converting model originally trained with TensorFlow 1.14, make sure you have `tensorflow==1.14` installed.
|
|
[21:22:20 INFO] init AI...
|
|
[21:22:20 INFO] Downloading
|
|
[21:22:20 INFO] ONNX providers: ['CoreMLExecutionProvider', 'CPUExecutionProvider']
|
|
[21:22:25 INFO] AI detection model input: [<onnxruntime.capi.onnxruntime_pybind11_state.NodeArg object at 0x1101fb570>] [2, 3, 1280, 1280]
|
|
[21:22:25 INFO] Metadata: {'description': 'Ultralytics YOLO11m model trained on /azaion/datasets/azaion-2025-03-10/data.yaml', 'names': "{0: 'Armored-Vehicle', 1: 'Truck', 2: 'Vehicle', 3: 'Artillery', 4: 'Shadow', 5: 'Trenches', 6: 'Military-men', 7: 'Tyre-tracks', 8: 'Additional-armored-tank', 9: 'Smoke', 10: 'Plane', 11: 'Moto', 12: 'Camouflage-net', 13: 'Camouflage-branches', 14: 'Class-15', 15: 'Class-16', 16: 'Class-17', 17: 'Class-18', 18: 'Class-19', 19: 'Class-20', 20: 'Armored-Vehicle(Wint)', 21: 'Truck(Wint)', 22: 'Vehicle(Wint)', 23: 'Artillery(Wint)', 24: 'Shadow(Wint)', 25: 'Trenches(Wint)', 26: 'Military-men(Wint)', 27: 'Tyre-tracks(Wint)', 28: 'Additional-armored-tank(Wint)', 29: 'Smoke(Wint)', 30: 'Plane(Wint)', 31: 'Moto(Wint)', 32: 'Camouflage-net(Wint)', 33: 'Camouflage-branches(Wint)', 34: 'Class-35', 35: 'Class-36', 36: 'Class-37', 37: 'Class-38', 38: 'Class-39', 39: 'Class-40', 40: 'Armored-Vehicle(Night)', 41: 'Truck(Night)', 42: 'Vehicle(Night)', 43: 'Artillery(Night)', 44: 'Shadow(Night)', 45: 'Trenches(Night)', 46: 'Military-men(Night)', 47: 'Tyre-tracks(Night)', 48: 'Additional-armored-tank(Night)', 49: 'Smoke(Night)', 50: 'Plane(Night)', 51: 'Moto(Night)', 52: 'Camouflage-net(Night)', 53: 'Camouflage-branches(Night)', 54: 'Class-55', 55: 'Class-56', 56: 'Class-57', 57: 'Class-58', 58: 'Class-59', 59: 'Class-60', 60: 'Class-61', 61: 'Class-62', 62: 'Class-63', 63: 'Class-64', 64: 'Class-65', 65: 'Class-66', 66: 'Class-67', 67: 'Class-68', 68: 'Class-69', 69: 'Class-70', 70: 'Class-71', 71: 'Class-72', 72: 'Class-73', 73: 'Class-74', 74: 'Class-75', 75: 'Class-76', 76: 'Class-77', 77: 'Class-78', 78: 'Class-79', 79: 'Class-80'}", 'task': 'detect', 'license': 'AGPL-3.0 License (https://ultralytics.com/license)', 'date': '2025-03-20T12:43:41.933109', 'batch': '2', 'version': '8.3.86', 'docs': 'https://docs.ultralytics.com', 'author': 'Ultralytics', 'stride': '32', 'imgsz': '[1280, 1280]', 'args': "{'batch': 2, 'half': False, 'dynamic': False, 'simplify': True, 'opset': None, 'nms': True}"}
|
|
[21:22:25 INFO] CoreML active — creating CPU fallback session
|
|
[21:22:26 INFO] Enabled
|
|
[21:22:27 INFO] init AI...
|
|
[21:22:28 INFO] init AI...
|
|
[21:22:28 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[21:22:28 INFO] ground sampling distance: 0.3059895833333333
|
|
[21:22:28 INFO] Initial ann: image_small_000000: class: 0 78.0% (0.47, 0.21) (0.14, 0.19)
|
|
[21:22:28 INFO] Removed (53.854173670212425 42.90069448761642) > 8. class: ArmorVehicle
|
|
[21:22:28 INFO] Initial ann: image_small_000000: class: 0 78.0% (0.47, 0.21) (0.14, 0.19)
|
|
[21:22:28 INFO] Removed (53.854173670212425 42.90069448761642) > 8. class: ArmorVehicle
|
|
[21:22:28 INFO] init AI...
|
|
[21:22:28 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4...
|
|
[21:22:28 INFO] Video: 7500 frames, 25.0 fps, 2560x1440
|
|
[21:22:28 INFO] Video batch 1: frame 8/7500 (0%)
|
|
[21:22:32 INFO] Video batch 2: frame 16/7500 (0%)
|
|
[21:22:33 INFO] Video batch 2: 2 detections from postprocess
|
|
[21:22:33 INFO] Video frame video_short01_000004: 1 dets, valid=True
|
|
[21:22:33 INFO] Video frame video_short01_000005: 1 dets, valid=True
|
|
[21:22:33 INFO] Video batch 3: frame 24/7500 (0%)
|
|
[21:22:33 INFO] Video batch 3: 2 detections from postprocess
|
|
[21:22:33 INFO] Video frame video_short01_000007: 1 dets, valid=True
|
|
[21:22:33 INFO] Video frame video_short01_000009: 1 dets, valid=True
|
|
[21:22:33 INFO] Video batch 4: frame 32/7500 (0%)
|
|
[21:22:34 INFO] Video batch 4: 2 detections from postprocess
|
|
[21:22:34 INFO] Video frame video_short01_000010: 1 dets, valid=True
|
|
[21:22:34 INFO] Video frame video_short01_000012: 1 dets, valid=True
|
|
[21:22:34 INFO] Video batch 5: frame 40/7500 (0%)
|
|
[21:22:34 INFO] Video batch 5: 2 detections from postprocess
|
|
[21:22:34 INFO] Video frame video_short01_000013: 1 dets, valid=True
|
|
[21:22:34 INFO] Video frame video_short01_000015: 1 dets, valid=True
|
|
[21:22:34 INFO] Video batch 6: frame 48/7500 (0%)
|
|
[21:22:34 INFO] Video batch 6: 2 detections from postprocess
|
|
[21:22:34 INFO] Video frame video_short01_000017: 1 dets, valid=True
|
|
[21:22:35 INFO] Video frame video_short01_000018: 1 dets, valid=True
|
|
[21:22:35 INFO] Video batch 7: frame 56/7500 (0%)
|
|
[21:22:35 INFO] Video batch 7: 2 detections from postprocess
|
|
[21:22:35 INFO] Video frame video_short01_000020: 1 dets, valid=True
|
|
[21:22:35 INFO] Video frame video_short01_000021: 1 dets, valid=True
|
|
[21:22:35 INFO] Video batch 8: frame 64/7500 (0%)
|
|
[21:22:35 INFO] Video batch 8: 2 detections from postprocess
|
|
[21:22:35 INFO] Video frame video_short01_000023: 1 dets, valid=True
|
|
[21:22:35 INFO] Video frame video_short01_000025: 1 dets, valid=True
|
|
[21:22:35 INFO] Video batch 9: frame 72/7500 (0%)
|
|
[21:22:36 INFO] Video batch 9: 2 detections from postprocess
|
|
[21:22:36 INFO] Video frame video_short01_000026: 1 dets, valid=True
|
|
[21:22:36 INFO] Video frame video_short01_000028: 1 dets, valid=True
|
|
[21:22:36 INFO] Video batch 10: frame 80/7500 (1%)
|
|
[21:22:36 INFO] Video batch 10: 2 detections from postprocess
|
|
[21:22:36 INFO] Video frame video_short01_000030: 1 dets, valid=True
|
|
[21:22:36 INFO] Video frame video_short01_000031: 1 dets, valid=True
|
|
[21:22:36 INFO] Video batch 11: frame 88/7500 (1%)
|
|
[21:22:36 INFO] Video batch 11: 3 detections from postprocess
|
|
[21:22:36 INFO] Video frame video_short01_000033: 1 dets, valid=True
|
|
[21:22:36 INFO] Video frame video_short01_000034: 2 dets, valid=True
|
|
[21:22:36 INFO] Video batch 12: frame 96/7500 (1%)
|
|
[21:22:40 INFO] Video batch 13: frame 104/7500 (1%)
|
|
[21:22:43 INFO] Video batch 13: 1 detections from postprocess
|
|
[21:22:43 INFO] Video frame video_short01_000041: 1 dets, valid=True
|
|
[21:22:43 INFO] Video batch 14: frame 112/7500 (1%)
|
|
[21:22:44 INFO] Video batch 14: 2 detections from postprocess
|
|
[21:22:44 INFO] Video frame video_short01_000042: 1 dets, valid=True
|
|
[21:22:44 INFO] Video frame video_short01_000044: 1 dets, valid=True
|
|
[21:22:44 INFO] Video batch 15: frame 120/7500 (1%)
|
|
[21:22:44 INFO] Video batch 15: 2 detections from postprocess
|
|
[21:22:44 INFO] Video frame video_short01_000045: 1 dets, valid=True
|
|
[21:22:44 INFO] Video frame video_short01_000047: 1 dets, valid=True
|
|
[21:22:44 INFO] Video batch 16: frame 128/7500 (1%)
|
|
[21:22:45 INFO] Video batch 16: 2 detections from postprocess
|
|
[21:22:45 INFO] Video frame video_short01_000049: 1 dets, valid=True
|
|
[21:22:45 INFO] Video frame video_short01_000050: 1 dets, valid=True
|
|
[21:22:45 INFO] Video batch 17: frame 136/7500 (1%)
|
|
[21:22:45 INFO] Video batch 17: 2 detections from postprocess
|
|
[21:22:45 INFO] Video frame video_short01_000052: 1 dets, valid=True
|
|
[21:22:45 INFO] Video frame video_short01_000053: 1 dets, valid=True
|
|
[21:22:45 INFO] Video batch 18: frame 144/7500 (1%)
|
|
[21:22:45 INFO] Video batch 18: 2 detections from postprocess
|
|
[21:22:45 INFO] Video frame video_short01_000055: 1 dets, valid=True
|
|
[21:22:45 INFO] Video frame video_short01_000057: 1 dets, valid=True
|
|
[21:22:45 INFO] Video batch 19: frame 152/7500 (2%)
|
|
[21:22:49 INFO] Video batch 20: frame 160/7500 (2%)
|
|
[21:22:52 INFO] Video batch 21: frame 168/7500 (2%)
|
|
[21:22:55 INFO] Video batch 21: 1 detections from postprocess
|
|
[21:22:55 INFO] Video frame video_short01_000066: 1 dets, valid=True
|
|
[21:22:55 INFO] Video batch 22: frame 176/7500 (2%)
|
|
[21:22:57 INFO] Video batch 22: 1 detections from postprocess
|
|
[21:22:57 INFO] Video frame video_short01_000068: 1 dets, valid=True
|
|
[21:22:58 INFO] Video batch 23: frame 184/7500 (2%)
|
|
[21:23:00 INFO] Video batch 23: 1 detections from postprocess
|
|
[21:23:00 INFO] Video frame video_short01_000073: 1 dets, valid=True
|
|
[21:23:00 INFO] Video batch 24: frame 192/7500 (2%)
|
|
[21:23:01 INFO] Video batch 24: 2 detections from postprocess
|
|
[21:23:01 INFO] Video frame video_short01_000074: 1 dets, valid=True
|
|
[21:23:01 INFO] Video frame video_short01_000076: 1 dets, valid=True
|
|
[21:23:01 INFO] Video batch 25: frame 200/7500 (2%)
|
|
[21:23:01 INFO] Video batch 25: 2 detections from postprocess
|
|
[21:23:01 INFO] Video frame video_short01_000077: 1 dets, valid=True
|
|
[21:23:01 INFO] Video frame video_short01_000079: 1 dets, valid=True
|
|
[21:23:01 INFO] Video batch 26: frame 208/7500 (2%)
|
|
[21:23:02 INFO] Video batch 26: 2 detections from postprocess
|
|
[21:23:02 INFO] Video frame video_short01_000081: 1 dets, valid=True
|
|
[21:23:02 INFO] Video frame video_short01_000082: 1 dets, valid=True
|
|
[21:23:02 INFO] Video batch 27: frame 216/7500 (2%)
|
|
[21:23:02 INFO] Video batch 27: 2 detections from postprocess
|
|
[21:23:02 INFO] Video frame video_short01_000084: 1 dets, valid=True
|
|
[21:23:02 INFO] Video frame video_short01_000085: 1 dets, valid=True
|
|
[21:23:02 INFO] Video batch 28: frame 224/7500 (2%)
|
|
[21:23:03 INFO] Video batch 28: 2 detections from postprocess
|
|
[21:23:03 INFO] Video frame video_short01_000087: 1 dets, valid=True
|
|
[21:23:03 INFO] Video frame video_short01_000089: 1 dets, valid=True
|
|
[21:23:03 INFO] Video batch 29: frame 232/7500 (3%)
|
|
[21:23:03 INFO] Video batch 29: 2 detections from postprocess
|
|
[21:23:03 INFO] Video frame video_short01_000090: 1 dets, valid=True
|
|
[21:23:03 INFO] Video frame video_short01_000092: 1 dets, valid=True
|
|
[21:23:03 INFO] Video batch 30: frame 240/7500 (3%)
|
|
[21:23:03 INFO] Video batch 30: 2 detections from postprocess
|
|
[21:23:03 INFO] Video frame video_short01_000093: 1 dets, valid=True
|
|
[21:23:03 INFO] Video frame video_short01_000095: 1 dets, valid=True
|
|
[21:23:03 INFO] Video batch 31: frame 248/7500 (3%)
|
|
[21:23:04 INFO] Video batch 31: 2 detections from postprocess
|
|
[21:23:04 INFO] Video frame video_short01_000097: 1 dets, valid=True
|
|
[21:23:04 INFO] Video frame video_short01_000098: 1 dets, valid=True
|
|
[21:23:04 INFO] Video batch 32: frame 256/7500 (3%)
|
|
[21:23:04 INFO] Video batch 32: 2 detections from postprocess
|
|
[21:23:04 INFO] Video frame video_short01_000100: 1 dets, valid=True
|
|
[21:23:04 INFO] Video frame video_short01_000101: 1 dets, valid=True
|
|
[21:23:04 INFO] Video batch 33: frame 264/7500 (3%)
|
|
[21:23:04 INFO] Video batch 33: 2 detections from postprocess
|
|
[21:23:04 INFO] Video frame video_short01_000103: 1 dets, valid=True
|
|
[21:23:04 INFO] Video frame video_short01_000105: 1 dets, valid=True
|
|
[21:23:04 INFO] Video batch 34: frame 272/7500 (3%)
|
|
[21:23:05 INFO] Video batch 34: 2 detections from postprocess
|
|
[21:23:05 INFO] Video frame video_short01_000106: 1 dets, valid=True
|
|
[21:23:05 INFO] Video frame video_short01_000108: 1 dets, valid=True
|
|
[21:23:05 INFO] Video batch 35: frame 280/7500 (3%)
|
|
[21:23:05 INFO] Video batch 35: 2 detections from postprocess
|
|
[21:23:05 INFO] Video frame video_short01_000110: 1 dets, valid=True
|
|
[21:23:05 INFO] Video frame video_short01_000111: 1 dets, valid=True
|
|
[21:23:05 INFO] Video batch 36: frame 288/7500 (3%)
|
|
[21:23:05 INFO] Video batch 36: 2 detections from postprocess
|
|
[21:23:05 INFO] Video frame video_short01_000113: 1 dets, valid=True
|
|
[21:23:06 INFO] Video frame video_short01_000114: 1 dets, valid=True
|
|
[21:23:06 INFO] Video batch 37: frame 296/7500 (3%)
|
|
[21:23:06 INFO] Video batch 37: 2 detections from postprocess
|
|
[21:23:06 INFO] Video frame video_short01_000116: 1 dets, valid=True
|
|
[21:23:06 INFO] Video frame video_short01_000117: 1 dets, valid=True
|
|
[21:23:06 INFO] Video batch 38: frame 304/7500 (4%)
|
|
[21:23:09 INFO] Video batch 38: 1 detections from postprocess
|
|
[21:23:09 INFO] Video frame video_short01_000121: 1 dets, valid=True
|
|
[21:23:09 INFO] Video batch 39: frame 312/7500 (4%)
|
|
[21:23:12 INFO] Video batch 40: frame 320/7500 (4%)
|
|
[21:23:15 INFO] Video batch 41: frame 328/7500 (4%)
|
|
[21:23:18 INFO] Video batch 42: frame 336/7500 (4%)
|
|
[21:23:21 INFO] Video batch 43: frame 344/7500 (4%)
|
|
[21:23:24 INFO] Video batch 44: frame 352/7500 (4%)
|
|
[21:23:27 INFO] Video batch 44: 1 detections from postprocess
|
|
[21:23:27 INFO] Video frame video_short01_000140: 1 dets, valid=True
|
|
[21:23:27 INFO] Video batch 45: frame 360/7500 (4%)
|
|
[21:23:30 INFO] Video batch 46: frame 368/7500 (4%)
|
|
[21:23:33 INFO] Video batch 47: frame 376/7500 (5%)
|
|
[21:23:36 INFO] Video batch 47: 4 detections from postprocess
|
|
[21:23:36 INFO] Video frame video_short01_000150: 4 dets, valid=True
|
|
[21:23:36 INFO] Video batch 48: frame 384/7500 (5%)
|
|
[21:23:39 INFO] Video batch 48: 3 detections from postprocess
|
|
[21:23:39 INFO] Video frame video_short01_000151: 3 dets, valid=True
|
|
[21:23:39 INFO] Video batch 49: frame 392/7500 (5%)
|
|
[21:23:41 INFO] Video batch 50: frame 400/7500 (5%)
|
|
[21:23:44 INFO] Video batch 51: frame 408/7500 (5%)
|
|
[21:23:49 INFO] Video batch 52: frame 416/7500 (5%)
|
|
[21:23:52 INFO] Video batch 53: frame 424/7500 (5%)
|
|
[21:23:57 INFO] Video batch 54: frame 432/7500 (5%)
|
|
[21:24:00 INFO] Video batch 55: frame 440/7500 (5%)
|
|
[21:24:04 INFO] Video batch 56: frame 448/7500 (5%)
|
|
[21:24:07 INFO] Video batch 57: frame 456/7500 (6%)
|
|
[21:24:11 INFO] Video batch 58: frame 464/7500 (6%)
|
|
[21:24:14 INFO] Video batch 59: frame 472/7500 (6%)
|
|
[21:24:18 INFO] Video batch 60: frame 480/7500 (6%)
|
|
[21:24:22 INFO] Video batch 61: frame 488/7500 (6%)
|
|
[21:24:25 INFO] Video batch 62: frame 496/7500 (6%)
|
|
[21:24:29 INFO] Video batch 63: frame 504/7500 (6%)
|
|
[21:24:32 INFO] Video batch 64: frame 512/7500 (6%)
|
|
[21:24:34 INFO] Video batch 65: frame 520/7500 (6%)
|
|
[21:24:37 INFO] Video batch 66: frame 528/7500 (7%)
|
|
[21:24:40 INFO] Video batch 67: frame 536/7500 (7%)
|
|
[21:24:44 INFO] Video batch 68: frame 544/7500 (7%)
|
|
[21:24:47 INFO] Video batch 69: frame 552/7500 (7%)
|
|
[21:24:51 INFO] Video batch 70: frame 560/7500 (7%)
|
|
[21:24:55 INFO] Video batch 71: frame 568/7500 (7%)
|
|
[21:24:59 INFO] Video batch 72: frame 576/7500 (7%)
|
|
[21:25:04 INFO] Video batch 73: frame 584/7500 (7%)
|
|
[21:25:07 INFO] Video batch 74: frame 592/7500 (7%)
|
|
[21:25:10 INFO] Video batch 75: frame 600/7500 (8%)
|
|
[21:25:13 INFO] Video batch 76: frame 608/7500 (8%)
|
|
[21:25:16 INFO] Video batch 77: frame 616/7500 (8%)
|
|
[21:25:19 INFO] Video batch 78: frame 624/7500 (8%)
|
|
[21:25:23 INFO] Video batch 79: frame 632/7500 (8%)
|
|
[21:25:26 INFO] Video batch 80: frame 640/7500 (8%)
|
|
[21:25:29 INFO] Video batch 81: frame 648/7500 (8%)
|
|
[21:25:31 INFO] Video batch 82: frame 656/7500 (8%)
|
|
[21:25:34 INFO] Video batch 83: frame 664/7500 (8%)
|
|
[21:25:37 INFO] Video batch 84: frame 672/7500 (8%)
|
|
[21:25:41 INFO] Video batch 85: frame 680/7500 (9%)
|
|
[21:25:44 INFO] Video batch 86: frame 688/7500 (9%)
|
|
[21:25:47 INFO] Video batch 87: frame 696/7500 (9%)
|
|
[21:25:50 INFO] Video batch 88: frame 704/7500 (9%)
|
|
[21:25:53 INFO] Video batch 89: frame 712/7500 (9%)
|
|
[21:25:56 INFO] Video batch 90: frame 720/7500 (9%)
|
|
[21:25:59 INFO] Video batch 91: frame 728/7500 (9%)
|
|
[21:26:02 INFO] Video batch 92: frame 736/7500 (9%)
|
|
[21:26:04 INFO] Video batch 93: frame 744/7500 (9%)
|
|
[21:26:07 INFO] Video batch 94: frame 752/7500 (10%)
|
|
[21:26:11 INFO] Video batch 95: frame 760/7500 (10%)
|
|
[21:26:14 INFO] Video batch 95: 1 detections from postprocess
|
|
[21:26:14 INFO] Video frame video_short01_000303: 1 dets, valid=True
|
|
[21:26:14 INFO] Video batch 96: frame 768/7500 (10%)
|
|
[21:26:15 INFO] Video batch 96: 2 detections from postprocess
|
|
[21:26:15 INFO] Video frame video_short01_000305: 1 dets, valid=True
|
|
[21:26:15 INFO] Video frame video_short01_000306: 1 dets, valid=True
|
|
[21:26:15 INFO] Video batch 97: frame 776/7500 (10%)
|
|
[21:26:15 INFO] Video batch 97: 2 detections from postprocess
|
|
[21:26:15 INFO] Video frame video_short01_000308: 1 dets, valid=True
|
|
[21:26:15 INFO] Video frame video_short01_000310: 1 dets, valid=True
|
|
[21:26:15 INFO] Video batch 98: frame 784/7500 (10%)
|
|
[21:26:15 INFO] Video batch 98: 2 detections from postprocess
|
|
[21:26:15 INFO] Video frame video_short01_000311: 1 dets, valid=True
|
|
[21:26:15 INFO] Video frame video_short01_000313: 1 dets, valid=True
|
|
[21:26:15 INFO] Video batch 99: frame 792/7500 (10%)
|
|
[21:26:16 INFO] Video batch 99: 2 detections from postprocess
|
|
[21:26:16 INFO] Video frame video_short01_000314: 1 dets, valid=True
|
|
[21:26:16 INFO] Video frame video_short01_000316: 1 dets, valid=True
|
|
[21:26:16 INFO] Video batch 100: frame 800/7500 (10%)
|
|
[21:26:16 INFO] Video batch 100: 2 detections from postprocess
|
|
[21:26:16 INFO] Video frame video_short01_000317: 1 dets, valid=True
|
|
[21:26:16 INFO] Video frame video_short01_000319: 1 dets, valid=True
|
|
[21:26:16 INFO] Video batch 101: frame 808/7500 (10%)
|
|
[21:26:16 INFO] Video batch 101: 2 detections from postprocess
|
|
[21:26:16 INFO] Video frame video_short01_000321: 1 dets, valid=True
|
|
[21:26:16 INFO] Video frame video_short01_000322: 1 dets, valid=True
|
|
[21:26:16 INFO] Video batch 102: frame 816/7500 (10%)
|
|
[21:26:17 INFO] Video batch 102: 2 detections from postprocess
|
|
[21:26:17 INFO] Video frame video_short01_000324: 1 dets, valid=True
|
|
[21:26:17 INFO] Video frame video_short01_000325: 1 dets, valid=True
|
|
[21:26:17 INFO] Video batch 103: frame 824/7500 (10%)
|
|
[21:26:17 INFO] Video batch 103: 2 detections from postprocess
|
|
[21:26:17 INFO] Video frame video_short01_000327: 1 dets, valid=True
|
|
[21:26:17 INFO] Video frame video_short01_000329: 1 dets, valid=True
|
|
[21:26:17 INFO] Video batch 104: frame 832/7500 (11%)
|
|
[21:26:20 INFO] Video batch 105: frame 840/7500 (11%)
|
|
[21:26:22 INFO] Video batch 106: frame 848/7500 (11%)
|
|
[21:26:25 INFO] Video batch 107: frame 856/7500 (11%)
|
|
[21:26:27 INFO] Video batch 108: frame 864/7500 (11%)
|
|
[21:26:30 INFO] Video batch 109: frame 872/7500 (11%)
|
|
[21:26:33 INFO] Video batch 110: frame 880/7500 (11%)
|
|
[21:26:35 INFO] Video batch 111: frame 888/7500 (11%)
|
|
[21:26:38 INFO] Video batch 112: frame 896/7500 (11%)
|
|
[21:26:40 INFO] Video batch 113: frame 904/7500 (12%)
|
|
[21:26:42 INFO] Video batch 114: frame 912/7500 (12%)
|
|
[21:26:45 INFO] Video batch 115: frame 920/7500 (12%)
|
|
[21:26:48 INFO] Video batch 116: frame 928/7500 (12%)
|
|
[21:26:51 INFO] Video batch 117: frame 936/7500 (12%)
|
|
[21:26:53 INFO] Video batch 118: frame 944/7500 (12%)
|
|
[21:26:56 INFO] Video batch 119: frame 952/7500 (12%)
|
|
[21:26:59 INFO] Video batch 120: frame 960/7500 (12%)
|
|
[21:27:02 INFO] Video batch 120: 1 detections from postprocess
|
|
[21:27:02 INFO] Video frame video_short01_000383: 1 dets, valid=True
|
|
[21:27:02 INFO] Video batch 121: frame 968/7500 (12%)
|
|
[21:27:05 INFO] Video batch 122: frame 976/7500 (13%)
|
|
[21:27:07 INFO] Video batch 123: frame 984/7500 (13%)
|
|
[21:27:10 INFO] Video batch 124: frame 992/7500 (13%)
|
|
[21:27:13 INFO] Video batch 125: frame 1000/7500 (13%)
|
|
[21:27:15 INFO] Video batch 126: frame 1008/7500 (13%)
|
|
[21:27:18 INFO] Video batch 126: 1 detections from postprocess
|
|
[21:27:18 INFO] Video frame video_short01_000401: 1 dets, valid=True
|
|
[21:27:18 INFO] Video batch 127: frame 1016/7500 (13%)
|
|
[21:27:21 INFO] Video batch 128: frame 1024/7500 (13%)
|
|
[21:27:24 INFO] Video batch 129: frame 1032/7500 (13%)
|
|
[21:27:26 INFO] Video batch 130: frame 1040/7500 (13%)
|
|
[21:27:29 INFO] Video batch 130: 1 detections from postprocess
|
|
[21:27:29 INFO] Video frame video_short01_000413: 1 dets, valid=True
|
|
[21:27:29 INFO] Video batch 131: frame 1048/7500 (13%)
|
|
[21:27:32 INFO] Video batch 131: 1 detections from postprocess
|
|
[21:27:32 INFO] Video frame video_short01_000418: 1 dets, valid=True
|
|
[21:27:32 INFO] Video batch 132: frame 1056/7500 (14%)
|
|
[21:27:33 INFO] Video batch 132: 2 detections from postprocess
|
|
[21:27:33 INFO] Video frame video_short01_000420: 1 dets, valid=True
|
|
[21:27:33 INFO] Video frame video_short01_000421: 1 dets, valid=True
|
|
[21:27:33 INFO] Video batch 133: frame 1064/7500 (14%)
|
|
[21:27:34 INFO] Video batch 133: 2 detections from postprocess
|
|
[21:27:34 INFO] Video frame video_short01_000423: 1 dets, valid=True
|
|
[21:27:34 INFO] Video frame video_short01_000425: 1 dets, valid=True
|
|
[21:27:34 INFO] Video batch 134: frame 1072/7500 (14%)
|
|
[21:27:34 INFO] Video batch 134: 3 detections from postprocess
|
|
[21:27:34 INFO] Video frame video_short01_000426: 2 dets, valid=True
|
|
[21:27:34 INFO] Video frame video_short01_000428: 1 dets, valid=True
|
|
[21:27:34 INFO] Video batch 135: frame 1080/7500 (14%)
|
|
[21:27:38 INFO] Video batch 136: frame 1088/7500 (14%)
|
|
[21:27:42 INFO] Video batch 137: frame 1096/7500 (14%)
|
|
[21:27:45 INFO] Video batch 138: frame 1104/7500 (14%)
|
|
[21:27:48 INFO] Video batch 139: frame 1112/7500 (14%)
|
|
[21:27:52 INFO] Video batch 140: frame 1120/7500 (14%)
|
|
[21:27:55 INFO] Video batch 141: frame 1128/7500 (15%)
|
|
[21:27:59 INFO] Video batch 142: frame 1136/7500 (15%)
|
|
[21:28:02 INFO] Video batch 143: frame 1144/7500 (15%)
|
|
[21:28:05 INFO] Video batch 144: frame 1152/7500 (15%)
|
|
[21:28:09 INFO] Video batch 144: 1 detections from postprocess
|
|
[21:28:09 INFO] Video frame video_short01_000458: 1 dets, valid=True
|
|
[21:28:09 INFO] Video batch 145: frame 1160/7500 (15%)
|
|
[21:28:12 INFO] Video batch 146: frame 1168/7500 (15%)
|
|
[21:28:15 INFO] Video batch 146: 1 detections from postprocess
|
|
[21:28:15 INFO] Video frame video_short01_000466: 1 dets, valid=True
|
|
[21:28:15 INFO] Video batch 147: frame 1176/7500 (15%)
|
|
[21:28:18 INFO] Video batch 148: frame 1184/7500 (15%)
|
|
[21:28:21 INFO] Video batch 149: frame 1192/7500 (15%)
|
|
[21:28:21 INFO] Video batch 149: 2 detections from postprocess
|
|
[21:28:21 INFO] Video frame video_short01_000474: 1 dets, valid=True
|
|
[21:28:21 INFO] Video frame video_short01_000476: 1 dets, valid=True
|
|
[21:28:21 INFO] Video batch 150: frame 1200/7500 (16%)
|
|
[21:28:24 INFO] Video batch 150: 1 detections from postprocess
|
|
[21:28:24 INFO] Video frame video_short01_000477: 1 dets, valid=True
|
|
[21:28:24 INFO] Video batch 151: frame 1208/7500 (16%)
|
|
[21:28:26 INFO] Video batch 152: frame 1216/7500 (16%)
|
|
[21:28:29 INFO] Video batch 152: 1 detections from postprocess
|
|
[21:28:29 INFO] Video frame video_short01_000485: 1 dets, valid=True
|
|
[21:28:29 INFO] Video batch 153: frame 1224/7500 (16%)
|
|
[21:28:30 INFO] Video batch 153: 3 detections from postprocess
|
|
[21:28:30 INFO] Video frame video_short01_000487: 2 dets, valid=True
|
|
[21:28:30 INFO] Video frame video_short01_000489: 1 dets, valid=True
|
|
[21:28:30 INFO] Video batch 154: frame 1232/7500 (16%)
|
|
[21:28:30 INFO] Video batch 154: 2 detections from postprocess
|
|
[21:28:30 INFO] Video frame video_short01_000490: 1 dets, valid=True
|
|
[21:28:30 INFO] Video frame video_short01_000492: 1 dets, valid=True
|
|
[21:28:30 INFO] Video batch 155: frame 1240/7500 (16%)
|
|
[21:28:33 INFO] Video batch 155: 1 detections from postprocess
|
|
[21:28:33 INFO] Video frame video_short01_000493: 1 dets, valid=True
|
|
[21:28:33 INFO] Video batch 156: frame 1248/7500 (16%)
|
|
[21:28:36 INFO] Video batch 157: frame 1256/7500 (16%)
|
|
[21:28:38 INFO] Video batch 158: frame 1264/7500 (16%)
|
|
[21:28:41 INFO] Video batch 159: frame 1272/7500 (16%)
|
|
[21:28:44 INFO] Video batch 160: frame 1280/7500 (17%)
|
|
[21:28:46 INFO] Video batch 161: frame 1288/7500 (17%)
|
|
[21:28:49 INFO] Video batch 162: frame 1296/7500 (17%)
|
|
[21:28:53 INFO] Video batch 163: frame 1304/7500 (17%)
|
|
[21:28:56 INFO] Video batch 164: frame 1312/7500 (17%)
|
|
[21:28:58 INFO] Video batch 165: frame 1320/7500 (17%)
|
|
[21:29:02 INFO] Video batch 166: frame 1328/7500 (17%)
|
|
[21:29:04 INFO] Video batch 167: frame 1336/7500 (17%)
|
|
[21:29:07 INFO] Video batch 168: frame 1344/7500 (17%)
|
|
[21:29:11 INFO] Video batch 169: frame 1352/7500 (18%)
|
|
[21:29:15 INFO] Video batch 170: frame 1360/7500 (18%)
|
|
[21:29:20 INFO] Video batch 171: frame 1368/7500 (18%)
|
|
[21:29:25 INFO] Video batch 172: frame 1376/7500 (18%)
|
|
[21:29:29 INFO] Video batch 173: frame 1384/7500 (18%)
|
|
[21:29:33 INFO] Video batch 174: frame 1392/7500 (18%)
|
|
[21:29:37 INFO] Video batch 175: frame 1400/7500 (18%)
|
|
[21:29:41 INFO] Video batch 176: frame 1408/7500 (18%)
|
|
[21:29:44 INFO] Video batch 177: frame 1416/7500 (18%)
|
|
[21:29:47 INFO] Video batch 178: frame 1424/7500 (18%)
|
|
[21:29:50 INFO] Video batch 179: frame 1432/7500 (19%)
|
|
[21:29:53 INFO] Video batch 180: frame 1440/7500 (19%)
|
|
[21:29:55 INFO] Video batch 181: frame 1448/7500 (19%)
|
|
[21:29:59 INFO] Video batch 182: frame 1456/7500 (19%)
|
|
[21:30:02 INFO] Video batch 183: frame 1464/7500 (19%)
|
|
[21:30:05 INFO] Video batch 184: frame 1472/7500 (19%)
|
|
[21:30:09 INFO] Video batch 185: frame 1480/7500 (19%)
|
|
[21:30:14 INFO] Video batch 186: frame 1488/7500 (19%)
|
|
[21:30:19 INFO] Video batch 187: frame 1496/7500 (19%)
|
|
[21:30:23 INFO] Video batch 188: frame 1504/7500 (20%)
|
|
[21:30:27 INFO] Video batch 189: frame 1512/7500 (20%)
|
|
[21:30:31 INFO] Video batch 190: frame 1520/7500 (20%)
|
|
[21:30:34 INFO] Video batch 191: frame 1528/7500 (20%)
|
|
[21:30:38 INFO] Video batch 192: frame 1536/7500 (20%)
|
|
[21:30:41 INFO] Video batch 193: frame 1544/7500 (20%)
|
|
[21:30:44 INFO] Video batch 193: 1 detections from postprocess
|
|
[21:30:44 INFO] Video frame video_short01_001017: 1 dets, valid=True
|
|
[21:30:44 INFO] Video batch 194: frame 1552/7500 (20%)
|
|
[21:30:47 INFO] Video batch 195: frame 1560/7500 (20%)
|
|
[21:30:50 INFO] Video batch 196: frame 1568/7500 (20%)
|
|
[21:30:54 INFO] Video batch 197: frame 1576/7500 (21%)
|
|
[21:30:56 INFO] Video batch 198: frame 1584/7500 (21%)
|
|
[21:30:59 INFO] Video batch 199: frame 1592/7500 (21%)
|
|
[21:31:02 INFO] Video batch 200: frame 1600/7500 (21%)
|
|
[21:31:04 INFO] Video batch 200: 1 detections from postprocess
|
|
[21:31:04 INFO] Video frame video_short01_001039: 1 dets, valid=True
|
|
[21:31:04 INFO] Video batch 201: frame 1608/7500 (21%)
|
|
[21:31:07 INFO] Video batch 201: 1 detections from postprocess
|
|
[21:31:07 INFO] Video frame video_short01_001041: 1 dets, valid=True
|
|
[21:31:07 INFO] Video batch 202: frame 1616/7500 (21%)
|
|
[21:31:10 INFO] Video batch 203: frame 1624/7500 (21%)
|
|
[21:31:12 INFO] Video batch 204: frame 1632/7500 (21%)
|
|
[21:31:15 INFO] Video batch 205: frame 1640/7500 (21%)
|
|
[21:31:18 INFO] Video batch 206: frame 1648/7500 (21%)
|
|
[21:31:21 INFO] Video batch 207: frame 1656/7500 (22%)
|
|
[21:31:24 INFO] Video batch 208: frame 1664/7500 (22%)
|
|
[21:31:26 INFO] Video batch 209: frame 1672/7500 (22%)
|
|
[21:31:29 INFO] Video batch 210: frame 1680/7500 (22%)
|
|
[21:31:32 INFO] Video batch 211: frame 1688/7500 (22%)
|
|
[21:31:35 INFO] Video batch 212: frame 1696/7500 (22%)
|
|
[21:31:37 INFO] Video batch 213: frame 1704/7500 (22%)
|
|
[21:31:40 INFO] Video batch 214: frame 1712/7500 (22%)
|
|
[21:31:43 INFO] Video batch 215: frame 1720/7500 (22%)
|
|
[21:31:45 INFO] Video batch 216: frame 1728/7500 (23%)
|
|
[21:31:48 INFO] Video batch 217: frame 1736/7500 (23%)
|
|
[21:31:51 INFO] Video batch 218: frame 1744/7500 (23%)
|
|
[21:31:54 INFO] Video batch 219: frame 1752/7500 (23%)
|
|
[21:31:57 INFO] Video batch 219: 1 detections from postprocess
|
|
[21:31:57 INFO] Video frame video_short01_001100: 1 dets, valid=True
|
|
[21:31:58 INFO] Video batch 220: frame 1760/7500 (23%)
|
|
[21:31:58 INFO] Video batch 220: 2 detections from postprocess
|
|
[21:31:58 INFO] Video frame video_short01_001101: 1 dets, valid=True
|
|
[21:31:58 INFO] Video frame video_short01_001103: 1 dets, valid=True
|
|
[21:31:58 INFO] Video batch 221: frame 1768/7500 (23%)
|
|
[21:31:59 INFO] Video batch 221: 2 detections from postprocess
|
|
[21:31:59 INFO] Video frame video_short01_001105: 1 dets, valid=True
|
|
[21:31:59 INFO] Video frame video_short01_001106: 1 dets, valid=True
|
|
[21:31:59 INFO] Video batch 222: frame 1776/7500 (23%)
|
|
[21:31:59 INFO] Video batch 222: 2 detections from postprocess
|
|
[21:31:59 INFO] Video frame video_short01_001108: 1 dets, valid=True
|
|
[21:31:59 INFO] Video frame video_short01_001110: 1 dets, valid=True
|
|
[21:31:59 INFO] Video batch 223: frame 1784/7500 (23%)
|
|
[21:31:59 INFO] Video batch 223: 2 detections from postprocess
|
|
[21:31:59 INFO] Video frame video_short01_001111: 1 dets, valid=True
|
|
[21:31:59 INFO] Video frame video_short01_001113: 1 dets, valid=True
|
|
[21:32:00 INFO] Video batch 224: frame 1792/7500 (23%)
|
|
[21:32:03 INFO] Video batch 225: frame 1800/7500 (24%)
|
|
[21:32:07 INFO] Video batch 226: frame 1808/7500 (24%)
|
|
[21:32:11 INFO] Video batch 227: frame 1816/7500 (24%)
|
|
[21:32:14 INFO] Video batch 228: frame 1824/7500 (24%)
|
|
[21:32:19 INFO] Video batch 229: frame 1832/7500 (24%)
|
|
[21:32:22 INFO] Video batch 230: frame 1840/7500 (24%)
|
|
[21:32:25 INFO] Video batch 231: frame 1848/7500 (24%)
|
|
[21:32:28 INFO] Video batch 232: frame 1856/7500 (24%)
|
|
[21:32:31 INFO] Video batch 233: frame 1864/7500 (24%)
|
|
[21:32:34 INFO] Video batch 234: frame 1872/7500 (24%)
|
|
[21:32:37 INFO] Video batch 235: frame 1880/7500 (25%)
|
|
[21:32:40 INFO] Video batch 235: 1 detections from postprocess
|
|
[21:32:40 INFO] Video frame video_short01_001151: 1 dets, valid=True
|
|
[21:32:40 INFO] Video batch 236: frame 1888/7500 (25%)
|
|
[21:32:43 INFO] Video batch 237: frame 1896/7500 (25%)
|
|
[21:32:46 INFO] Video batch 238: frame 1904/7500 (25%)
|
|
[21:32:49 INFO] Video batch 239: frame 1912/7500 (25%)
|
|
[21:32:51 INFO] Video batch 240: frame 1920/7500 (25%)
|
|
[21:32:54 INFO] Video batch 241: frame 1928/7500 (25%)
|
|
[21:32:57 INFO] Video batch 242: frame 1936/7500 (25%)
|
|
[21:33:00 INFO] Video batch 243: frame 1944/7500 (25%)
|
|
[21:33:03 INFO] Video batch 244: frame 1952/7500 (26%)
|
|
[21:33:06 INFO] Video batch 245: frame 1960/7500 (26%)
|
|
[21:33:09 INFO] Video batch 246: frame 1968/7500 (26%)
|
|
[21:33:13 INFO] Video batch 247: frame 1976/7500 (26%)
|
|
[21:33:16 INFO] Video batch 248: frame 1984/7500 (26%)
|
|
[21:33:19 INFO] Video batch 249: frame 1992/7500 (26%)
|
|
[21:33:23 INFO] Video batch 250: frame 2000/7500 (26%)
|
|
[21:33:26 INFO] Video batch 251: frame 2008/7500 (26%)
|
|
[21:33:29 INFO] Video batch 252: frame 2016/7500 (26%)
|
|
[21:33:33 INFO] Video batch 253: frame 2024/7500 (26%)
|
|
[21:33:35 INFO] Video batch 254: frame 2032/7500 (27%)
|
|
[21:33:39 INFO] Video batch 255: frame 2040/7500 (27%)
|
|
[21:33:42 INFO] Video batch 256: frame 2048/7500 (27%)
|
|
[21:33:45 INFO] Video batch 257: frame 2056/7500 (27%)
|
|
[21:33:48 INFO] Video batch 258: frame 2064/7500 (27%)
|
|
[21:33:52 INFO] Video batch 259: frame 2072/7500 (27%)
|
|
[21:33:55 INFO] Video batch 260: frame 2080/7500 (27%)
|
|
[21:34:06 INFO] Video batch 261: frame 2088/7500 (27%)
|
|
[21:34:15 INFO] Video batch 262: frame 2096/7500 (27%)
|
|
[21:34:22 INFO] Video batch 263: frame 2104/7500 (28%)
|
|
[21:34:29 INFO] Video batch 264: frame 2112/7500 (28%)
|
|
[21:34:37 INFO] Video batch 265: frame 2120/7500 (28%)
|
|
[21:34:45 INFO] Video batch 266: frame 2128/7500 (28%)
|
|
[21:34:49 INFO] Video batch 267: frame 2136/7500 (28%)
|
|
[21:34:52 INFO] Video batch 268: frame 2144/7500 (28%)
|
|
[21:34:56 INFO] Video batch 269: frame 2152/7500 (28%)
|
|
[21:34:59 INFO] Video batch 270: frame 2160/7500 (28%)
|
|
[21:35:04 INFO] Video batch 271: frame 2168/7500 (28%)
|
|
[21:35:07 INFO] Video batch 272: frame 2176/7500 (29%)
|
|
[21:35:10 INFO] Video batch 273: frame 2184/7500 (29%)
|
|
[21:35:13 INFO] Video batch 274: frame 2192/7500 (29%)
|
|
[21:35:16 INFO] Video batch 275: frame 2200/7500 (29%)
|
|
[21:35:19 INFO] Video batch 276: frame 2208/7500 (29%)
|
|
[21:35:22 INFO] Video batch 277: frame 2216/7500 (29%)
|
|
[21:35:26 INFO] Video batch 278: frame 2224/7500 (29%)
|
|
[21:35:29 INFO] Video batch 279: frame 2232/7500 (29%)
|
|
[21:35:32 INFO] Video batch 280: frame 2240/7500 (29%)
|
|
[21:35:35 INFO] Video batch 281: frame 2248/7500 (29%)
|
|
[21:35:38 INFO] Video batch 282: frame 2256/7500 (30%)
|
|
[21:35:41 INFO] Video batch 283: frame 2264/7500 (30%)
|
|
[21:35:42 INFO] Video batch 283: 2 detections from postprocess
|
|
[21:35:42 INFO] Video frame video_short01_001303: 1 dets, valid=True
|
|
[21:35:42 INFO] Video frame video_short01_001305: 1 dets, valid=True
|
|
[21:35:42 INFO] Video batch 284: frame 2272/7500 (30%)
|
|
[21:35:45 INFO] Video batch 285: frame 2280/7500 (30%)
|
|
[21:35:48 INFO] Video batch 285: 1 detections from postprocess
|
|
[21:35:48 INFO] Video frame video_short01_001310: 1 dets, valid=True
|
|
[21:35:48 INFO] Video batch 286: frame 2288/7500 (30%)
|
|
[21:35:51 INFO] Video batch 287: frame 2296/7500 (30%)
|
|
[21:35:54 INFO] Video batch 288: frame 2304/7500 (30%)
|
|
[21:35:57 INFO] Video batch 288: 1 detections from postprocess
|
|
[21:35:57 INFO] Video frame video_short01_001319: 1 dets, valid=True
|
|
[21:35:58 INFO] Video batch 289: frame 2312/7500 (30%)
|
|
[21:36:03 INFO] Video batch 289: 1 detections from postprocess
|
|
[21:36:03 INFO] Video frame video_short01_001324: 1 dets, valid=True
|
|
[21:36:03 INFO] Video batch 290: frame 2320/7500 (30%)
|
|
[21:36:06 INFO] Video batch 291: frame 2328/7500 (31%)
|
|
[21:36:12 INFO] Video batch 292: frame 2336/7500 (31%)
|
|
[21:36:17 INFO] Video batch 293: frame 2344/7500 (31%)
|
|
[21:36:21 INFO] Video batch 294: frame 2352/7500 (31%)
|
|
[21:36:25 INFO] Video batch 294: 1 detections from postprocess
|
|
[21:36:25 INFO] Video frame video_short01_001340: 1 dets, valid=True
|
|
[21:36:25 INFO] Video batch 295: frame 2360/7500 (31%)
|
|
[21:36:29 INFO] Video batch 296: frame 2368/7500 (31%)
|
|
[21:36:33 INFO] Video batch 297: frame 2376/7500 (31%)
|
|
[21:36:40 INFO] Video batch 297: 1 detections from postprocess
|
|
[21:36:40 INFO] Video frame video_short01_001350: 1 dets, valid=True
|
|
[21:36:40 INFO] Video batch 298: frame 2384/7500 (31%)
|
|
[21:36:46 INFO] Video batch 298: 1 detections from postprocess
|
|
[21:36:46 INFO] Video frame video_short01_001351: 1 dets, valid=True
|
|
[21:36:46 INFO] Video batch 299: frame 2392/7500 (31%)
|
|
[21:36:47 INFO] Video batch 299: 2 detections from postprocess
|
|
[21:36:47 INFO] Video frame video_short01_001354: 1 dets, valid=True
|
|
[21:36:47 INFO] Video frame video_short01_001356: 1 dets, valid=True
|
|
[21:36:47 INFO] Video batch 300: frame 2400/7500 (32%)
|
|
[21:36:50 INFO] Video batch 300: 1 detections from postprocess
|
|
[21:36:50 INFO] Video frame video_short01_001359: 1 dets, valid=True
|
|
[21:36:50 INFO] Video batch 301: frame 2408/7500 (32%)
|
|
[21:36:54 INFO] Video batch 301: 1 detections from postprocess
|
|
[21:36:54 INFO] Video frame video_short01_001362: 1 dets, valid=True
|
|
[21:36:54 INFO] Video batch 302: frame 2416/7500 (32%)
|
|
[21:36:55 INFO] Video batch 302: 2 detections from postprocess
|
|
[21:36:55 INFO] Video frame video_short01_001364: 1 dets, valid=True
|
|
[21:36:55 INFO] Video frame video_short01_001365: 1 dets, valid=True
|
|
[21:36:55 INFO] Video batch 303: frame 2424/7500 (32%)
|
|
[21:36:59 INFO] Video batch 304: frame 2432/7500 (32%)
|
|
[21:37:03 INFO] Video batch 305: frame 2440/7500 (32%)
|
|
[21:37:06 INFO] Video batch 306: frame 2448/7500 (32%)
|
|
[21:37:10 INFO] Video batch 307: frame 2456/7500 (32%)
|
|
[21:37:14 INFO] Video batch 308: frame 2464/7500 (32%)
|
|
[21:37:17 INFO] Video batch 309: frame 2472/7500 (32%)
|
|
[21:37:21 INFO] Video batch 310: frame 2480/7500 (33%)
|
|
[21:37:25 INFO] Video batch 311: frame 2488/7500 (33%)
|
|
[21:37:29 INFO] Video batch 312: frame 2496/7500 (33%)
|
|
[21:37:34 INFO] Video batch 313: frame 2504/7500 (33%)
|
|
[21:37:38 INFO] Video batch 314: frame 2512/7500 (33%)
|
|
[21:37:41 INFO] Video batch 315: frame 2520/7500 (33%)
|
|
[21:37:44 INFO] Video batch 316: frame 2528/7500 (33%)
|
|
[21:37:47 INFO] Video batch 317: frame 2536/7500 (33%)
|
|
[21:37:50 INFO] Video batch 318: frame 2544/7500 (33%)
|
|
[21:37:53 INFO] Video batch 319: frame 2552/7500 (34%)
|
|
[21:37:56 INFO] Video batch 320: frame 2560/7500 (34%)
|
|
[21:38:00 INFO] Video batch 321: frame 2568/7500 (34%)
|
|
[21:38:03 INFO] Video batch 322: frame 2576/7500 (34%)
|
|
[21:38:06 INFO] Video batch 323: frame 2584/7500 (34%)
|
|
[21:38:10 INFO] Video batch 324: frame 2592/7500 (34%)
|
|
[21:38:13 INFO] Video batch 325: frame 2600/7500 (34%)
|
|
[21:38:16 INFO] Video batch 326: frame 2608/7500 (34%)
|
|
[21:38:19 INFO] Video batch 327: frame 2616/7500 (34%)
|
|
[21:38:22 INFO] Video batch 328: frame 2624/7500 (34%)
|
|
[21:38:26 INFO] Video batch 329: frame 2632/7500 (35%)
|
|
[21:38:29 INFO] Video batch 330: frame 2640/7500 (35%)
|
|
[21:38:33 INFO] Video batch 331: frame 2648/7500 (35%)
|
|
[21:38:37 INFO] Video batch 332: frame 2656/7500 (35%)
|
|
[21:38:40 INFO] Video batch 333: frame 2664/7500 (35%)
|
|
[21:38:43 INFO] Video batch 334: frame 2672/7500 (35%)
|
|
[21:38:47 INFO] Video batch 335: frame 2680/7500 (35%)
|
|
[21:38:51 INFO] Video batch 336: frame 2688/7500 (35%)
|
|
[21:38:54 INFO] Video batch 337: frame 2696/7500 (35%)
|
|
[21:38:57 INFO] Video batch 338: frame 2704/7500 (36%)
|
|
[21:38:59 INFO] Video batch 339: frame 2712/7500 (36%)
|
|
[21:39:02 INFO] Video batch 339: 1 detections from postprocess
|
|
[21:39:02 INFO] Video frame video_short01_001484: 1 dets, valid=True
|
|
[21:39:02 INFO] Video batch 340: frame 2720/7500 (36%)
|
|
[21:39:02 INFO] Video batch 340: 2 detections from postprocess
|
|
[21:39:02 INFO] Video frame video_short01_001485: 1 dets, valid=True
|
|
[21:39:02 INFO] Video frame video_short01_001487: 1 dets, valid=True
|
|
[21:39:02 INFO] Video batch 341: frame 2728/7500 (36%)
|
|
[21:39:02 INFO] Video batch 341: 2 detections from postprocess
|
|
[21:39:02 INFO] Video frame video_short01_001489: 1 dets, valid=True
|
|
[21:39:03 INFO] Video frame video_short01_001490: 1 dets, valid=True
|
|
[21:39:03 INFO] Video batch 342: frame 2736/7500 (36%)
|
|
[21:39:03 INFO] Video batch 342: 2 detections from postprocess
|
|
[21:39:03 INFO] Video frame video_short01_001492: 1 dets, valid=True
|
|
[21:39:03 INFO] Video frame video_short01_001493: 1 dets, valid=True
|
|
[21:39:03 INFO] Video batch 343: frame 2744/7500 (36%)
|
|
[21:39:03 INFO] Video batch 343: 2 detections from postprocess
|
|
[21:39:03 INFO] Video frame video_short01_001495: 1 dets, valid=True
|
|
[21:39:03 INFO] Video frame video_short01_001497: 1 dets, valid=True
|
|
[21:39:03 INFO] Video batch 344: frame 2752/7500 (36%)
|
|
[21:39:04 INFO] Video batch 344: 2 detections from postprocess
|
|
[21:39:04 INFO] Video frame video_short01_001498: 1 dets, valid=True
|
|
[21:39:04 INFO] Video frame video_short01_001500: 1 dets, valid=True
|
|
[21:39:04 INFO] Video batch 345: frame 2760/7500 (36%)
|
|
[21:39:04 INFO] Video batch 345: 2 detections from postprocess
|
|
[21:39:04 INFO] Video frame video_short01_001501: 1 dets, valid=True
|
|
[21:39:04 INFO] Video frame video_short01_001503: 1 dets, valid=True
|
|
[21:39:04 INFO] Video batch 346: frame 2768/7500 (36%)
|
|
[21:39:04 INFO] Video batch 346: 2 detections from postprocess
|
|
[21:39:04 INFO] Video frame video_short01_001505: 1 dets, valid=True
|
|
[21:39:04 INFO] Video frame video_short01_001506: 1 dets, valid=True
|
|
[21:39:04 INFO] Video batch 347: frame 2776/7500 (37%)
|
|
[21:39:05 INFO] Video batch 347: 2 detections from postprocess
|
|
[21:39:05 INFO] Video frame video_short01_001508: 1 dets, valid=True
|
|
[21:39:05 INFO] Video frame video_short01_001510: 1 dets, valid=True
|
|
[21:39:05 INFO] Video batch 348: frame 2784/7500 (37%)
|
|
[21:39:05 INFO] Video batch 348: 2 detections from postprocess
|
|
[21:39:05 INFO] Video frame video_short01_001511: 1 dets, valid=True
|
|
[21:39:05 INFO] Video frame video_short01_001513: 1 dets, valid=True
|
|
[21:39:05 INFO] Video batch 349: frame 2792/7500 (37%)
|
|
[21:39:05 INFO] Video batch 349: 2 detections from postprocess
|
|
[21:39:05 INFO] Video frame video_short01_001514: 1 dets, valid=True
|
|
[21:39:05 INFO] Video frame video_short01_001516: 1 dets, valid=True
|
|
[21:39:05 INFO] Video batch 350: frame 2800/7500 (37%)
|
|
[21:39:06 INFO] Video batch 350: 2 detections from postprocess
|
|
[21:39:06 INFO] Video frame video_short01_001517: 1 dets, valid=True
|
|
[21:39:06 INFO] Video frame video_short01_001519: 1 dets, valid=True
|
|
[21:39:06 INFO] Video batch 351: frame 2808/7500 (37%)
|
|
[21:39:06 INFO] Video batch 351: 2 detections from postprocess
|
|
[21:39:06 INFO] Video frame video_short01_001521: 1 dets, valid=True
|
|
[21:39:06 INFO] Video frame video_short01_001522: 1 dets, valid=True
|
|
[21:39:06 INFO] Video batch 352: frame 2816/7500 (37%)
|
|
[21:39:06 INFO] Video batch 352: 2 detections from postprocess
|
|
[21:39:06 INFO] Video frame video_short01_001524: 1 dets, valid=True
|
|
[21:39:06 INFO] Video frame video_short01_001525: 1 dets, valid=True
|
|
[21:39:07 INFO] Video batch 353: frame 2824/7500 (37%)
|
|
[21:39:07 INFO] Video batch 353: 2 detections from postprocess
|
|
[21:39:07 INFO] Video frame video_short01_001527: 1 dets, valid=True
|
|
[21:39:07 INFO] Video frame video_short01_001529: 1 dets, valid=True
|
|
[21:39:07 INFO] Video batch 354: frame 2832/7500 (37%)
|
|
[21:39:07 INFO] Video batch 354: 2 detections from postprocess
|
|
[21:39:07 INFO] Video frame video_short01_001530: 1 dets, valid=True
|
|
[21:39:07 INFO] Video frame video_short01_001532: 1 dets, valid=True
|
|
[21:39:07 INFO] Video batch 355: frame 2840/7500 (37%)
|
|
[21:39:07 INFO] Video batch 355: 2 detections from postprocess
|
|
[21:39:07 INFO] Video frame video_short01_001533: 1 dets, valid=True
|
|
[21:39:07 INFO] Video frame video_short01_001535: 1 dets, valid=True
|
|
[21:39:07 INFO] Video batch 356: frame 2848/7500 (37%)
|
|
[21:39:08 INFO] Video batch 356: 2 detections from postprocess
|
|
[21:39:08 INFO] Video frame video_short01_001537: 1 dets, valid=True
|
|
[21:39:08 INFO] Video frame video_short01_001538: 1 dets, valid=True
|
|
[21:39:08 INFO] Video batch 357: frame 2856/7500 (38%)
|
|
[21:39:08 INFO] Video batch 357: 2 detections from postprocess
|
|
[21:39:08 INFO] Video frame video_short01_001540: 1 dets, valid=True
|
|
[21:39:08 INFO] Video frame video_short01_001541: 1 dets, valid=True
|
|
[21:39:08 INFO] Video batch 358: frame 2864/7500 (38%)
|
|
[21:39:08 INFO] Video batch 358: 2 detections from postprocess
|
|
[21:39:08 INFO] Video frame video_short01_001543: 1 dets, valid=True
|
|
[21:39:08 INFO] Video frame video_short01_001545: 1 dets, valid=True
|
|
[21:39:08 INFO] Video batch 359: frame 2872/7500 (38%)
|
|
[21:39:09 INFO] Video batch 359: 2 detections from postprocess
|
|
[21:39:09 INFO] Video frame video_short01_001546: 1 dets, valid=True
|
|
[21:39:09 INFO] Video frame video_short01_001548: 1 dets, valid=True
|
|
[21:39:09 INFO] Video batch 360: frame 2880/7500 (38%)
|
|
[21:39:09 INFO] Video batch 360: 2 detections from postprocess
|
|
[21:39:09 INFO] Video frame video_short01_001550: 1 dets, valid=True
|
|
[21:39:09 INFO] Video frame video_short01_001551: 1 dets, valid=True
|
|
[21:39:09 INFO] Video batch 361: frame 2888/7500 (38%)
|
|
[21:39:09 INFO] Video batch 361: 2 detections from postprocess
|
|
[21:39:09 INFO] Video frame video_short01_001553: 1 dets, valid=True
|
|
[21:39:09 INFO] Video frame video_short01_001554: 1 dets, valid=True
|
|
[21:39:09 INFO] Video batch 362: frame 2896/7500 (38%)
|
|
[21:39:10 INFO] Video batch 362: 2 detections from postprocess
|
|
[21:39:10 INFO] Video frame video_short01_001556: 1 dets, valid=True
|
|
[21:39:10 INFO] Video frame video_short01_001557: 1 dets, valid=True
|
|
[21:39:10 INFO] Video batch 363: frame 2904/7500 (38%)
|
|
[21:39:10 INFO] Video batch 363: 2 detections from postprocess
|
|
[21:39:10 INFO] Video frame video_short01_001559: 1 dets, valid=True
|
|
[21:39:10 INFO] Video frame video_short01_001561: 1 dets, valid=True
|
|
[21:39:10 INFO] Video batch 364: frame 2912/7500 (38%)
|
|
[21:39:11 INFO] Video batch 364: 2 detections from postprocess
|
|
[21:39:11 INFO] Video frame video_short01_001562: 1 dets, valid=True
|
|
[21:39:11 INFO] Video frame video_short01_001564: 1 dets, valid=True
|
|
[21:39:11 INFO] Video batch 365: frame 2920/7500 (38%)
|
|
[21:39:11 INFO] Video batch 365: 2 detections from postprocess
|
|
[21:39:11 INFO] Video frame video_short01_001565: 1 dets, valid=True
|
|
[21:39:11 INFO] Video frame video_short01_001567: 1 dets, valid=True
|
|
[21:39:11 INFO] Video batch 366: frame 2928/7500 (39%)
|
|
[21:39:11 INFO] Video batch 366: 2 detections from postprocess
|
|
[21:39:11 INFO] Video frame video_short01_001569: 1 dets, valid=True
|
|
[21:39:11 INFO] Video frame video_short01_001570: 1 dets, valid=True
|
|
[21:39:11 INFO] Video batch 367: frame 2936/7500 (39%)
|
|
[21:39:12 INFO] Video batch 367: 2 detections from postprocess
|
|
[21:39:12 INFO] Video frame video_short01_001572: 1 dets, valid=True
|
|
[21:39:12 INFO] Video frame video_short01_001573: 1 dets, valid=True
|
|
[21:39:12 INFO] Video batch 368: frame 2944/7500 (39%)
|
|
[21:39:12 INFO] Video batch 368: 2 detections from postprocess
|
|
[21:39:12 INFO] Video frame video_short01_001575: 1 dets, valid=True
|
|
[21:39:12 INFO] Video frame video_short01_001577: 1 dets, valid=True
|
|
[21:39:12 INFO] Video batch 369: frame 2952/7500 (39%)
|
|
[21:39:12 INFO] Video batch 369: 2 detections from postprocess
|
|
[21:39:12 INFO] Video frame video_short01_001578: 1 dets, valid=True
|
|
[21:39:12 INFO] Video frame video_short01_001580: 1 dets, valid=True
|
|
[21:39:12 INFO] Video batch 370: frame 2960/7500 (39%)
|
|
[21:39:13 INFO] Video batch 370: 2 detections from postprocess
|
|
[21:39:13 INFO] Video frame video_short01_001581: 1 dets, valid=True
|
|
[21:39:13 INFO] Video frame video_short01_001583: 1 dets, valid=True
|
|
[21:39:13 INFO] Video batch 371: frame 2968/7500 (39%)
|
|
[21:39:13 INFO] Video batch 371: 2 detections from postprocess
|
|
[21:39:13 INFO] Video frame video_short01_001585: 1 dets, valid=True
|
|
[21:39:13 INFO] Video frame video_short01_001586: 1 dets, valid=True
|
|
[21:39:13 INFO] Video batch 372: frame 2976/7500 (39%)
|
|
[21:39:13 INFO] Video batch 372: 2 detections from postprocess
|
|
[21:39:13 INFO] Video frame video_short01_001588: 1 dets, valid=True
|
|
[21:39:13 INFO] Video frame video_short01_001590: 1 dets, valid=True
|
|
[21:39:13 INFO] Video batch 373: frame 2984/7500 (39%)
|
|
[21:39:14 INFO] Video batch 373: 2 detections from postprocess
|
|
[21:39:14 INFO] Video frame video_short01_001591: 1 dets, valid=True
|
|
[21:39:14 INFO] Video frame video_short01_001593: 1 dets, valid=True
|
|
[21:39:14 INFO] Video batch 374: frame 2992/7500 (39%)
|
|
[21:39:14 INFO] Video batch 374: 2 detections from postprocess
|
|
[21:39:14 INFO] Video frame video_short01_001594: 1 dets, valid=True
|
|
[21:39:14 INFO] Video frame video_short01_001596: 1 dets, valid=True
|
|
[21:39:14 INFO] Video batch 375: frame 3000/7500 (40%)
|
|
[21:39:17 INFO] Video batch 375: 1 detections from postprocess
|
|
[21:39:17 INFO] Video frame video_short01_001597: 1 dets, valid=True
|
|
[21:39:17 INFO] Video batch 376: frame 3008/7500 (40%)
|
|
[21:39:17 INFO] Video batch 376: 2 detections from postprocess
|
|
[21:39:17 INFO] Video frame video_short01_002001: 1 dets, valid=True
|
|
[21:39:17 INFO] Video frame video_short01_002002: 1 dets, valid=True
|
|
[21:39:17 INFO] Video batch 377: frame 3016/7500 (40%)
|
|
[21:39:19 INFO] Video batch 378: frame 3024/7500 (40%)
|
|
[21:39:22 INFO] Video batch 379: frame 3032/7500 (40%)
|
|
[21:39:25 INFO] Video batch 380: frame 3040/7500 (40%)
|
|
[21:39:30 INFO] Video batch 381: frame 3048/7500 (40%)
|
|
[21:39:34 INFO] Video batch 382: frame 3056/7500 (40%)
|
|
[21:39:38 INFO] Video batch 383: frame 3064/7500 (40%)
|
|
[21:39:43 INFO] Video batch 383: 1 detections from postprocess
|
|
[21:39:43 INFO] Video frame video_short01_002025: 1 dets, valid=True
|
|
[21:39:43 INFO] Video batch 384: frame 3072/7500 (40%)
|
|
[21:39:43 INFO] Video batch 384: 2 detections from postprocess
|
|
[21:39:43 INFO] Video frame video_short01_002026: 1 dets, valid=True
|
|
[21:39:43 INFO] Video frame video_short01_002028: 1 dets, valid=True
|
|
[21:39:43 INFO] Video batch 385: frame 3080/7500 (41%)
|
|
[21:39:43 INFO] Video batch 385: 2 detections from postprocess
|
|
[21:39:43 INFO] Video frame video_short01_002030: 1 dets, valid=True
|
|
[21:39:43 INFO] Video frame video_short01_002031: 1 dets, valid=True
|
|
[21:39:43 INFO] Video batch 386: frame 3088/7500 (41%)
|
|
[21:39:46 INFO] Video batch 386: 1 detections from postprocess
|
|
[21:39:46 INFO] Video frame video_short01_002033: 1 dets, valid=True
|
|
[21:39:46 INFO] Video batch 387: frame 3096/7500 (41%)
|
|
[21:39:48 INFO] Video batch 387: 1 detections from postprocess
|
|
[21:39:48 INFO] Video frame video_short01_002037: 1 dets, valid=True
|
|
[21:39:48 INFO] Video batch 388: frame 3104/7500 (41%)
|
|
[21:39:51 INFO] Video batch 389: frame 3112/7500 (41%)
|
|
[21:39:53 INFO] Video batch 390: frame 3120/7500 (41%)
|
|
[21:39:56 INFO] Video batch 391: frame 3128/7500 (41%)
|
|
[21:39:58 INFO] Video batch 392: frame 3136/7500 (41%)
|
|
[21:40:02 INFO] Video batch 393: frame 3144/7500 (41%)
|
|
[21:40:05 INFO] Video batch 394: frame 3152/7500 (42%)
|
|
[21:40:09 INFO] Video batch 395: frame 3160/7500 (42%)
|
|
[21:40:15 INFO] Video batch 396: frame 3168/7500 (42%)
|
|
[21:40:19 INFO] Video batch 397: frame 3176/7500 (42%)
|
|
[21:40:22 INFO] Video batch 397: 1 detections from postprocess
|
|
[21:40:22 INFO] Video frame video_short01_002070: 1 dets, valid=True
|
|
[21:40:22 INFO] Video batch 398: frame 3184/7500 (42%)
|
|
[21:40:22 INFO] Video batch 398: 2 detections from postprocess
|
|
[21:40:22 INFO] Video frame video_short01_002071: 1 dets, valid=True
|
|
[21:40:22 INFO] Video frame video_short01_002073: 1 dets, valid=True
|
|
[21:40:23 INFO] Video batch 399: frame 3192/7500 (42%)
|
|
[21:40:23 INFO] Video batch 399: 2 detections from postprocess
|
|
[21:40:23 INFO] Video frame video_short01_002074: 1 dets, valid=True
|
|
[21:40:23 INFO] Video frame video_short01_002076: 1 dets, valid=True
|
|
[21:40:23 INFO] Video batch 400: frame 3200/7500 (42%)
|
|
[21:40:23 INFO] Video batch 400: 2 detections from postprocess
|
|
[21:40:23 INFO] Video frame video_short01_002077: 1 dets, valid=True
|
|
[21:40:23 INFO] Video frame video_short01_002079: 1 dets, valid=True
|
|
[21:40:23 INFO] Video batch 401: frame 3208/7500 (42%)
|
|
[21:40:24 INFO] Video batch 401: 2 detections from postprocess
|
|
[21:40:24 INFO] Video frame video_short01_002081: 1 dets, valid=True
|
|
[21:40:24 INFO] Video frame video_short01_002082: 1 dets, valid=True
|
|
[21:40:24 INFO] Video batch 402: frame 3216/7500 (42%)
|
|
[21:40:27 INFO] Video batch 402: 1 detections from postprocess
|
|
[21:40:27 INFO] Video frame video_short01_002084: 1 dets, valid=True
|
|
[21:40:27 INFO] Video batch 403: frame 3224/7500 (42%)
|
|
[21:40:31 INFO] Video batch 404: frame 3232/7500 (43%)
|
|
[21:40:35 INFO] Video batch 405: frame 3240/7500 (43%)
|
|
[21:40:39 INFO] Video batch 406: frame 3248/7500 (43%)
|
|
[21:40:43 INFO] Video batch 407: frame 3256/7500 (43%)
|
|
[21:40:46 INFO] Video batch 407: 1 detections from postprocess
|
|
[21:40:46 INFO] Video frame video_short01_002101: 1 dets, valid=True
|
|
[21:40:46 INFO] Video batch 408: frame 3264/7500 (43%)
|
|
[21:40:47 INFO] Video batch 408: 2 detections from postprocess
|
|
[21:40:47 INFO] Video frame video_short01_002103: 1 dets, valid=True
|
|
[21:40:47 INFO] Video frame video_short01_002105: 1 dets, valid=True
|
|
[21:40:47 INFO] Video batch 409: frame 3272/7500 (43%)
|
|
[21:40:47 INFO] Video batch 409: 2 detections from postprocess
|
|
[21:40:47 INFO] Video frame video_short01_002106: 1 dets, valid=True
|
|
[21:40:47 INFO] Video frame video_short01_002108: 1 dets, valid=True
|
|
[21:40:47 INFO] Video batch 410: frame 3280/7500 (43%)
|
|
[21:40:48 INFO] Video batch 410: 2 detections from postprocess
|
|
[21:40:48 INFO] Video frame video_short01_002110: 1 dets, valid=True
|
|
[21:40:48 INFO] Video frame video_short01_002111: 1 dets, valid=True
|
|
[21:40:48 INFO] Video batch 411: frame 3288/7500 (43%)
|
|
[21:40:48 INFO] Video batch 411: 2 detections from postprocess
|
|
[21:40:48 INFO] Video frame video_short01_002113: 1 dets, valid=True
|
|
[21:40:48 INFO] Video frame video_short01_002114: 1 dets, valid=True
|
|
[21:40:48 INFO] Video batch 412: frame 3296/7500 (43%)
|
|
[21:40:51 INFO] Video batch 413: frame 3304/7500 (44%)
|
|
[21:40:55 INFO] Video batch 413: 1 detections from postprocess
|
|
[21:40:55 INFO] Video frame video_short01_002121: 1 dets, valid=True
|
|
[21:40:55 INFO] Video batch 414: frame 3312/7500 (44%)
|
|
[21:40:58 INFO] Video batch 415: frame 3320/7500 (44%)
|
|
[21:40:58 INFO] Video batch 415: 2 detections from postprocess
|
|
[21:40:58 INFO] Video frame video_short01_002125: 1 dets, valid=True
|
|
[21:40:58 INFO] Video frame video_short01_002127: 1 dets, valid=True
|
|
[21:40:58 INFO] Video batch 416: frame 3328/7500 (44%)
|
|
[21:41:01 INFO] Video batch 416: 1 detections from postprocess
|
|
[21:41:01 INFO] Video frame video_short01_002130: 1 dets, valid=True
|
|
[21:41:01 INFO] Video batch 417: frame 3336/7500 (44%)
|
|
[21:41:01 INFO] Video batch 417: 2 detections from postprocess
|
|
[21:41:01 INFO] Video frame video_short01_002132: 1 dets, valid=True
|
|
[21:41:01 INFO] Video frame video_short01_002133: 1 dets, valid=True
|
|
[21:41:02 INFO] Video batch 418: frame 3344/7500 (44%)
|
|
[21:41:02 INFO] Video batch 418: 2 detections from postprocess
|
|
[21:41:02 INFO] Video frame video_short01_002135: 1 dets, valid=True
|
|
[21:41:02 INFO] Video frame video_short01_002137: 1 dets, valid=True
|
|
[21:41:02 INFO] Video batch 419: frame 3352/7500 (44%)
|
|
[21:41:05 INFO] Video batch 420: frame 3360/7500 (44%)
|
|
[21:41:08 INFO] Video batch 420: 1 detections from postprocess
|
|
[21:41:08 INFO] Video frame video_short01_002143: 1 dets, valid=True
|
|
[21:41:08 INFO] Video batch 421: frame 3368/7500 (44%)
|
|
[21:41:11 INFO] Video batch 422: frame 3376/7500 (45%)
|
|
[21:41:14 INFO] Video batch 422: 1 detections from postprocess
|
|
[21:41:14 INFO] Video frame video_short01_002150: 1 dets, valid=True
|
|
[21:41:14 INFO] Video batch 423: frame 3384/7500 (45%)
|
|
[21:41:18 INFO] Video batch 423: 1 detections from postprocess
|
|
[21:41:18 INFO] Video frame video_short01_002153: 1 dets, valid=True
|
|
[21:41:19 INFO] Video batch 424: frame 3392/7500 (45%)
|
|
[21:41:22 INFO] Video batch 424: 1 detections from postprocess
|
|
[21:41:22 INFO] Video frame video_short01_002156: 1 dets, valid=True
|
|
[21:41:22 INFO] Video batch 425: frame 3400/7500 (45%)
|
|
[21:41:24 INFO] Video batch 425: 1 detections from postprocess
|
|
[21:41:24 INFO] Video frame video_short01_002157: 1 dets, valid=True
|
|
[21:41:24 INFO] Video batch 426: frame 3408/7500 (45%)
|
|
[21:41:27 INFO] Video batch 426: 1 detections from postprocess
|
|
[21:41:27 INFO] Video frame video_short01_002162: 1 dets, valid=True
|
|
[21:41:27 INFO] Video batch 427: frame 3416/7500 (45%)
|
|
[21:41:27 INFO] Video batch 427: 2 detections from postprocess
|
|
[21:41:27 INFO] Video frame video_short01_002164: 1 dets, valid=True
|
|
[21:41:27 INFO] Video frame video_short01_002165: 1 dets, valid=True
|
|
[21:41:27 INFO] Video batch 428: frame 3424/7500 (45%)
|
|
[21:41:30 INFO] Video batch 429: frame 3432/7500 (45%)
|
|
[21:41:32 INFO] Video batch 430: frame 3440/7500 (45%)
|
|
[21:41:35 INFO] Video batch 431: frame 3448/7500 (45%)
|
|
[21:41:38 INFO] Video batch 432: frame 3456/7500 (46%)
|
|
[21:41:42 INFO] Video batch 433: frame 3464/7500 (46%)
|
|
[21:41:45 INFO] Video batch 433: 1 detections from postprocess
|
|
[21:41:45 INFO] Video frame video_short01_002185: 1 dets, valid=True
|
|
[21:41:45 INFO] Video batch 434: frame 3472/7500 (46%)
|
|
[21:41:48 INFO] Video batch 434: 1 detections from postprocess
|
|
[21:41:48 INFO] Video frame video_short01_002186: 1 dets, valid=True
|
|
[21:41:48 INFO] Video batch 435: frame 3480/7500 (46%)
|
|
[21:41:51 INFO] Video batch 436: frame 3488/7500 (46%)
|
|
[21:41:54 INFO] Video batch 437: frame 3496/7500 (46%)
|
|
[21:41:57 INFO] Video batch 438: frame 3504/7500 (46%)
|
|
[21:42:00 INFO] Video batch 439: frame 3512/7500 (46%)
|
|
[21:42:03 INFO] Video batch 440: frame 3520/7500 (46%)
|
|
[21:42:05 INFO] Video batch 441: frame 3528/7500 (47%)
|
|
[21:42:08 INFO] Video batch 442: frame 3536/7500 (47%)
|
|
[21:42:10 INFO] Video batch 443: frame 3544/7500 (47%)
|
|
[21:42:13 INFO] Video batch 444: frame 3552/7500 (47%)
|
|
[21:42:15 INFO] Video batch 445: frame 3560/7500 (47%)
|
|
[21:42:18 INFO] Video batch 446: frame 3568/7500 (47%)
|
|
[21:42:20 INFO] Video batch 447: frame 3576/7500 (47%)
|
|
[21:42:23 INFO] Video batch 448: frame 3584/7500 (47%)
|
|
[21:42:25 INFO] Video batch 449: frame 3592/7500 (47%)
|
|
[21:42:28 INFO] Video batch 450: frame 3600/7500 (48%)
|
|
[21:42:30 INFO] Video batch 451: frame 3608/7500 (48%)
|
|
[21:42:33 INFO] Video batch 452: frame 3616/7500 (48%)
|
|
[21:42:36 INFO] Video batch 453: frame 3624/7500 (48%)
|
|
[21:42:38 INFO] Video batch 454: frame 3632/7500 (48%)
|
|
[21:42:41 INFO] Video batch 455: frame 3640/7500 (48%)
|
|
[21:42:43 INFO] Video batch 456: frame 3648/7500 (48%)
|
|
[21:42:46 INFO] Video batch 457: frame 3656/7500 (48%)
|
|
[21:42:49 INFO] Video batch 458: frame 3664/7500 (48%)
|
|
[21:42:52 INFO] Video batch 459: frame 3672/7500 (48%)
|
|
[21:42:54 INFO] Video batch 460: frame 3680/7500 (49%)
|
|
[21:42:57 INFO] Video batch 461: frame 3688/7500 (49%)
|
|
[21:42:59 INFO] Video batch 462: frame 3696/7500 (49%)
|
|
[21:43:02 INFO] Video batch 463: frame 3704/7500 (49%)
|
|
[21:43:04 INFO] Video batch 464: frame 3712/7500 (49%)
|
|
[21:43:07 INFO] Video batch 465: frame 3720/7500 (49%)
|
|
[21:43:10 INFO] Video batch 466: frame 3728/7500 (49%)
|
|
[21:43:14 INFO] Video batch 467: frame 3736/7500 (49%)
|
|
[21:43:18 INFO] Video batch 467: 1 detections from postprocess
|
|
[21:43:18 INFO] Video frame video_short01_002293: 1 dets, valid=True
|
|
[21:43:18 INFO] Video batch 468: frame 3744/7500 (49%)
|
|
[21:43:18 INFO] Video batch 468: 5 detections from postprocess
|
|
[21:43:18 INFO] Video frame video_short01_002295: 1 dets, valid=True
|
|
[21:43:18 INFO] Video frame video_short01_002297: 4 dets, valid=True
|
|
[21:43:18 INFO] Video batch 469: frame 3752/7500 (50%)
|
|
[21:43:18 INFO] Video batch 469: 6 detections from postprocess
|
|
[21:43:18 INFO] Video frame video_short01_002298: 2 dets, valid=True
|
|
[21:43:18 INFO] Video frame video_short01_002300: 4 dets, valid=True
|
|
[21:43:18 INFO] Video batch 470: frame 3760/7500 (50%)
|
|
[21:43:19 INFO] Video batch 470: 8 detections from postprocess
|
|
[21:43:19 INFO] Video frame video_short01_002301: 4 dets, valid=True
|
|
[21:43:19 INFO] Video frame video_short01_002303: 4 dets, valid=True
|
|
[21:43:19 INFO] Video batch 471: frame 3768/7500 (50%)
|
|
[21:43:19 INFO] Video batch 471: 5 detections from postprocess
|
|
[21:43:19 INFO] Video frame video_short01_002305: 3 dets, valid=True
|
|
[21:43:19 INFO] Video frame video_short01_002306: 2 dets, valid=True
|
|
[21:43:19 INFO] Video batch 472: frame 3776/7500 (50%)
|
|
[21:43:19 INFO] Video batch 472: 4 detections from postprocess
|
|
[21:43:19 INFO] Video frame video_short01_002308: 2 dets, valid=True
|
|
[21:43:19 INFO] Video frame video_short01_002310: 2 dets, valid=True
|
|
[21:43:19 INFO] Video batch 473: frame 3784/7500 (50%)
|
|
[21:43:20 INFO] Video batch 473: 4 detections from postprocess
|
|
[21:43:20 INFO] Video frame video_short01_002311: 2 dets, valid=True
|
|
[21:43:20 INFO] Video frame video_short01_002313: 2 dets, valid=True
|
|
[21:43:20 INFO] Video batch 474: frame 3792/7500 (50%)
|
|
[21:43:20 INFO] Video batch 474: 4 detections from postprocess
|
|
[21:43:20 INFO] Video frame video_short01_002314: 2 dets, valid=True
|
|
[21:43:20 INFO] Video frame video_short01_002316: 2 dets, valid=True
|
|
[21:43:20 INFO] Video batch 475: frame 3800/7500 (50%)
|
|
[21:43:20 INFO] Video batch 475: 4 detections from postprocess
|
|
[21:43:20 INFO] Video frame video_short01_002317: 2 dets, valid=True
|
|
[21:43:20 INFO] Video frame video_short01_002319: 2 dets, valid=True
|
|
[21:43:20 INFO] Video batch 476: frame 3808/7500 (50%)
|
|
[21:43:21 INFO] Video batch 476: 4 detections from postprocess
|
|
[21:43:21 INFO] Video frame video_short01_002321: 2 dets, valid=True
|
|
[21:43:21 INFO] Video frame video_short01_002322: 2 dets, valid=True
|
|
[21:43:21 INFO] Video batch 477: frame 3816/7500 (50%)
|
|
[21:43:21 INFO] Video batch 477: 5 detections from postprocess
|
|
[21:43:21 INFO] Video frame video_short01_002324: 3 dets, valid=True
|
|
[21:43:21 INFO] Video frame video_short01_002325: 2 dets, valid=True
|
|
[21:43:21 INFO] Video batch 478: frame 3824/7500 (50%)
|
|
[21:43:21 INFO] Video batch 478: 4 detections from postprocess
|
|
[21:43:21 INFO] Video frame video_short01_002327: 2 dets, valid=True
|
|
[21:43:21 INFO] Video frame video_short01_002329: 2 dets, valid=True
|
|
[21:43:21 INFO] Video batch 479: frame 3832/7500 (51%)
|
|
[21:43:22 INFO] Video batch 479: 2 detections from postprocess
|
|
[21:43:22 INFO] Video frame video_short01_002330: 1 dets, valid=True
|
|
[21:43:22 INFO] Video frame video_short01_002332: 1 dets, valid=True
|
|
[21:43:22 INFO] Video batch 480: frame 3840/7500 (51%)
|
|
[21:43:22 INFO] Video batch 480: 5 detections from postprocess
|
|
[21:43:22 INFO] Video frame video_short01_002333: 3 dets, valid=True
|
|
[21:43:22 INFO] Video frame video_short01_002335: 2 dets, valid=True
|
|
[21:43:22 INFO] Video batch 481: frame 3848/7500 (51%)
|
|
[21:43:22 INFO] Video batch 481: 6 detections from postprocess
|
|
[21:43:22 INFO] Video frame video_short01_002337: 4 dets, valid=True
|
|
[21:43:22 INFO] Video frame video_short01_002338: 2 dets, valid=True
|
|
[21:43:22 INFO] Video batch 482: frame 3856/7500 (51%)
|
|
[21:43:22 INFO] Video batch 482: 8 detections from postprocess
|
|
[21:43:22 INFO] Video frame video_short01_002340: 4 dets, valid=True
|
|
[21:43:22 INFO] Video frame video_short01_002341: 4 dets, valid=True
|
|
[21:43:23 INFO] Video batch 483: frame 3864/7500 (51%)
|
|
[21:43:23 INFO] Video batch 483: 8 detections from postprocess
|
|
[21:43:23 INFO] Video frame video_short01_002343: 4 dets, valid=True
|
|
[21:43:23 INFO] Video frame video_short01_002345: 4 dets, valid=True
|
|
[21:43:23 INFO] Video batch 484: frame 3872/7500 (51%)
|
|
[21:43:23 INFO] Video batch 484: 6 detections from postprocess
|
|
[21:43:23 INFO] Video frame video_short01_002346: 3 dets, valid=True
|
|
[21:43:23 INFO] Video frame video_short01_002348: 3 dets, valid=True
|
|
[21:43:23 INFO] Video batch 485: frame 3880/7500 (51%)
|
|
[21:43:24 INFO] Video batch 485: 7 detections from postprocess
|
|
[21:43:24 INFO] Video frame video_short01_002350: 4 dets, valid=True
|
|
[21:43:24 INFO] Video frame video_short01_002351: 3 dets, valid=True
|
|
[21:43:24 INFO] Video batch 486: frame 3888/7500 (51%)
|
|
[21:43:26 INFO] Video batch 486: 4 detections from postprocess
|
|
[21:43:26 INFO] Video frame video_short01_002353: 4 dets, valid=True
|
|
[21:43:26 INFO] Video batch 487: frame 3896/7500 (51%)
|
|
[21:43:29 INFO] Video batch 488: frame 3904/7500 (52%)
|
|
[21:43:31 INFO] Video batch 489: frame 3912/7500 (52%)
|
|
[21:43:33 INFO] Video batch 490: frame 3920/7500 (52%)
|
|
[21:43:36 INFO] Video batch 491: frame 3928/7500 (52%)
|
|
[21:43:38 INFO] Video batch 492: frame 3936/7500 (52%)
|
|
[21:43:41 INFO] Video batch 493: frame 3944/7500 (52%)
|
|
[21:43:43 INFO] Video batch 494: frame 3952/7500 (52%)
|
|
[21:43:46 INFO] Video batch 495: frame 3960/7500 (52%)
|
|
[21:43:48 INFO] Video batch 496: frame 3968/7500 (52%)
|
|
[21:43:50 INFO] Video batch 497: frame 3976/7500 (53%)
|
|
[21:43:54 INFO] Video batch 498: frame 3984/7500 (53%)
|
|
[21:43:56 INFO] Video batch 499: frame 3992/7500 (53%)
|
|
[21:43:59 INFO] Video batch 500: frame 4000/7500 (53%)
|
|
[21:44:02 INFO] Video batch 501: frame 4008/7500 (53%)
|
|
[21:44:04 INFO] Video batch 502: frame 4016/7500 (53%)
|
|
[21:44:07 INFO] Video batch 503: frame 4024/7500 (53%)
|
|
[21:44:09 INFO] Video batch 504: frame 4032/7500 (53%)
|
|
[21:44:12 INFO] Video batch 505: frame 4040/7500 (53%)
|
|
[21:44:15 INFO] Video batch 506: frame 4048/7500 (53%)
|
|
[21:44:17 INFO] Video batch 507: frame 4056/7500 (54%)
|
|
[21:44:20 INFO] Video batch 508: frame 4064/7500 (54%)
|
|
[21:44:23 INFO] Video batch 509: frame 4072/7500 (54%)
|
|
[21:44:25 INFO] Video batch 510: frame 4080/7500 (54%)
|
|
[21:44:28 INFO] Video batch 511: frame 4088/7500 (54%)
|
|
[21:44:30 INFO] Video batch 512: frame 4096/7500 (54%)
|
|
[21:44:33 INFO] Video batch 512: 1 detections from postprocess
|
|
[21:44:33 INFO] Video frame video_short01_002437: 1 dets, valid=True
|
|
[21:44:33 INFO] Video batch 513: frame 4104/7500 (54%)
|
|
[21:44:36 INFO] Video batch 513: 1 detections from postprocess
|
|
[21:44:36 INFO] Video frame video_short01_002439: 1 dets, valid=True
|
|
[21:44:36 INFO] Video batch 514: frame 4112/7500 (54%)
|
|
[21:44:38 INFO] Video batch 515: frame 4120/7500 (54%)
|
|
[21:44:40 INFO] Video batch 516: frame 4128/7500 (55%)
|
|
[21:44:43 INFO] Video batch 517: frame 4136/7500 (55%)
|
|
[21:44:46 INFO] Video batch 518: frame 4144/7500 (55%)
|
|
[21:44:48 INFO] Video batch 519: frame 4152/7500 (55%)
|
|
[21:44:51 INFO] Video batch 520: frame 4160/7500 (55%)
|
|
[21:44:53 INFO] Video batch 521: frame 4168/7500 (55%)
|
|
[21:44:56 INFO] Video batch 522: frame 4176/7500 (55%)
|
|
[21:44:58 INFO] Video batch 523: frame 4184/7500 (55%)
|
|
[21:45:01 INFO] Video batch 524: frame 4192/7500 (55%)
|
|
[21:45:04 INFO] Video batch 525: frame 4200/7500 (56%)
|
|
[21:45:07 INFO] Video batch 526: frame 4208/7500 (56%)
|
|
[21:45:10 INFO] Video batch 527: frame 4216/7500 (56%)
|
|
[21:45:13 INFO] Video batch 528: frame 4224/7500 (56%)
|
|
[21:45:15 INFO] Video batch 529: frame 4232/7500 (56%)
|
|
[21:45:18 INFO] Video batch 530: frame 4240/7500 (56%)
|
|
[21:45:20 INFO] Video batch 531: frame 4248/7500 (56%)
|
|
[21:45:23 INFO] Video batch 532: frame 4256/7500 (56%)
|
|
[21:45:25 INFO] Video batch 533: frame 4264/7500 (56%)
|
|
[21:45:28 INFO] Video batch 534: frame 4272/7500 (56%)
|
|
[21:45:31 INFO] Video batch 535: frame 4280/7500 (57%)
|
|
[21:45:33 INFO] Video batch 536: frame 4288/7500 (57%)
|
|
[21:45:36 INFO] Video batch 537: frame 4296/7500 (57%)
|
|
[21:45:38 INFO] Video batch 538: frame 4304/7500 (57%)
|
|
[21:45:40 INFO] Video batch 539: frame 4312/7500 (57%)
|
|
[21:45:43 INFO] Video batch 540: frame 4320/7500 (57%)
|
|
[21:45:45 INFO] Video batch 541: frame 4328/7500 (57%)
|
|
[21:45:48 INFO] Video batch 542: frame 4336/7500 (57%)
|
|
[21:45:50 INFO] Video batch 543: frame 4344/7500 (57%)
|
|
[21:45:53 INFO] Video batch 544: frame 4352/7500 (58%)
|
|
[21:45:55 INFO] Video batch 545: frame 4360/7500 (58%)
|
|
[21:45:58 INFO] Video batch 546: frame 4368/7500 (58%)
|
|
[21:46:01 INFO] Video batch 547: frame 4376/7500 (58%)
|
|
[21:46:01 INFO] Video batch 547: 4 detections from postprocess
|
|
[21:46:01 INFO] Video frame video_short01_002548: 2 dets, valid=True
|
|
[21:46:01 INFO] Video frame video_short01_002550: 2 dets, valid=True
|
|
[21:46:02 INFO] Video batch 548: frame 4384/7500 (58%)
|
|
[21:46:02 INFO] Video batch 548: 4 detections from postprocess
|
|
[21:46:02 INFO] Video frame video_short01_002551: 2 dets, valid=True
|
|
[21:46:02 INFO] Video frame video_short01_002553: 2 dets, valid=True
|
|
[21:46:02 INFO] Video batch 549: frame 4392/7500 (58%)
|
|
[21:46:02 INFO] Video batch 549: 4 detections from postprocess
|
|
[21:46:02 INFO] Video frame video_short01_002554: 2 dets, valid=True
|
|
[21:46:02 INFO] Video frame video_short01_002556: 2 dets, valid=True
|
|
[21:46:02 INFO] Video batch 550: frame 4400/7500 (58%)
|
|
[21:46:03 INFO] Video batch 550: 5 detections from postprocess
|
|
[21:46:03 INFO] Video frame video_short01_002557: 2 dets, valid=True
|
|
[21:46:03 INFO] Video frame video_short01_002559: 3 dets, valid=True
|
|
[21:46:03 INFO] Video batch 551: frame 4408/7500 (58%)
|
|
[21:46:03 INFO] Video batch 551: 4 detections from postprocess
|
|
[21:46:03 INFO] Video frame video_short01_002561: 2 dets, valid=True
|
|
[21:46:03 INFO] Video frame video_short01_002562: 2 dets, valid=True
|
|
[21:46:03 INFO] Video batch 552: frame 4416/7500 (58%)
|
|
[21:46:03 INFO] Video batch 552: 5 detections from postprocess
|
|
[21:46:03 INFO] Video frame video_short01_002564: 3 dets, valid=True
|
|
[21:46:03 INFO] Video frame video_short01_002565: 2 dets, valid=True
|
|
[21:46:03 INFO] Video batch 553: frame 4424/7500 (58%)
|
|
[21:46:06 INFO] Video batch 553: 1 detections from postprocess
|
|
[21:46:06 INFO] Video frame video_short01_002567: 1 dets, valid=True
|
|
[21:46:06 INFO] Video batch 554: frame 4432/7500 (59%)
|
|
[21:46:09 INFO] Video batch 555: frame 4440/7500 (59%)
|
|
[21:46:12 INFO] Video batch 556: frame 4448/7500 (59%)
|
|
[21:46:14 INFO] Video batch 557: frame 4456/7500 (59%)
|
|
[21:46:17 INFO] Video batch 558: frame 4464/7500 (59%)
|
|
[21:46:19 INFO] Video batch 559: frame 4472/7500 (59%)
|
|
[21:46:22 INFO] Video batch 560: frame 4480/7500 (59%)
|
|
[21:46:24 INFO] Video batch 561: frame 4488/7500 (59%)
|
|
[21:46:27 INFO] Video batch 562: frame 4496/7500 (59%)
|
|
[21:46:30 INFO] Video batch 563: frame 4504/7500 (60%)
|
|
[21:46:33 INFO] Video batch 564: frame 4512/7500 (60%)
|
|
[21:46:35 INFO] Video batch 565: frame 4520/7500 (60%)
|
|
[21:46:38 INFO] Video batch 566: frame 4528/7500 (60%)
|
|
[21:46:40 INFO] Video batch 567: frame 4536/7500 (60%)
|
|
[21:46:43 INFO] Video batch 568: frame 4544/7500 (60%)
|
|
[21:46:46 INFO] Video batch 568: 1 detections from postprocess
|
|
[21:46:46 INFO] Video frame video_short01_003017: 1 dets, valid=True
|
|
[21:46:46 INFO] Video batch 569: frame 4552/7500 (60%)
|
|
[21:46:48 INFO] Video batch 570: frame 4560/7500 (60%)
|
|
[21:46:51 INFO] Video batch 571: frame 4568/7500 (60%)
|
|
[21:46:54 INFO] Video batch 572: frame 4576/7500 (61%)
|
|
[21:46:57 INFO] Video batch 572: 1 detections from postprocess
|
|
[21:46:57 INFO] Video frame video_short01_003028: 1 dets, valid=True
|
|
[21:46:57 INFO] Video batch 573: frame 4584/7500 (61%)
|
|
[21:47:00 INFO] Video batch 574: frame 4592/7500 (61%)
|
|
[21:47:05 INFO] Video batch 575: frame 4600/7500 (61%)
|
|
[21:47:09 INFO] Video batch 576: frame 4608/7500 (61%)
|
|
[21:47:15 INFO] Video batch 577: frame 4616/7500 (61%)
|
|
[21:47:18 INFO] Video batch 578: frame 4624/7500 (61%)
|
|
[21:47:21 INFO] Video batch 579: frame 4632/7500 (61%)
|
|
[21:47:24 INFO] Video batch 580: frame 4640/7500 (61%)
|
|
[21:47:27 INFO] Video batch 581: frame 4648/7500 (61%)
|
|
[21:47:31 INFO] Video batch 582: frame 4656/7500 (62%)
|
|
[21:47:34 INFO] Video batch 583: frame 4664/7500 (62%)
|
|
[21:47:38 INFO] Video batch 584: frame 4672/7500 (62%)
|
|
[21:47:42 INFO] Video batch 585: frame 4680/7500 (62%)
|
|
[21:47:46 INFO] Video batch 586: frame 4688/7500 (62%)
|
|
[21:47:49 INFO] Video batch 587: frame 4696/7500 (62%)
|
|
[21:47:52 INFO] Video batch 587: 1 detections from postprocess
|
|
[21:47:52 INFO] Video frame video_short01_003077: 1 dets, valid=True
|
|
[21:47:52 INFO] Video batch 588: frame 4704/7500 (62%)
|
|
[21:47:54 INFO] Video batch 589: frame 4712/7500 (62%)
|
|
[21:47:57 INFO] Video batch 590: frame 4720/7500 (62%)
|
|
[21:48:00 INFO] Video batch 591: frame 4728/7500 (63%)
|
|
[21:48:02 INFO] Video batch 592: frame 4736/7500 (63%)
|
|
[21:48:04 INFO] Video batch 593: frame 4744/7500 (63%)
|
|
[21:48:07 INFO] Video batch 594: frame 4752/7500 (63%)
|
|
[21:48:09 INFO] Video batch 594: 1 detections from postprocess
|
|
[21:48:09 INFO] Video frame video_short01_003098: 1 dets, valid=True
|
|
[21:48:09 INFO] Video batch 595: frame 4760/7500 (63%)
|
|
[21:48:12 INFO] Video batch 595: 2 detections from postprocess
|
|
[21:48:12 INFO] Video frame video_short01_003101: 2 dets, valid=True
|
|
[21:48:12 INFO] Video batch 596: frame 4768/7500 (63%)
|
|
[21:48:15 INFO] Video batch 597: frame 4776/7500 (63%)
|
|
[21:48:18 INFO] Video batch 598: frame 4784/7500 (63%)
|
|
[21:48:20 INFO] Video batch 599: frame 4792/7500 (63%)
|
|
[21:48:23 INFO] Video batch 599: 1 detections from postprocess
|
|
[21:48:23 INFO] Video frame video_short01_003116: 1 dets, valid=True
|
|
[21:48:23 INFO] Video batch 600: frame 4800/7500 (64%)
|
|
[21:48:23 INFO] Video batch 600: 5 detections from postprocess
|
|
[21:48:23 INFO] Video frame video_short01_003117: 2 dets, valid=True
|
|
[21:48:23 INFO] Video frame video_short01_003119: 3 dets, valid=True
|
|
[21:48:23 INFO] Video batch 601: frame 4808/7500 (64%)
|
|
[21:48:23 INFO] Video batch 601: 4 detections from postprocess
|
|
[21:48:23 INFO] Video frame video_short01_003121: 2 dets, valid=True
|
|
[21:48:23 INFO] Video frame video_short01_003122: 2 dets, valid=True
|
|
[21:48:23 INFO] Video batch 602: frame 4816/7500 (64%)
|
|
[21:48:24 INFO] Video batch 602: 6 detections from postprocess
|
|
[21:48:24 INFO] Video frame video_short01_003124: 3 dets, valid=True
|
|
[21:48:24 INFO] Video frame video_short01_003125: 3 dets, valid=True
|
|
[21:48:24 INFO] Video batch 603: frame 4824/7500 (64%)
|
|
[21:48:24 INFO] Video batch 603: 4 detections from postprocess
|
|
[21:48:24 INFO] Video frame video_short01_003127: 2 dets, valid=True
|
|
[21:48:24 INFO] Video frame video_short01_003129: 2 dets, valid=True
|
|
[21:48:24 INFO] Video batch 604: frame 4832/7500 (64%)
|
|
[21:48:24 INFO] Video batch 604: 5 detections from postprocess
|
|
[21:48:24 INFO] Video frame video_short01_003130: 2 dets, valid=True
|
|
[21:48:24 INFO] Video frame video_short01_003132: 3 dets, valid=True
|
|
[21:48:25 INFO] Video batch 605: frame 4840/7500 (64%)
|
|
[21:48:25 INFO] Video batch 605: 7 detections from postprocess
|
|
[21:48:25 INFO] Video frame video_short01_003133: 3 dets, valid=True
|
|
[21:48:25 INFO] Video frame video_short01_003135: 4 dets, valid=True
|
|
[21:48:25 INFO] Video batch 606: frame 4848/7500 (64%)
|
|
[21:48:25 INFO] Video batch 606: 9 detections from postprocess
|
|
[21:48:25 INFO] Video frame video_short01_003137: 4 dets, valid=True
|
|
[21:48:25 INFO] Video frame video_short01_003138: 5 dets, valid=True
|
|
[21:48:25 INFO] Video batch 607: frame 4856/7500 (64%)
|
|
[21:48:25 INFO] Video batch 607: 10 detections from postprocess
|
|
[21:48:25 INFO] Video frame video_short01_003140: 5 dets, valid=True
|
|
[21:48:25 INFO] Video frame video_short01_003141: 5 dets, valid=True
|
|
[21:48:26 INFO] Video batch 608: frame 4864/7500 (64%)
|
|
[21:48:26 INFO] Video batch 608: 11 detections from postprocess
|
|
[21:48:26 INFO] Video frame video_short01_003143: 6 dets, valid=True
|
|
[21:48:26 INFO] Video frame video_short01_003145: 5 dets, valid=True
|
|
[21:48:26 INFO] Video batch 609: frame 4872/7500 (64%)
|
|
[21:48:26 INFO] Video batch 609: 7 detections from postprocess
|
|
[21:48:26 INFO] Video frame video_short01_003146: 4 dets, valid=True
|
|
[21:48:26 INFO] Video frame video_short01_003148: 3 dets, valid=True
|
|
[21:48:26 INFO] Video batch 610: frame 4880/7500 (65%)
|
|
[21:48:27 INFO] Video batch 610: 4 detections from postprocess
|
|
[21:48:27 INFO] Video frame video_short01_003150: 2 dets, valid=True
|
|
[21:48:27 INFO] Video frame video_short01_003151: 2 dets, valid=True
|
|
[21:48:27 INFO] Video batch 611: frame 4888/7500 (65%)
|
|
[21:48:27 INFO] Video batch 611: 3 detections from postprocess
|
|
[21:48:27 INFO] Video frame video_short01_003153: 2 dets, valid=True
|
|
[21:48:27 INFO] Video frame video_short01_003154: 1 dets, valid=True
|
|
[21:48:27 INFO] Video batch 612: frame 4896/7500 (65%)
|
|
[21:48:27 INFO] Video batch 612: 2 detections from postprocess
|
|
[21:48:27 INFO] Video frame video_short01_003156: 1 dets, valid=True
|
|
[21:48:27 INFO] Video frame video_short01_003157: 1 dets, valid=True
|
|
[21:48:27 INFO] Video batch 613: frame 4904/7500 (65%)
|
|
[21:48:28 INFO] Video batch 613: 2 detections from postprocess
|
|
[21:48:28 INFO] Video frame video_short01_003159: 1 dets, valid=True
|
|
[21:48:28 INFO] Video frame video_short01_003161: 1 dets, valid=True
|
|
[21:48:28 INFO] Video batch 614: frame 4912/7500 (65%)
|
|
[21:48:28 INFO] Video batch 614: 2 detections from postprocess
|
|
[21:48:28 INFO] Video frame video_short01_003162: 1 dets, valid=True
|
|
[21:48:28 INFO] Video frame video_short01_003164: 1 dets, valid=True
|
|
[21:48:28 INFO] Video batch 615: frame 4920/7500 (65%)
|
|
[21:48:28 INFO] Video batch 615: 2 detections from postprocess
|
|
[21:48:28 INFO] Video frame video_short01_003165: 1 dets, valid=True
|
|
[21:48:28 INFO] Video frame video_short01_003167: 1 dets, valid=True
|
|
[21:48:28 INFO] Video batch 616: frame 4928/7500 (65%)
|
|
[21:48:29 INFO] Video batch 616: 2 detections from postprocess
|
|
[21:48:29 INFO] Video frame video_short01_003169: 1 dets, valid=True
|
|
[21:48:29 INFO] Video frame video_short01_003170: 1 dets, valid=True
|
|
[21:48:29 INFO] Video batch 617: frame 4936/7500 (65%)
|
|
[21:48:29 INFO] Video batch 617: 3 detections from postprocess
|
|
[21:48:29 INFO] Video frame video_short01_003172: 1 dets, valid=True
|
|
[21:48:29 INFO] Video frame video_short01_003173: 2 dets, valid=True
|
|
[21:48:29 INFO] Video batch 618: frame 4944/7500 (65%)
|
|
[21:48:29 INFO] Video batch 618: 4 detections from postprocess
|
|
[21:48:29 INFO] Video frame video_short01_003175: 2 dets, valid=True
|
|
[21:48:29 INFO] Video frame video_short01_003177: 2 dets, valid=True
|
|
[21:48:29 INFO] Video batch 619: frame 4952/7500 (66%)
|
|
[21:48:30 INFO] Video batch 619: 4 detections from postprocess
|
|
[21:48:30 INFO] Video frame video_short01_003178: 2 dets, valid=True
|
|
[21:48:30 INFO] Video frame video_short01_003180: 2 dets, valid=True
|
|
[21:48:30 INFO] Video batch 620: frame 4960/7500 (66%)
|
|
[21:48:30 INFO] Video batch 620: 2 detections from postprocess
|
|
[21:48:30 INFO] Video frame video_short01_003181: 1 dets, valid=True
|
|
[21:48:30 INFO] Video frame video_short01_003183: 1 dets, valid=True
|
|
[21:48:30 INFO] Video batch 621: frame 4968/7500 (66%)
|
|
[21:48:30 INFO] Video batch 621: 3 detections from postprocess
|
|
[21:48:30 INFO] Video frame video_short01_003185: 2 dets, valid=True
|
|
[21:48:30 INFO] Video frame video_short01_003186: 1 dets, valid=True
|
|
[21:48:30 INFO] Video batch 622: frame 4976/7500 (66%)
|
|
[21:48:31 INFO] Video batch 622: 2 detections from postprocess
|
|
[21:48:31 INFO] Video frame video_short01_003188: 1 dets, valid=True
|
|
[21:48:31 INFO] Video frame video_short01_003190: 1 dets, valid=True
|
|
[21:48:31 INFO] Video batch 623: frame 4984/7500 (66%)
|
|
[21:48:31 INFO] Video batch 623: 2 detections from postprocess
|
|
[21:48:31 INFO] Video frame video_short01_003191: 1 dets, valid=True
|
|
[21:48:31 INFO] Video frame video_short01_003193: 1 dets, valid=True
|
|
[21:48:31 INFO] Video batch 624: frame 4992/7500 (66%)
|
|
[21:48:31 INFO] Video batch 624: 2 detections from postprocess
|
|
[21:48:31 INFO] Video frame video_short01_003194: 1 dets, valid=True
|
|
[21:48:31 INFO] Video frame video_short01_003196: 1 dets, valid=True
|
|
[21:48:31 INFO] Video batch 625: frame 5000/7500 (66%)
|
|
[21:48:32 INFO] Video batch 625: 3 detections from postprocess
|
|
[21:48:32 INFO] Video frame video_short01_003197: 1 dets, valid=True
|
|
[21:48:32 INFO] Video frame video_short01_003199: 2 dets, valid=True
|
|
[21:48:32 INFO] Video batch 626: frame 5008/7500 (66%)
|
|
[21:48:32 INFO] Video batch 626: 4 detections from postprocess
|
|
[21:48:32 INFO] Video frame video_short01_003201: 2 dets, valid=True
|
|
[21:48:32 INFO] Video frame video_short01_003202: 2 dets, valid=True
|
|
[21:48:32 INFO] Video batch 627: frame 5016/7500 (66%)
|
|
[21:48:35 INFO] Video batch 628: frame 5024/7500 (66%)
|
|
[21:48:37 INFO] Video batch 628: 1 detections from postprocess
|
|
[21:48:37 INFO] Video frame video_short01_003207: 1 dets, valid=True
|
|
[21:48:37 INFO] Video batch 629: frame 5032/7500 (67%)
|
|
[21:48:38 INFO] Video batch 629: 2 detections from postprocess
|
|
[21:48:38 INFO] Video frame video_short01_003210: 1 dets, valid=True
|
|
[21:48:38 INFO] Video frame video_short01_003212: 1 dets, valid=True
|
|
[21:48:38 INFO] Video batch 630: frame 5040/7500 (67%)
|
|
[21:48:38 INFO] Video batch 630: 2 detections from postprocess
|
|
[21:48:38 INFO] Video frame video_short01_003213: 1 dets, valid=True
|
|
[21:48:38 INFO] Video frame video_short01_003215: 1 dets, valid=True
|
|
[21:48:38 INFO] Video batch 631: frame 5048/7500 (67%)
|
|
[21:48:41 INFO] Video batch 631: 1 detections from postprocess
|
|
[21:48:41 INFO] Video frame video_short01_003218: 1 dets, valid=True
|
|
[21:48:41 INFO] Video batch 632: frame 5056/7500 (67%)
|
|
[21:48:43 INFO] Video batch 632: 1 detections from postprocess
|
|
[21:48:43 INFO] Video frame video_short01_003220: 1 dets, valid=True
|
|
[21:48:44 INFO] Video batch 633: frame 5064/7500 (67%)
|
|
[21:48:46 INFO] Video batch 634: frame 5072/7500 (67%)
|
|
[21:48:46 INFO] Video batch 634: 2 detections from postprocess
|
|
[21:48:46 INFO] Video frame video_short01_003226: 1 dets, valid=True
|
|
[21:48:46 INFO] Video frame video_short01_003228: 1 dets, valid=True
|
|
[21:48:46 INFO] Video batch 635: frame 5080/7500 (67%)
|
|
[21:48:49 INFO] Video batch 635: 1 detections from postprocess
|
|
[21:48:49 INFO] Video frame video_short01_003230: 1 dets, valid=True
|
|
[21:48:49 INFO] Video batch 636: frame 5088/7500 (67%)
|
|
[21:48:49 INFO] Video batch 636: 2 detections from postprocess
|
|
[21:48:49 INFO] Video frame video_short01_003233: 1 dets, valid=True
|
|
[21:48:49 INFO] Video frame video_short01_003234: 1 dets, valid=True
|
|
[21:48:49 INFO] Video batch 637: frame 5096/7500 (67%)
|
|
[21:48:50 INFO] Video batch 637: 2 detections from postprocess
|
|
[21:48:50 INFO] Video frame video_short01_003236: 1 dets, valid=True
|
|
[21:48:50 INFO] Video frame video_short01_003237: 1 dets, valid=True
|
|
[21:48:50 INFO] Video batch 638: frame 5104/7500 (68%)
|
|
[21:48:53 INFO] Video batch 638: 1 detections from postprocess
|
|
[21:48:53 INFO] Video frame video_short01_003239: 1 dets, valid=True
|
|
[21:48:53 INFO] Video batch 639: frame 5112/7500 (68%)
|
|
[21:48:55 INFO] Video batch 640: frame 5120/7500 (68%)
|
|
[21:48:58 INFO] Video batch 641: frame 5128/7500 (68%)
|
|
[21:49:00 INFO] Video batch 642: frame 5136/7500 (68%)
|
|
[21:49:03 INFO] Video batch 643: frame 5144/7500 (68%)
|
|
[21:49:06 INFO] Video batch 644: frame 5152/7500 (68%)
|
|
[21:49:09 INFO] Video batch 645: frame 5160/7500 (68%)
|
|
[21:49:12 INFO] Video batch 646: frame 5168/7500 (68%)
|
|
[21:49:15 INFO] Video batch 647: frame 5176/7500 (69%)
|
|
[21:49:18 INFO] Video batch 648: frame 5184/7500 (69%)
|
|
[21:49:21 INFO] Video batch 648: 1 detections from postprocess
|
|
[21:49:21 INFO] Video frame video_short01_003273: 1 dets, valid=True
|
|
[21:49:21 INFO] Video batch 649: frame 5192/7500 (69%)
|
|
[21:49:23 INFO] Video batch 650: frame 5200/7500 (69%)
|
|
[21:49:26 INFO] Video batch 651: frame 5208/7500 (69%)
|
|
[21:49:29 INFO] Video batch 652: frame 5216/7500 (69%)
|
|
[21:49:33 INFO] Video batch 653: frame 5224/7500 (69%)
|
|
[21:49:36 INFO] Video batch 654: frame 5232/7500 (69%)
|
|
[21:49:40 INFO] Video batch 655: frame 5240/7500 (69%)
|
|
[21:49:44 INFO] Video batch 656: frame 5248/7500 (69%)
|
|
[21:49:49 INFO] Video batch 657: frame 5256/7500 (70%)
|
|
[21:49:53 INFO] Video batch 658: frame 5264/7500 (70%)
|
|
[21:49:56 INFO] Video batch 659: frame 5272/7500 (70%)
|
|
[21:50:01 INFO] Video batch 660: frame 5280/7500 (70%)
|
|
[21:50:33 INFO] init AI...
|
|
[21:50:33 INFO] Downloading
|
|
[22:11:28 INFO] init AI...
|
|
[22:11:28 INFO] Downloading
|
|
[22:11:30 INFO] CoreML model: input=input shape=(2, 3, 1280, 1280)
|
|
[22:11:30 INFO] Enabled
|
|
[22:11:31 INFO] init AI...
|
|
[22:11:31 INFO] init AI...
|
|
[22:11:31 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[22:11:31 INFO] ground sampling distance: 0.3059895833333333
|
|
[22:11:31 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[22:11:31 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[22:11:31 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[22:11:31 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[22:11:32 INFO] init AI...
|
|
[22:11:32 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4...
|
|
[22:11:32 INFO] Video: 7500 frames, 25.0 fps, 2560x1440
|
|
[22:11:32 INFO] Video batch 1: frame 8/7500 (0%)
|
|
[22:11:32 INFO] Video batch 2: frame 16/7500 (0%)
|
|
[22:11:32 INFO] Video batch 2: 2 detections from postprocess
|
|
[22:11:32 INFO] Video frame video_short01_000004: 1 dets, valid=True
|
|
[22:11:32 INFO] Video frame video_short01_000005: 1 dets, valid=True
|
|
[22:11:32 INFO] Video batch 3: frame 24/7500 (0%)
|
|
[22:11:32 INFO] Video batch 3: 2 detections from postprocess
|
|
[22:11:32 INFO] Video frame video_short01_000007: 1 dets, valid=True
|
|
[22:11:32 INFO] Video frame video_short01_000009: 1 dets, valid=True
|
|
[22:11:33 INFO] Video batch 4: frame 32/7500 (0%)
|
|
[22:11:33 INFO] Video batch 4: 2 detections from postprocess
|
|
[22:11:33 INFO] Video frame video_short01_000010: 1 dets, valid=True
|
|
[22:11:33 INFO] Video frame video_short01_000012: 1 dets, valid=True
|
|
[22:11:33 INFO] Video batch 5: frame 40/7500 (0%)
|
|
[22:11:33 INFO] Video batch 5: 2 detections from postprocess
|
|
[22:11:33 INFO] Video frame video_short01_000013: 1 dets, valid=True
|
|
[22:11:33 INFO] Video frame video_short01_000015: 1 dets, valid=True
|
|
[22:11:33 INFO] Video batch 6: frame 48/7500 (0%)
|
|
[22:11:33 INFO] Video batch 6: 2 detections from postprocess
|
|
[22:11:33 INFO] Video frame video_short01_000017: 1 dets, valid=True
|
|
[22:11:33 INFO] Video frame video_short01_000018: 1 dets, valid=True
|
|
[22:11:33 INFO] Video batch 7: frame 56/7500 (0%)
|
|
[22:11:33 INFO] Video batch 7: 2 detections from postprocess
|
|
[22:11:33 INFO] Video frame video_short01_000020: 1 dets, valid=True
|
|
[22:11:33 INFO] Video frame video_short01_000021: 1 dets, valid=True
|
|
[22:11:33 INFO] Video batch 8: frame 64/7500 (0%)
|
|
[22:11:34 INFO] Video batch 8: 2 detections from postprocess
|
|
[22:11:34 INFO] Video frame video_short01_000023: 1 dets, valid=True
|
|
[22:11:34 INFO] Video frame video_short01_000025: 1 dets, valid=True
|
|
[22:11:34 INFO] Video batch 9: frame 72/7500 (0%)
|
|
[22:11:34 INFO] Video batch 9: 2 detections from postprocess
|
|
[22:11:34 INFO] Video frame video_short01_000026: 1 dets, valid=True
|
|
[22:11:34 INFO] Video frame video_short01_000028: 1 dets, valid=True
|
|
[22:11:34 INFO] Video batch 10: frame 80/7500 (1%)
|
|
[22:11:34 INFO] Video batch 10: 2 detections from postprocess
|
|
[22:11:34 INFO] Video frame video_short01_000030: 1 dets, valid=True
|
|
[22:11:34 INFO] Video frame video_short01_000031: 1 dets, valid=True
|
|
[22:11:34 INFO] Video batch 11: frame 88/7500 (1%)
|
|
[22:11:34 INFO] Video batch 11: 3 detections from postprocess
|
|
[22:11:34 INFO] Video frame video_short01_000033: 1 dets, valid=True
|
|
[22:11:34 INFO] Video frame video_short01_000034: 2 dets, valid=True
|
|
[22:11:34 INFO] Video batch 12: frame 96/7500 (1%)
|
|
[22:11:34 INFO] Video batch 13: frame 104/7500 (1%)
|
|
[22:11:35 INFO] Video batch 13: 1 detections from postprocess
|
|
[22:11:35 INFO] Video frame video_short01_000041: 1 dets, valid=True
|
|
[22:11:35 INFO] Video batch 14: frame 112/7500 (1%)
|
|
[22:11:35 INFO] Video batch 14: 2 detections from postprocess
|
|
[22:11:35 INFO] Video frame video_short01_000042: 1 dets, valid=True
|
|
[22:11:35 INFO] Video frame video_short01_000044: 1 dets, valid=True
|
|
[22:11:35 INFO] Video batch 15: frame 120/7500 (1%)
|
|
[22:11:35 INFO] Video batch 15: 2 detections from postprocess
|
|
[22:11:35 INFO] Video frame video_short01_000045: 1 dets, valid=True
|
|
[22:11:35 INFO] Video frame video_short01_000047: 1 dets, valid=True
|
|
[22:11:35 INFO] Video batch 16: frame 128/7500 (1%)
|
|
[22:11:35 INFO] Video batch 16: 2 detections from postprocess
|
|
[22:11:35 INFO] Video frame video_short01_000049: 1 dets, valid=True
|
|
[22:11:35 INFO] Video frame video_short01_000050: 1 dets, valid=True
|
|
[22:11:35 INFO] Video batch 17: frame 136/7500 (1%)
|
|
[22:11:35 INFO] Video batch 17: 2 detections from postprocess
|
|
[22:11:35 INFO] Video frame video_short01_000052: 1 dets, valid=True
|
|
[22:11:35 INFO] Video frame video_short01_000053: 1 dets, valid=True
|
|
[22:11:36 INFO] Video batch 18: frame 144/7500 (1%)
|
|
[22:11:36 INFO] Video batch 18: 2 detections from postprocess
|
|
[22:11:36 INFO] Video frame video_short01_000055: 1 dets, valid=True
|
|
[22:11:36 INFO] Video frame video_short01_000057: 1 dets, valid=True
|
|
[22:11:36 INFO] Video batch 19: frame 152/7500 (2%)
|
|
[22:11:36 INFO] Video batch 20: frame 160/7500 (2%)
|
|
[22:11:36 INFO] Video batch 21: frame 168/7500 (2%)
|
|
[22:11:36 INFO] Video batch 21: 1 detections from postprocess
|
|
[22:11:36 INFO] Video frame video_short01_000066: 1 dets, valid=True
|
|
[22:11:36 INFO] Video batch 22: frame 176/7500 (2%)
|
|
[22:11:37 INFO] Video batch 22: 1 detections from postprocess
|
|
[22:11:37 INFO] Video frame video_short01_000068: 1 dets, valid=True
|
|
[22:11:37 INFO] Video batch 23: frame 184/7500 (2%)
|
|
[22:11:37 INFO] Video batch 23: 1 detections from postprocess
|
|
[22:11:37 INFO] Video frame video_short01_000073: 1 dets, valid=True
|
|
[22:11:37 INFO] Video batch 24: frame 192/7500 (2%)
|
|
[22:11:37 INFO] Video batch 24: 2 detections from postprocess
|
|
[22:11:37 INFO] Video frame video_short01_000074: 1 dets, valid=True
|
|
[22:11:37 INFO] Video frame video_short01_000076: 1 dets, valid=True
|
|
[22:11:37 INFO] Video batch 25: frame 200/7500 (2%)
|
|
[22:11:37 INFO] Video batch 25: 2 detections from postprocess
|
|
[22:11:37 INFO] Video frame video_short01_000077: 1 dets, valid=True
|
|
[22:11:37 INFO] Video frame video_short01_000079: 1 dets, valid=True
|
|
[22:11:37 INFO] Video batch 26: frame 208/7500 (2%)
|
|
[22:11:37 INFO] Video batch 26: 2 detections from postprocess
|
|
[22:11:37 INFO] Video frame video_short01_000081: 1 dets, valid=True
|
|
[22:11:37 INFO] Video frame video_short01_000082: 1 dets, valid=True
|
|
[22:11:37 INFO] Video batch 27: frame 216/7500 (2%)
|
|
[22:11:38 INFO] Video batch 27: 2 detections from postprocess
|
|
[22:11:38 INFO] Video frame video_short01_000084: 1 dets, valid=True
|
|
[22:11:38 INFO] Video frame video_short01_000085: 1 dets, valid=True
|
|
[22:11:38 INFO] Video batch 28: frame 224/7500 (2%)
|
|
[22:11:38 INFO] Video batch 28: 2 detections from postprocess
|
|
[22:11:38 INFO] Video frame video_short01_000087: 1 dets, valid=True
|
|
[22:11:38 INFO] Video frame video_short01_000089: 1 dets, valid=True
|
|
[22:11:38 INFO] Video batch 29: frame 232/7500 (3%)
|
|
[22:11:38 INFO] Video batch 29: 2 detections from postprocess
|
|
[22:11:38 INFO] Video frame video_short01_000090: 1 dets, valid=True
|
|
[22:11:38 INFO] Video frame video_short01_000092: 1 dets, valid=True
|
|
[22:11:38 INFO] Video batch 30: frame 240/7500 (3%)
|
|
[22:11:38 INFO] Video batch 30: 2 detections from postprocess
|
|
[22:11:38 INFO] Video frame video_short01_000093: 1 dets, valid=True
|
|
[22:11:38 INFO] Video frame video_short01_000095: 1 dets, valid=True
|
|
[22:11:38 INFO] Video batch 31: frame 248/7500 (3%)
|
|
[22:11:39 INFO] Video batch 31: 2 detections from postprocess
|
|
[22:11:39 INFO] Video frame video_short01_000097: 1 dets, valid=True
|
|
[22:11:39 INFO] Video frame video_short01_000098: 1 dets, valid=True
|
|
[22:11:39 INFO] Video batch 32: frame 256/7500 (3%)
|
|
[22:11:39 INFO] Video batch 32: 2 detections from postprocess
|
|
[22:11:39 INFO] Video frame video_short01_000100: 1 dets, valid=True
|
|
[22:11:39 INFO] Video frame video_short01_000101: 1 dets, valid=True
|
|
[22:11:39 INFO] Video batch 33: frame 264/7500 (3%)
|
|
[22:11:39 INFO] Video batch 33: 2 detections from postprocess
|
|
[22:11:39 INFO] Video frame video_short01_000103: 1 dets, valid=True
|
|
[22:11:39 INFO] Video frame video_short01_000105: 1 dets, valid=True
|
|
[22:11:39 INFO] Video batch 34: frame 272/7500 (3%)
|
|
[22:11:39 INFO] Video batch 34: 2 detections from postprocess
|
|
[22:11:39 INFO] Video frame video_short01_000106: 1 dets, valid=True
|
|
[22:11:39 INFO] Video frame video_short01_000108: 1 dets, valid=True
|
|
[22:11:39 INFO] Video batch 35: frame 280/7500 (3%)
|
|
[22:11:39 INFO] Video batch 35: 2 detections from postprocess
|
|
[22:11:39 INFO] Video frame video_short01_000110: 1 dets, valid=True
|
|
[22:11:39 INFO] Video frame video_short01_000111: 1 dets, valid=True
|
|
[22:11:39 INFO] Video batch 36: frame 288/7500 (3%)
|
|
[22:11:40 INFO] Video batch 36: 2 detections from postprocess
|
|
[22:11:40 INFO] Video frame video_short01_000113: 1 dets, valid=True
|
|
[22:11:40 INFO] Video frame video_short01_000114: 1 dets, valid=True
|
|
[22:11:40 INFO] Video batch 37: frame 296/7500 (3%)
|
|
[22:11:40 INFO] Video batch 37: 2 detections from postprocess
|
|
[22:11:40 INFO] Video frame video_short01_000116: 1 dets, valid=True
|
|
[22:11:40 INFO] Video frame video_short01_000117: 1 dets, valid=True
|
|
[22:11:40 INFO] Video batch 38: frame 304/7500 (4%)
|
|
[22:11:40 INFO] Video batch 38: 1 detections from postprocess
|
|
[22:11:40 INFO] Video frame video_short01_000121: 1 dets, valid=True
|
|
[22:11:40 INFO] Video batch 39: frame 312/7500 (4%)
|
|
[22:11:40 INFO] Video batch 40: frame 320/7500 (4%)
|
|
[22:11:40 INFO] Video batch 41: frame 328/7500 (4%)
|
|
[22:11:41 INFO] Video batch 42: frame 336/7500 (4%)
|
|
[22:11:41 INFO] Video batch 43: frame 344/7500 (4%)
|
|
[22:11:41 INFO] Video batch 44: frame 352/7500 (4%)
|
|
[22:11:41 INFO] Video batch 44: 1 detections from postprocess
|
|
[22:11:41 INFO] Video frame video_short01_000140: 1 dets, valid=True
|
|
[22:11:41 INFO] Video batch 45: frame 360/7500 (4%)
|
|
[22:11:41 INFO] Video batch 46: frame 368/7500 (4%)
|
|
[22:11:42 INFO] Video batch 47: frame 376/7500 (5%)
|
|
[22:11:42 INFO] Video batch 47: 2 detections from postprocess
|
|
[22:11:42 INFO] Video frame video_short01_000150: 2 dets, valid=True
|
|
[22:11:42 INFO] Video batch 48: frame 384/7500 (5%)
|
|
[22:11:42 INFO] Video batch 48: 3 detections from postprocess
|
|
[22:11:42 INFO] Video frame video_short01_000151: 3 dets, valid=True
|
|
[22:11:42 INFO] Video batch 49: frame 392/7500 (5%)
|
|
[22:11:42 INFO] Video batch 50: frame 400/7500 (5%)
|
|
[22:11:42 INFO] Video batch 51: frame 408/7500 (5%)
|
|
[22:11:43 INFO] Video batch 52: frame 416/7500 (5%)
|
|
[22:11:43 INFO] Video batch 53: frame 424/7500 (5%)
|
|
[22:11:43 INFO] Video batch 54: frame 432/7500 (5%)
|
|
[22:11:43 INFO] Video batch 55: frame 440/7500 (5%)
|
|
[22:11:43 INFO] Video batch 56: frame 448/7500 (5%)
|
|
[22:11:44 INFO] Video batch 57: frame 456/7500 (6%)
|
|
[22:11:44 INFO] Video batch 58: frame 464/7500 (6%)
|
|
[22:11:44 INFO] Video batch 59: frame 472/7500 (6%)
|
|
[22:11:44 INFO] Video batch 60: frame 480/7500 (6%)
|
|
[22:11:44 INFO] Video batch 61: frame 488/7500 (6%)
|
|
[22:11:45 INFO] Video batch 62: frame 496/7500 (6%)
|
|
[22:11:45 INFO] Video batch 63: frame 504/7500 (6%)
|
|
[22:11:45 INFO] Video batch 64: frame 512/7500 (6%)
|
|
[22:11:45 INFO] Video batch 65: frame 520/7500 (6%)
|
|
[22:11:45 INFO] Video batch 66: frame 528/7500 (7%)
|
|
[22:11:46 INFO] Video batch 67: frame 536/7500 (7%)
|
|
[22:11:46 INFO] Video batch 68: frame 544/7500 (7%)
|
|
[22:11:46 INFO] Video batch 69: frame 552/7500 (7%)
|
|
[22:11:46 INFO] Video batch 70: frame 560/7500 (7%)
|
|
[22:11:46 INFO] Video batch 71: frame 568/7500 (7%)
|
|
[22:11:47 INFO] Video batch 72: frame 576/7500 (7%)
|
|
[22:11:47 INFO] Video batch 73: frame 584/7500 (7%)
|
|
[22:11:47 INFO] Video batch 74: frame 592/7500 (7%)
|
|
[22:11:47 INFO] Video batch 75: frame 600/7500 (8%)
|
|
[22:11:47 INFO] Video batch 76: frame 608/7500 (8%)
|
|
[22:11:48 INFO] Video batch 77: frame 616/7500 (8%)
|
|
[22:11:48 INFO] Video batch 78: frame 624/7500 (8%)
|
|
[22:11:48 INFO] Video batch 79: frame 632/7500 (8%)
|
|
[22:11:48 INFO] Video batch 80: frame 640/7500 (8%)
|
|
[22:11:48 INFO] Video batch 81: frame 648/7500 (8%)
|
|
[22:11:49 INFO] Video batch 82: frame 656/7500 (8%)
|
|
[22:11:49 INFO] Video batch 83: frame 664/7500 (8%)
|
|
[22:11:49 INFO] Video batch 84: frame 672/7500 (8%)
|
|
[22:11:49 INFO] Video batch 85: frame 680/7500 (9%)
|
|
[22:11:49 INFO] Video batch 86: frame 688/7500 (9%)
|
|
[22:11:50 INFO] Video batch 87: frame 696/7500 (9%)
|
|
[22:11:50 INFO] Video batch 88: frame 704/7500 (9%)
|
|
[22:11:50 INFO] Video batch 89: frame 712/7500 (9%)
|
|
[22:11:50 INFO] Video batch 90: frame 720/7500 (9%)
|
|
[22:11:51 INFO] Video batch 91: frame 728/7500 (9%)
|
|
[22:11:51 INFO] Video batch 92: frame 736/7500 (9%)
|
|
[22:11:51 INFO] Video batch 93: frame 744/7500 (9%)
|
|
[22:11:51 INFO] Video batch 94: frame 752/7500 (10%)
|
|
[22:11:51 INFO] Video batch 95: frame 760/7500 (10%)
|
|
[22:11:52 INFO] Video batch 95: 1 detections from postprocess
|
|
[22:11:52 INFO] Video frame video_short01_000303: 1 dets, valid=True
|
|
[22:11:52 INFO] Video batch 96: frame 768/7500 (10%)
|
|
[22:11:52 INFO] Video batch 96: 2 detections from postprocess
|
|
[22:11:52 INFO] Video frame video_short01_000305: 1 dets, valid=True
|
|
[22:11:52 INFO] Video frame video_short01_000306: 1 dets, valid=True
|
|
[22:11:52 INFO] Video batch 97: frame 776/7500 (10%)
|
|
[22:11:52 INFO] Video batch 97: 2 detections from postprocess
|
|
[22:11:52 INFO] Video frame video_short01_000308: 1 dets, valid=True
|
|
[22:11:52 INFO] Video frame video_short01_000310: 1 dets, valid=True
|
|
[22:11:52 INFO] Video batch 98: frame 784/7500 (10%)
|
|
[22:11:52 INFO] Video batch 98: 2 detections from postprocess
|
|
[22:11:52 INFO] Video frame video_short01_000311: 1 dets, valid=True
|
|
[22:11:52 INFO] Video frame video_short01_000313: 1 dets, valid=True
|
|
[22:11:52 INFO] Video batch 99: frame 792/7500 (10%)
|
|
[22:11:52 INFO] Video batch 99: 2 detections from postprocess
|
|
[22:11:52 INFO] Video frame video_short01_000314: 1 dets, valid=True
|
|
[22:11:52 INFO] Video frame video_short01_000316: 1 dets, valid=True
|
|
[22:11:52 INFO] Video batch 100: frame 800/7500 (10%)
|
|
[22:11:53 INFO] Video batch 100: 2 detections from postprocess
|
|
[22:11:53 INFO] Video frame video_short01_000317: 1 dets, valid=True
|
|
[22:11:53 INFO] Video frame video_short01_000319: 1 dets, valid=True
|
|
[22:11:53 INFO] Video batch 101: frame 808/7500 (10%)
|
|
[22:11:53 INFO] Video batch 101: 2 detections from postprocess
|
|
[22:11:53 INFO] Video frame video_short01_000321: 1 dets, valid=True
|
|
[22:11:53 INFO] Video frame video_short01_000322: 1 dets, valid=True
|
|
[22:11:53 INFO] Video batch 102: frame 816/7500 (10%)
|
|
[22:11:53 INFO] Video batch 102: 2 detections from postprocess
|
|
[22:11:53 INFO] Video frame video_short01_000324: 1 dets, valid=True
|
|
[22:11:53 INFO] Video frame video_short01_000325: 1 dets, valid=True
|
|
[22:11:53 INFO] Video batch 103: frame 824/7500 (10%)
|
|
[22:11:53 INFO] Video batch 103: 2 detections from postprocess
|
|
[22:11:53 INFO] Video frame video_short01_000327: 1 dets, valid=True
|
|
[22:11:53 INFO] Video frame video_short01_000329: 1 dets, valid=True
|
|
[22:11:53 INFO] Video batch 104: frame 832/7500 (11%)
|
|
[22:11:54 INFO] Video batch 105: frame 840/7500 (11%)
|
|
[22:11:54 INFO] Video batch 106: frame 848/7500 (11%)
|
|
[22:11:54 INFO] Video batch 107: frame 856/7500 (11%)
|
|
[22:11:54 INFO] Video batch 108: frame 864/7500 (11%)
|
|
[22:11:54 INFO] Video batch 109: frame 872/7500 (11%)
|
|
[22:11:55 INFO] Video batch 110: frame 880/7500 (11%)
|
|
[22:11:55 INFO] Video batch 111: frame 888/7500 (11%)
|
|
[22:11:55 INFO] Video batch 112: frame 896/7500 (11%)
|
|
[22:11:55 INFO] Video batch 113: frame 904/7500 (12%)
|
|
[22:11:55 INFO] Video batch 114: frame 912/7500 (12%)
|
|
[22:11:56 INFO] Video batch 115: frame 920/7500 (12%)
|
|
[22:11:56 INFO] Video batch 116: frame 928/7500 (12%)
|
|
[22:11:56 INFO] Video batch 117: frame 936/7500 (12%)
|
|
[22:11:56 INFO] Video batch 118: frame 944/7500 (12%)
|
|
[22:11:56 INFO] Video batch 119: frame 952/7500 (12%)
|
|
[22:11:56 INFO] Video batch 120: frame 960/7500 (12%)
|
|
[22:11:57 INFO] Video batch 120: 1 detections from postprocess
|
|
[22:11:57 INFO] Video frame video_short01_000383: 1 dets, valid=True
|
|
[22:11:57 INFO] Video batch 121: frame 968/7500 (12%)
|
|
[22:11:57 INFO] Video batch 122: frame 976/7500 (13%)
|
|
[22:11:57 INFO] Video batch 123: frame 984/7500 (13%)
|
|
[22:11:57 INFO] Video batch 124: frame 992/7500 (13%)
|
|
[22:11:58 INFO] Video batch 125: frame 1000/7500 (13%)
|
|
[22:11:58 INFO] Video batch 126: frame 1008/7500 (13%)
|
|
[22:11:58 INFO] Video batch 126: 1 detections from postprocess
|
|
[22:11:58 INFO] Video frame video_short01_000401: 1 dets, valid=True
|
|
[22:11:58 INFO] Video batch 127: frame 1016/7500 (13%)
|
|
[22:11:58 INFO] Video batch 128: frame 1024/7500 (13%)
|
|
[22:11:58 INFO] Video batch 129: frame 1032/7500 (13%)
|
|
[22:11:59 INFO] Video batch 130: frame 1040/7500 (13%)
|
|
[22:11:59 INFO] Video batch 131: frame 1048/7500 (13%)
|
|
[22:11:59 INFO] Video batch 131: 1 detections from postprocess
|
|
[22:11:59 INFO] Video frame video_short01_000418: 1 dets, valid=True
|
|
[22:11:59 INFO] Video batch 132: frame 1056/7500 (14%)
|
|
[22:11:59 INFO] Video batch 132: 2 detections from postprocess
|
|
[22:11:59 INFO] Video frame video_short01_000420: 1 dets, valid=True
|
|
[22:11:59 INFO] Video frame video_short01_000421: 1 dets, valid=True
|
|
[22:11:59 INFO] Video batch 133: frame 1064/7500 (14%)
|
|
[22:11:59 INFO] Video batch 133: 2 detections from postprocess
|
|
[22:11:59 INFO] Video frame video_short01_000423: 1 dets, valid=True
|
|
[22:11:59 INFO] Video frame video_short01_000425: 1 dets, valid=True
|
|
[22:11:59 INFO] Video batch 134: frame 1072/7500 (14%)
|
|
[22:12:00 INFO] Video batch 134: 3 detections from postprocess
|
|
[22:12:00 INFO] Video frame video_short01_000426: 2 dets, valid=True
|
|
[22:12:00 INFO] Video frame video_short01_000428: 1 dets, valid=True
|
|
[22:12:00 INFO] Video batch 135: frame 1080/7500 (14%)
|
|
[22:12:00 INFO] Video batch 136: frame 1088/7500 (14%)
|
|
[22:12:00 INFO] Video batch 137: frame 1096/7500 (14%)
|
|
[22:12:00 INFO] Video batch 138: frame 1104/7500 (14%)
|
|
[22:12:01 INFO] Video batch 139: frame 1112/7500 (14%)
|
|
[22:12:01 INFO] Video batch 140: frame 1120/7500 (14%)
|
|
[22:12:01 INFO] Video batch 141: frame 1128/7500 (15%)
|
|
[22:12:01 INFO] Video batch 142: frame 1136/7500 (15%)
|
|
[22:12:01 INFO] Video batch 143: frame 1144/7500 (15%)
|
|
[22:12:02 INFO] Video batch 144: frame 1152/7500 (15%)
|
|
[22:12:02 INFO] Video batch 144: 1 detections from postprocess
|
|
[22:12:02 INFO] Video frame video_short01_000458: 1 dets, valid=True
|
|
[22:12:02 INFO] Video batch 145: frame 1160/7500 (15%)
|
|
[22:12:02 INFO] Video batch 146: frame 1168/7500 (15%)
|
|
[22:12:02 INFO] Video batch 146: 1 detections from postprocess
|
|
[22:12:02 INFO] Video frame video_short01_000466: 1 dets, valid=True
|
|
[22:12:02 INFO] Video batch 147: frame 1176/7500 (15%)
|
|
[22:12:02 INFO] Video batch 148: frame 1184/7500 (15%)
|
|
[22:12:03 INFO] Video batch 149: frame 1192/7500 (15%)
|
|
[22:12:03 INFO] Video batch 149: 1 detections from postprocess
|
|
[22:12:03 INFO] Video frame video_short01_000476: 1 dets, valid=True
|
|
[22:12:03 INFO] Video batch 150: frame 1200/7500 (16%)
|
|
[22:12:03 INFO] Video batch 150: 1 detections from postprocess
|
|
[22:12:03 INFO] Video frame video_short01_000477: 1 dets, valid=True
|
|
[22:12:03 INFO] Video batch 151: frame 1208/7500 (16%)
|
|
[22:12:03 INFO] Video batch 152: frame 1216/7500 (16%)
|
|
[22:12:03 INFO] Video batch 152: 1 detections from postprocess
|
|
[22:12:03 INFO] Video frame video_short01_000485: 1 dets, valid=True
|
|
[22:12:03 INFO] Video batch 153: frame 1224/7500 (16%)
|
|
[22:12:04 INFO] Video batch 153: 3 detections from postprocess
|
|
[22:12:04 INFO] Video frame video_short01_000487: 2 dets, valid=True
|
|
[22:12:04 INFO] Video frame video_short01_000489: 1 dets, valid=True
|
|
[22:12:04 INFO] Video batch 154: frame 1232/7500 (16%)
|
|
[22:12:04 INFO] Video batch 154: 2 detections from postprocess
|
|
[22:12:04 INFO] Video frame video_short01_000490: 1 dets, valid=True
|
|
[22:12:04 INFO] Video frame video_short01_000492: 1 dets, valid=True
|
|
[22:12:04 INFO] Video batch 155: frame 1240/7500 (16%)
|
|
[22:12:04 INFO] Video batch 155: 1 detections from postprocess
|
|
[22:12:04 INFO] Video frame video_short01_000493: 1 dets, valid=True
|
|
[22:12:04 INFO] Video batch 156: frame 1248/7500 (16%)
|
|
[22:12:04 INFO] Video batch 157: frame 1256/7500 (16%)
|
|
[22:12:04 INFO] Video batch 158: frame 1264/7500 (16%)
|
|
[22:12:05 INFO] Video batch 159: frame 1272/7500 (16%)
|
|
[22:12:05 INFO] Video batch 160: frame 1280/7500 (17%)
|
|
[22:12:05 INFO] Video batch 161: frame 1288/7500 (17%)
|
|
[22:12:05 INFO] Video batch 162: frame 1296/7500 (17%)
|
|
[22:12:05 INFO] Video batch 163: frame 1304/7500 (17%)
|
|
[22:12:06 INFO] Video batch 164: frame 1312/7500 (17%)
|
|
[22:12:06 INFO] Video batch 165: frame 1320/7500 (17%)
|
|
[22:12:06 INFO] Video batch 166: frame 1328/7500 (17%)
|
|
[22:12:06 INFO] Video batch 167: frame 1336/7500 (17%)
|
|
[22:12:06 INFO] Video batch 168: frame 1344/7500 (17%)
|
|
[22:12:07 INFO] Video batch 169: frame 1352/7500 (18%)
|
|
[22:12:07 INFO] Video batch 170: frame 1360/7500 (18%)
|
|
[22:12:07 INFO] Video batch 171: frame 1368/7500 (18%)
|
|
[22:12:07 INFO] Video batch 172: frame 1376/7500 (18%)
|
|
[22:12:07 INFO] Video batch 173: frame 1384/7500 (18%)
|
|
[22:12:08 INFO] Video batch 174: frame 1392/7500 (18%)
|
|
[22:12:08 INFO] Video batch 175: frame 1400/7500 (18%)
|
|
[22:12:08 INFO] Video batch 176: frame 1408/7500 (18%)
|
|
[22:12:08 INFO] Video batch 177: frame 1416/7500 (18%)
|
|
[22:12:08 INFO] Video batch 178: frame 1424/7500 (18%)
|
|
[22:12:09 INFO] Video batch 179: frame 1432/7500 (19%)
|
|
[22:12:09 INFO] Video batch 180: frame 1440/7500 (19%)
|
|
[22:12:09 INFO] Video batch 181: frame 1448/7500 (19%)
|
|
[22:12:09 INFO] Video batch 182: frame 1456/7500 (19%)
|
|
[22:12:09 INFO] Video batch 183: frame 1464/7500 (19%)
|
|
[22:12:10 INFO] Video batch 184: frame 1472/7500 (19%)
|
|
[22:12:10 INFO] Video batch 185: frame 1480/7500 (19%)
|
|
[22:12:10 INFO] Video batch 186: frame 1488/7500 (19%)
|
|
[22:12:10 INFO] Video batch 187: frame 1496/7500 (19%)
|
|
[22:12:10 INFO] Video batch 188: frame 1504/7500 (20%)
|
|
[22:12:11 INFO] Video batch 189: frame 1512/7500 (20%)
|
|
[22:12:11 INFO] Video batch 190: frame 1520/7500 (20%)
|
|
[22:12:11 INFO] Video batch 191: frame 1528/7500 (20%)
|
|
[22:12:11 INFO] Video batch 192: frame 1536/7500 (20%)
|
|
[22:12:11 INFO] Video batch 193: frame 1544/7500 (20%)
|
|
[22:12:12 INFO] Video batch 193: 1 detections from postprocess
|
|
[22:12:12 INFO] Video frame video_short01_001017: 1 dets, valid=True
|
|
[22:12:12 INFO] Video batch 194: frame 1552/7500 (20%)
|
|
[22:12:12 INFO] Video batch 195: frame 1560/7500 (20%)
|
|
[22:12:12 INFO] Video batch 196: frame 1568/7500 (20%)
|
|
[22:12:12 INFO] Video batch 197: frame 1576/7500 (21%)
|
|
[22:12:12 INFO] Video batch 198: frame 1584/7500 (21%)
|
|
[22:12:13 INFO] Video batch 199: frame 1592/7500 (21%)
|
|
[22:12:13 INFO] Video batch 200: frame 1600/7500 (21%)
|
|
[22:12:13 INFO] Video batch 200: 1 detections from postprocess
|
|
[22:12:13 INFO] Video frame video_short01_001039: 1 dets, valid=True
|
|
[22:12:13 INFO] Video batch 201: frame 1608/7500 (21%)
|
|
[22:12:13 INFO] Video batch 201: 1 detections from postprocess
|
|
[22:12:13 INFO] Video frame video_short01_001041: 1 dets, valid=True
|
|
[22:12:13 INFO] Video batch 202: frame 1616/7500 (21%)
|
|
[22:12:13 INFO] Video batch 203: frame 1624/7500 (21%)
|
|
[22:12:14 INFO] Video batch 204: frame 1632/7500 (21%)
|
|
[22:12:14 INFO] Video batch 205: frame 1640/7500 (21%)
|
|
[22:12:14 INFO] Video batch 206: frame 1648/7500 (21%)
|
|
[22:12:14 INFO] Video batch 207: frame 1656/7500 (22%)
|
|
[22:12:14 INFO] Video batch 208: frame 1664/7500 (22%)
|
|
[22:12:15 INFO] Video batch 209: frame 1672/7500 (22%)
|
|
[22:12:15 INFO] Video batch 210: frame 1680/7500 (22%)
|
|
[22:12:15 INFO] Video batch 211: frame 1688/7500 (22%)
|
|
[22:12:15 INFO] Video batch 212: frame 1696/7500 (22%)
|
|
[22:12:15 INFO] Video batch 213: frame 1704/7500 (22%)
|
|
[22:12:16 INFO] Video batch 214: frame 1712/7500 (22%)
|
|
[22:12:16 INFO] Video batch 215: frame 1720/7500 (22%)
|
|
[22:12:16 INFO] Video batch 216: frame 1728/7500 (23%)
|
|
[22:12:16 INFO] Video batch 217: frame 1736/7500 (23%)
|
|
[22:12:17 INFO] Video batch 218: frame 1744/7500 (23%)
|
|
[22:12:17 INFO] Video batch 219: frame 1752/7500 (23%)
|
|
[22:12:17 INFO] Video batch 219: 1 detections from postprocess
|
|
[22:12:17 INFO] Video frame video_short01_001100: 1 dets, valid=True
|
|
[22:12:17 INFO] Video batch 220: frame 1760/7500 (23%)
|
|
[22:12:17 INFO] Video batch 220: 2 detections from postprocess
|
|
[22:12:17 INFO] Video frame video_short01_001101: 1 dets, valid=True
|
|
[22:12:17 INFO] Video frame video_short01_001103: 1 dets, valid=True
|
|
[22:12:17 INFO] Video batch 221: frame 1768/7500 (23%)
|
|
[22:12:17 INFO] Video batch 221: 2 detections from postprocess
|
|
[22:12:17 INFO] Video frame video_short01_001105: 1 dets, valid=True
|
|
[22:12:17 INFO] Video frame video_short01_001106: 1 dets, valid=True
|
|
[22:12:17 INFO] Video batch 222: frame 1776/7500 (23%)
|
|
[22:12:18 INFO] Video batch 222: 2 detections from postprocess
|
|
[22:12:18 INFO] Video frame video_short01_001108: 1 dets, valid=True
|
|
[22:12:18 INFO] Video frame video_short01_001110: 1 dets, valid=True
|
|
[22:12:18 INFO] Video batch 223: frame 1784/7500 (23%)
|
|
[22:12:18 INFO] Video batch 223: 2 detections from postprocess
|
|
[22:12:18 INFO] Video frame video_short01_001111: 1 dets, valid=True
|
|
[22:12:18 INFO] Video frame video_short01_001113: 1 dets, valid=True
|
|
[22:12:18 INFO] Video batch 224: frame 1792/7500 (23%)
|
|
[22:12:18 INFO] Video batch 225: frame 1800/7500 (24%)
|
|
[22:12:18 INFO] Video batch 226: frame 1808/7500 (24%)
|
|
[22:12:18 INFO] Video batch 227: frame 1816/7500 (24%)
|
|
[22:12:19 INFO] Video batch 228: frame 1824/7500 (24%)
|
|
[22:12:19 INFO] Video batch 229: frame 1832/7500 (24%)
|
|
[22:12:19 INFO] Video batch 230: frame 1840/7500 (24%)
|
|
[22:12:19 INFO] Video batch 231: frame 1848/7500 (24%)
|
|
[22:12:19 INFO] Video batch 231: 1 detections from postprocess
|
|
[22:12:19 INFO] Video frame video_short01_001137: 1 dets, valid=True
|
|
[22:12:19 INFO] Video batch 232: frame 1856/7500 (24%)
|
|
[22:12:20 INFO] Video batch 233: frame 1864/7500 (24%)
|
|
[22:12:20 INFO] Video batch 234: frame 1872/7500 (24%)
|
|
[22:12:20 INFO] Video batch 235: frame 1880/7500 (25%)
|
|
[22:12:20 INFO] Video batch 235: 1 detections from postprocess
|
|
[22:12:20 INFO] Video frame video_short01_001151: 1 dets, valid=True
|
|
[22:12:20 INFO] Video batch 236: frame 1888/7500 (25%)
|
|
[22:12:20 INFO] Video batch 237: frame 1896/7500 (25%)
|
|
[22:12:21 INFO] Video batch 238: frame 1904/7500 (25%)
|
|
[22:12:21 INFO] Video batch 239: frame 1912/7500 (25%)
|
|
[22:12:21 INFO] Video batch 240: frame 1920/7500 (25%)
|
|
[22:12:21 INFO] Video batch 241: frame 1928/7500 (25%)
|
|
[22:12:21 INFO] Video batch 242: frame 1936/7500 (25%)
|
|
[22:12:22 INFO] Video batch 243: frame 1944/7500 (25%)
|
|
[22:12:22 INFO] Video batch 244: frame 1952/7500 (26%)
|
|
[22:12:22 INFO] Video batch 245: frame 1960/7500 (26%)
|
|
[22:12:22 INFO] Video batch 246: frame 1968/7500 (26%)
|
|
[22:12:22 INFO] Video batch 247: frame 1976/7500 (26%)
|
|
[22:12:23 INFO] Video batch 248: frame 1984/7500 (26%)
|
|
[22:12:23 INFO] Video batch 249: frame 1992/7500 (26%)
|
|
[22:12:23 INFO] Video batch 250: frame 2000/7500 (26%)
|
|
[22:12:23 INFO] Video batch 251: frame 2008/7500 (26%)
|
|
[22:12:23 INFO] Video batch 252: frame 2016/7500 (26%)
|
|
[22:12:24 INFO] Video batch 253: frame 2024/7500 (26%)
|
|
[22:12:24 INFO] Video batch 254: frame 2032/7500 (27%)
|
|
[22:12:24 INFO] Video batch 255: frame 2040/7500 (27%)
|
|
[22:12:24 INFO] Video batch 256: frame 2048/7500 (27%)
|
|
[22:12:24 INFO] Video batch 257: frame 2056/7500 (27%)
|
|
[22:12:25 INFO] Video batch 258: frame 2064/7500 (27%)
|
|
[22:12:25 INFO] Video batch 259: frame 2072/7500 (27%)
|
|
[22:12:25 INFO] Video batch 260: frame 2080/7500 (27%)
|
|
[22:12:25 INFO] Video batch 261: frame 2088/7500 (27%)
|
|
[22:12:25 INFO] Video batch 262: frame 2096/7500 (27%)
|
|
[22:12:26 INFO] Video batch 263: frame 2104/7500 (28%)
|
|
[22:12:26 INFO] Video batch 264: frame 2112/7500 (28%)
|
|
[22:12:26 INFO] Video batch 265: frame 2120/7500 (28%)
|
|
[22:12:26 INFO] Video batch 266: frame 2128/7500 (28%)
|
|
[22:12:26 INFO] Video batch 267: frame 2136/7500 (28%)
|
|
[22:12:27 INFO] Video batch 268: frame 2144/7500 (28%)
|
|
[22:12:27 INFO] Video batch 269: frame 2152/7500 (28%)
|
|
[22:12:27 INFO] Video batch 270: frame 2160/7500 (28%)
|
|
[22:12:27 INFO] Video batch 271: frame 2168/7500 (28%)
|
|
[22:12:27 INFO] Video batch 272: frame 2176/7500 (29%)
|
|
[22:12:28 INFO] Video batch 273: frame 2184/7500 (29%)
|
|
[22:12:28 INFO] Video batch 274: frame 2192/7500 (29%)
|
|
[22:12:28 INFO] Video batch 275: frame 2200/7500 (29%)
|
|
[22:12:28 INFO] Video batch 276: frame 2208/7500 (29%)
|
|
[22:12:28 INFO] Video batch 277: frame 2216/7500 (29%)
|
|
[22:12:29 INFO] Video batch 278: frame 2224/7500 (29%)
|
|
[22:12:29 INFO] Video batch 279: frame 2232/7500 (29%)
|
|
[22:12:29 INFO] Video batch 280: frame 2240/7500 (29%)
|
|
[22:12:29 INFO] Video batch 281: frame 2248/7500 (29%)
|
|
[22:12:29 INFO] Video batch 282: frame 2256/7500 (30%)
|
|
[22:12:30 INFO] Video batch 283: frame 2264/7500 (30%)
|
|
[22:12:30 INFO] Video batch 283: 2 detections from postprocess
|
|
[22:12:30 INFO] Video frame video_short01_001303: 1 dets, valid=True
|
|
[22:12:30 INFO] Video frame video_short01_001305: 1 dets, valid=True
|
|
[22:12:30 INFO] Video batch 284: frame 2272/7500 (30%)
|
|
[22:12:30 INFO] Video batch 285: frame 2280/7500 (30%)
|
|
[22:12:30 INFO] Video batch 285: 1 detections from postprocess
|
|
[22:12:30 INFO] Video frame video_short01_001310: 1 dets, valid=True
|
|
[22:12:30 INFO] Video batch 286: frame 2288/7500 (30%)
|
|
[22:12:30 INFO] Video batch 287: frame 2296/7500 (30%)
|
|
[22:12:31 INFO] Video batch 288: frame 2304/7500 (30%)
|
|
[22:12:31 INFO] Video batch 288: 1 detections from postprocess
|
|
[22:12:31 INFO] Video frame video_short01_001319: 1 dets, valid=True
|
|
[22:12:31 INFO] Video batch 289: frame 2312/7500 (30%)
|
|
[22:12:31 INFO] Video batch 289: 1 detections from postprocess
|
|
[22:12:31 INFO] Video frame video_short01_001324: 1 dets, valid=True
|
|
[22:12:31 INFO] Video batch 290: frame 2320/7500 (30%)
|
|
[22:12:31 INFO] Video batch 291: frame 2328/7500 (31%)
|
|
[22:12:31 INFO] Video batch 292: frame 2336/7500 (31%)
|
|
[22:12:32 INFO] Video batch 293: frame 2344/7500 (31%)
|
|
[22:12:32 INFO] Video batch 294: frame 2352/7500 (31%)
|
|
[22:12:32 INFO] Video batch 294: 1 detections from postprocess
|
|
[22:12:32 INFO] Video frame video_short01_001340: 1 dets, valid=True
|
|
[22:12:32 INFO] Video batch 295: frame 2360/7500 (31%)
|
|
[22:12:32 INFO] Video batch 296: frame 2368/7500 (31%)
|
|
[22:12:32 INFO] Video batch 297: frame 2376/7500 (31%)
|
|
[22:12:33 INFO] Video batch 297: 1 detections from postprocess
|
|
[22:12:33 INFO] Video frame video_short01_001350: 1 dets, valid=True
|
|
[22:12:33 INFO] Video batch 298: frame 2384/7500 (31%)
|
|
[22:12:33 INFO] Video batch 298: 1 detections from postprocess
|
|
[22:12:33 INFO] Video frame video_short01_001351: 1 dets, valid=True
|
|
[22:12:33 INFO] Video batch 299: frame 2392/7500 (31%)
|
|
[22:12:33 INFO] Video batch 299: 2 detections from postprocess
|
|
[22:12:33 INFO] Video frame video_short01_001354: 1 dets, valid=True
|
|
[22:12:33 INFO] Video frame video_short01_001356: 1 dets, valid=True
|
|
[22:12:33 INFO] Video batch 300: frame 2400/7500 (32%)
|
|
[22:12:33 INFO] Video batch 300: 1 detections from postprocess
|
|
[22:12:33 INFO] Video frame video_short01_001359: 1 dets, valid=True
|
|
[22:12:33 INFO] Video batch 301: frame 2408/7500 (32%)
|
|
[22:12:33 INFO] Video batch 301: 1 detections from postprocess
|
|
[22:12:33 INFO] Video frame video_short01_001362: 1 dets, valid=True
|
|
[22:12:33 INFO] Video batch 302: frame 2416/7500 (32%)
|
|
[22:12:34 INFO] Video batch 302: 2 detections from postprocess
|
|
[22:12:34 INFO] Video frame video_short01_001364: 1 dets, valid=True
|
|
[22:12:34 INFO] Video frame video_short01_001365: 1 dets, valid=True
|
|
[22:12:34 INFO] Video batch 303: frame 2424/7500 (32%)
|
|
[22:12:34 INFO] Video batch 304: frame 2432/7500 (32%)
|
|
[22:12:34 INFO] Video batch 305: frame 2440/7500 (32%)
|
|
[22:12:34 INFO] Video batch 306: frame 2448/7500 (32%)
|
|
[22:12:34 INFO] Video batch 307: frame 2456/7500 (32%)
|
|
[22:12:35 INFO] Video batch 308: frame 2464/7500 (32%)
|
|
[22:12:35 INFO] Video batch 309: frame 2472/7500 (32%)
|
|
[22:12:35 INFO] Video batch 310: frame 2480/7500 (33%)
|
|
[22:12:35 INFO] Video batch 311: frame 2488/7500 (33%)
|
|
[22:12:36 INFO] Video batch 312: frame 2496/7500 (33%)
|
|
[22:12:36 INFO] Video batch 313: frame 2504/7500 (33%)
|
|
[22:12:36 INFO] Video batch 314: frame 2512/7500 (33%)
|
|
[22:12:36 INFO] Video batch 315: frame 2520/7500 (33%)
|
|
[22:12:36 INFO] Video batch 316: frame 2528/7500 (33%)
|
|
[22:12:37 INFO] Video batch 317: frame 2536/7500 (33%)
|
|
[22:12:37 INFO] Video batch 318: frame 2544/7500 (33%)
|
|
[22:12:37 INFO] Video batch 319: frame 2552/7500 (34%)
|
|
[22:12:37 INFO] Video batch 320: frame 2560/7500 (34%)
|
|
[22:12:37 INFO] Video batch 321: frame 2568/7500 (34%)
|
|
[22:12:38 INFO] Video batch 322: frame 2576/7500 (34%)
|
|
[22:12:38 INFO] Video batch 323: frame 2584/7500 (34%)
|
|
[22:12:38 INFO] Video batch 324: frame 2592/7500 (34%)
|
|
[22:12:38 INFO] Video batch 325: frame 2600/7500 (34%)
|
|
[22:12:38 INFO] Video batch 326: frame 2608/7500 (34%)
|
|
[22:12:38 INFO] Video batch 327: frame 2616/7500 (34%)
|
|
[22:12:39 INFO] Video batch 328: frame 2624/7500 (34%)
|
|
[22:12:39 INFO] Video batch 329: frame 2632/7500 (35%)
|
|
[22:12:39 INFO] Video batch 330: frame 2640/7500 (35%)
|
|
[22:12:39 INFO] Video batch 331: frame 2648/7500 (35%)
|
|
[22:12:39 INFO] Video batch 332: frame 2656/7500 (35%)
|
|
[22:12:40 INFO] Video batch 333: frame 2664/7500 (35%)
|
|
[22:12:40 INFO] Video batch 334: frame 2672/7500 (35%)
|
|
[22:12:40 INFO] Video batch 335: frame 2680/7500 (35%)
|
|
[22:12:40 INFO] Video batch 336: frame 2688/7500 (35%)
|
|
[22:12:40 INFO] Video batch 337: frame 2696/7500 (35%)
|
|
[22:12:41 INFO] Video batch 338: frame 2704/7500 (36%)
|
|
[22:12:41 INFO] Video batch 339: frame 2712/7500 (36%)
|
|
[22:12:41 INFO] Video batch 339: 1 detections from postprocess
|
|
[22:12:41 INFO] Video frame video_short01_001484: 1 dets, valid=True
|
|
[22:12:41 INFO] Video batch 340: frame 2720/7500 (36%)
|
|
[22:12:41 INFO] Video batch 340: 2 detections from postprocess
|
|
[22:12:41 INFO] Video frame video_short01_001485: 1 dets, valid=True
|
|
[22:12:41 INFO] Video frame video_short01_001487: 1 dets, valid=True
|
|
[22:12:41 INFO] Video batch 341: frame 2728/7500 (36%)
|
|
[22:12:41 INFO] Video batch 341: 2 detections from postprocess
|
|
[22:12:41 INFO] Video frame video_short01_001489: 1 dets, valid=True
|
|
[22:12:41 INFO] Video frame video_short01_001490: 1 dets, valid=True
|
|
[22:12:42 INFO] Video batch 342: frame 2736/7500 (36%)
|
|
[22:12:42 INFO] Video batch 342: 2 detections from postprocess
|
|
[22:12:42 INFO] Video frame video_short01_001492: 1 dets, valid=True
|
|
[22:12:42 INFO] Video frame video_short01_001493: 1 dets, valid=True
|
|
[22:12:42 INFO] Video batch 343: frame 2744/7500 (36%)
|
|
[22:12:42 INFO] Video batch 343: 2 detections from postprocess
|
|
[22:12:42 INFO] Video frame video_short01_001495: 1 dets, valid=True
|
|
[22:12:42 INFO] Video frame video_short01_001497: 1 dets, valid=True
|
|
[22:12:42 INFO] Video batch 344: frame 2752/7500 (36%)
|
|
[22:12:42 INFO] Video batch 344: 2 detections from postprocess
|
|
[22:12:42 INFO] Video frame video_short01_001498: 1 dets, valid=True
|
|
[22:12:42 INFO] Video frame video_short01_001500: 1 dets, valid=True
|
|
[22:12:42 INFO] Video batch 345: frame 2760/7500 (36%)
|
|
[22:12:42 INFO] Video batch 345: 2 detections from postprocess
|
|
[22:12:42 INFO] Video frame video_short01_001501: 1 dets, valid=True
|
|
[22:12:42 INFO] Video frame video_short01_001503: 1 dets, valid=True
|
|
[22:12:42 INFO] Video batch 346: frame 2768/7500 (36%)
|
|
[22:12:43 INFO] Video batch 346: 2 detections from postprocess
|
|
[22:12:43 INFO] Video frame video_short01_001505: 1 dets, valid=True
|
|
[22:12:43 INFO] Video frame video_short01_001506: 1 dets, valid=True
|
|
[22:12:43 INFO] Video batch 347: frame 2776/7500 (37%)
|
|
[22:12:43 INFO] Video batch 347: 2 detections from postprocess
|
|
[22:12:43 INFO] Video frame video_short01_001508: 1 dets, valid=True
|
|
[22:12:43 INFO] Video frame video_short01_001510: 1 dets, valid=True
|
|
[22:12:43 INFO] Video batch 348: frame 2784/7500 (37%)
|
|
[22:12:43 INFO] Video batch 348: 2 detections from postprocess
|
|
[22:12:43 INFO] Video frame video_short01_001511: 1 dets, valid=True
|
|
[22:12:43 INFO] Video frame video_short01_001513: 1 dets, valid=True
|
|
[22:12:43 INFO] Video batch 349: frame 2792/7500 (37%)
|
|
[22:12:43 INFO] Video batch 349: 2 detections from postprocess
|
|
[22:12:43 INFO] Video frame video_short01_001514: 1 dets, valid=True
|
|
[22:12:43 INFO] Video frame video_short01_001516: 1 dets, valid=True
|
|
[22:12:43 INFO] Video batch 350: frame 2800/7500 (37%)
|
|
[22:12:43 INFO] Video batch 350: 2 detections from postprocess
|
|
[22:12:43 INFO] Video frame video_short01_001517: 1 dets, valid=True
|
|
[22:12:43 INFO] Video frame video_short01_001519: 1 dets, valid=True
|
|
[22:12:43 INFO] Video batch 351: frame 2808/7500 (37%)
|
|
[22:12:44 INFO] Video batch 351: 2 detections from postprocess
|
|
[22:12:44 INFO] Video frame video_short01_001521: 1 dets, valid=True
|
|
[22:12:44 INFO] Video frame video_short01_001522: 1 dets, valid=True
|
|
[22:12:44 INFO] Video batch 352: frame 2816/7500 (37%)
|
|
[22:12:44 INFO] Video batch 352: 2 detections from postprocess
|
|
[22:12:44 INFO] Video frame video_short01_001524: 1 dets, valid=True
|
|
[22:12:44 INFO] Video frame video_short01_001525: 1 dets, valid=True
|
|
[22:12:44 INFO] Video batch 353: frame 2824/7500 (37%)
|
|
[22:12:44 INFO] Video batch 353: 2 detections from postprocess
|
|
[22:12:44 INFO] Video frame video_short01_001527: 1 dets, valid=True
|
|
[22:12:44 INFO] Video frame video_short01_001529: 1 dets, valid=True
|
|
[22:12:44 INFO] Video batch 354: frame 2832/7500 (37%)
|
|
[22:12:44 INFO] Video batch 354: 2 detections from postprocess
|
|
[22:12:44 INFO] Video frame video_short01_001530: 1 dets, valid=True
|
|
[22:12:44 INFO] Video frame video_short01_001532: 1 dets, valid=True
|
|
[22:12:44 INFO] Video batch 355: frame 2840/7500 (37%)
|
|
[22:12:45 INFO] Video batch 355: 2 detections from postprocess
|
|
[22:12:45 INFO] Video frame video_short01_001533: 1 dets, valid=True
|
|
[22:12:45 INFO] Video frame video_short01_001535: 1 dets, valid=True
|
|
[22:12:45 INFO] Video batch 356: frame 2848/7500 (37%)
|
|
[22:12:45 INFO] Video batch 356: 2 detections from postprocess
|
|
[22:12:45 INFO] Video frame video_short01_001537: 1 dets, valid=True
|
|
[22:12:45 INFO] Video frame video_short01_001538: 1 dets, valid=True
|
|
[22:12:45 INFO] Video batch 357: frame 2856/7500 (38%)
|
|
[22:12:45 INFO] Video batch 357: 2 detections from postprocess
|
|
[22:12:45 INFO] Video frame video_short01_001540: 1 dets, valid=True
|
|
[22:12:45 INFO] Video frame video_short01_001541: 1 dets, valid=True
|
|
[22:12:45 INFO] Video batch 358: frame 2864/7500 (38%)
|
|
[22:12:45 INFO] Video batch 358: 2 detections from postprocess
|
|
[22:12:45 INFO] Video frame video_short01_001543: 1 dets, valid=True
|
|
[22:12:45 INFO] Video frame video_short01_001545: 1 dets, valid=True
|
|
[22:12:45 INFO] Video batch 359: frame 2872/7500 (38%)
|
|
[22:12:45 INFO] Video batch 359: 2 detections from postprocess
|
|
[22:12:45 INFO] Video frame video_short01_001546: 1 dets, valid=True
|
|
[22:12:46 INFO] Video frame video_short01_001548: 1 dets, valid=True
|
|
[22:12:46 INFO] Video batch 360: frame 2880/7500 (38%)
|
|
[22:12:46 INFO] Video batch 360: 2 detections from postprocess
|
|
[22:12:46 INFO] Video frame video_short01_001550: 1 dets, valid=True
|
|
[22:12:46 INFO] Video frame video_short01_001551: 1 dets, valid=True
|
|
[22:12:46 INFO] Video batch 361: frame 2888/7500 (38%)
|
|
[22:12:46 INFO] Video batch 361: 2 detections from postprocess
|
|
[22:12:46 INFO] Video frame video_short01_001553: 1 dets, valid=True
|
|
[22:12:46 INFO] Video frame video_short01_001554: 1 dets, valid=True
|
|
[22:12:46 INFO] Video batch 362: frame 2896/7500 (38%)
|
|
[22:12:46 INFO] Video batch 362: 2 detections from postprocess
|
|
[22:12:46 INFO] Video frame video_short01_001556: 1 dets, valid=True
|
|
[22:12:46 INFO] Video frame video_short01_001557: 1 dets, valid=True
|
|
[22:12:46 INFO] Video batch 363: frame 2904/7500 (38%)
|
|
[22:12:46 INFO] Video batch 363: 2 detections from postprocess
|
|
[22:12:46 INFO] Video frame video_short01_001559: 1 dets, valid=True
|
|
[22:12:46 INFO] Video frame video_short01_001561: 1 dets, valid=True
|
|
[22:12:46 INFO] Video batch 364: frame 2912/7500 (38%)
|
|
[22:12:47 INFO] Video batch 364: 2 detections from postprocess
|
|
[22:12:47 INFO] Video frame video_short01_001562: 1 dets, valid=True
|
|
[22:12:47 INFO] Video frame video_short01_001564: 1 dets, valid=True
|
|
[22:12:47 INFO] Video batch 365: frame 2920/7500 (38%)
|
|
[22:12:47 INFO] Video batch 365: 2 detections from postprocess
|
|
[22:12:47 INFO] Video frame video_short01_001565: 1 dets, valid=True
|
|
[22:12:47 INFO] Video frame video_short01_001567: 1 dets, valid=True
|
|
[22:12:47 INFO] Video batch 366: frame 2928/7500 (39%)
|
|
[22:12:47 INFO] Video batch 366: 2 detections from postprocess
|
|
[22:12:47 INFO] Video frame video_short01_001569: 1 dets, valid=True
|
|
[22:12:47 INFO] Video frame video_short01_001570: 1 dets, valid=True
|
|
[22:12:47 INFO] Video batch 367: frame 2936/7500 (39%)
|
|
[22:12:47 INFO] Video batch 367: 2 detections from postprocess
|
|
[22:12:47 INFO] Video frame video_short01_001572: 1 dets, valid=True
|
|
[22:12:47 INFO] Video frame video_short01_001573: 1 dets, valid=True
|
|
[22:12:47 INFO] Video batch 368: frame 2944/7500 (39%)
|
|
[22:12:47 INFO] Video batch 368: 2 detections from postprocess
|
|
[22:12:47 INFO] Video frame video_short01_001575: 1 dets, valid=True
|
|
[22:12:47 INFO] Video frame video_short01_001577: 1 dets, valid=True
|
|
[22:12:48 INFO] Video batch 369: frame 2952/7500 (39%)
|
|
[22:12:48 INFO] Video batch 369: 2 detections from postprocess
|
|
[22:12:48 INFO] Video frame video_short01_001578: 1 dets, valid=True
|
|
[22:12:48 INFO] Video frame video_short01_001580: 1 dets, valid=True
|
|
[22:12:48 INFO] Video batch 370: frame 2960/7500 (39%)
|
|
[22:12:48 INFO] Video batch 370: 2 detections from postprocess
|
|
[22:12:48 INFO] Video frame video_short01_001581: 1 dets, valid=True
|
|
[22:12:48 INFO] Video frame video_short01_001583: 1 dets, valid=True
|
|
[22:12:48 INFO] Video batch 371: frame 2968/7500 (39%)
|
|
[22:12:48 INFO] Video batch 371: 2 detections from postprocess
|
|
[22:12:48 INFO] Video frame video_short01_001585: 1 dets, valid=True
|
|
[22:12:48 INFO] Video frame video_short01_001586: 1 dets, valid=True
|
|
[22:12:48 INFO] Video batch 372: frame 2976/7500 (39%)
|
|
[22:12:48 INFO] Video batch 372: 2 detections from postprocess
|
|
[22:12:48 INFO] Video frame video_short01_001588: 1 dets, valid=True
|
|
[22:12:48 INFO] Video frame video_short01_001590: 1 dets, valid=True
|
|
[22:12:48 INFO] Video batch 373: frame 2984/7500 (39%)
|
|
[22:12:49 INFO] Video batch 373: 2 detections from postprocess
|
|
[22:12:49 INFO] Video frame video_short01_001591: 1 dets, valid=True
|
|
[22:12:49 INFO] Video frame video_short01_001593: 1 dets, valid=True
|
|
[22:12:49 INFO] Video batch 374: frame 2992/7500 (39%)
|
|
[22:12:49 INFO] Video batch 374: 2 detections from postprocess
|
|
[22:12:49 INFO] Video frame video_short01_001594: 1 dets, valid=True
|
|
[22:12:49 INFO] Video frame video_short01_001596: 1 dets, valid=True
|
|
[22:12:49 INFO] Video batch 375: frame 3000/7500 (40%)
|
|
[22:12:49 INFO] Video batch 375: 1 detections from postprocess
|
|
[22:12:49 INFO] Video frame video_short01_001597: 1 dets, valid=True
|
|
[22:12:49 INFO] Video batch 376: frame 3008/7500 (40%)
|
|
[22:12:49 INFO] Video batch 376: 1 detections from postprocess
|
|
[22:12:49 INFO] Video frame video_short01_002002: 1 dets, valid=True
|
|
[22:12:49 INFO] Video batch 377: frame 3016/7500 (40%)
|
|
[22:12:49 INFO] Video batch 378: frame 3024/7500 (40%)
|
|
[22:12:50 INFO] Video batch 379: frame 3032/7500 (40%)
|
|
[22:12:50 INFO] Video batch 380: frame 3040/7500 (40%)
|
|
[22:12:50 INFO] Video batch 381: frame 3048/7500 (40%)
|
|
[22:12:50 INFO] Video batch 382: frame 3056/7500 (40%)
|
|
[22:12:50 INFO] Video batch 383: frame 3064/7500 (40%)
|
|
[22:12:51 INFO] Video batch 383: 1 detections from postprocess
|
|
[22:12:51 INFO] Video frame video_short01_002025: 1 dets, valid=True
|
|
[22:12:51 INFO] Video batch 384: frame 3072/7500 (40%)
|
|
[22:12:51 INFO] Video batch 384: 2 detections from postprocess
|
|
[22:12:51 INFO] Video frame video_short01_002026: 1 dets, valid=True
|
|
[22:12:51 INFO] Video frame video_short01_002028: 1 dets, valid=True
|
|
[22:12:51 INFO] Video batch 385: frame 3080/7500 (41%)
|
|
[22:12:51 INFO] Video batch 385: 2 detections from postprocess
|
|
[22:12:51 INFO] Video frame video_short01_002030: 1 dets, valid=True
|
|
[22:12:51 INFO] Video frame video_short01_002031: 1 dets, valid=True
|
|
[22:12:51 INFO] Video batch 386: frame 3088/7500 (41%)
|
|
[22:12:51 INFO] Video batch 386: 1 detections from postprocess
|
|
[22:12:51 INFO] Video frame video_short01_002033: 1 dets, valid=True
|
|
[22:12:51 INFO] Video batch 387: frame 3096/7500 (41%)
|
|
[22:12:51 INFO] Video batch 387: 1 detections from postprocess
|
|
[22:12:51 INFO] Video frame video_short01_002037: 1 dets, valid=True
|
|
[22:12:51 INFO] Video batch 388: frame 3104/7500 (41%)
|
|
[22:12:52 INFO] Video batch 389: frame 3112/7500 (41%)
|
|
[22:12:52 INFO] Video batch 390: frame 3120/7500 (41%)
|
|
[22:12:52 INFO] Video batch 391: frame 3128/7500 (41%)
|
|
[22:12:52 INFO] Video batch 392: frame 3136/7500 (41%)
|
|
[22:12:52 INFO] Video batch 393: frame 3144/7500 (41%)
|
|
[22:12:53 INFO] Video batch 394: frame 3152/7500 (42%)
|
|
[22:12:53 INFO] Video batch 395: frame 3160/7500 (42%)
|
|
[22:12:53 INFO] Video batch 396: frame 3168/7500 (42%)
|
|
[22:12:53 INFO] Video batch 397: frame 3176/7500 (42%)
|
|
[22:12:53 INFO] Video batch 397: 1 detections from postprocess
|
|
[22:12:53 INFO] Video frame video_short01_002070: 1 dets, valid=True
|
|
[22:12:53 INFO] Video batch 398: frame 3184/7500 (42%)
|
|
[22:12:54 INFO] Video batch 398: 2 detections from postprocess
|
|
[22:12:54 INFO] Video frame video_short01_002071: 1 dets, valid=True
|
|
[22:12:54 INFO] Video frame video_short01_002073: 1 dets, valid=True
|
|
[22:12:54 INFO] Video batch 399: frame 3192/7500 (42%)
|
|
[22:12:54 INFO] Video batch 399: 2 detections from postprocess
|
|
[22:12:54 INFO] Video frame video_short01_002074: 1 dets, valid=True
|
|
[22:12:54 INFO] Video frame video_short01_002076: 1 dets, valid=True
|
|
[22:12:54 INFO] Video batch 400: frame 3200/7500 (42%)
|
|
[22:12:54 INFO] Video batch 400: 2 detections from postprocess
|
|
[22:12:54 INFO] Video frame video_short01_002077: 1 dets, valid=True
|
|
[22:12:54 INFO] Video frame video_short01_002079: 1 dets, valid=True
|
|
[22:12:54 INFO] Video batch 401: frame 3208/7500 (42%)
|
|
[22:12:54 INFO] Video batch 401: 2 detections from postprocess
|
|
[22:12:54 INFO] Video frame video_short01_002081: 1 dets, valid=True
|
|
[22:12:54 INFO] Video frame video_short01_002082: 1 dets, valid=True
|
|
[22:12:54 INFO] Video batch 402: frame 3216/7500 (42%)
|
|
[22:12:55 INFO] Video batch 402: 1 detections from postprocess
|
|
[22:12:55 INFO] Video frame video_short01_002084: 1 dets, valid=True
|
|
[22:12:55 INFO] Video batch 403: frame 3224/7500 (42%)
|
|
[22:12:55 INFO] Video batch 404: frame 3232/7500 (43%)
|
|
[22:12:55 INFO] Video batch 405: frame 3240/7500 (43%)
|
|
[22:12:55 INFO] Video batch 406: frame 3248/7500 (43%)
|
|
[22:12:55 INFO] Video batch 407: frame 3256/7500 (43%)
|
|
[22:12:55 INFO] Video batch 407: 1 detections from postprocess
|
|
[22:12:55 INFO] Video frame video_short01_002101: 1 dets, valid=True
|
|
[22:12:56 INFO] Video batch 408: frame 3264/7500 (43%)
|
|
[22:12:56 INFO] Video batch 408: 2 detections from postprocess
|
|
[22:12:56 INFO] Video frame video_short01_002103: 1 dets, valid=True
|
|
[22:12:56 INFO] Video frame video_short01_002105: 1 dets, valid=True
|
|
[22:12:56 INFO] Video batch 409: frame 3272/7500 (43%)
|
|
[22:12:56 INFO] Video batch 409: 2 detections from postprocess
|
|
[22:12:56 INFO] Video frame video_short01_002106: 1 dets, valid=True
|
|
[22:12:56 INFO] Video frame video_short01_002108: 1 dets, valid=True
|
|
[22:12:56 INFO] Video batch 410: frame 3280/7500 (43%)
|
|
[22:12:56 INFO] Video batch 410: 2 detections from postprocess
|
|
[22:12:56 INFO] Video frame video_short01_002110: 1 dets, valid=True
|
|
[22:12:56 INFO] Video frame video_short01_002111: 1 dets, valid=True
|
|
[22:12:56 INFO] Video batch 411: frame 3288/7500 (43%)
|
|
[22:12:56 INFO] Video batch 411: 2 detections from postprocess
|
|
[22:12:56 INFO] Video frame video_short01_002113: 1 dets, valid=True
|
|
[22:12:57 INFO] Video frame video_short01_002114: 1 dets, valid=True
|
|
[22:12:57 INFO] Video batch 412: frame 3296/7500 (43%)
|
|
[22:12:57 INFO] Video batch 413: frame 3304/7500 (44%)
|
|
[22:12:57 INFO] Video batch 413: 1 detections from postprocess
|
|
[22:12:57 INFO] Video frame video_short01_002121: 1 dets, valid=True
|
|
[22:12:57 INFO] Video batch 414: frame 3312/7500 (44%)
|
|
[22:12:57 INFO] Video batch 415: frame 3320/7500 (44%)
|
|
[22:12:57 INFO] Video batch 415: 2 detections from postprocess
|
|
[22:12:57 INFO] Video frame video_short01_002125: 1 dets, valid=True
|
|
[22:12:57 INFO] Video frame video_short01_002127: 1 dets, valid=True
|
|
[22:12:57 INFO] Video batch 416: frame 3328/7500 (44%)
|
|
[22:12:58 INFO] Video batch 416: 1 detections from postprocess
|
|
[22:12:58 INFO] Video frame video_short01_002130: 1 dets, valid=True
|
|
[22:12:58 INFO] Video batch 417: frame 3336/7500 (44%)
|
|
[22:12:58 INFO] Video batch 417: 2 detections from postprocess
|
|
[22:12:58 INFO] Video frame video_short01_002132: 1 dets, valid=True
|
|
[22:12:58 INFO] Video frame video_short01_002133: 1 dets, valid=True
|
|
[22:12:58 INFO] Video batch 418: frame 3344/7500 (44%)
|
|
[22:12:58 INFO] Video batch 418: 1 detections from postprocess
|
|
[22:12:58 INFO] Video frame video_short01_002137: 1 dets, valid=True
|
|
[22:12:58 INFO] Video batch 419: frame 3352/7500 (44%)
|
|
[22:12:58 INFO] Video batch 420: frame 3360/7500 (44%)
|
|
[22:12:58 INFO] Video batch 421: frame 3368/7500 (44%)
|
|
[22:12:59 INFO] Video batch 422: frame 3376/7500 (45%)
|
|
[22:12:59 INFO] Video batch 422: 1 detections from postprocess
|
|
[22:12:59 INFO] Video frame video_short01_002150: 1 dets, valid=True
|
|
[22:12:59 INFO] Video batch 423: frame 3384/7500 (45%)
|
|
[22:12:59 INFO] Video batch 423: 1 detections from postprocess
|
|
[22:12:59 INFO] Video frame video_short01_002153: 1 dets, valid=True
|
|
[22:12:59 INFO] Video batch 424: frame 3392/7500 (45%)
|
|
[22:12:59 INFO] Video batch 424: 1 detections from postprocess
|
|
[22:12:59 INFO] Video frame video_short01_002156: 1 dets, valid=True
|
|
[22:12:59 INFO] Video batch 425: frame 3400/7500 (45%)
|
|
[22:12:59 INFO] Video batch 425: 1 detections from postprocess
|
|
[22:12:59 INFO] Video frame video_short01_002157: 1 dets, valid=True
|
|
[22:12:59 INFO] Video batch 426: frame 3408/7500 (45%)
|
|
[22:13:00 INFO] Video batch 426: 1 detections from postprocess
|
|
[22:13:00 INFO] Video frame video_short01_002162: 1 dets, valid=True
|
|
[22:13:00 INFO] Video batch 427: frame 3416/7500 (45%)
|
|
[22:13:00 INFO] Video batch 427: 2 detections from postprocess
|
|
[22:13:00 INFO] Video frame video_short01_002164: 1 dets, valid=True
|
|
[22:13:00 INFO] Video frame video_short01_002165: 1 dets, valid=True
|
|
[22:13:00 INFO] Video batch 428: frame 3424/7500 (45%)
|
|
[22:13:00 INFO] Video batch 429: frame 3432/7500 (45%)
|
|
[22:13:00 INFO] Video batch 430: frame 3440/7500 (45%)
|
|
[22:13:01 INFO] Video batch 431: frame 3448/7500 (45%)
|
|
[22:13:01 INFO] Video batch 432: frame 3456/7500 (46%)
|
|
[22:13:01 INFO] Video batch 433: frame 3464/7500 (46%)
|
|
[22:13:01 INFO] Video batch 433: 1 detections from postprocess
|
|
[22:13:01 INFO] Video frame video_short01_002185: 1 dets, valid=True
|
|
[22:13:01 INFO] Video batch 434: frame 3472/7500 (46%)
|
|
[22:13:01 INFO] Video batch 434: 1 detections from postprocess
|
|
[22:13:01 INFO] Video frame video_short01_002186: 1 dets, valid=True
|
|
[22:13:01 INFO] Video batch 435: frame 3480/7500 (46%)
|
|
[22:13:02 INFO] Video batch 436: frame 3488/7500 (46%)
|
|
[22:13:02 INFO] Video batch 437: frame 3496/7500 (46%)
|
|
[22:13:02 INFO] Video batch 438: frame 3504/7500 (46%)
|
|
[22:13:02 INFO] Video batch 439: frame 3512/7500 (46%)
|
|
[22:13:02 INFO] Video batch 440: frame 3520/7500 (46%)
|
|
[22:13:03 INFO] Video batch 441: frame 3528/7500 (47%)
|
|
[22:13:03 INFO] Video batch 442: frame 3536/7500 (47%)
|
|
[22:13:03 INFO] Video batch 443: frame 3544/7500 (47%)
|
|
[22:13:03 INFO] Video batch 444: frame 3552/7500 (47%)
|
|
[22:13:03 INFO] Video batch 445: frame 3560/7500 (47%)
|
|
[22:13:04 INFO] Video batch 446: frame 3568/7500 (47%)
|
|
[22:13:04 INFO] Video batch 447: frame 3576/7500 (47%)
|
|
[22:13:04 INFO] Video batch 448: frame 3584/7500 (47%)
|
|
[22:13:04 INFO] Video batch 449: frame 3592/7500 (47%)
|
|
[22:13:04 INFO] Video batch 450: frame 3600/7500 (48%)
|
|
[22:13:05 INFO] Video batch 451: frame 3608/7500 (48%)
|
|
[22:13:05 INFO] Video batch 452: frame 3616/7500 (48%)
|
|
[22:13:05 INFO] Video batch 453: frame 3624/7500 (48%)
|
|
[22:13:05 INFO] Video batch 454: frame 3632/7500 (48%)
|
|
[22:13:05 INFO] Video batch 455: frame 3640/7500 (48%)
|
|
[22:13:06 INFO] Video batch 456: frame 3648/7500 (48%)
|
|
[22:13:06 INFO] Video batch 457: frame 3656/7500 (48%)
|
|
[22:13:06 INFO] Video batch 458: frame 3664/7500 (48%)
|
|
[22:13:06 INFO] Video batch 459: frame 3672/7500 (48%)
|
|
[22:13:06 INFO] Video batch 460: frame 3680/7500 (49%)
|
|
[22:13:07 INFO] Video batch 461: frame 3688/7500 (49%)
|
|
[22:13:07 INFO] Video batch 462: frame 3696/7500 (49%)
|
|
[22:13:07 INFO] Video batch 463: frame 3704/7500 (49%)
|
|
[22:13:07 INFO] Video batch 464: frame 3712/7500 (49%)
|
|
[22:13:07 INFO] Video batch 465: frame 3720/7500 (49%)
|
|
[22:13:08 INFO] Video batch 466: frame 3728/7500 (49%)
|
|
[22:13:08 INFO] Video batch 467: frame 3736/7500 (49%)
|
|
[22:13:08 INFO] Video batch 467: 1 detections from postprocess
|
|
[22:13:08 INFO] Video frame video_short01_002293: 1 dets, valid=True
|
|
[22:13:08 INFO] Video batch 468: frame 3744/7500 (49%)
|
|
[22:13:08 INFO] Video batch 468: 3 detections from postprocess
|
|
[22:13:08 INFO] Video frame video_short01_002295: 1 dets, valid=True
|
|
[22:13:08 INFO] Video frame video_short01_002297: 2 dets, valid=True
|
|
[22:13:08 INFO] Video batch 469: frame 3752/7500 (50%)
|
|
[22:13:08 INFO] Video batch 469: 3 detections from postprocess
|
|
[22:13:08 INFO] Video frame video_short01_002298: 1 dets, valid=True
|
|
[22:13:08 INFO] Video frame video_short01_002300: 2 dets, valid=True
|
|
[22:13:08 INFO] Video batch 470: frame 3760/7500 (50%)
|
|
[22:13:09 INFO] Video batch 470: 4 detections from postprocess
|
|
[22:13:09 INFO] Video frame video_short01_002301: 2 dets, valid=True
|
|
[22:13:09 INFO] Video frame video_short01_002303: 2 dets, valid=True
|
|
[22:13:09 INFO] Video batch 471: frame 3768/7500 (50%)
|
|
[22:13:09 INFO] Video batch 471: 4 detections from postprocess
|
|
[22:13:09 INFO] Video frame video_short01_002305: 2 dets, valid=True
|
|
[22:13:09 INFO] Video frame video_short01_002306: 2 dets, valid=True
|
|
[22:13:09 INFO] Video batch 472: frame 3776/7500 (50%)
|
|
[22:13:09 INFO] Video batch 472: 2 detections from postprocess
|
|
[22:13:09 INFO] Video frame video_short01_002308: 1 dets, valid=True
|
|
[22:13:09 INFO] Video frame video_short01_002310: 1 dets, valid=True
|
|
[22:13:09 INFO] Video batch 473: frame 3784/7500 (50%)
|
|
[22:13:09 INFO] Video batch 473: 2 detections from postprocess
|
|
[22:13:09 INFO] Video frame video_short01_002311: 1 dets, valid=True
|
|
[22:13:09 INFO] Video frame video_short01_002313: 1 dets, valid=True
|
|
[22:13:09 INFO] Video batch 474: frame 3792/7500 (50%)
|
|
[22:13:09 INFO] Video batch 474: 2 detections from postprocess
|
|
[22:13:09 INFO] Video frame video_short01_002314: 1 dets, valid=True
|
|
[22:13:09 INFO] Video frame video_short01_002316: 1 dets, valid=True
|
|
[22:13:10 INFO] Video batch 475: frame 3800/7500 (50%)
|
|
[22:13:10 INFO] Video batch 475: 2 detections from postprocess
|
|
[22:13:10 INFO] Video frame video_short01_002317: 1 dets, valid=True
|
|
[22:13:10 INFO] Video frame video_short01_002319: 1 dets, valid=True
|
|
[22:13:10 INFO] Video batch 476: frame 3808/7500 (50%)
|
|
[22:13:10 INFO] Video batch 476: 2 detections from postprocess
|
|
[22:13:10 INFO] Video frame video_short01_002321: 1 dets, valid=True
|
|
[22:13:10 INFO] Video frame video_short01_002322: 1 dets, valid=True
|
|
[22:13:10 INFO] Video batch 477: frame 3816/7500 (50%)
|
|
[22:13:10 INFO] Video batch 477: 3 detections from postprocess
|
|
[22:13:10 INFO] Video frame video_short01_002324: 2 dets, valid=True
|
|
[22:13:10 INFO] Video frame video_short01_002325: 1 dets, valid=True
|
|
[22:13:10 INFO] Video batch 478: frame 3824/7500 (50%)
|
|
[22:13:10 INFO] Video batch 478: 2 detections from postprocess
|
|
[22:13:10 INFO] Video frame video_short01_002327: 1 dets, valid=True
|
|
[22:13:10 INFO] Video frame video_short01_002329: 1 dets, valid=True
|
|
[22:13:10 INFO] Video batch 479: frame 3832/7500 (51%)
|
|
[22:13:11 INFO] Video batch 479: 2 detections from postprocess
|
|
[22:13:11 INFO] Video frame video_short01_002330: 1 dets, valid=True
|
|
[22:13:11 INFO] Video frame video_short01_002332: 1 dets, valid=True
|
|
[22:13:11 INFO] Video batch 480: frame 3840/7500 (51%)
|
|
[22:13:11 INFO] Video batch 480: 2 detections from postprocess
|
|
[22:13:11 INFO] Video frame video_short01_002333: 1 dets, valid=True
|
|
[22:13:11 INFO] Video frame video_short01_002335: 1 dets, valid=True
|
|
[22:13:11 INFO] Video batch 481: frame 3848/7500 (51%)
|
|
[22:13:11 INFO] Video batch 481: 3 detections from postprocess
|
|
[22:13:11 INFO] Video frame video_short01_002337: 2 dets, valid=True
|
|
[22:13:11 INFO] Video frame video_short01_002338: 1 dets, valid=True
|
|
[22:13:11 INFO] Video batch 482: frame 3856/7500 (51%)
|
|
[22:13:11 INFO] Video batch 482: 4 detections from postprocess
|
|
[22:13:11 INFO] Video frame video_short01_002340: 2 dets, valid=True
|
|
[22:13:11 INFO] Video frame video_short01_002341: 2 dets, valid=True
|
|
[22:13:11 INFO] Video batch 483: frame 3864/7500 (51%)
|
|
[22:13:11 INFO] Video batch 483: 4 detections from postprocess
|
|
[22:13:11 INFO] Video frame video_short01_002343: 2 dets, valid=True
|
|
[22:13:11 INFO] Video frame video_short01_002345: 2 dets, valid=True
|
|
[22:13:11 INFO] Video batch 484: frame 3872/7500 (51%)
|
|
[22:13:12 INFO] Video batch 484: 4 detections from postprocess
|
|
[22:13:12 INFO] Video frame video_short01_002346: 2 dets, valid=True
|
|
[22:13:12 INFO] Video frame video_short01_002348: 2 dets, valid=True
|
|
[22:13:12 INFO] Video batch 485: frame 3880/7500 (51%)
|
|
[22:13:12 INFO] Video batch 485: 4 detections from postprocess
|
|
[22:13:12 INFO] Video frame video_short01_002350: 2 dets, valid=True
|
|
[22:13:12 INFO] Video frame video_short01_002351: 2 dets, valid=True
|
|
[22:13:12 INFO] Video batch 486: frame 3888/7500 (51%)
|
|
[22:13:12 INFO] Video batch 486: 4 detections from postprocess
|
|
[22:13:12 INFO] Video frame video_short01_002353: 4 dets, valid=True
|
|
[22:13:12 INFO] Video batch 487: frame 3896/7500 (51%)
|
|
[22:13:12 INFO] Video batch 488: frame 3904/7500 (52%)
|
|
[22:13:13 INFO] Video batch 489: frame 3912/7500 (52%)
|
|
[22:13:13 INFO] Video batch 490: frame 3920/7500 (52%)
|
|
[22:13:13 INFO] Video batch 491: frame 3928/7500 (52%)
|
|
[22:13:13 INFO] Video batch 492: frame 3936/7500 (52%)
|
|
[22:13:13 INFO] Video batch 493: frame 3944/7500 (52%)
|
|
[22:13:13 INFO] Video batch 494: frame 3952/7500 (52%)
|
|
[22:13:14 INFO] Video batch 495: frame 3960/7500 (52%)
|
|
[22:13:14 INFO] Video batch 496: frame 3968/7500 (52%)
|
|
[22:13:14 INFO] Video batch 497: frame 3976/7500 (53%)
|
|
[22:13:14 INFO] Video batch 498: frame 3984/7500 (53%)
|
|
[22:13:14 INFO] Video batch 499: frame 3992/7500 (53%)
|
|
[22:13:15 INFO] Video batch 500: frame 4000/7500 (53%)
|
|
[22:13:15 INFO] Video batch 501: frame 4008/7500 (53%)
|
|
[22:13:15 INFO] Video batch 502: frame 4016/7500 (53%)
|
|
[22:13:15 INFO] Video batch 503: frame 4024/7500 (53%)
|
|
[22:13:15 INFO] Video batch 504: frame 4032/7500 (53%)
|
|
[22:13:16 INFO] Video batch 505: frame 4040/7500 (53%)
|
|
[22:13:16 INFO] Video batch 506: frame 4048/7500 (53%)
|
|
[22:13:16 INFO] Video batch 507: frame 4056/7500 (54%)
|
|
[22:13:16 INFO] Video batch 508: frame 4064/7500 (54%)
|
|
[22:13:16 INFO] Video batch 509: frame 4072/7500 (54%)
|
|
[22:13:17 INFO] Video batch 510: frame 4080/7500 (54%)
|
|
[22:13:17 INFO] Video batch 511: frame 4088/7500 (54%)
|
|
[22:13:17 INFO] Video batch 512: frame 4096/7500 (54%)
|
|
[22:13:17 INFO] Video batch 512: 1 detections from postprocess
|
|
[22:13:17 INFO] Video frame video_short01_002437: 1 dets, valid=True
|
|
[22:13:17 INFO] Video batch 513: frame 4104/7500 (54%)
|
|
[22:13:17 INFO] Video batch 513: 1 detections from postprocess
|
|
[22:13:17 INFO] Video frame video_short01_002439: 1 dets, valid=True
|
|
[22:13:18 INFO] Video batch 514: frame 4112/7500 (54%)
|
|
[22:13:18 INFO] Video batch 515: frame 4120/7500 (54%)
|
|
[22:13:18 INFO] Video batch 516: frame 4128/7500 (55%)
|
|
[22:13:18 INFO] Video batch 517: frame 4136/7500 (55%)
|
|
[22:13:18 INFO] Video batch 518: frame 4144/7500 (55%)
|
|
[22:13:19 INFO] Video batch 519: frame 4152/7500 (55%)
|
|
[22:13:19 INFO] Video batch 520: frame 4160/7500 (55%)
|
|
[22:13:19 INFO] Video batch 521: frame 4168/7500 (55%)
|
|
[22:13:19 INFO] Video batch 522: frame 4176/7500 (55%)
|
|
[22:13:19 INFO] Video batch 523: frame 4184/7500 (55%)
|
|
[22:13:20 INFO] Video batch 524: frame 4192/7500 (55%)
|
|
[22:13:20 INFO] Video batch 525: frame 4200/7500 (56%)
|
|
[22:13:20 INFO] Video batch 526: frame 4208/7500 (56%)
|
|
[22:13:20 INFO] Video batch 527: frame 4216/7500 (56%)
|
|
[22:13:20 INFO] Video batch 528: frame 4224/7500 (56%)
|
|
[22:13:21 INFO] Video batch 529: frame 4232/7500 (56%)
|
|
[22:13:21 INFO] Video batch 530: frame 4240/7500 (56%)
|
|
[22:13:21 INFO] Video batch 531: frame 4248/7500 (56%)
|
|
[22:13:21 INFO] Video batch 532: frame 4256/7500 (56%)
|
|
[22:13:21 INFO] Video batch 533: frame 4264/7500 (56%)
|
|
[22:13:21 INFO] Video batch 534: frame 4272/7500 (56%)
|
|
[22:13:22 INFO] Video batch 535: frame 4280/7500 (57%)
|
|
[22:13:22 INFO] Video batch 536: frame 4288/7500 (57%)
|
|
[22:13:22 INFO] Video batch 537: frame 4296/7500 (57%)
|
|
[22:13:22 INFO] Video batch 538: frame 4304/7500 (57%)
|
|
[22:13:22 INFO] Video batch 539: frame 4312/7500 (57%)
|
|
[22:13:23 INFO] Video batch 540: frame 4320/7500 (57%)
|
|
[22:13:23 INFO] Video batch 541: frame 4328/7500 (57%)
|
|
[22:13:23 INFO] Video batch 542: frame 4336/7500 (57%)
|
|
[22:13:23 INFO] Video batch 543: frame 4344/7500 (57%)
|
|
[22:13:23 INFO] Video batch 544: frame 4352/7500 (58%)
|
|
[22:13:24 INFO] Video batch 545: frame 4360/7500 (58%)
|
|
[22:13:24 INFO] Video batch 546: frame 4368/7500 (58%)
|
|
[22:13:24 INFO] Video batch 547: frame 4376/7500 (58%)
|
|
[22:13:24 INFO] Video batch 547: 3 detections from postprocess
|
|
[22:13:24 INFO] Video frame video_short01_002548: 2 dets, valid=True
|
|
[22:13:24 INFO] Video frame video_short01_002550: 1 dets, valid=True
|
|
[22:13:24 INFO] Video batch 548: frame 4384/7500 (58%)
|
|
[22:13:24 INFO] Video batch 548: 2 detections from postprocess
|
|
[22:13:24 INFO] Video frame video_short01_002551: 1 dets, valid=True
|
|
[22:13:25 INFO] Video frame video_short01_002553: 1 dets, valid=True
|
|
[22:13:25 INFO] Video batch 549: frame 4392/7500 (58%)
|
|
[22:13:25 INFO] Video batch 549: 2 detections from postprocess
|
|
[22:13:25 INFO] Video frame video_short01_002554: 1 dets, valid=True
|
|
[22:13:25 INFO] Video frame video_short01_002556: 1 dets, valid=True
|
|
[22:13:25 INFO] Video batch 550: frame 4400/7500 (58%)
|
|
[22:13:25 INFO] Video batch 550: 2 detections from postprocess
|
|
[22:13:25 INFO] Video frame video_short01_002557: 1 dets, valid=True
|
|
[22:13:25 INFO] Video frame video_short01_002559: 1 dets, valid=True
|
|
[22:13:25 INFO] Video batch 551: frame 4408/7500 (58%)
|
|
[22:13:25 INFO] Video batch 551: 2 detections from postprocess
|
|
[22:13:25 INFO] Video frame video_short01_002561: 1 dets, valid=True
|
|
[22:13:25 INFO] Video frame video_short01_002562: 1 dets, valid=True
|
|
[22:13:25 INFO] Video batch 552: frame 4416/7500 (58%)
|
|
[22:13:25 INFO] Video batch 552: 2 detections from postprocess
|
|
[22:13:25 INFO] Video frame video_short01_002564: 1 dets, valid=True
|
|
[22:13:25 INFO] Video frame video_short01_002565: 1 dets, valid=True
|
|
[22:13:25 INFO] Video batch 553: frame 4424/7500 (58%)
|
|
[22:13:26 INFO] Video batch 553: 1 detections from postprocess
|
|
[22:13:26 INFO] Video frame video_short01_002567: 1 dets, valid=True
|
|
[22:13:26 INFO] Video batch 554: frame 4432/7500 (59%)
|
|
[22:13:26 INFO] Video batch 555: frame 4440/7500 (59%)
|
|
[22:13:26 INFO] Video batch 556: frame 4448/7500 (59%)
|
|
[22:13:26 INFO] Video batch 557: frame 4456/7500 (59%)
|
|
[22:13:26 INFO] Video batch 558: frame 4464/7500 (59%)
|
|
[22:13:27 INFO] Video batch 559: frame 4472/7500 (59%)
|
|
[22:13:27 INFO] Video batch 560: frame 4480/7500 (59%)
|
|
[22:13:27 INFO] Video batch 561: frame 4488/7500 (59%)
|
|
[22:13:27 INFO] Video batch 562: frame 4496/7500 (59%)
|
|
[22:13:27 INFO] Video batch 563: frame 4504/7500 (60%)
|
|
[22:13:28 INFO] Video batch 564: frame 4512/7500 (60%)
|
|
[22:13:28 INFO] Video batch 565: frame 4520/7500 (60%)
|
|
[22:13:28 INFO] Video batch 566: frame 4528/7500 (60%)
|
|
[22:13:28 INFO] Video batch 567: frame 4536/7500 (60%)
|
|
[22:13:28 INFO] Video batch 568: frame 4544/7500 (60%)
|
|
[22:13:29 INFO] Video batch 568: 1 detections from postprocess
|
|
[22:13:29 INFO] Video frame video_short01_003017: 1 dets, valid=True
|
|
[22:13:29 INFO] Video batch 569: frame 4552/7500 (60%)
|
|
[22:13:29 INFO] Video batch 570: frame 4560/7500 (60%)
|
|
[22:13:29 INFO] Video batch 571: frame 4568/7500 (60%)
|
|
[22:13:29 INFO] Video batch 572: frame 4576/7500 (61%)
|
|
[22:13:29 INFO] Video batch 572: 1 detections from postprocess
|
|
[22:13:29 INFO] Video frame video_short01_003028: 1 dets, valid=True
|
|
[22:13:29 INFO] Video batch 573: frame 4584/7500 (61%)
|
|
[22:13:30 INFO] Video batch 574: frame 4592/7500 (61%)
|
|
[22:13:30 INFO] Video batch 575: frame 4600/7500 (61%)
|
|
[22:13:30 INFO] Video batch 576: frame 4608/7500 (61%)
|
|
[22:13:30 INFO] Video batch 577: frame 4616/7500 (61%)
|
|
[22:13:31 INFO] Video batch 578: frame 4624/7500 (61%)
|
|
[22:13:31 INFO] Video batch 579: frame 4632/7500 (61%)
|
|
[22:13:31 INFO] Video batch 580: frame 4640/7500 (61%)
|
|
[22:13:31 INFO] Video batch 581: frame 4648/7500 (61%)
|
|
[22:13:31 INFO] Video batch 582: frame 4656/7500 (62%)
|
|
[22:13:32 INFO] Video batch 583: frame 4664/7500 (62%)
|
|
[22:13:32 INFO] Video batch 584: frame 4672/7500 (62%)
|
|
[22:13:32 INFO] Video batch 585: frame 4680/7500 (62%)
|
|
[22:13:32 INFO] Video batch 586: frame 4688/7500 (62%)
|
|
[22:13:32 INFO] Video batch 587: frame 4696/7500 (62%)
|
|
[22:13:33 INFO] Video batch 587: 1 detections from postprocess
|
|
[22:13:33 INFO] Video frame video_short01_003077: 1 dets, valid=True
|
|
[22:13:33 INFO] Video batch 588: frame 4704/7500 (62%)
|
|
[22:13:33 INFO] Video batch 589: frame 4712/7500 (62%)
|
|
[22:13:33 INFO] Video batch 590: frame 4720/7500 (62%)
|
|
[22:13:33 INFO] Video batch 591: frame 4728/7500 (63%)
|
|
[22:13:33 INFO] Video batch 592: frame 4736/7500 (63%)
|
|
[22:13:34 INFO] Video batch 593: frame 4744/7500 (63%)
|
|
[22:13:34 INFO] Video batch 594: frame 4752/7500 (63%)
|
|
[22:13:34 INFO] Video batch 594: 1 detections from postprocess
|
|
[22:13:34 INFO] Video frame video_short01_003098: 1 dets, valid=True
|
|
[22:13:34 INFO] Video batch 595: frame 4760/7500 (63%)
|
|
[22:13:34 INFO] Video batch 595: 1 detections from postprocess
|
|
[22:13:34 INFO] Video frame video_short01_003101: 1 dets, valid=True
|
|
[22:13:34 INFO] Video batch 596: frame 4768/7500 (63%)
|
|
[22:13:35 INFO] Video batch 597: frame 4776/7500 (63%)
|
|
[22:13:35 INFO] Video batch 598: frame 4784/7500 (63%)
|
|
[22:13:35 INFO] Video batch 599: frame 4792/7500 (63%)
|
|
[22:13:35 INFO] Video batch 599: 1 detections from postprocess
|
|
[22:13:35 INFO] Video frame video_short01_003116: 1 dets, valid=True
|
|
[22:13:35 INFO] Video batch 600: frame 4800/7500 (64%)
|
|
[22:13:35 INFO] Video batch 600: 4 detections from postprocess
|
|
[22:13:35 INFO] Video frame video_short01_003117: 1 dets, valid=True
|
|
[22:13:35 INFO] Video frame video_short01_003119: 3 dets, valid=True
|
|
[22:13:35 INFO] Video batch 601: frame 4808/7500 (64%)
|
|
[22:13:36 INFO] Video batch 601: 4 detections from postprocess
|
|
[22:13:36 INFO] Video frame video_short01_003121: 2 dets, valid=True
|
|
[22:13:36 INFO] Video frame video_short01_003122: 2 dets, valid=True
|
|
[22:13:36 INFO] Video batch 602: frame 4816/7500 (64%)
|
|
[22:13:36 INFO] Video batch 602: 6 detections from postprocess
|
|
[22:13:36 INFO] Video frame video_short01_003124: 3 dets, valid=True
|
|
[22:13:36 INFO] Video frame video_short01_003125: 3 dets, valid=True
|
|
[22:13:36 INFO] Video batch 603: frame 4824/7500 (64%)
|
|
[22:13:36 INFO] Video batch 603: 4 detections from postprocess
|
|
[22:13:36 INFO] Video frame video_short01_003127: 2 dets, valid=True
|
|
[22:13:36 INFO] Video frame video_short01_003129: 2 dets, valid=True
|
|
[22:13:36 INFO] Video batch 604: frame 4832/7500 (64%)
|
|
[22:13:36 INFO] Video batch 604: 5 detections from postprocess
|
|
[22:13:36 INFO] Video frame video_short01_003130: 2 dets, valid=True
|
|
[22:13:36 INFO] Video frame video_short01_003132: 3 dets, valid=True
|
|
[22:13:36 INFO] Video batch 605: frame 4840/7500 (64%)
|
|
[22:13:36 INFO] Video batch 605: 4 detections from postprocess
|
|
[22:13:36 INFO] Video frame video_short01_003133: 2 dets, valid=True
|
|
[22:13:36 INFO] Video frame video_short01_003135: 2 dets, valid=True
|
|
[22:13:36 INFO] Video batch 606: frame 4848/7500 (64%)
|
|
[22:13:37 INFO] Video batch 606: 4 detections from postprocess
|
|
[22:13:37 INFO] Video frame video_short01_003137: 2 dets, valid=True
|
|
[22:13:37 INFO] Video frame video_short01_003138: 2 dets, valid=True
|
|
[22:13:37 INFO] Video batch 607: frame 4856/7500 (64%)
|
|
[22:13:37 INFO] Video batch 607: 4 detections from postprocess
|
|
[22:13:37 INFO] Video frame video_short01_003140: 2 dets, valid=True
|
|
[22:13:37 INFO] Video frame video_short01_003141: 2 dets, valid=True
|
|
[22:13:37 INFO] Video batch 608: frame 4864/7500 (64%)
|
|
[22:13:37 INFO] Video batch 608: 4 detections from postprocess
|
|
[22:13:37 INFO] Video frame video_short01_003143: 2 dets, valid=True
|
|
[22:13:37 INFO] Video frame video_short01_003145: 2 dets, valid=True
|
|
[22:13:37 INFO] Video batch 609: frame 4872/7500 (64%)
|
|
[22:13:37 INFO] Video batch 609: 3 detections from postprocess
|
|
[22:13:37 INFO] Video frame video_short01_003146: 1 dets, valid=True
|
|
[22:13:37 INFO] Video frame video_short01_003148: 2 dets, valid=True
|
|
[22:13:37 INFO] Video batch 610: frame 4880/7500 (65%)
|
|
[22:13:38 INFO] Video batch 610: 4 detections from postprocess
|
|
[22:13:38 INFO] Video frame video_short01_003150: 2 dets, valid=True
|
|
[22:13:38 INFO] Video frame video_short01_003151: 2 dets, valid=True
|
|
[22:13:38 INFO] Video batch 611: frame 4888/7500 (65%)
|
|
[22:13:38 INFO] Video batch 611: 3 detections from postprocess
|
|
[22:13:38 INFO] Video frame video_short01_003153: 2 dets, valid=True
|
|
[22:13:38 INFO] Video frame video_short01_003154: 1 dets, valid=True
|
|
[22:13:38 INFO] Video batch 612: frame 4896/7500 (65%)
|
|
[22:13:38 INFO] Video batch 612: 2 detections from postprocess
|
|
[22:13:38 INFO] Video frame video_short01_003156: 1 dets, valid=True
|
|
[22:13:38 INFO] Video frame video_short01_003157: 1 dets, valid=True
|
|
[22:13:38 INFO] Video batch 613: frame 4904/7500 (65%)
|
|
[22:13:38 INFO] Video batch 613: 2 detections from postprocess
|
|
[22:13:38 INFO] Video frame video_short01_003159: 1 dets, valid=True
|
|
[22:13:38 INFO] Video frame video_short01_003161: 1 dets, valid=True
|
|
[22:13:38 INFO] Video batch 614: frame 4912/7500 (65%)
|
|
[22:13:38 INFO] Video batch 614: 2 detections from postprocess
|
|
[22:13:38 INFO] Video frame video_short01_003162: 1 dets, valid=True
|
|
[22:13:38 INFO] Video frame video_short01_003164: 1 dets, valid=True
|
|
[22:13:38 INFO] Video batch 615: frame 4920/7500 (65%)
|
|
[22:13:39 INFO] Video batch 615: 2 detections from postprocess
|
|
[22:13:39 INFO] Video frame video_short01_003165: 1 dets, valid=True
|
|
[22:13:39 INFO] Video frame video_short01_003167: 1 dets, valid=True
|
|
[22:13:39 INFO] Video batch 616: frame 4928/7500 (65%)
|
|
[22:13:39 INFO] Video batch 616: 2 detections from postprocess
|
|
[22:13:39 INFO] Video frame video_short01_003169: 1 dets, valid=True
|
|
[22:13:39 INFO] Video frame video_short01_003170: 1 dets, valid=True
|
|
[22:13:39 INFO] Video batch 617: frame 4936/7500 (65%)
|
|
[22:13:39 INFO] Video batch 617: 3 detections from postprocess
|
|
[22:13:39 INFO] Video frame video_short01_003172: 1 dets, valid=True
|
|
[22:13:39 INFO] Video frame video_short01_003173: 2 dets, valid=True
|
|
[22:13:39 INFO] Video batch 618: frame 4944/7500 (65%)
|
|
[22:13:39 INFO] Video batch 618: 4 detections from postprocess
|
|
[22:13:39 INFO] Video frame video_short01_003175: 2 dets, valid=True
|
|
[22:13:39 INFO] Video frame video_short01_003177: 2 dets, valid=True
|
|
[22:13:39 INFO] Video batch 619: frame 4952/7500 (66%)
|
|
[22:13:40 INFO] Video batch 619: 4 detections from postprocess
|
|
[22:13:40 INFO] Video frame video_short01_003178: 2 dets, valid=True
|
|
[22:13:40 INFO] Video frame video_short01_003180: 2 dets, valid=True
|
|
[22:13:40 INFO] Video batch 620: frame 4960/7500 (66%)
|
|
[22:13:40 INFO] Video batch 620: 2 detections from postprocess
|
|
[22:13:40 INFO] Video frame video_short01_003181: 1 dets, valid=True
|
|
[22:13:40 INFO] Video frame video_short01_003183: 1 dets, valid=True
|
|
[22:13:40 INFO] Video batch 621: frame 4968/7500 (66%)
|
|
[22:13:40 INFO] Video batch 621: 3 detections from postprocess
|
|
[22:13:40 INFO] Video frame video_short01_003185: 2 dets, valid=True
|
|
[22:13:40 INFO] Video frame video_short01_003186: 1 dets, valid=True
|
|
[22:13:40 INFO] Video batch 622: frame 4976/7500 (66%)
|
|
[22:13:40 INFO] Video batch 622: 2 detections from postprocess
|
|
[22:13:40 INFO] Video frame video_short01_003188: 1 dets, valid=True
|
|
[22:13:40 INFO] Video frame video_short01_003190: 1 dets, valid=True
|
|
[22:13:40 INFO] Video batch 623: frame 4984/7500 (66%)
|
|
[22:13:40 INFO] Video batch 623: 2 detections from postprocess
|
|
[22:13:40 INFO] Video frame video_short01_003191: 1 dets, valid=True
|
|
[22:13:40 INFO] Video frame video_short01_003193: 1 dets, valid=True
|
|
[22:13:41 INFO] Video batch 624: frame 4992/7500 (66%)
|
|
[22:13:41 INFO] Video batch 624: 2 detections from postprocess
|
|
[22:13:41 INFO] Video frame video_short01_003194: 1 dets, valid=True
|
|
[22:13:41 INFO] Video frame video_short01_003196: 1 dets, valid=True
|
|
[22:13:41 INFO] Video batch 625: frame 5000/7500 (66%)
|
|
[22:13:41 INFO] Video batch 625: 3 detections from postprocess
|
|
[22:13:41 INFO] Video frame video_short01_003197: 1 dets, valid=True
|
|
[22:13:41 INFO] Video frame video_short01_003199: 2 dets, valid=True
|
|
[22:13:41 INFO] Video batch 626: frame 5008/7500 (66%)
|
|
[22:13:41 INFO] Video batch 626: 4 detections from postprocess
|
|
[22:13:41 INFO] Video frame video_short01_003201: 2 dets, valid=True
|
|
[22:13:41 INFO] Video frame video_short01_003202: 2 dets, valid=True
|
|
[22:13:41 INFO] Video batch 627: frame 5016/7500 (66%)
|
|
[22:13:41 INFO] Video batch 628: frame 5024/7500 (66%)
|
|
[22:13:42 INFO] Video batch 628: 1 detections from postprocess
|
|
[22:13:42 INFO] Video frame video_short01_003207: 1 dets, valid=True
|
|
[22:13:42 INFO] Video batch 629: frame 5032/7500 (67%)
|
|
[22:13:42 INFO] Video batch 629: 2 detections from postprocess
|
|
[22:13:42 INFO] Video frame video_short01_003210: 1 dets, valid=True
|
|
[22:13:42 INFO] Video frame video_short01_003212: 1 dets, valid=True
|
|
[22:13:42 INFO] Video batch 630: frame 5040/7500 (67%)
|
|
[22:13:42 INFO] Video batch 630: 2 detections from postprocess
|
|
[22:13:42 INFO] Video frame video_short01_003213: 1 dets, valid=True
|
|
[22:13:42 INFO] Video frame video_short01_003215: 1 dets, valid=True
|
|
[22:13:42 INFO] Video batch 631: frame 5048/7500 (67%)
|
|
[22:13:42 INFO] Video batch 631: 1 detections from postprocess
|
|
[22:13:42 INFO] Video frame video_short01_003218: 1 dets, valid=True
|
|
[22:13:42 INFO] Video batch 632: frame 5056/7500 (67%)
|
|
[22:13:43 INFO] Video batch 632: 1 detections from postprocess
|
|
[22:13:43 INFO] Video frame video_short01_003220: 1 dets, valid=True
|
|
[22:13:43 INFO] Video batch 633: frame 5064/7500 (67%)
|
|
[22:13:43 INFO] Video batch 634: frame 5072/7500 (67%)
|
|
[22:13:43 INFO] Video batch 634: 2 detections from postprocess
|
|
[22:13:43 INFO] Video frame video_short01_003226: 1 dets, valid=True
|
|
[22:13:43 INFO] Video frame video_short01_003228: 1 dets, valid=True
|
|
[22:13:43 INFO] Video batch 635: frame 5080/7500 (67%)
|
|
[22:13:44 INFO] Video batch 635: 1 detections from postprocess
|
|
[22:13:44 INFO] Video frame video_short01_003230: 1 dets, valid=True
|
|
[22:13:44 INFO] Video batch 636: frame 5088/7500 (67%)
|
|
[22:13:44 INFO] Video batch 636: 2 detections from postprocess
|
|
[22:13:44 INFO] Video frame video_short01_003233: 1 dets, valid=True
|
|
[22:13:44 INFO] Video frame video_short01_003234: 1 dets, valid=True
|
|
[22:13:44 INFO] Video batch 637: frame 5096/7500 (67%)
|
|
[22:13:44 INFO] Video batch 637: 2 detections from postprocess
|
|
[22:13:44 INFO] Video frame video_short01_003236: 1 dets, valid=True
|
|
[22:13:44 INFO] Video frame video_short01_003237: 1 dets, valid=True
|
|
[22:13:44 INFO] Video batch 638: frame 5104/7500 (68%)
|
|
[22:13:45 INFO] Video batch 638: 1 detections from postprocess
|
|
[22:13:45 INFO] Video frame video_short01_003239: 1 dets, valid=True
|
|
[22:13:45 INFO] Video batch 639: frame 5112/7500 (68%)
|
|
[22:13:45 INFO] Video batch 640: frame 5120/7500 (68%)
|
|
[22:13:45 INFO] Video batch 641: frame 5128/7500 (68%)
|
|
[22:13:46 INFO] Video batch 642: frame 5136/7500 (68%)
|
|
[22:13:46 INFO] Video batch 643: frame 5144/7500 (68%)
|
|
[22:13:46 INFO] Video batch 644: frame 5152/7500 (68%)
|
|
[22:13:46 INFO] Video batch 645: frame 5160/7500 (68%)
|
|
[22:13:47 INFO] Video batch 646: frame 5168/7500 (68%)
|
|
[22:13:47 INFO] Video batch 647: frame 5176/7500 (69%)
|
|
[22:13:47 INFO] Video batch 648: frame 5184/7500 (69%)
|
|
[22:13:48 INFO] Video batch 648: 1 detections from postprocess
|
|
[22:13:48 INFO] Video frame video_short01_003273: 1 dets, valid=True
|
|
[22:13:48 INFO] Video batch 649: frame 5192/7500 (69%)
|
|
[22:13:48 INFO] Video batch 650: frame 5200/7500 (69%)
|
|
[22:13:48 INFO] Video batch 651: frame 5208/7500 (69%)
|
|
[22:13:48 INFO] Video batch 652: frame 5216/7500 (69%)
|
|
[22:13:49 INFO] Video batch 653: frame 5224/7500 (69%)
|
|
[22:13:49 INFO] Video batch 654: frame 5232/7500 (69%)
|
|
[22:13:49 INFO] Video batch 655: frame 5240/7500 (69%)
|
|
[22:13:49 INFO] Video batch 656: frame 5248/7500 (69%)
|
|
[22:13:50 INFO] Video batch 657: frame 5256/7500 (70%)
|
|
[22:13:50 INFO] Video batch 658: frame 5264/7500 (70%)
|
|
[22:13:50 INFO] Video batch 659: frame 5272/7500 (70%)
|
|
[22:13:50 INFO] Video batch 660: frame 5280/7500 (70%)
|
|
[22:13:51 INFO] Video batch 661: frame 5288/7500 (70%)
|
|
[22:13:51 INFO] Video batch 662: frame 5296/7500 (70%)
|
|
[22:13:51 INFO] Video batch 663: frame 5304/7500 (70%)
|
|
[22:13:51 INFO] Video batch 664: frame 5312/7500 (70%)
|
|
[22:13:52 INFO] Video batch 665: frame 5320/7500 (70%)
|
|
[22:13:52 INFO] Video batch 666: frame 5328/7500 (71%)
|
|
[22:13:52 INFO] Video batch 667: frame 5336/7500 (71%)
|
|
[22:13:53 INFO] Video batch 668: frame 5344/7500 (71%)
|
|
[22:13:53 INFO] Video batch 669: frame 5352/7500 (71%)
|
|
[22:13:53 INFO] Video batch 669: 1 detections from postprocess
|
|
[22:13:53 INFO] Video frame video_short01_003340: 1 dets, valid=True
|
|
[22:13:53 INFO] Video batch 670: frame 5360/7500 (71%)
|
|
[22:13:54 INFO] Video batch 670: 2 detections from postprocess
|
|
[22:13:54 INFO] Video frame video_short01_003341: 1 dets, valid=True
|
|
[22:13:54 INFO] Video frame video_short01_003343: 1 dets, valid=True
|
|
[22:13:54 INFO] Video batch 671: frame 5368/7500 (71%)
|
|
[22:13:54 INFO] Video batch 671: 1 detections from postprocess
|
|
[22:13:54 INFO] Video frame video_short01_003345: 1 dets, valid=True
|
|
[22:13:54 INFO] Video batch 672: frame 5376/7500 (71%)
|
|
[22:13:54 INFO] Video batch 673: frame 5384/7500 (71%)
|
|
[22:13:55 INFO] Video batch 674: frame 5392/7500 (71%)
|
|
[22:13:55 INFO] Video batch 675: frame 5400/7500 (72%)
|
|
[22:13:56 INFO] Video batch 676: frame 5408/7500 (72%)
|
|
[22:13:56 INFO] Video batch 677: frame 5416/7500 (72%)
|
|
[22:13:56 INFO] Video batch 678: frame 5424/7500 (72%)
|
|
[22:13:56 INFO] Video batch 679: frame 5432/7500 (72%)
|
|
[22:13:57 INFO] Video batch 680: frame 5440/7500 (72%)
|
|
[22:13:57 INFO] Video batch 681: frame 5448/7500 (72%)
|
|
[22:13:58 INFO] Video batch 682: frame 5456/7500 (72%)
|
|
[22:13:58 INFO] Video batch 683: frame 5464/7500 (72%)
|
|
[22:13:58 INFO] Video batch 684: frame 5472/7500 (72%)
|
|
[22:13:59 INFO] Video batch 685: frame 5480/7500 (73%)
|
|
[22:13:59 INFO] Video batch 686: frame 5488/7500 (73%)
|
|
[22:13:59 INFO] Video batch 687: frame 5496/7500 (73%)
|
|
[22:13:59 INFO] Video batch 687: 2 detections from postprocess
|
|
[22:13:59 INFO] Video frame video_short01_003396: 1 dets, valid=True
|
|
[22:13:59 INFO] Video frame video_short01_003397: 1 dets, valid=True
|
|
[22:14:00 INFO] Video batch 688: frame 5504/7500 (73%)
|
|
[22:14:00 INFO] Video batch 689: frame 5512/7500 (73%)
|
|
[22:14:00 INFO] Video batch 690: frame 5520/7500 (73%)
|
|
[22:14:00 INFO] Video batch 691: frame 5528/7500 (73%)
|
|
[22:14:01 INFO] Video batch 692: frame 5536/7500 (73%)
|
|
[22:14:01 INFO] Video batch 693: frame 5544/7500 (73%)
|
|
[22:14:01 INFO] Video batch 694: frame 5552/7500 (74%)
|
|
[22:14:02 INFO] Video batch 694: 1 detections from postprocess
|
|
[22:14:02 INFO] Video frame video_short01_003418: 1 dets, valid=True
|
|
[22:14:02 INFO] Video batch 695: frame 5560/7500 (74%)
|
|
[22:14:02 INFO] Video batch 695: 1 detections from postprocess
|
|
[22:14:02 INFO] Video frame video_short01_003421: 1 dets, valid=True
|
|
[22:14:02 INFO] Video batch 696: frame 5568/7500 (74%)
|
|
[22:14:02 INFO] Video batch 696: 1 detections from postprocess
|
|
[22:14:02 INFO] Video frame video_short01_003425: 1 dets, valid=True
|
|
[22:14:02 INFO] Video batch 697: frame 5576/7500 (74%)
|
|
[22:14:02 INFO] Video batch 698: frame 5584/7500 (74%)
|
|
[22:14:03 INFO] Video batch 699: frame 5592/7500 (74%)
|
|
[22:14:03 INFO] Video batch 700: frame 5600/7500 (74%)
|
|
[22:14:03 INFO] Video batch 701: frame 5608/7500 (74%)
|
|
[22:14:03 INFO] Video batch 702: frame 5616/7500 (74%)
|
|
[22:14:04 INFO] Video batch 703: frame 5624/7500 (74%)
|
|
[22:14:04 INFO] Video batch 704: frame 5632/7500 (75%)
|
|
[22:14:04 INFO] Video batch 705: frame 5640/7500 (75%)
|
|
[22:14:04 INFO] Video batch 706: frame 5648/7500 (75%)
|
|
[22:14:05 INFO] Video batch 707: frame 5656/7500 (75%)
|
|
[22:14:05 INFO] Video batch 708: frame 5664/7500 (75%)
|
|
[22:14:05 INFO] Video batch 709: frame 5672/7500 (75%)
|
|
[22:14:05 INFO] Video batch 710: frame 5680/7500 (75%)
|
|
[22:14:05 INFO] Video batch 711: frame 5688/7500 (75%)
|
|
[22:14:06 INFO] Video batch 712: frame 5696/7500 (75%)
|
|
[22:14:06 INFO] Video batch 713: frame 5704/7500 (76%)
|
|
[22:14:06 INFO] Video batch 714: frame 5712/7500 (76%)
|
|
[22:14:06 INFO] Video batch 715: frame 5720/7500 (76%)
|
|
[22:14:07 INFO] Video batch 716: frame 5728/7500 (76%)
|
|
[22:14:07 INFO] Video batch 717: frame 5736/7500 (76%)
|
|
[22:14:07 INFO] Video batch 718: frame 5744/7500 (76%)
|
|
[22:14:07 INFO] Video batch 719: frame 5752/7500 (76%)
|
|
[22:14:07 INFO] Video batch 720: frame 5760/7500 (76%)
|
|
[22:14:08 INFO] Video batch 721: frame 5768/7500 (76%)
|
|
[22:14:08 INFO] Video batch 722: frame 5776/7500 (77%)
|
|
[22:14:08 INFO] Video batch 723: frame 5784/7500 (77%)
|
|
[22:14:08 INFO] Video batch 724: frame 5792/7500 (77%)
|
|
[22:14:09 INFO] Video batch 725: frame 5800/7500 (77%)
|
|
[22:14:09 INFO] Video batch 726: frame 5808/7500 (77%)
|
|
[22:14:09 INFO] Video batch 727: frame 5816/7500 (77%)
|
|
[22:14:09 INFO] Video batch 728: frame 5824/7500 (77%)
|
|
[22:14:09 INFO] Video batch 729: frame 5832/7500 (77%)
|
|
[22:14:10 INFO] Video batch 729: 1 detections from postprocess
|
|
[22:14:10 INFO] Video frame video_short01_003532: 1 dets, valid=True
|
|
[22:14:10 INFO] Video batch 730: frame 5840/7500 (77%)
|
|
[22:14:10 INFO] Video batch 730: 1 detections from postprocess
|
|
[22:14:10 INFO] Video frame video_short01_003533: 1 dets, valid=True
|
|
[22:14:10 INFO] Video batch 731: frame 5848/7500 (77%)
|
|
[22:14:10 INFO] Video batch 732: frame 5856/7500 (78%)
|
|
[22:14:10 INFO] Video batch 733: frame 5864/7500 (78%)
|
|
[22:14:10 INFO] Video batch 734: frame 5872/7500 (78%)
|
|
[22:14:11 INFO] Video batch 735: frame 5880/7500 (78%)
|
|
[22:14:11 INFO] Video batch 736: frame 5888/7500 (78%)
|
|
[22:14:11 INFO] Video batch 737: frame 5896/7500 (78%)
|
|
[22:14:11 INFO] Video batch 738: frame 5904/7500 (78%)
|
|
[22:14:12 INFO] Video batch 739: frame 5912/7500 (78%)
|
|
[22:14:12 INFO] Video batch 740: frame 5920/7500 (78%)
|
|
[22:14:12 INFO] Video batch 741: frame 5928/7500 (79%)
|
|
[22:14:12 INFO] Video batch 742: frame 5936/7500 (79%)
|
|
[22:14:13 INFO] Video batch 743: frame 5944/7500 (79%)
|
|
[22:14:13 INFO] Video batch 744: frame 5952/7500 (79%)
|
|
[22:14:13 INFO] Video batch 745: frame 5960/7500 (79%)
|
|
[22:14:13 INFO] Video batch 746: frame 5968/7500 (79%)
|
|
[22:14:13 INFO] Video batch 747: frame 5976/7500 (79%)
|
|
[22:14:14 INFO] Video batch 748: frame 5984/7500 (79%)
|
|
[22:14:14 INFO] Video batch 749: frame 5992/7500 (79%)
|
|
[22:14:14 INFO] Video batch 750: frame 6000/7500 (80%)
|
|
[22:14:14 INFO] Video batch 751: frame 6008/7500 (80%)
|
|
[22:14:15 INFO] Video batch 752: frame 6016/7500 (80%)
|
|
[22:14:15 INFO] Video batch 753: frame 6024/7500 (80%)
|
|
[22:14:15 INFO] Video batch 754: frame 6032/7500 (80%)
|
|
[22:14:15 INFO] Video batch 755: frame 6040/7500 (80%)
|
|
[22:14:15 INFO] Video batch 755: 1 detections from postprocess
|
|
[22:14:15 INFO] Video frame video_short01_004015: 1 dets, valid=True
|
|
[22:14:15 INFO] Video batch 756: frame 6048/7500 (80%)
|
|
[22:14:16 INFO] Video batch 756: 2 detections from postprocess
|
|
[22:14:16 INFO] Video frame video_short01_004017: 1 dets, valid=True
|
|
[22:14:16 INFO] Video frame video_short01_004018: 1 dets, valid=True
|
|
[22:14:16 INFO] Video batch 757: frame 6056/7500 (80%)
|
|
[22:14:16 INFO] Video batch 757: 1 detections from postprocess
|
|
[22:14:16 INFO] Video frame video_short01_004021: 1 dets, valid=True
|
|
[22:14:16 INFO] Video batch 758: frame 6064/7500 (80%)
|
|
[22:14:16 INFO] Video batch 759: frame 6072/7500 (80%)
|
|
[22:14:16 INFO] Video batch 759: 5 detections from postprocess
|
|
[22:14:16 INFO] Video frame video_short01_004026: 1 dets, valid=True
|
|
[22:14:16 INFO] Video frame video_short01_004028: 4 dets, valid=True
|
|
[22:14:16 INFO] Video batch 760: frame 6080/7500 (81%)
|
|
[22:14:16 INFO] Video batch 760: 8 detections from postprocess
|
|
[22:14:16 INFO] Video frame video_short01_004030: 4 dets, valid=True
|
|
[22:14:16 INFO] Video frame video_short01_004031: 4 dets, valid=True
|
|
[22:14:16 INFO] Video batch 761: frame 6088/7500 (81%)
|
|
[22:14:17 INFO] Video batch 761: 7 detections from postprocess
|
|
[22:14:17 INFO] Video frame video_short01_004033: 4 dets, valid=True
|
|
[22:14:17 INFO] Video frame video_short01_004034: 3 dets, valid=True
|
|
[22:14:17 INFO] Video batch 762: frame 6096/7500 (81%)
|
|
[22:14:17 INFO] Video batch 762: 6 detections from postprocess
|
|
[22:14:17 INFO] Video frame video_short01_004036: 3 dets, valid=True
|
|
[22:14:17 INFO] Video frame video_short01_004037: 3 dets, valid=True
|
|
[22:14:17 INFO] Video batch 763: frame 6104/7500 (81%)
|
|
[22:14:17 INFO] Video batch 763: 8 detections from postprocess
|
|
[22:14:17 INFO] Video frame video_short01_004039: 4 dets, valid=True
|
|
[22:14:17 INFO] Video frame video_short01_004041: 4 dets, valid=True
|
|
[22:14:17 INFO] Video batch 764: frame 6112/7500 (81%)
|
|
[22:14:17 INFO] Video batch 764: 8 detections from postprocess
|
|
[22:14:17 INFO] Video frame video_short01_004042: 4 dets, valid=True
|
|
[22:14:17 INFO] Video frame video_short01_004044: 4 dets, valid=True
|
|
[22:14:17 INFO] Video batch 765: frame 6120/7500 (81%)
|
|
[22:14:18 INFO] Video batch 765: 8 detections from postprocess
|
|
[22:14:18 INFO] Video frame video_short01_004045: 4 dets, valid=True
|
|
[22:14:18 INFO] Video frame video_short01_004047: 4 dets, valid=True
|
|
[22:14:18 INFO] Video batch 766: frame 6128/7500 (81%)
|
|
[22:14:18 INFO] Video batch 766: 6 detections from postprocess
|
|
[22:14:18 INFO] Video frame video_short01_004049: 3 dets, valid=True
|
|
[22:14:18 INFO] Video frame video_short01_004050: 3 dets, valid=True
|
|
[22:14:18 INFO] Video batch 767: frame 6136/7500 (81%)
|
|
[22:14:18 INFO] Video batch 767: 6 detections from postprocess
|
|
[22:14:18 INFO] Video frame video_short01_004052: 3 dets, valid=True
|
|
[22:14:18 INFO] Video frame video_short01_004053: 3 dets, valid=True
|
|
[22:14:18 INFO] Video batch 768: frame 6144/7500 (81%)
|
|
[22:14:18 INFO] Video batch 768: 5 detections from postprocess
|
|
[22:14:18 INFO] Video frame video_short01_004055: 3 dets, valid=True
|
|
[22:14:18 INFO] Video frame video_short01_004057: 2 dets, valid=True
|
|
[22:14:18 INFO] Video batch 769: frame 6152/7500 (82%)
|
|
[22:14:19 INFO] Video batch 769: 4 detections from postprocess
|
|
[22:14:19 INFO] Video frame video_short01_004058: 3 dets, valid=True
|
|
[22:14:19 INFO] Video frame video_short01_004060: 1 dets, valid=True
|
|
[22:14:19 INFO] Video batch 770: frame 6160/7500 (82%)
|
|
[22:14:19 INFO] Video batch 771: frame 6168/7500 (82%)
|
|
[22:14:19 INFO] Video batch 772: frame 6176/7500 (82%)
|
|
[22:14:20 INFO] Video batch 773: frame 6184/7500 (82%)
|
|
[22:14:20 INFO] Video batch 774: frame 6192/7500 (82%)
|
|
[22:14:20 INFO] Video batch 775: frame 6200/7500 (82%)
|
|
[22:14:21 INFO] Video batch 776: frame 6208/7500 (82%)
|
|
[22:14:22 INFO] Video batch 777: frame 6216/7500 (82%)
|
|
[22:14:22 INFO] Video batch 778: frame 6224/7500 (82%)
|
|
[22:14:23 INFO] Video batch 779: frame 6232/7500 (83%)
|
|
[22:14:23 INFO] Video batch 780: frame 6240/7500 (83%)
|
|
[22:14:24 INFO] Video batch 781: frame 6248/7500 (83%)
|
|
[22:14:24 INFO] Video batch 782: frame 6256/7500 (83%)
|
|
[22:14:25 INFO] Video batch 783: frame 6264/7500 (83%)
|
|
[22:14:25 INFO] Video batch 784: frame 6272/7500 (83%)
|
|
[22:14:25 INFO] Video batch 785: frame 6280/7500 (83%)
|
|
[22:14:40 INFO] init AI...
|
|
[22:14:40 INFO] Downloading
|
|
[22:14:43 INFO] CoreML model: input=input shape=(2, 3, 1280, 1280)
|
|
[22:14:43 INFO] Enabled
|
|
[22:14:43 INFO] init AI...
|
|
[22:14:44 INFO] init AI...
|
|
[22:14:44 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[22:14:44 INFO] ground sampling distance: 0.3059895833333333
|
|
[22:14:44 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[22:14:44 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[22:14:44 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[22:14:44 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[22:14:44 INFO] init AI...
|
|
[22:14:44 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4...
|
|
[22:14:44 INFO] Video: 7500 frames, 25.0 fps, 2560x1440
|
|
[22:14:44 INFO] Video batch 1: frame 8/7500 (0%)
|
|
[22:14:45 INFO] Video batch 2: frame 16/7500 (0%)
|
|
[22:14:45 INFO] Video batch 2: 2 detections from postprocess
|
|
[22:14:45 INFO] Video frame video_short01_000004: 1 dets, valid=True
|
|
[22:14:45 INFO] Video frame video_short01_000005: 1 dets, valid=True
|
|
[22:14:45 INFO] Video batch 3: frame 24/7500 (0%)
|
|
[22:14:45 INFO] Video batch 3: 2 detections from postprocess
|
|
[22:14:45 INFO] Video frame video_short01_000007: 1 dets, valid=True
|
|
[22:14:45 INFO] Video frame video_short01_000009: 1 dets, valid=True
|
|
[22:14:45 INFO] Video batch 4: frame 32/7500 (0%)
|
|
[22:14:45 INFO] Video batch 4: 2 detections from postprocess
|
|
[22:14:45 INFO] Video frame video_short01_000010: 1 dets, valid=True
|
|
[22:14:45 INFO] Video frame video_short01_000012: 1 dets, valid=True
|
|
[22:14:45 INFO] Video batch 5: frame 40/7500 (0%)
|
|
[22:14:46 INFO] Video batch 5: 2 detections from postprocess
|
|
[22:14:46 INFO] Video frame video_short01_000013: 1 dets, valid=True
|
|
[22:14:46 INFO] Video frame video_short01_000015: 1 dets, valid=True
|
|
[22:14:46 INFO] Video batch 6: frame 48/7500 (0%)
|
|
[22:14:46 INFO] Video batch 6: 2 detections from postprocess
|
|
[22:14:46 INFO] Video frame video_short01_000017: 1 dets, valid=True
|
|
[22:14:46 INFO] Video frame video_short01_000018: 1 dets, valid=True
|
|
[22:14:46 INFO] Video batch 7: frame 56/7500 (0%)
|
|
[22:14:46 INFO] Video batch 7: 2 detections from postprocess
|
|
[22:14:46 INFO] Video frame video_short01_000020: 1 dets, valid=True
|
|
[22:14:46 INFO] Video frame video_short01_000021: 1 dets, valid=True
|
|
[22:14:46 INFO] Video batch 8: frame 64/7500 (0%)
|
|
[22:14:46 INFO] Video batch 8: 2 detections from postprocess
|
|
[22:14:46 INFO] Video frame video_short01_000023: 1 dets, valid=True
|
|
[22:14:46 INFO] Video frame video_short01_000025: 1 dets, valid=True
|
|
[22:14:46 INFO] Video batch 9: frame 72/7500 (0%)
|
|
[22:14:46 INFO] Video batch 9: 2 detections from postprocess
|
|
[22:14:46 INFO] Video frame video_short01_000026: 1 dets, valid=True
|
|
[22:14:46 INFO] Video frame video_short01_000028: 1 dets, valid=True
|
|
[22:14:46 INFO] Video batch 10: frame 80/7500 (1%)
|
|
[22:14:47 INFO] Video batch 10: 2 detections from postprocess
|
|
[22:14:47 INFO] Video frame video_short01_000030: 1 dets, valid=True
|
|
[22:14:47 INFO] Video frame video_short01_000031: 1 dets, valid=True
|
|
[22:14:47 INFO] Video batch 11: frame 88/7500 (1%)
|
|
[22:14:47 INFO] Video batch 11: 3 detections from postprocess
|
|
[22:14:47 INFO] Video frame video_short01_000033: 1 dets, valid=True
|
|
[22:14:47 INFO] Video frame video_short01_000034: 2 dets, valid=True
|
|
[22:14:47 INFO] Video batch 12: frame 96/7500 (1%)
|
|
[22:14:47 INFO] Video batch 13: frame 104/7500 (1%)
|
|
[22:14:47 INFO] Video batch 13: 1 detections from postprocess
|
|
[22:14:47 INFO] Video frame video_short01_000041: 1 dets, valid=True
|
|
[22:14:47 INFO] Video batch 14: frame 112/7500 (1%)
|
|
[22:14:48 INFO] Video batch 14: 2 detections from postprocess
|
|
[22:14:48 INFO] Video frame video_short01_000042: 1 dets, valid=True
|
|
[22:14:48 INFO] Video frame video_short01_000044: 1 dets, valid=True
|
|
[22:14:48 INFO] Video batch 15: frame 120/7500 (1%)
|
|
[22:14:48 INFO] Video batch 15: 2 detections from postprocess
|
|
[22:14:48 INFO] Video frame video_short01_000045: 1 dets, valid=True
|
|
[22:14:48 INFO] Video frame video_short01_000047: 1 dets, valid=True
|
|
[22:14:48 INFO] Video batch 16: frame 128/7500 (1%)
|
|
[22:14:48 INFO] Video batch 16: 2 detections from postprocess
|
|
[22:14:48 INFO] Video frame video_short01_000049: 1 dets, valid=True
|
|
[22:14:48 INFO] Video frame video_short01_000050: 1 dets, valid=True
|
|
[22:14:48 INFO] Video batch 17: frame 136/7500 (1%)
|
|
[22:14:48 INFO] Video batch 17: 2 detections from postprocess
|
|
[22:14:48 INFO] Video frame video_short01_000052: 1 dets, valid=True
|
|
[22:14:48 INFO] Video frame video_short01_000053: 1 dets, valid=True
|
|
[22:14:48 INFO] Video batch 18: frame 144/7500 (1%)
|
|
[22:14:48 INFO] Video batch 18: 2 detections from postprocess
|
|
[22:14:48 INFO] Video frame video_short01_000055: 1 dets, valid=True
|
|
[22:14:48 INFO] Video frame video_short01_000057: 1 dets, valid=True
|
|
[22:14:48 INFO] Video batch 19: frame 152/7500 (2%)
|
|
[22:14:49 INFO] Video batch 20: frame 160/7500 (2%)
|
|
[22:14:49 INFO] Video batch 21: frame 168/7500 (2%)
|
|
[22:14:49 INFO] Video batch 21: 1 detections from postprocess
|
|
[22:14:49 INFO] Video frame video_short01_000066: 1 dets, valid=True
|
|
[22:14:49 INFO] Video batch 22: frame 176/7500 (2%)
|
|
[22:14:49 INFO] Video batch 22: 1 detections from postprocess
|
|
[22:14:49 INFO] Video frame video_short01_000068: 1 dets, valid=True
|
|
[22:14:49 INFO] Video batch 23: frame 184/7500 (2%)
|
|
[22:14:49 INFO] Video batch 23: 1 detections from postprocess
|
|
[22:14:49 INFO] Video frame video_short01_000073: 1 dets, valid=True
|
|
[22:14:50 INFO] Video batch 24: frame 192/7500 (2%)
|
|
[22:14:50 INFO] Video batch 24: 2 detections from postprocess
|
|
[22:14:50 INFO] Video frame video_short01_000074: 1 dets, valid=True
|
|
[22:14:50 INFO] Video frame video_short01_000076: 1 dets, valid=True
|
|
[22:14:50 INFO] Video batch 25: frame 200/7500 (2%)
|
|
[22:14:50 INFO] Video batch 25: 2 detections from postprocess
|
|
[22:14:50 INFO] Video frame video_short01_000077: 1 dets, valid=True
|
|
[22:14:50 INFO] Video frame video_short01_000079: 1 dets, valid=True
|
|
[22:14:50 INFO] Video batch 26: frame 208/7500 (2%)
|
|
[22:14:50 INFO] Video batch 26: 2 detections from postprocess
|
|
[22:14:50 INFO] Video frame video_short01_000081: 1 dets, valid=True
|
|
[22:14:50 INFO] Video frame video_short01_000082: 1 dets, valid=True
|
|
[22:14:50 INFO] Video batch 27: frame 216/7500 (2%)
|
|
[22:14:50 INFO] Video batch 27: 2 detections from postprocess
|
|
[22:14:50 INFO] Video frame video_short01_000084: 1 dets, valid=True
|
|
[22:14:50 INFO] Video frame video_short01_000085: 1 dets, valid=True
|
|
[22:14:50 INFO] Video batch 28: frame 224/7500 (2%)
|
|
[22:14:51 INFO] Video batch 28: 2 detections from postprocess
|
|
[22:14:51 INFO] Video frame video_short01_000087: 1 dets, valid=True
|
|
[22:14:51 INFO] Video frame video_short01_000089: 1 dets, valid=True
|
|
[22:14:51 INFO] Video batch 29: frame 232/7500 (3%)
|
|
[22:14:51 INFO] Video batch 29: 2 detections from postprocess
|
|
[22:14:51 INFO] Video frame video_short01_000090: 1 dets, valid=True
|
|
[22:14:51 INFO] Video frame video_short01_000092: 1 dets, valid=True
|
|
[22:14:51 INFO] Video batch 30: frame 240/7500 (3%)
|
|
[22:14:51 INFO] Video batch 30: 2 detections from postprocess
|
|
[22:14:51 INFO] Video frame video_short01_000093: 1 dets, valid=True
|
|
[22:14:51 INFO] Video frame video_short01_000095: 1 dets, valid=True
|
|
[22:14:51 INFO] Video batch 31: frame 248/7500 (3%)
|
|
[22:14:51 INFO] Video batch 31: 2 detections from postprocess
|
|
[22:14:51 INFO] Video frame video_short01_000097: 1 dets, valid=True
|
|
[22:14:51 INFO] Video frame video_short01_000098: 1 dets, valid=True
|
|
[22:14:51 INFO] Video batch 32: frame 256/7500 (3%)
|
|
[22:14:51 INFO] Video batch 32: 2 detections from postprocess
|
|
[22:14:51 INFO] Video frame video_short01_000100: 1 dets, valid=True
|
|
[22:14:51 INFO] Video frame video_short01_000101: 1 dets, valid=True
|
|
[22:14:52 INFO] Video batch 33: frame 264/7500 (3%)
|
|
[22:14:52 INFO] Video batch 33: 2 detections from postprocess
|
|
[22:14:52 INFO] Video frame video_short01_000103: 1 dets, valid=True
|
|
[22:14:52 INFO] Video frame video_short01_000105: 1 dets, valid=True
|
|
[22:14:52 INFO] Video batch 34: frame 272/7500 (3%)
|
|
[22:14:52 INFO] Video batch 34: 2 detections from postprocess
|
|
[22:14:52 INFO] Video frame video_short01_000106: 1 dets, valid=True
|
|
[22:14:52 INFO] Video frame video_short01_000108: 1 dets, valid=True
|
|
[22:14:52 INFO] Video batch 35: frame 280/7500 (3%)
|
|
[22:14:52 INFO] Video batch 35: 2 detections from postprocess
|
|
[22:14:52 INFO] Video frame video_short01_000110: 1 dets, valid=True
|
|
[22:14:52 INFO] Video frame video_short01_000111: 1 dets, valid=True
|
|
[22:14:52 INFO] Video batch 36: frame 288/7500 (3%)
|
|
[22:14:52 INFO] Video batch 36: 2 detections from postprocess
|
|
[22:14:52 INFO] Video frame video_short01_000113: 1 dets, valid=True
|
|
[22:14:52 INFO] Video frame video_short01_000114: 1 dets, valid=True
|
|
[22:14:52 INFO] Video batch 37: frame 296/7500 (3%)
|
|
[22:14:53 INFO] Video batch 37: 2 detections from postprocess
|
|
[22:14:53 INFO] Video frame video_short01_000116: 1 dets, valid=True
|
|
[22:14:53 INFO] Video frame video_short01_000117: 1 dets, valid=True
|
|
[22:14:53 INFO] Video batch 38: frame 304/7500 (4%)
|
|
[22:14:53 INFO] Video batch 38: 1 detections from postprocess
|
|
[22:14:53 INFO] Video frame video_short01_000121: 1 dets, valid=True
|
|
[22:14:53 INFO] Video batch 39: frame 312/7500 (4%)
|
|
[22:14:53 INFO] Video batch 40: frame 320/7500 (4%)
|
|
[22:14:53 INFO] Video batch 41: frame 328/7500 (4%)
|
|
[22:14:53 INFO] Video batch 42: frame 336/7500 (4%)
|
|
[22:14:54 INFO] Video batch 43: frame 344/7500 (4%)
|
|
[22:14:54 INFO] Video batch 44: frame 352/7500 (4%)
|
|
[22:14:54 INFO] Video batch 44: 1 detections from postprocess
|
|
[22:14:54 INFO] Video frame video_short01_000140: 1 dets, valid=True
|
|
[22:14:54 INFO] Video batch 45: frame 360/7500 (4%)
|
|
[22:14:54 INFO] Video batch 46: frame 368/7500 (4%)
|
|
[22:14:55 INFO] Video batch 47: frame 376/7500 (5%)
|
|
[22:14:55 INFO] Video batch 47: 2 detections from postprocess
|
|
[22:14:55 INFO] Video frame video_short01_000150: 2 dets, valid=True
|
|
[22:14:55 INFO] Video batch 48: frame 384/7500 (5%)
|
|
[22:14:55 INFO] Video batch 48: 3 detections from postprocess
|
|
[22:14:55 INFO] Video frame video_short01_000151: 3 dets, valid=True
|
|
[22:14:55 INFO] Video batch 49: frame 392/7500 (5%)
|
|
[22:14:55 INFO] Video batch 50: frame 400/7500 (5%)
|
|
[22:14:55 INFO] Video batch 51: frame 408/7500 (5%)
|
|
[22:14:56 INFO] Video batch 52: frame 416/7500 (5%)
|
|
[22:14:56 INFO] Video batch 53: frame 424/7500 (5%)
|
|
[22:14:56 INFO] Video batch 54: frame 432/7500 (5%)
|
|
[22:14:56 INFO] Video batch 55: frame 440/7500 (5%)
|
|
[22:14:56 INFO] Video batch 56: frame 448/7500 (5%)
|
|
[22:14:57 INFO] Video batch 57: frame 456/7500 (6%)
|
|
[22:14:57 INFO] Video batch 58: frame 464/7500 (6%)
|
|
[22:14:57 INFO] Video batch 59: frame 472/7500 (6%)
|
|
[22:14:57 INFO] Video batch 60: frame 480/7500 (6%)
|
|
[22:14:57 INFO] Video batch 61: frame 488/7500 (6%)
|
|
[22:14:58 INFO] Video batch 62: frame 496/7500 (6%)
|
|
[22:14:58 INFO] Video batch 63: frame 504/7500 (6%)
|
|
[22:14:58 INFO] Video batch 64: frame 512/7500 (6%)
|
|
[22:14:58 INFO] Video batch 65: frame 520/7500 (6%)
|
|
[22:14:58 INFO] Video batch 66: frame 528/7500 (7%)
|
|
[22:14:59 INFO] Video batch 67: frame 536/7500 (7%)
|
|
[22:14:59 INFO] Video batch 68: frame 544/7500 (7%)
|
|
[22:14:59 INFO] Video batch 69: frame 552/7500 (7%)
|
|
[22:14:59 INFO] Video batch 70: frame 560/7500 (7%)
|
|
[22:14:59 INFO] Video batch 71: frame 568/7500 (7%)
|
|
[22:15:00 INFO] Video batch 72: frame 576/7500 (7%)
|
|
[22:15:00 INFO] Video batch 73: frame 584/7500 (7%)
|
|
[22:15:00 INFO] Video batch 74: frame 592/7500 (7%)
|
|
[22:15:00 INFO] Video batch 75: frame 600/7500 (8%)
|
|
[22:15:01 INFO] Video batch 76: frame 608/7500 (8%)
|
|
[22:15:01 INFO] Video batch 77: frame 616/7500 (8%)
|
|
[22:15:01 INFO] Video batch 78: frame 624/7500 (8%)
|
|
[22:15:01 INFO] Video batch 79: frame 632/7500 (8%)
|
|
[22:15:01 INFO] Video batch 80: frame 640/7500 (8%)
|
|
[22:15:02 INFO] Video batch 81: frame 648/7500 (8%)
|
|
[22:15:02 INFO] Video batch 82: frame 656/7500 (8%)
|
|
[22:15:02 INFO] Video batch 83: frame 664/7500 (8%)
|
|
[22:15:02 INFO] Video batch 84: frame 672/7500 (8%)
|
|
[22:15:02 INFO] Video batch 85: frame 680/7500 (9%)
|
|
[22:15:03 INFO] Video batch 86: frame 688/7500 (9%)
|
|
[22:15:03 INFO] Video batch 87: frame 696/7500 (9%)
|
|
[22:15:03 INFO] Video batch 88: frame 704/7500 (9%)
|
|
[22:15:03 INFO] Video batch 89: frame 712/7500 (9%)
|
|
[22:15:03 INFO] Video batch 90: frame 720/7500 (9%)
|
|
[22:15:04 INFO] Video batch 91: frame 728/7500 (9%)
|
|
[22:15:04 INFO] Video batch 92: frame 736/7500 (9%)
|
|
[22:15:04 INFO] Video batch 93: frame 744/7500 (9%)
|
|
[22:15:04 INFO] Video batch 94: frame 752/7500 (10%)
|
|
[22:15:04 INFO] Video batch 95: frame 760/7500 (10%)
|
|
[22:15:05 INFO] Video batch 95: 1 detections from postprocess
|
|
[22:15:05 INFO] Video frame video_short01_000303: 1 dets, valid=True
|
|
[22:15:05 INFO] Video batch 96: frame 768/7500 (10%)
|
|
[22:15:05 INFO] Video batch 96: 2 detections from postprocess
|
|
[22:15:05 INFO] Video frame video_short01_000305: 1 dets, valid=True
|
|
[22:15:05 INFO] Video frame video_short01_000306: 1 dets, valid=True
|
|
[22:15:05 INFO] Video batch 97: frame 776/7500 (10%)
|
|
[22:15:05 INFO] Video batch 97: 2 detections from postprocess
|
|
[22:15:05 INFO] Video frame video_short01_000308: 1 dets, valid=True
|
|
[22:15:05 INFO] Video frame video_short01_000310: 1 dets, valid=True
|
|
[22:15:05 INFO] Video batch 98: frame 784/7500 (10%)
|
|
[22:15:05 INFO] Video batch 98: 2 detections from postprocess
|
|
[22:15:05 INFO] Video frame video_short01_000311: 1 dets, valid=True
|
|
[22:15:05 INFO] Video frame video_short01_000313: 1 dets, valid=True
|
|
[22:15:05 INFO] Video batch 99: frame 792/7500 (10%)
|
|
[22:15:05 INFO] Video batch 99: 2 detections from postprocess
|
|
[22:15:05 INFO] Video frame video_short01_000314: 1 dets, valid=True
|
|
[22:15:05 INFO] Video frame video_short01_000316: 1 dets, valid=True
|
|
[22:15:05 INFO] Video batch 100: frame 800/7500 (10%)
|
|
[22:15:06 INFO] Video batch 100: 2 detections from postprocess
|
|
[22:15:06 INFO] Video frame video_short01_000317: 1 dets, valid=True
|
|
[22:15:06 INFO] Video frame video_short01_000319: 1 dets, valid=True
|
|
[22:15:06 INFO] Video batch 101: frame 808/7500 (10%)
|
|
[22:15:06 INFO] Video batch 101: 2 detections from postprocess
|
|
[22:15:06 INFO] Video frame video_short01_000321: 1 dets, valid=True
|
|
[22:15:06 INFO] Video frame video_short01_000322: 1 dets, valid=True
|
|
[22:15:06 INFO] Video batch 102: frame 816/7500 (10%)
|
|
[22:15:06 INFO] Video batch 102: 2 detections from postprocess
|
|
[22:15:06 INFO] Video frame video_short01_000324: 1 dets, valid=True
|
|
[22:15:06 INFO] Video frame video_short01_000325: 1 dets, valid=True
|
|
[22:15:06 INFO] Video batch 103: frame 824/7500 (10%)
|
|
[22:15:06 INFO] Video batch 103: 2 detections from postprocess
|
|
[22:15:06 INFO] Video frame video_short01_000327: 1 dets, valid=True
|
|
[22:15:06 INFO] Video frame video_short01_000329: 1 dets, valid=True
|
|
[22:15:06 INFO] Video batch 104: frame 832/7500 (11%)
|
|
[22:15:07 INFO] Video batch 105: frame 840/7500 (11%)
|
|
[22:15:07 INFO] Video batch 106: frame 848/7500 (11%)
|
|
[22:15:07 INFO] Video batch 107: frame 856/7500 (11%)
|
|
[22:15:07 INFO] Video batch 108: frame 864/7500 (11%)
|
|
[22:15:07 INFO] Video batch 109: frame 872/7500 (11%)
|
|
[22:15:08 INFO] Video batch 110: frame 880/7500 (11%)
|
|
[22:15:08 INFO] Video batch 111: frame 888/7500 (11%)
|
|
[22:15:08 INFO] Video batch 112: frame 896/7500 (11%)
|
|
[22:15:08 INFO] Video batch 113: frame 904/7500 (12%)
|
|
[22:15:08 INFO] Video batch 114: frame 912/7500 (12%)
|
|
[22:15:09 INFO] Video batch 115: frame 920/7500 (12%)
|
|
[22:15:09 INFO] Video batch 116: frame 928/7500 (12%)
|
|
[22:15:09 INFO] Video batch 117: frame 936/7500 (12%)
|
|
[22:15:09 INFO] Video batch 118: frame 944/7500 (12%)
|
|
[22:15:09 INFO] Video batch 119: frame 952/7500 (12%)
|
|
[22:15:10 INFO] Video batch 120: frame 960/7500 (12%)
|
|
[22:15:10 INFO] Video batch 120: 1 detections from postprocess
|
|
[22:15:10 INFO] Video frame video_short01_000383: 1 dets, valid=True
|
|
[22:15:10 INFO] Video batch 121: frame 968/7500 (12%)
|
|
[22:15:10 INFO] Video batch 122: frame 976/7500 (13%)
|
|
[22:15:10 INFO] Video batch 123: frame 984/7500 (13%)
|
|
[22:15:11 INFO] Video batch 124: frame 992/7500 (13%)
|
|
[22:15:11 INFO] Video batch 125: frame 1000/7500 (13%)
|
|
[22:15:11 INFO] Video batch 126: frame 1008/7500 (13%)
|
|
[22:15:11 INFO] Video batch 126: 1 detections from postprocess
|
|
[22:15:11 INFO] Video frame video_short01_000401: 1 dets, valid=True
|
|
[22:15:11 INFO] Video batch 127: frame 1016/7500 (13%)
|
|
[22:15:11 INFO] Video batch 128: frame 1024/7500 (13%)
|
|
[22:15:12 INFO] Video batch 129: frame 1032/7500 (13%)
|
|
[22:15:12 INFO] Video batch 130: frame 1040/7500 (13%)
|
|
[22:15:12 INFO] Video batch 131: frame 1048/7500 (13%)
|
|
[22:15:12 INFO] Video batch 131: 1 detections from postprocess
|
|
[22:15:12 INFO] Video frame video_short01_000418: 1 dets, valid=True
|
|
[22:15:12 INFO] Video batch 132: frame 1056/7500 (14%)
|
|
[22:15:12 INFO] Video batch 132: 2 detections from postprocess
|
|
[22:15:12 INFO] Video frame video_short01_000420: 1 dets, valid=True
|
|
[22:15:12 INFO] Video frame video_short01_000421: 1 dets, valid=True
|
|
[22:15:12 INFO] Video batch 133: frame 1064/7500 (14%)
|
|
[22:15:13 INFO] Video batch 133: 2 detections from postprocess
|
|
[22:15:13 INFO] Video frame video_short01_000423: 1 dets, valid=True
|
|
[22:15:13 INFO] Video frame video_short01_000425: 1 dets, valid=True
|
|
[22:15:13 INFO] Video batch 134: frame 1072/7500 (14%)
|
|
[22:15:13 INFO] Video batch 134: 3 detections from postprocess
|
|
[22:15:13 INFO] Video frame video_short01_000426: 2 dets, valid=True
|
|
[22:15:13 INFO] Video frame video_short01_000428: 1 dets, valid=True
|
|
[22:15:13 INFO] Video batch 135: frame 1080/7500 (14%)
|
|
[22:15:13 INFO] Video batch 136: frame 1088/7500 (14%)
|
|
[22:15:13 INFO] Video batch 137: frame 1096/7500 (14%)
|
|
[22:15:14 INFO] Video batch 138: frame 1104/7500 (14%)
|
|
[22:15:14 INFO] Video batch 139: frame 1112/7500 (14%)
|
|
[22:15:14 INFO] Video batch 140: frame 1120/7500 (14%)
|
|
[22:15:14 INFO] Video batch 141: frame 1128/7500 (15%)
|
|
[22:15:14 INFO] Video batch 142: frame 1136/7500 (15%)
|
|
[22:15:15 INFO] Video batch 143: frame 1144/7500 (15%)
|
|
[22:15:15 INFO] Video batch 144: frame 1152/7500 (15%)
|
|
[22:15:15 INFO] Video batch 144: 1 detections from postprocess
|
|
[22:15:15 INFO] Video frame video_short01_000458: 1 dets, valid=True
|
|
[22:15:15 INFO] Video batch 145: frame 1160/7500 (15%)
|
|
[22:15:15 INFO] Video batch 146: frame 1168/7500 (15%)
|
|
[22:15:15 INFO] Video batch 146: 1 detections from postprocess
|
|
[22:15:15 INFO] Video frame video_short01_000466: 1 dets, valid=True
|
|
[22:15:15 INFO] Video batch 147: frame 1176/7500 (15%)
|
|
[22:15:16 INFO] Video batch 148: frame 1184/7500 (15%)
|
|
[22:15:16 INFO] Video batch 149: frame 1192/7500 (15%)
|
|
[22:15:16 INFO] Video batch 149: 1 detections from postprocess
|
|
[22:15:16 INFO] Video frame video_short01_000476: 1 dets, valid=True
|
|
[22:15:16 INFO] Video batch 150: frame 1200/7500 (16%)
|
|
[22:15:16 INFO] Video batch 150: 1 detections from postprocess
|
|
[22:15:16 INFO] Video frame video_short01_000477: 1 dets, valid=True
|
|
[22:15:16 INFO] Video batch 151: frame 1208/7500 (16%)
|
|
[22:15:16 INFO] Video batch 152: frame 1216/7500 (16%)
|
|
[22:15:17 INFO] Video batch 152: 1 detections from postprocess
|
|
[22:15:17 INFO] Video frame video_short01_000485: 1 dets, valid=True
|
|
[22:15:17 INFO] Video batch 153: frame 1224/7500 (16%)
|
|
[22:15:17 INFO] Video batch 153: 3 detections from postprocess
|
|
[22:15:17 INFO] Video frame video_short01_000487: 2 dets, valid=True
|
|
[22:15:17 INFO] Video frame video_short01_000489: 1 dets, valid=True
|
|
[22:15:17 INFO] Video batch 154: frame 1232/7500 (16%)
|
|
[22:15:17 INFO] Video batch 154: 2 detections from postprocess
|
|
[22:15:17 INFO] Video frame video_short01_000490: 1 dets, valid=True
|
|
[22:15:17 INFO] Video frame video_short01_000492: 1 dets, valid=True
|
|
[22:15:17 INFO] Video batch 155: frame 1240/7500 (16%)
|
|
[22:15:17 INFO] Video batch 155: 1 detections from postprocess
|
|
[22:15:17 INFO] Video frame video_short01_000493: 1 dets, valid=True
|
|
[22:15:17 INFO] Video batch 156: frame 1248/7500 (16%)
|
|
[22:15:18 INFO] Video batch 157: frame 1256/7500 (16%)
|
|
[22:15:18 INFO] Video batch 158: frame 1264/7500 (16%)
|
|
[22:15:18 INFO] Video batch 159: frame 1272/7500 (16%)
|
|
[22:15:18 INFO] Video batch 160: frame 1280/7500 (17%)
|
|
[22:15:18 INFO] Video batch 161: frame 1288/7500 (17%)
|
|
[22:15:19 INFO] Video batch 162: frame 1296/7500 (17%)
|
|
[22:15:19 INFO] Video batch 163: frame 1304/7500 (17%)
|
|
[22:15:19 INFO] Video batch 164: frame 1312/7500 (17%)
|
|
[22:15:19 INFO] Video batch 165: frame 1320/7500 (17%)
|
|
[22:15:19 INFO] Video batch 166: frame 1328/7500 (17%)
|
|
[22:15:20 INFO] Video batch 167: frame 1336/7500 (17%)
|
|
[22:15:20 INFO] Video batch 168: frame 1344/7500 (17%)
|
|
[22:15:20 INFO] Video batch 169: frame 1352/7500 (18%)
|
|
[22:15:20 INFO] Video batch 170: frame 1360/7500 (18%)
|
|
[22:15:20 INFO] Video batch 171: frame 1368/7500 (18%)
|
|
[22:15:21 INFO] Video batch 172: frame 1376/7500 (18%)
|
|
[22:15:21 INFO] Video batch 173: frame 1384/7500 (18%)
|
|
[22:15:21 INFO] Video batch 174: frame 1392/7500 (18%)
|
|
[22:15:21 INFO] Video batch 175: frame 1400/7500 (18%)
|
|
[22:15:22 INFO] Video batch 176: frame 1408/7500 (18%)
|
|
[22:15:22 INFO] Video batch 177: frame 1416/7500 (18%)
|
|
[22:15:22 INFO] Video batch 178: frame 1424/7500 (18%)
|
|
[22:15:22 INFO] Video batch 179: frame 1432/7500 (19%)
|
|
[22:15:23 INFO] Video batch 180: frame 1440/7500 (19%)
|
|
[22:15:23 INFO] Video batch 181: frame 1448/7500 (19%)
|
|
[22:15:23 INFO] Video batch 182: frame 1456/7500 (19%)
|
|
[22:15:23 INFO] Video batch 183: frame 1464/7500 (19%)
|
|
[22:15:23 INFO] Video batch 184: frame 1472/7500 (19%)
|
|
[22:15:24 INFO] Video batch 185: frame 1480/7500 (19%)
|
|
[22:15:24 INFO] Video batch 186: frame 1488/7500 (19%)
|
|
[22:15:24 INFO] Video batch 187: frame 1496/7500 (19%)
|
|
[22:15:24 INFO] Video batch 188: frame 1504/7500 (20%)
|
|
[22:15:24 INFO] Video batch 189: frame 1512/7500 (20%)
|
|
[22:15:25 INFO] Video batch 190: frame 1520/7500 (20%)
|
|
[22:15:25 INFO] Video batch 191: frame 1528/7500 (20%)
|
|
[22:15:25 INFO] Video batch 192: frame 1536/7500 (20%)
|
|
[22:15:25 INFO] Video batch 193: frame 1544/7500 (20%)
|
|
[22:15:26 INFO] Video batch 193: 1 detections from postprocess
|
|
[22:15:26 INFO] Video frame video_short01_001017: 1 dets, valid=True
|
|
[22:15:26 INFO] Video batch 194: frame 1552/7500 (20%)
|
|
[22:15:26 INFO] Video batch 195: frame 1560/7500 (20%)
|
|
[22:15:26 INFO] Video batch 196: frame 1568/7500 (20%)
|
|
[22:15:26 INFO] Video batch 197: frame 1576/7500 (21%)
|
|
[22:15:26 INFO] Video batch 198: frame 1584/7500 (21%)
|
|
[22:15:27 INFO] Video batch 199: frame 1592/7500 (21%)
|
|
[22:15:27 INFO] Video batch 200: frame 1600/7500 (21%)
|
|
[22:15:27 INFO] Video batch 200: 1 detections from postprocess
|
|
[22:15:27 INFO] Video frame video_short01_001039: 1 dets, valid=True
|
|
[22:15:27 INFO] Video batch 201: frame 1608/7500 (21%)
|
|
[22:15:27 INFO] Video batch 201: 1 detections from postprocess
|
|
[22:15:27 INFO] Video frame video_short01_001041: 1 dets, valid=True
|
|
[22:15:27 INFO] Video batch 202: frame 1616/7500 (21%)
|
|
[22:15:28 INFO] Video batch 203: frame 1624/7500 (21%)
|
|
[22:15:28 INFO] Video batch 204: frame 1632/7500 (21%)
|
|
[22:15:28 INFO] Video batch 205: frame 1640/7500 (21%)
|
|
[22:15:28 INFO] Video batch 206: frame 1648/7500 (21%)
|
|
[22:15:28 INFO] Video batch 207: frame 1656/7500 (22%)
|
|
[22:15:29 INFO] Video batch 208: frame 1664/7500 (22%)
|
|
[22:15:29 INFO] Video batch 209: frame 1672/7500 (22%)
|
|
[22:15:29 INFO] Video batch 210: frame 1680/7500 (22%)
|
|
[22:15:29 INFO] Video batch 211: frame 1688/7500 (22%)
|
|
[22:15:30 INFO] Video batch 212: frame 1696/7500 (22%)
|
|
[22:15:30 INFO] Video batch 213: frame 1704/7500 (22%)
|
|
[22:15:30 INFO] Video batch 214: frame 1712/7500 (22%)
|
|
[22:15:30 INFO] Video batch 215: frame 1720/7500 (22%)
|
|
[22:15:30 INFO] Video batch 216: frame 1728/7500 (23%)
|
|
[22:15:31 INFO] Video batch 217: frame 1736/7500 (23%)
|
|
[22:15:31 INFO] Video batch 218: frame 1744/7500 (23%)
|
|
[22:15:31 INFO] Video batch 219: frame 1752/7500 (23%)
|
|
[22:15:31 INFO] Video batch 219: 1 detections from postprocess
|
|
[22:15:31 INFO] Video frame video_short01_001100: 1 dets, valid=True
|
|
[22:15:31 INFO] Video batch 220: frame 1760/7500 (23%)
|
|
[22:15:31 INFO] Video batch 220: 2 detections from postprocess
|
|
[22:15:31 INFO] Video frame video_short01_001101: 1 dets, valid=True
|
|
[22:15:31 INFO] Video frame video_short01_001103: 1 dets, valid=True
|
|
[22:15:31 INFO] Video batch 221: frame 1768/7500 (23%)
|
|
[22:15:32 INFO] Video batch 221: 2 detections from postprocess
|
|
[22:15:32 INFO] Video frame video_short01_001105: 1 dets, valid=True
|
|
[22:15:32 INFO] Video frame video_short01_001106: 1 dets, valid=True
|
|
[22:15:32 INFO] Video batch 222: frame 1776/7500 (23%)
|
|
[22:15:32 INFO] Video batch 222: 2 detections from postprocess
|
|
[22:15:32 INFO] Video frame video_short01_001108: 1 dets, valid=True
|
|
[22:15:32 INFO] Video frame video_short01_001110: 1 dets, valid=True
|
|
[22:15:32 INFO] Video batch 223: frame 1784/7500 (23%)
|
|
[22:15:32 INFO] Video batch 223: 2 detections from postprocess
|
|
[22:15:32 INFO] Video frame video_short01_001111: 1 dets, valid=True
|
|
[22:15:32 INFO] Video frame video_short01_001113: 1 dets, valid=True
|
|
[22:15:32 INFO] Video batch 224: frame 1792/7500 (23%)
|
|
[22:15:32 INFO] Video batch 225: frame 1800/7500 (24%)
|
|
[22:15:33 INFO] Video batch 226: frame 1808/7500 (24%)
|
|
[22:15:33 INFO] Video batch 227: frame 1816/7500 (24%)
|
|
[22:15:33 INFO] Video batch 228: frame 1824/7500 (24%)
|
|
[22:15:33 INFO] Video batch 229: frame 1832/7500 (24%)
|
|
[22:15:33 INFO] Video batch 230: frame 1840/7500 (24%)
|
|
[22:15:34 INFO] Video batch 231: frame 1848/7500 (24%)
|
|
[22:15:34 INFO] Video batch 231: 1 detections from postprocess
|
|
[22:15:34 INFO] Video frame video_short01_001137: 1 dets, valid=True
|
|
[22:15:34 INFO] Video batch 232: frame 1856/7500 (24%)
|
|
[22:15:34 INFO] Video batch 233: frame 1864/7500 (24%)
|
|
[22:15:34 INFO] Video batch 234: frame 1872/7500 (24%)
|
|
[22:15:34 INFO] Video batch 235: frame 1880/7500 (25%)
|
|
[22:15:35 INFO] Video batch 235: 1 detections from postprocess
|
|
[22:15:35 INFO] Video frame video_short01_001151: 1 dets, valid=True
|
|
[22:15:35 INFO] Video batch 236: frame 1888/7500 (25%)
|
|
[22:15:35 INFO] Video batch 237: frame 1896/7500 (25%)
|
|
[22:15:35 INFO] Video batch 238: frame 1904/7500 (25%)
|
|
[22:15:35 INFO] Video batch 239: frame 1912/7500 (25%)
|
|
[22:15:36 INFO] Video batch 240: frame 1920/7500 (25%)
|
|
[22:15:36 INFO] Video batch 241: frame 1928/7500 (25%)
|
|
[22:15:36 INFO] Video batch 242: frame 1936/7500 (25%)
|
|
[22:15:36 INFO] Video batch 243: frame 1944/7500 (25%)
|
|
[22:15:36 INFO] Video batch 244: frame 1952/7500 (26%)
|
|
[22:15:37 INFO] Video batch 245: frame 1960/7500 (26%)
|
|
[22:15:37 INFO] Video batch 246: frame 1968/7500 (26%)
|
|
[22:15:37 INFO] Video batch 247: frame 1976/7500 (26%)
|
|
[22:15:37 INFO] Video batch 248: frame 1984/7500 (26%)
|
|
[22:15:37 INFO] Video batch 249: frame 1992/7500 (26%)
|
|
[22:15:38 INFO] Video batch 250: frame 2000/7500 (26%)
|
|
[22:15:38 INFO] Video batch 251: frame 2008/7500 (26%)
|
|
[22:15:38 INFO] Video batch 252: frame 2016/7500 (26%)
|
|
[22:15:38 INFO] Video batch 253: frame 2024/7500 (26%)
|
|
[22:15:38 INFO] Video batch 254: frame 2032/7500 (27%)
|
|
[22:15:39 INFO] Video batch 255: frame 2040/7500 (27%)
|
|
[22:15:39 INFO] Video batch 256: frame 2048/7500 (27%)
|
|
[22:15:39 INFO] Video batch 257: frame 2056/7500 (27%)
|
|
[22:15:39 INFO] Video batch 258: frame 2064/7500 (27%)
|
|
[22:15:39 INFO] Video batch 259: frame 2072/7500 (27%)
|
|
[22:15:40 INFO] Video batch 260: frame 2080/7500 (27%)
|
|
[22:15:40 INFO] Video batch 261: frame 2088/7500 (27%)
|
|
[22:15:40 INFO] Video batch 262: frame 2096/7500 (27%)
|
|
[22:15:40 INFO] Video batch 263: frame 2104/7500 (28%)
|
|
[22:15:40 INFO] Video batch 264: frame 2112/7500 (28%)
|
|
[22:15:41 INFO] Video batch 265: frame 2120/7500 (28%)
|
|
[22:15:41 INFO] Video batch 266: frame 2128/7500 (28%)
|
|
[22:15:41 INFO] Video batch 267: frame 2136/7500 (28%)
|
|
[22:15:41 INFO] Video batch 268: frame 2144/7500 (28%)
|
|
[22:15:41 INFO] Video batch 269: frame 2152/7500 (28%)
|
|
[22:15:42 INFO] Video batch 270: frame 2160/7500 (28%)
|
|
[22:15:42 INFO] Video batch 271: frame 2168/7500 (28%)
|
|
[22:15:42 INFO] Video batch 272: frame 2176/7500 (29%)
|
|
[22:15:42 INFO] Video batch 273: frame 2184/7500 (29%)
|
|
[22:15:42 INFO] Video batch 274: frame 2192/7500 (29%)
|
|
[22:15:43 INFO] Video batch 275: frame 2200/7500 (29%)
|
|
[22:15:43 INFO] Video batch 276: frame 2208/7500 (29%)
|
|
[22:15:43 INFO] Video batch 277: frame 2216/7500 (29%)
|
|
[22:15:43 INFO] Video batch 278: frame 2224/7500 (29%)
|
|
[22:15:43 INFO] Video batch 279: frame 2232/7500 (29%)
|
|
[22:15:44 INFO] Video batch 280: frame 2240/7500 (29%)
|
|
[22:15:44 INFO] Video batch 281: frame 2248/7500 (29%)
|
|
[22:15:44 INFO] Video batch 282: frame 2256/7500 (30%)
|
|
[22:15:44 INFO] Video batch 283: frame 2264/7500 (30%)
|
|
[22:15:44 INFO] Video batch 283: 2 detections from postprocess
|
|
[22:15:44 INFO] Video frame video_short01_001303: 1 dets, valid=True
|
|
[22:15:44 INFO] Video frame video_short01_001305: 1 dets, valid=True
|
|
[22:15:44 INFO] Video batch 284: frame 2272/7500 (30%)
|
|
[22:15:45 INFO] Video batch 285: frame 2280/7500 (30%)
|
|
[22:15:45 INFO] Video batch 285: 1 detections from postprocess
|
|
[22:15:45 INFO] Video frame video_short01_001310: 1 dets, valid=True
|
|
[22:15:45 INFO] Video batch 286: frame 2288/7500 (30%)
|
|
[22:15:45 INFO] Video batch 287: frame 2296/7500 (30%)
|
|
[22:15:45 INFO] Video batch 288: frame 2304/7500 (30%)
|
|
[22:15:45 INFO] Video batch 288: 1 detections from postprocess
|
|
[22:15:45 INFO] Video frame video_short01_001319: 1 dets, valid=True
|
|
[22:15:46 INFO] Video batch 289: frame 2312/7500 (30%)
|
|
[22:15:46 INFO] Video batch 289: 1 detections from postprocess
|
|
[22:15:46 INFO] Video frame video_short01_001324: 1 dets, valid=True
|
|
[22:15:46 INFO] Video batch 290: frame 2320/7500 (30%)
|
|
[22:15:46 INFO] Video batch 291: frame 2328/7500 (31%)
|
|
[22:15:46 INFO] Video batch 292: frame 2336/7500 (31%)
|
|
[22:15:46 INFO] Video batch 293: frame 2344/7500 (31%)
|
|
[22:15:47 INFO] Video batch 294: frame 2352/7500 (31%)
|
|
[22:15:47 INFO] Video batch 294: 1 detections from postprocess
|
|
[22:15:47 INFO] Video frame video_short01_001340: 1 dets, valid=True
|
|
[22:15:47 INFO] Video batch 295: frame 2360/7500 (31%)
|
|
[22:15:47 INFO] Video batch 296: frame 2368/7500 (31%)
|
|
[22:15:47 INFO] Video batch 297: frame 2376/7500 (31%)
|
|
[22:15:47 INFO] Video batch 297: 1 detections from postprocess
|
|
[22:15:47 INFO] Video frame video_short01_001350: 1 dets, valid=True
|
|
[22:15:47 INFO] Video batch 298: frame 2384/7500 (31%)
|
|
[22:15:47 INFO] Video batch 298: 1 detections from postprocess
|
|
[22:15:48 INFO] Video frame video_short01_001351: 1 dets, valid=True
|
|
[22:15:48 INFO] Video batch 299: frame 2392/7500 (31%)
|
|
[22:15:48 INFO] Video batch 299: 2 detections from postprocess
|
|
[22:15:48 INFO] Video frame video_short01_001354: 1 dets, valid=True
|
|
[22:15:48 INFO] Video frame video_short01_001356: 1 dets, valid=True
|
|
[22:15:48 INFO] Video batch 300: frame 2400/7500 (32%)
|
|
[22:15:48 INFO] Video batch 300: 1 detections from postprocess
|
|
[22:15:48 INFO] Video frame video_short01_001359: 1 dets, valid=True
|
|
[22:15:48 INFO] Video batch 301: frame 2408/7500 (32%)
|
|
[22:15:48 INFO] Video batch 301: 1 detections from postprocess
|
|
[22:15:48 INFO] Video frame video_short01_001362: 1 dets, valid=True
|
|
[22:15:48 INFO] Video batch 302: frame 2416/7500 (32%)
|
|
[22:15:48 INFO] Video batch 302: 2 detections from postprocess
|
|
[22:15:48 INFO] Video frame video_short01_001364: 1 dets, valid=True
|
|
[22:15:48 INFO] Video frame video_short01_001365: 1 dets, valid=True
|
|
[22:15:48 INFO] Video batch 303: frame 2424/7500 (32%)
|
|
[22:15:49 INFO] Video batch 304: frame 2432/7500 (32%)
|
|
[22:15:49 INFO] Video batch 305: frame 2440/7500 (32%)
|
|
[22:15:49 INFO] Video batch 306: frame 2448/7500 (32%)
|
|
[22:15:49 INFO] Video batch 307: frame 2456/7500 (32%)
|
|
[22:15:49 INFO] Video batch 308: frame 2464/7500 (32%)
|
|
[22:15:50 INFO] Video batch 309: frame 2472/7500 (32%)
|
|
[22:15:50 INFO] Video batch 310: frame 2480/7500 (33%)
|
|
[22:15:50 INFO] Video batch 311: frame 2488/7500 (33%)
|
|
[22:15:50 INFO] Video batch 312: frame 2496/7500 (33%)
|
|
[22:15:50 INFO] Video batch 313: frame 2504/7500 (33%)
|
|
[22:15:51 INFO] Video batch 314: frame 2512/7500 (33%)
|
|
[22:15:51 INFO] Video batch 315: frame 2520/7500 (33%)
|
|
[22:15:51 INFO] Video batch 316: frame 2528/7500 (33%)
|
|
[22:15:51 INFO] Video batch 317: frame 2536/7500 (33%)
|
|
[22:15:51 INFO] Video batch 318: frame 2544/7500 (33%)
|
|
[22:15:52 INFO] Video batch 319: frame 2552/7500 (34%)
|
|
[22:15:52 INFO] Video batch 320: frame 2560/7500 (34%)
|
|
[22:15:52 INFO] Video batch 321: frame 2568/7500 (34%)
|
|
[22:15:52 INFO] Video batch 322: frame 2576/7500 (34%)
|
|
[22:15:52 INFO] Video batch 323: frame 2584/7500 (34%)
|
|
[22:15:53 INFO] Video batch 324: frame 2592/7500 (34%)
|
|
[22:15:53 INFO] Video batch 325: frame 2600/7500 (34%)
|
|
[22:15:53 INFO] Video batch 326: frame 2608/7500 (34%)
|
|
[22:15:53 INFO] Video batch 327: frame 2616/7500 (34%)
|
|
[22:15:54 INFO] Video batch 328: frame 2624/7500 (34%)
|
|
[22:15:54 INFO] Video batch 329: frame 2632/7500 (35%)
|
|
[22:15:54 INFO] Video batch 330: frame 2640/7500 (35%)
|
|
[22:15:54 INFO] Video batch 331: frame 2648/7500 (35%)
|
|
[22:15:55 INFO] Video batch 332: frame 2656/7500 (35%)
|
|
[22:15:55 INFO] Video batch 333: frame 2664/7500 (35%)
|
|
[22:15:55 INFO] Video batch 334: frame 2672/7500 (35%)
|
|
[22:15:55 INFO] Video batch 335: frame 2680/7500 (35%)
|
|
[22:15:55 INFO] Video batch 336: frame 2688/7500 (35%)
|
|
[22:15:56 INFO] Video batch 337: frame 2696/7500 (35%)
|
|
[22:15:56 INFO] Video batch 338: frame 2704/7500 (36%)
|
|
[22:15:56 INFO] Video batch 339: frame 2712/7500 (36%)
|
|
[22:15:56 INFO] Video batch 339: 1 detections from postprocess
|
|
[22:15:56 INFO] Video frame video_short01_001484: 1 dets, valid=True
|
|
[22:15:56 INFO] Video batch 340: frame 2720/7500 (36%)
|
|
[22:15:56 INFO] Video batch 340: 2 detections from postprocess
|
|
[22:15:56 INFO] Video frame video_short01_001485: 1 dets, valid=True
|
|
[22:15:56 INFO] Video frame video_short01_001487: 1 dets, valid=True
|
|
[22:15:56 INFO] Video batch 341: frame 2728/7500 (36%)
|
|
[22:15:57 INFO] Video batch 341: 2 detections from postprocess
|
|
[22:15:57 INFO] Video frame video_short01_001489: 1 dets, valid=True
|
|
[22:15:57 INFO] Video frame video_short01_001490: 1 dets, valid=True
|
|
[22:15:57 INFO] Video batch 342: frame 2736/7500 (36%)
|
|
[22:15:57 INFO] Video batch 342: 2 detections from postprocess
|
|
[22:15:57 INFO] Video frame video_short01_001492: 1 dets, valid=True
|
|
[22:15:57 INFO] Video frame video_short01_001493: 1 dets, valid=True
|
|
[22:15:57 INFO] Video batch 343: frame 2744/7500 (36%)
|
|
[22:15:57 INFO] Video batch 343: 2 detections from postprocess
|
|
[22:15:57 INFO] Video frame video_short01_001495: 1 dets, valid=True
|
|
[22:15:57 INFO] Video frame video_short01_001497: 1 dets, valid=True
|
|
[22:15:57 INFO] Video batch 344: frame 2752/7500 (36%)
|
|
[22:15:57 INFO] Video batch 344: 2 detections from postprocess
|
|
[22:15:57 INFO] Video frame video_short01_001498: 1 dets, valid=True
|
|
[22:15:57 INFO] Video frame video_short01_001500: 1 dets, valid=True
|
|
[22:15:57 INFO] Video batch 345: frame 2760/7500 (36%)
|
|
[22:15:58 INFO] Video batch 345: 2 detections from postprocess
|
|
[22:15:58 INFO] Video frame video_short01_001501: 1 dets, valid=True
|
|
[22:15:58 INFO] Video frame video_short01_001503: 1 dets, valid=True
|
|
[22:15:58 INFO] Video batch 346: frame 2768/7500 (36%)
|
|
[22:15:58 INFO] Video batch 346: 2 detections from postprocess
|
|
[22:15:58 INFO] Video frame video_short01_001505: 1 dets, valid=True
|
|
[22:15:58 INFO] Video frame video_short01_001506: 1 dets, valid=True
|
|
[22:15:58 INFO] Video batch 347: frame 2776/7500 (37%)
|
|
[22:15:58 INFO] Video batch 347: 2 detections from postprocess
|
|
[22:15:58 INFO] Video frame video_short01_001508: 1 dets, valid=True
|
|
[22:15:58 INFO] Video frame video_short01_001510: 1 dets, valid=True
|
|
[22:15:58 INFO] Video batch 348: frame 2784/7500 (37%)
|
|
[22:15:58 INFO] Video batch 348: 2 detections from postprocess
|
|
[22:15:58 INFO] Video frame video_short01_001511: 1 dets, valid=True
|
|
[22:15:58 INFO] Video frame video_short01_001513: 1 dets, valid=True
|
|
[22:15:58 INFO] Video batch 349: frame 2792/7500 (37%)
|
|
[22:15:59 INFO] Video batch 349: 2 detections from postprocess
|
|
[22:15:59 INFO] Video frame video_short01_001514: 1 dets, valid=True
|
|
[22:15:59 INFO] Video frame video_short01_001516: 1 dets, valid=True
|
|
[22:15:59 INFO] Video batch 350: frame 2800/7500 (37%)
|
|
[22:15:59 INFO] Video batch 350: 2 detections from postprocess
|
|
[22:15:59 INFO] Video frame video_short01_001517: 1 dets, valid=True
|
|
[22:15:59 INFO] Video frame video_short01_001519: 1 dets, valid=True
|
|
[22:15:59 INFO] Video batch 351: frame 2808/7500 (37%)
|
|
[22:15:59 INFO] Video batch 351: 2 detections from postprocess
|
|
[22:15:59 INFO] Video frame video_short01_001521: 1 dets, valid=True
|
|
[22:15:59 INFO] Video frame video_short01_001522: 1 dets, valid=True
|
|
[22:15:59 INFO] Video batch 352: frame 2816/7500 (37%)
|
|
[22:15:59 INFO] Video batch 352: 2 detections from postprocess
|
|
[22:15:59 INFO] Video frame video_short01_001524: 1 dets, valid=True
|
|
[22:15:59 INFO] Video frame video_short01_001525: 1 dets, valid=True
|
|
[22:15:59 INFO] Video batch 353: frame 2824/7500 (37%)
|
|
[22:15:59 INFO] Video batch 353: 2 detections from postprocess
|
|
[22:15:59 INFO] Video frame video_short01_001527: 1 dets, valid=True
|
|
[22:15:59 INFO] Video frame video_short01_001529: 1 dets, valid=True
|
|
[22:16:00 INFO] Video batch 354: frame 2832/7500 (37%)
|
|
[22:16:00 INFO] Video batch 354: 2 detections from postprocess
|
|
[22:16:00 INFO] Video frame video_short01_001530: 1 dets, valid=True
|
|
[22:16:00 INFO] Video frame video_short01_001532: 1 dets, valid=True
|
|
[22:16:00 INFO] Video batch 355: frame 2840/7500 (37%)
|
|
[22:16:00 INFO] Video batch 355: 2 detections from postprocess
|
|
[22:16:00 INFO] Video frame video_short01_001533: 1 dets, valid=True
|
|
[22:16:00 INFO] Video frame video_short01_001535: 1 dets, valid=True
|
|
[22:16:00 INFO] Video batch 356: frame 2848/7500 (37%)
|
|
[22:16:00 INFO] Video batch 356: 2 detections from postprocess
|
|
[22:16:00 INFO] Video frame video_short01_001537: 1 dets, valid=True
|
|
[22:16:00 INFO] Video frame video_short01_001538: 1 dets, valid=True
|
|
[22:16:00 INFO] Video batch 357: frame 2856/7500 (38%)
|
|
[22:16:00 INFO] Video batch 357: 2 detections from postprocess
|
|
[22:16:00 INFO] Video frame video_short01_001540: 1 dets, valid=True
|
|
[22:16:00 INFO] Video frame video_short01_001541: 1 dets, valid=True
|
|
[22:16:00 INFO] Video batch 358: frame 2864/7500 (38%)
|
|
[22:16:01 INFO] Video batch 358: 2 detections from postprocess
|
|
[22:16:01 INFO] Video frame video_short01_001543: 1 dets, valid=True
|
|
[22:16:01 INFO] Video frame video_short01_001545: 1 dets, valid=True
|
|
[22:16:01 INFO] Video batch 359: frame 2872/7500 (38%)
|
|
[22:16:01 INFO] Video batch 359: 2 detections from postprocess
|
|
[22:16:01 INFO] Video frame video_short01_001546: 1 dets, valid=True
|
|
[22:16:01 INFO] Video frame video_short01_001548: 1 dets, valid=True
|
|
[22:16:01 INFO] Video batch 360: frame 2880/7500 (38%)
|
|
[22:16:01 INFO] Video batch 360: 2 detections from postprocess
|
|
[22:16:01 INFO] Video frame video_short01_001550: 1 dets, valid=True
|
|
[22:16:01 INFO] Video frame video_short01_001551: 1 dets, valid=True
|
|
[22:16:01 INFO] Video batch 361: frame 2888/7500 (38%)
|
|
[22:16:01 INFO] Video batch 361: 2 detections from postprocess
|
|
[22:16:01 INFO] Video frame video_short01_001553: 1 dets, valid=True
|
|
[22:16:01 INFO] Video frame video_short01_001554: 1 dets, valid=True
|
|
[22:16:01 INFO] Video batch 362: frame 2896/7500 (38%)
|
|
[22:16:01 INFO] Video batch 362: 2 detections from postprocess
|
|
[22:16:01 INFO] Video frame video_short01_001556: 1 dets, valid=True
|
|
[22:16:01 INFO] Video frame video_short01_001557: 1 dets, valid=True
|
|
[22:16:02 INFO] Video batch 363: frame 2904/7500 (38%)
|
|
[22:16:02 INFO] Video batch 363: 2 detections from postprocess
|
|
[22:16:02 INFO] Video frame video_short01_001559: 1 dets, valid=True
|
|
[22:16:02 INFO] Video frame video_short01_001561: 1 dets, valid=True
|
|
[22:16:02 INFO] Video batch 364: frame 2912/7500 (38%)
|
|
[22:16:02 INFO] Video batch 364: 2 detections from postprocess
|
|
[22:16:02 INFO] Video frame video_short01_001562: 1 dets, valid=True
|
|
[22:16:02 INFO] Video frame video_short01_001564: 1 dets, valid=True
|
|
[22:16:02 INFO] Video batch 365: frame 2920/7500 (38%)
|
|
[22:16:02 INFO] Video batch 365: 2 detections from postprocess
|
|
[22:16:02 INFO] Video frame video_short01_001565: 1 dets, valid=True
|
|
[22:16:02 INFO] Video frame video_short01_001567: 1 dets, valid=True
|
|
[22:16:02 INFO] Video batch 366: frame 2928/7500 (39%)
|
|
[22:16:02 INFO] Video batch 366: 2 detections from postprocess
|
|
[22:16:02 INFO] Video frame video_short01_001569: 1 dets, valid=True
|
|
[22:16:02 INFO] Video frame video_short01_001570: 1 dets, valid=True
|
|
[22:16:02 INFO] Video batch 367: frame 2936/7500 (39%)
|
|
[22:16:03 INFO] Video batch 367: 2 detections from postprocess
|
|
[22:16:03 INFO] Video frame video_short01_001572: 1 dets, valid=True
|
|
[22:16:03 INFO] Video frame video_short01_001573: 1 dets, valid=True
|
|
[22:16:03 INFO] Video batch 368: frame 2944/7500 (39%)
|
|
[22:16:03 INFO] Video batch 368: 2 detections from postprocess
|
|
[22:16:03 INFO] Video frame video_short01_001575: 1 dets, valid=True
|
|
[22:16:03 INFO] Video frame video_short01_001577: 1 dets, valid=True
|
|
[22:16:03 INFO] Video batch 369: frame 2952/7500 (39%)
|
|
[22:16:03 INFO] Video batch 369: 2 detections from postprocess
|
|
[22:16:03 INFO] Video frame video_short01_001578: 1 dets, valid=True
|
|
[22:16:03 INFO] Video frame video_short01_001580: 1 dets, valid=True
|
|
[22:16:03 INFO] Video batch 370: frame 2960/7500 (39%)
|
|
[22:16:03 INFO] Video batch 370: 2 detections from postprocess
|
|
[22:16:03 INFO] Video frame video_short01_001581: 1 dets, valid=True
|
|
[22:16:03 INFO] Video frame video_short01_001583: 1 dets, valid=True
|
|
[22:16:03 INFO] Video batch 371: frame 2968/7500 (39%)
|
|
[22:16:03 INFO] Video batch 371: 2 detections from postprocess
|
|
[22:16:03 INFO] Video frame video_short01_001585: 1 dets, valid=True
|
|
[22:16:03 INFO] Video frame video_short01_001586: 1 dets, valid=True
|
|
[22:16:04 INFO] Video batch 372: frame 2976/7500 (39%)
|
|
[22:16:04 INFO] Video batch 372: 2 detections from postprocess
|
|
[22:16:04 INFO] Video frame video_short01_001588: 1 dets, valid=True
|
|
[22:16:04 INFO] Video frame video_short01_001590: 1 dets, valid=True
|
|
[22:16:04 INFO] Video batch 373: frame 2984/7500 (39%)
|
|
[22:16:04 INFO] Video batch 373: 2 detections from postprocess
|
|
[22:16:04 INFO] Video frame video_short01_001591: 1 dets, valid=True
|
|
[22:16:04 INFO] Video frame video_short01_001593: 1 dets, valid=True
|
|
[22:16:04 INFO] Video batch 374: frame 2992/7500 (39%)
|
|
[22:16:04 INFO] Video batch 374: 2 detections from postprocess
|
|
[22:16:04 INFO] Video frame video_short01_001594: 1 dets, valid=True
|
|
[22:16:04 INFO] Video frame video_short01_001596: 1 dets, valid=True
|
|
[22:16:04 INFO] Video batch 375: frame 3000/7500 (40%)
|
|
[22:16:05 INFO] Video batch 375: 1 detections from postprocess
|
|
[22:16:05 INFO] Video frame video_short01_001597: 1 dets, valid=True
|
|
[22:16:05 INFO] Video batch 376: frame 3008/7500 (40%)
|
|
[22:16:05 INFO] Video batch 376: 1 detections from postprocess
|
|
[22:16:05 INFO] Video frame video_short01_002002: 1 dets, valid=True
|
|
[22:16:05 INFO] Video batch 377: frame 3016/7500 (40%)
|
|
[22:16:05 INFO] Video batch 378: frame 3024/7500 (40%)
|
|
[22:16:05 INFO] Video batch 379: frame 3032/7500 (40%)
|
|
[22:16:05 INFO] Video batch 380: frame 3040/7500 (40%)
|
|
[22:16:06 INFO] Video batch 381: frame 3048/7500 (40%)
|
|
[22:16:06 INFO] Video batch 382: frame 3056/7500 (40%)
|
|
[22:16:06 INFO] Video batch 383: frame 3064/7500 (40%)
|
|
[22:16:06 INFO] Video batch 383: 1 detections from postprocess
|
|
[22:16:06 INFO] Video frame video_short01_002025: 1 dets, valid=True
|
|
[22:16:06 INFO] Video batch 384: frame 3072/7500 (40%)
|
|
[22:16:06 INFO] Video batch 384: 2 detections from postprocess
|
|
[22:16:06 INFO] Video frame video_short01_002026: 1 dets, valid=True
|
|
[22:16:06 INFO] Video frame video_short01_002028: 1 dets, valid=True
|
|
[22:16:06 INFO] Video batch 385: frame 3080/7500 (41%)
|
|
[22:16:07 INFO] Video batch 385: 2 detections from postprocess
|
|
[22:16:07 INFO] Video frame video_short01_002030: 1 dets, valid=True
|
|
[22:16:07 INFO] Video frame video_short01_002031: 1 dets, valid=True
|
|
[22:16:07 INFO] Video batch 386: frame 3088/7500 (41%)
|
|
[22:16:07 INFO] Video batch 386: 1 detections from postprocess
|
|
[22:16:07 INFO] Video frame video_short01_002033: 1 dets, valid=True
|
|
[22:16:07 INFO] Video batch 387: frame 3096/7500 (41%)
|
|
[22:16:07 INFO] Video batch 387: 1 detections from postprocess
|
|
[22:16:07 INFO] Video frame video_short01_002037: 1 dets, valid=True
|
|
[22:16:07 INFO] Video batch 388: frame 3104/7500 (41%)
|
|
[22:16:07 INFO] Video batch 389: frame 3112/7500 (41%)
|
|
[22:16:08 INFO] Video batch 390: frame 3120/7500 (41%)
|
|
[22:16:08 INFO] Video batch 391: frame 3128/7500 (41%)
|
|
[22:16:08 INFO] Video batch 392: frame 3136/7500 (41%)
|
|
[22:16:08 INFO] Video batch 393: frame 3144/7500 (41%)
|
|
[22:16:08 INFO] Video batch 394: frame 3152/7500 (42%)
|
|
[22:16:09 INFO] Video batch 395: frame 3160/7500 (42%)
|
|
[22:16:09 INFO] Video batch 396: frame 3168/7500 (42%)
|
|
[22:16:09 INFO] Video batch 397: frame 3176/7500 (42%)
|
|
[22:16:09 INFO] Video batch 397: 1 detections from postprocess
|
|
[22:16:09 INFO] Video frame video_short01_002070: 1 dets, valid=True
|
|
[22:16:09 INFO] Video batch 398: frame 3184/7500 (42%)
|
|
[22:16:09 INFO] Video batch 398: 2 detections from postprocess
|
|
[22:16:09 INFO] Video frame video_short01_002071: 1 dets, valid=True
|
|
[22:16:09 INFO] Video frame video_short01_002073: 1 dets, valid=True
|
|
[22:16:09 INFO] Video batch 399: frame 3192/7500 (42%)
|
|
[22:16:10 INFO] Video batch 399: 2 detections from postprocess
|
|
[22:16:10 INFO] Video frame video_short01_002074: 1 dets, valid=True
|
|
[22:16:10 INFO] Video frame video_short01_002076: 1 dets, valid=True
|
|
[22:16:10 INFO] Video batch 400: frame 3200/7500 (42%)
|
|
[22:16:10 INFO] Video batch 400: 2 detections from postprocess
|
|
[22:16:10 INFO] Video frame video_short01_002077: 1 dets, valid=True
|
|
[22:16:10 INFO] Video frame video_short01_002079: 1 dets, valid=True
|
|
[22:16:10 INFO] Video batch 401: frame 3208/7500 (42%)
|
|
[22:16:10 INFO] Video batch 401: 2 detections from postprocess
|
|
[22:16:10 INFO] Video frame video_short01_002081: 1 dets, valid=True
|
|
[22:16:10 INFO] Video frame video_short01_002082: 1 dets, valid=True
|
|
[22:16:10 INFO] Video batch 402: frame 3216/7500 (42%)
|
|
[22:16:10 INFO] Video batch 402: 1 detections from postprocess
|
|
[22:16:10 INFO] Video frame video_short01_002084: 1 dets, valid=True
|
|
[22:16:10 INFO] Video batch 403: frame 3224/7500 (42%)
|
|
[22:16:10 INFO] Video batch 404: frame 3232/7500 (43%)
|
|
[22:16:11 INFO] Video batch 405: frame 3240/7500 (43%)
|
|
[22:16:11 INFO] Video batch 406: frame 3248/7500 (43%)
|
|
[22:16:11 INFO] Video batch 407: frame 3256/7500 (43%)
|
|
[22:16:11 INFO] Video batch 407: 1 detections from postprocess
|
|
[22:16:11 INFO] Video frame video_short01_002101: 1 dets, valid=True
|
|
[22:16:11 INFO] Video batch 408: frame 3264/7500 (43%)
|
|
[22:16:12 INFO] Video batch 408: 2 detections from postprocess
|
|
[22:16:12 INFO] Video frame video_short01_002103: 1 dets, valid=True
|
|
[22:16:12 INFO] Video frame video_short01_002105: 1 dets, valid=True
|
|
[22:16:12 INFO] Video batch 409: frame 3272/7500 (43%)
|
|
[22:16:12 INFO] Video batch 409: 2 detections from postprocess
|
|
[22:16:12 INFO] Video frame video_short01_002106: 1 dets, valid=True
|
|
[22:16:12 INFO] Video frame video_short01_002108: 1 dets, valid=True
|
|
[22:16:12 INFO] Video batch 410: frame 3280/7500 (43%)
|
|
[22:16:12 INFO] Video batch 410: 2 detections from postprocess
|
|
[22:16:12 INFO] Video frame video_short01_002110: 1 dets, valid=True
|
|
[22:16:12 INFO] Video frame video_short01_002111: 1 dets, valid=True
|
|
[22:16:12 INFO] Video batch 411: frame 3288/7500 (43%)
|
|
[22:16:12 INFO] Video batch 411: 2 detections from postprocess
|
|
[22:16:12 INFO] Video frame video_short01_002113: 1 dets, valid=True
|
|
[22:16:12 INFO] Video frame video_short01_002114: 1 dets, valid=True
|
|
[22:16:12 INFO] Video batch 412: frame 3296/7500 (43%)
|
|
[22:16:12 INFO] Video batch 413: frame 3304/7500 (44%)
|
|
[22:16:13 INFO] Video batch 413: 1 detections from postprocess
|
|
[22:16:13 INFO] Video frame video_short01_002121: 1 dets, valid=True
|
|
[22:16:13 INFO] Video batch 414: frame 3312/7500 (44%)
|
|
[22:16:13 INFO] Video batch 415: frame 3320/7500 (44%)
|
|
[22:16:13 INFO] Video batch 415: 2 detections from postprocess
|
|
[22:16:13 INFO] Video frame video_short01_002125: 1 dets, valid=True
|
|
[22:16:13 INFO] Video frame video_short01_002127: 1 dets, valid=True
|
|
[22:16:13 INFO] Video batch 416: frame 3328/7500 (44%)
|
|
[22:16:13 INFO] Video batch 416: 1 detections from postprocess
|
|
[22:16:13 INFO] Video frame video_short01_002130: 1 dets, valid=True
|
|
[22:16:13 INFO] Video batch 417: frame 3336/7500 (44%)
|
|
[22:16:14 INFO] Video batch 417: 2 detections from postprocess
|
|
[22:16:14 INFO] Video frame video_short01_002132: 1 dets, valid=True
|
|
[22:16:14 INFO] Video frame video_short01_002133: 1 dets, valid=True
|
|
[22:16:14 INFO] Video batch 418: frame 3344/7500 (44%)
|
|
[22:16:14 INFO] Video batch 418: 1 detections from postprocess
|
|
[22:16:14 INFO] Video frame video_short01_002137: 1 dets, valid=True
|
|
[22:16:14 INFO] Video batch 419: frame 3352/7500 (44%)
|
|
[22:16:14 INFO] Video batch 420: frame 3360/7500 (44%)
|
|
[22:16:14 INFO] Video batch 421: frame 3368/7500 (44%)
|
|
[22:16:14 INFO] Video batch 422: frame 3376/7500 (45%)
|
|
[22:16:15 INFO] Video batch 422: 1 detections from postprocess
|
|
[22:16:15 INFO] Video frame video_short01_002150: 1 dets, valid=True
|
|
[22:16:15 INFO] Video batch 423: frame 3384/7500 (45%)
|
|
[22:16:15 INFO] Video batch 423: 1 detections from postprocess
|
|
[22:16:15 INFO] Video frame video_short01_002153: 1 dets, valid=True
|
|
[22:16:15 INFO] Video batch 424: frame 3392/7500 (45%)
|
|
[22:16:15 INFO] Video batch 424: 1 detections from postprocess
|
|
[22:16:15 INFO] Video frame video_short01_002156: 1 dets, valid=True
|
|
[22:16:15 INFO] Video batch 425: frame 3400/7500 (45%)
|
|
[22:16:15 INFO] Video batch 425: 1 detections from postprocess
|
|
[22:16:15 INFO] Video frame video_short01_002157: 1 dets, valid=True
|
|
[22:16:15 INFO] Video batch 426: frame 3408/7500 (45%)
|
|
[22:16:16 INFO] Video batch 426: 1 detections from postprocess
|
|
[22:16:16 INFO] Video frame video_short01_002162: 1 dets, valid=True
|
|
[22:16:16 INFO] Video batch 427: frame 3416/7500 (45%)
|
|
[22:16:16 INFO] Video batch 427: 2 detections from postprocess
|
|
[22:16:16 INFO] Video frame video_short01_002164: 1 dets, valid=True
|
|
[22:16:16 INFO] Video frame video_short01_002165: 1 dets, valid=True
|
|
[22:16:16 INFO] Video batch 428: frame 3424/7500 (45%)
|
|
[22:16:16 INFO] Video batch 429: frame 3432/7500 (45%)
|
|
[22:16:16 INFO] Video batch 430: frame 3440/7500 (45%)
|
|
[22:16:17 INFO] Video batch 431: frame 3448/7500 (45%)
|
|
[22:16:17 INFO] Video batch 432: frame 3456/7500 (46%)
|
|
[22:16:17 INFO] Video batch 433: frame 3464/7500 (46%)
|
|
[22:16:17 INFO] Video batch 433: 1 detections from postprocess
|
|
[22:16:17 INFO] Video frame video_short01_002185: 1 dets, valid=True
|
|
[22:16:17 INFO] Video batch 434: frame 3472/7500 (46%)
|
|
[22:16:17 INFO] Video batch 434: 1 detections from postprocess
|
|
[22:16:17 INFO] Video frame video_short01_002186: 1 dets, valid=True
|
|
[22:16:17 INFO] Video batch 435: frame 3480/7500 (46%)
|
|
[22:16:18 INFO] Video batch 436: frame 3488/7500 (46%)
|
|
[22:16:18 INFO] Video batch 437: frame 3496/7500 (46%)
|
|
[22:16:18 INFO] Video batch 438: frame 3504/7500 (46%)
|
|
[22:16:18 INFO] Video batch 439: frame 3512/7500 (46%)
|
|
[22:16:19 INFO] Video batch 440: frame 3520/7500 (46%)
|
|
[22:16:19 INFO] Video batch 441: frame 3528/7500 (47%)
|
|
[22:16:19 INFO] Video batch 442: frame 3536/7500 (47%)
|
|
[22:16:19 INFO] Video batch 443: frame 3544/7500 (47%)
|
|
[22:16:19 INFO] Video batch 444: frame 3552/7500 (47%)
|
|
[22:16:20 INFO] Video batch 445: frame 3560/7500 (47%)
|
|
[22:16:20 INFO] Video batch 446: frame 3568/7500 (47%)
|
|
[22:16:20 INFO] Video batch 447: frame 3576/7500 (47%)
|
|
[22:16:20 INFO] Video batch 448: frame 3584/7500 (47%)
|
|
[22:16:20 INFO] Video batch 449: frame 3592/7500 (47%)
|
|
[22:16:21 INFO] Video batch 450: frame 3600/7500 (48%)
|
|
[22:16:21 INFO] Video batch 451: frame 3608/7500 (48%)
|
|
[22:16:21 INFO] Video batch 452: frame 3616/7500 (48%)
|
|
[22:16:21 INFO] Video batch 453: frame 3624/7500 (48%)
|
|
[22:16:21 INFO] Video batch 454: frame 3632/7500 (48%)
|
|
[22:16:22 INFO] Video batch 455: frame 3640/7500 (48%)
|
|
[22:16:22 INFO] Video batch 456: frame 3648/7500 (48%)
|
|
[22:16:22 INFO] Video batch 457: frame 3656/7500 (48%)
|
|
[22:16:22 INFO] Video batch 458: frame 3664/7500 (48%)
|
|
[22:16:22 INFO] Video batch 459: frame 3672/7500 (48%)
|
|
[22:16:23 INFO] Video batch 460: frame 3680/7500 (49%)
|
|
[22:16:23 INFO] Video batch 461: frame 3688/7500 (49%)
|
|
[22:16:23 INFO] Video batch 462: frame 3696/7500 (49%)
|
|
[22:16:23 INFO] Video batch 463: frame 3704/7500 (49%)
|
|
[22:16:23 INFO] Video batch 464: frame 3712/7500 (49%)
|
|
[22:16:24 INFO] Video batch 465: frame 3720/7500 (49%)
|
|
[22:16:24 INFO] Video batch 466: frame 3728/7500 (49%)
|
|
[22:16:24 INFO] Video batch 467: frame 3736/7500 (49%)
|
|
[22:16:24 INFO] Video batch 467: 1 detections from postprocess
|
|
[22:16:24 INFO] Video frame video_short01_002293: 1 dets, valid=True
|
|
[22:16:24 INFO] Video batch 468: frame 3744/7500 (49%)
|
|
[22:16:24 INFO] Video batch 468: 3 detections from postprocess
|
|
[22:16:24 INFO] Video frame video_short01_002295: 1 dets, valid=True
|
|
[22:16:24 INFO] Video frame video_short01_002297: 2 dets, valid=True
|
|
[22:16:24 INFO] Video batch 469: frame 3752/7500 (50%)
|
|
[22:16:25 INFO] Video batch 469: 3 detections from postprocess
|
|
[22:16:25 INFO] Video frame video_short01_002298: 1 dets, valid=True
|
|
[22:16:25 INFO] Video frame video_short01_002300: 2 dets, valid=True
|
|
[22:16:25 INFO] Video batch 470: frame 3760/7500 (50%)
|
|
[22:16:25 INFO] Video batch 470: 4 detections from postprocess
|
|
[22:16:25 INFO] Video frame video_short01_002301: 2 dets, valid=True
|
|
[22:16:25 INFO] Video frame video_short01_002303: 2 dets, valid=True
|
|
[22:16:25 INFO] Video batch 471: frame 3768/7500 (50%)
|
|
[22:16:25 INFO] Video batch 471: 4 detections from postprocess
|
|
[22:16:25 INFO] Video frame video_short01_002305: 2 dets, valid=True
|
|
[22:16:25 INFO] Video frame video_short01_002306: 2 dets, valid=True
|
|
[22:16:25 INFO] Video batch 472: frame 3776/7500 (50%)
|
|
[22:16:25 INFO] Video batch 472: 2 detections from postprocess
|
|
[22:16:25 INFO] Video frame video_short01_002308: 1 dets, valid=True
|
|
[22:16:25 INFO] Video frame video_short01_002310: 1 dets, valid=True
|
|
[22:16:25 INFO] Video batch 473: frame 3784/7500 (50%)
|
|
[22:16:26 INFO] Video batch 473: 2 detections from postprocess
|
|
[22:16:26 INFO] Video frame video_short01_002311: 1 dets, valid=True
|
|
[22:16:26 INFO] Video frame video_short01_002313: 1 dets, valid=True
|
|
[22:16:26 INFO] Video batch 474: frame 3792/7500 (50%)
|
|
[22:16:26 INFO] Video batch 474: 2 detections from postprocess
|
|
[22:16:26 INFO] Video frame video_short01_002314: 1 dets, valid=True
|
|
[22:16:26 INFO] Video frame video_short01_002316: 1 dets, valid=True
|
|
[22:16:26 INFO] Video batch 475: frame 3800/7500 (50%)
|
|
[22:16:26 INFO] Video batch 475: 2 detections from postprocess
|
|
[22:16:26 INFO] Video frame video_short01_002317: 1 dets, valid=True
|
|
[22:16:26 INFO] Video frame video_short01_002319: 1 dets, valid=True
|
|
[22:16:26 INFO] Video batch 476: frame 3808/7500 (50%)
|
|
[22:16:26 INFO] Video batch 476: 2 detections from postprocess
|
|
[22:16:26 INFO] Video frame video_short01_002321: 1 dets, valid=True
|
|
[22:16:26 INFO] Video frame video_short01_002322: 1 dets, valid=True
|
|
[22:16:26 INFO] Video batch 477: frame 3816/7500 (50%)
|
|
[22:16:26 INFO] Video batch 477: 3 detections from postprocess
|
|
[22:16:26 INFO] Video frame video_short01_002324: 2 dets, valid=True
|
|
[22:16:26 INFO] Video frame video_short01_002325: 1 dets, valid=True
|
|
[22:16:26 INFO] Video batch 478: frame 3824/7500 (50%)
|
|
[22:16:27 INFO] Video batch 478: 2 detections from postprocess
|
|
[22:16:27 INFO] Video frame video_short01_002327: 1 dets, valid=True
|
|
[22:16:27 INFO] Video frame video_short01_002329: 1 dets, valid=True
|
|
[22:16:27 INFO] Video batch 479: frame 3832/7500 (51%)
|
|
[22:16:27 INFO] Video batch 479: 2 detections from postprocess
|
|
[22:16:27 INFO] Video frame video_short01_002330: 1 dets, valid=True
|
|
[22:16:27 INFO] Video frame video_short01_002332: 1 dets, valid=True
|
|
[22:16:27 INFO] Video batch 480: frame 3840/7500 (51%)
|
|
[22:16:27 INFO] Video batch 480: 2 detections from postprocess
|
|
[22:16:27 INFO] Video frame video_short01_002333: 1 dets, valid=True
|
|
[22:16:27 INFO] Video frame video_short01_002335: 1 dets, valid=True
|
|
[22:16:27 INFO] Video batch 481: frame 3848/7500 (51%)
|
|
[22:16:27 INFO] Video batch 481: 3 detections from postprocess
|
|
[22:16:27 INFO] Video frame video_short01_002337: 2 dets, valid=True
|
|
[22:16:27 INFO] Video frame video_short01_002338: 1 dets, valid=True
|
|
[22:16:27 INFO] Video batch 482: frame 3856/7500 (51%)
|
|
[22:16:27 INFO] Video batch 482: 4 detections from postprocess
|
|
[22:16:27 INFO] Video frame video_short01_002340: 2 dets, valid=True
|
|
[22:16:27 INFO] Video frame video_short01_002341: 2 dets, valid=True
|
|
[22:16:28 INFO] Video batch 483: frame 3864/7500 (51%)
|
|
[22:16:28 INFO] Video batch 483: 4 detections from postprocess
|
|
[22:16:28 INFO] Video frame video_short01_002343: 2 dets, valid=True
|
|
[22:16:28 INFO] Video frame video_short01_002345: 2 dets, valid=True
|
|
[22:16:28 INFO] Video batch 484: frame 3872/7500 (51%)
|
|
[22:16:28 INFO] Video batch 484: 4 detections from postprocess
|
|
[22:16:28 INFO] Video frame video_short01_002346: 2 dets, valid=True
|
|
[22:16:28 INFO] Video frame video_short01_002348: 2 dets, valid=True
|
|
[22:16:28 INFO] Video batch 485: frame 3880/7500 (51%)
|
|
[22:16:28 INFO] Video batch 485: 4 detections from postprocess
|
|
[22:16:28 INFO] Video frame video_short01_002350: 2 dets, valid=True
|
|
[22:16:28 INFO] Video frame video_short01_002351: 2 dets, valid=True
|
|
[22:16:28 INFO] Video batch 486: frame 3888/7500 (51%)
|
|
[22:16:28 INFO] Video batch 486: 4 detections from postprocess
|
|
[22:16:28 INFO] Video frame video_short01_002353: 4 dets, valid=True
|
|
[22:16:28 INFO] Video batch 487: frame 3896/7500 (51%)
|
|
[22:16:29 INFO] Video batch 488: frame 3904/7500 (52%)
|
|
[22:16:29 INFO] Video batch 489: frame 3912/7500 (52%)
|
|
[22:16:29 INFO] Video batch 490: frame 3920/7500 (52%)
|
|
[22:16:29 INFO] Video batch 491: frame 3928/7500 (52%)
|
|
[22:16:29 INFO] Video batch 492: frame 3936/7500 (52%)
|
|
[22:16:30 INFO] Video batch 493: frame 3944/7500 (52%)
|
|
[22:16:30 INFO] Video batch 494: frame 3952/7500 (52%)
|
|
[22:16:30 INFO] Video batch 495: frame 3960/7500 (52%)
|
|
[22:16:30 INFO] Video batch 496: frame 3968/7500 (52%)
|
|
[22:16:31 INFO] Video batch 497: frame 3976/7500 (53%)
|
|
[22:16:31 INFO] Video batch 498: frame 3984/7500 (53%)
|
|
[22:16:31 INFO] Video batch 499: frame 3992/7500 (53%)
|
|
[22:16:31 INFO] Video batch 500: frame 4000/7500 (53%)
|
|
[22:16:31 INFO] Video batch 501: frame 4008/7500 (53%)
|
|
[22:16:31 INFO] Video batch 502: frame 4016/7500 (53%)
|
|
[22:16:32 INFO] Video batch 503: frame 4024/7500 (53%)
|
|
[22:16:32 INFO] Video batch 504: frame 4032/7500 (53%)
|
|
[22:16:32 INFO] Video batch 505: frame 4040/7500 (53%)
|
|
[22:16:32 INFO] Video batch 506: frame 4048/7500 (53%)
|
|
[22:16:33 INFO] Video batch 507: frame 4056/7500 (54%)
|
|
[22:16:33 INFO] Video batch 508: frame 4064/7500 (54%)
|
|
[22:16:33 INFO] Video batch 509: frame 4072/7500 (54%)
|
|
[22:16:33 INFO] Video batch 510: frame 4080/7500 (54%)
|
|
[22:16:33 INFO] Video batch 511: frame 4088/7500 (54%)
|
|
[22:16:34 INFO] Video batch 512: frame 4096/7500 (54%)
|
|
[22:16:34 INFO] Video batch 512: 1 detections from postprocess
|
|
[22:16:34 INFO] Video frame video_short01_002437: 1 dets, valid=True
|
|
[22:16:34 INFO] Video batch 513: frame 4104/7500 (54%)
|
|
[22:16:34 INFO] Video batch 513: 1 detections from postprocess
|
|
[22:16:34 INFO] Video frame video_short01_002439: 1 dets, valid=True
|
|
[22:16:34 INFO] Video batch 514: frame 4112/7500 (54%)
|
|
[22:16:34 INFO] Video batch 515: frame 4120/7500 (54%)
|
|
[22:16:34 INFO] Video batch 516: frame 4128/7500 (55%)
|
|
[22:16:35 INFO] Video batch 517: frame 4136/7500 (55%)
|
|
[22:16:35 INFO] Video batch 518: frame 4144/7500 (55%)
|
|
[22:16:35 INFO] Video batch 519: frame 4152/7500 (55%)
|
|
[22:16:35 INFO] Video batch 520: frame 4160/7500 (55%)
|
|
[22:16:35 INFO] Video batch 521: frame 4168/7500 (55%)
|
|
[22:16:36 INFO] Video batch 522: frame 4176/7500 (55%)
|
|
[22:16:36 INFO] Video batch 523: frame 4184/7500 (55%)
|
|
[22:16:36 INFO] Video batch 524: frame 4192/7500 (55%)
|
|
[22:16:36 INFO] Video batch 525: frame 4200/7500 (56%)
|
|
[22:16:36 INFO] Video batch 526: frame 4208/7500 (56%)
|
|
[22:16:37 INFO] Video batch 527: frame 4216/7500 (56%)
|
|
[22:16:37 INFO] Video batch 528: frame 4224/7500 (56%)
|
|
[22:16:37 INFO] Video batch 529: frame 4232/7500 (56%)
|
|
[22:16:37 INFO] Video batch 530: frame 4240/7500 (56%)
|
|
[22:16:37 INFO] Video batch 531: frame 4248/7500 (56%)
|
|
[22:16:38 INFO] Video batch 532: frame 4256/7500 (56%)
|
|
[22:16:38 INFO] Video batch 533: frame 4264/7500 (56%)
|
|
[22:16:38 INFO] Video batch 534: frame 4272/7500 (56%)
|
|
[22:16:38 INFO] Video batch 535: frame 4280/7500 (57%)
|
|
[22:16:39 INFO] Video batch 536: frame 4288/7500 (57%)
|
|
[22:16:39 INFO] Video batch 537: frame 4296/7500 (57%)
|
|
[22:16:39 INFO] Video batch 538: frame 4304/7500 (57%)
|
|
[22:16:39 INFO] Video batch 539: frame 4312/7500 (57%)
|
|
[22:16:39 INFO] Video batch 540: frame 4320/7500 (57%)
|
|
[22:16:40 INFO] Video batch 541: frame 4328/7500 (57%)
|
|
[22:16:40 INFO] Video batch 542: frame 4336/7500 (57%)
|
|
[22:16:40 INFO] Video batch 543: frame 4344/7500 (57%)
|
|
[22:16:40 INFO] Video batch 544: frame 4352/7500 (58%)
|
|
[22:16:40 INFO] Video batch 545: frame 4360/7500 (58%)
|
|
[22:16:41 INFO] Video batch 546: frame 4368/7500 (58%)
|
|
[22:16:41 INFO] Video batch 547: frame 4376/7500 (58%)
|
|
[22:16:41 INFO] Video batch 547: 3 detections from postprocess
|
|
[22:16:41 INFO] Video frame video_short01_002548: 2 dets, valid=True
|
|
[22:16:41 INFO] Video frame video_short01_002550: 1 dets, valid=True
|
|
[22:16:41 INFO] Video batch 548: frame 4384/7500 (58%)
|
|
[22:16:41 INFO] Video batch 548: 2 detections from postprocess
|
|
[22:16:41 INFO] Video frame video_short01_002551: 1 dets, valid=True
|
|
[22:16:41 INFO] Video frame video_short01_002553: 1 dets, valid=True
|
|
[22:16:41 INFO] Video batch 549: frame 4392/7500 (58%)
|
|
[22:16:41 INFO] Video batch 549: 2 detections from postprocess
|
|
[22:16:41 INFO] Video frame video_short01_002554: 1 dets, valid=True
|
|
[22:16:41 INFO] Video frame video_short01_002556: 1 dets, valid=True
|
|
[22:16:41 INFO] Video batch 550: frame 4400/7500 (58%)
|
|
[22:16:42 INFO] Video batch 550: 2 detections from postprocess
|
|
[22:16:42 INFO] Video frame video_short01_002557: 1 dets, valid=True
|
|
[22:16:42 INFO] Video frame video_short01_002559: 1 dets, valid=True
|
|
[22:16:42 INFO] Video batch 551: frame 4408/7500 (58%)
|
|
[22:16:42 INFO] Video batch 551: 2 detections from postprocess
|
|
[22:16:42 INFO] Video frame video_short01_002561: 1 dets, valid=True
|
|
[22:16:42 INFO] Video frame video_short01_002562: 1 dets, valid=True
|
|
[22:16:42 INFO] Video batch 552: frame 4416/7500 (58%)
|
|
[22:16:42 INFO] Video batch 552: 2 detections from postprocess
|
|
[22:16:42 INFO] Video frame video_short01_002564: 1 dets, valid=True
|
|
[22:16:42 INFO] Video frame video_short01_002565: 1 dets, valid=True
|
|
[22:16:42 INFO] Video batch 553: frame 4424/7500 (58%)
|
|
[22:16:42 INFO] Video batch 553: 1 detections from postprocess
|
|
[22:16:42 INFO] Video frame video_short01_002567: 1 dets, valid=True
|
|
[22:16:42 INFO] Video batch 554: frame 4432/7500 (59%)
|
|
[22:16:43 INFO] Video batch 555: frame 4440/7500 (59%)
|
|
[22:16:43 INFO] Video batch 556: frame 4448/7500 (59%)
|
|
[22:16:43 INFO] Video batch 557: frame 4456/7500 (59%)
|
|
[22:16:43 INFO] Video batch 558: frame 4464/7500 (59%)
|
|
[22:16:43 INFO] Video batch 559: frame 4472/7500 (59%)
|
|
[22:16:44 INFO] Video batch 560: frame 4480/7500 (59%)
|
|
[22:16:44 INFO] Video batch 561: frame 4488/7500 (59%)
|
|
[22:16:44 INFO] Video batch 562: frame 4496/7500 (59%)
|
|
[22:16:44 INFO] Video batch 563: frame 4504/7500 (60%)
|
|
[22:16:44 INFO] Video batch 564: frame 4512/7500 (60%)
|
|
[22:16:45 INFO] Video batch 565: frame 4520/7500 (60%)
|
|
[22:16:45 INFO] Video batch 566: frame 4528/7500 (60%)
|
|
[22:16:45 INFO] Video batch 567: frame 4536/7500 (60%)
|
|
[22:16:45 INFO] Video batch 568: frame 4544/7500 (60%)
|
|
[22:16:45 INFO] Video batch 568: 1 detections from postprocess
|
|
[22:16:45 INFO] Video frame video_short01_003017: 1 dets, valid=True
|
|
[22:16:45 INFO] Video batch 569: frame 4552/7500 (60%)
|
|
[22:16:46 INFO] Video batch 570: frame 4560/7500 (60%)
|
|
[22:16:46 INFO] Video batch 571: frame 4568/7500 (60%)
|
|
[22:16:46 INFO] Video batch 572: frame 4576/7500 (61%)
|
|
[22:16:46 INFO] Video batch 572: 1 detections from postprocess
|
|
[22:16:46 INFO] Video frame video_short01_003028: 1 dets, valid=True
|
|
[22:16:46 INFO] Video batch 573: frame 4584/7500 (61%)
|
|
[22:16:46 INFO] Video batch 574: frame 4592/7500 (61%)
|
|
[22:16:47 INFO] Video batch 575: frame 4600/7500 (61%)
|
|
[22:16:47 INFO] Video batch 576: frame 4608/7500 (61%)
|
|
[22:16:47 INFO] Video batch 577: frame 4616/7500 (61%)
|
|
[22:16:47 INFO] Video batch 578: frame 4624/7500 (61%)
|
|
[22:16:47 INFO] Video batch 579: frame 4632/7500 (61%)
|
|
[22:16:48 INFO] Video batch 580: frame 4640/7500 (61%)
|
|
[22:16:48 INFO] Video batch 581: frame 4648/7500 (61%)
|
|
[22:16:48 INFO] Video batch 582: frame 4656/7500 (62%)
|
|
[22:16:48 INFO] Video batch 583: frame 4664/7500 (62%)
|
|
[22:16:48 INFO] Video batch 584: frame 4672/7500 (62%)
|
|
[22:16:49 INFO] Video batch 585: frame 4680/7500 (62%)
|
|
[22:16:49 INFO] Video batch 586: frame 4688/7500 (62%)
|
|
[22:16:49 INFO] Video batch 587: frame 4696/7500 (62%)
|
|
[22:16:49 INFO] Video batch 587: 1 detections from postprocess
|
|
[22:16:49 INFO] Video frame video_short01_003077: 1 dets, valid=True
|
|
[22:16:49 INFO] Video batch 588: frame 4704/7500 (62%)
|
|
[22:16:50 INFO] Video batch 589: frame 4712/7500 (62%)
|
|
[22:16:50 INFO] Video batch 590: frame 4720/7500 (62%)
|
|
[22:16:50 INFO] Video batch 591: frame 4728/7500 (63%)
|
|
[22:16:50 INFO] Video batch 592: frame 4736/7500 (63%)
|
|
[22:16:51 INFO] Video batch 593: frame 4744/7500 (63%)
|
|
[22:16:51 INFO] Video batch 594: frame 4752/7500 (63%)
|
|
[22:16:51 INFO] Video batch 594: 1 detections from postprocess
|
|
[22:16:51 INFO] Video frame video_short01_003098: 1 dets, valid=True
|
|
[22:16:51 INFO] Video batch 595: frame 4760/7500 (63%)
|
|
[22:16:51 INFO] Video batch 595: 1 detections from postprocess
|
|
[22:16:51 INFO] Video frame video_short01_003101: 1 dets, valid=True
|
|
[22:16:51 INFO] Video batch 596: frame 4768/7500 (63%)
|
|
[22:16:51 INFO] Video batch 597: frame 4776/7500 (63%)
|
|
[22:16:52 INFO] Video batch 598: frame 4784/7500 (63%)
|
|
[22:16:52 INFO] Video batch 599: frame 4792/7500 (63%)
|
|
[22:16:52 INFO] Video batch 599: 1 detections from postprocess
|
|
[22:16:52 INFO] Video frame video_short01_003116: 1 dets, valid=True
|
|
[22:16:52 INFO] Video batch 600: frame 4800/7500 (64%)
|
|
[22:16:52 INFO] Video batch 600: 4 detections from postprocess
|
|
[22:16:52 INFO] Video frame video_short01_003117: 1 dets, valid=True
|
|
[22:16:52 INFO] Video frame video_short01_003119: 3 dets, valid=True
|
|
[22:16:52 INFO] Video batch 601: frame 4808/7500 (64%)
|
|
[22:16:52 INFO] Video batch 601: 4 detections from postprocess
|
|
[22:16:52 INFO] Video frame video_short01_003121: 2 dets, valid=True
|
|
[22:16:52 INFO] Video frame video_short01_003122: 2 dets, valid=True
|
|
[22:16:53 INFO] Video batch 602: frame 4816/7500 (64%)
|
|
[22:16:53 INFO] Video batch 602: 6 detections from postprocess
|
|
[22:16:53 INFO] Video frame video_short01_003124: 3 dets, valid=True
|
|
[22:16:53 INFO] Video frame video_short01_003125: 3 dets, valid=True
|
|
[22:16:53 INFO] Video batch 603: frame 4824/7500 (64%)
|
|
[22:16:53 INFO] Video batch 603: 4 detections from postprocess
|
|
[22:16:53 INFO] Video frame video_short01_003127: 2 dets, valid=True
|
|
[22:16:53 INFO] Video frame video_short01_003129: 2 dets, valid=True
|
|
[22:16:53 INFO] Video batch 604: frame 4832/7500 (64%)
|
|
[22:16:53 INFO] Video batch 604: 5 detections from postprocess
|
|
[22:16:53 INFO] Video frame video_short01_003130: 2 dets, valid=True
|
|
[22:16:53 INFO] Video frame video_short01_003132: 3 dets, valid=True
|
|
[22:16:53 INFO] Video batch 605: frame 4840/7500 (64%)
|
|
[22:16:53 INFO] Video batch 605: 4 detections from postprocess
|
|
[22:16:53 INFO] Video frame video_short01_003133: 2 dets, valid=True
|
|
[22:16:53 INFO] Video frame video_short01_003135: 2 dets, valid=True
|
|
[22:16:53 INFO] Video batch 606: frame 4848/7500 (64%)
|
|
[22:16:54 INFO] Video batch 606: 4 detections from postprocess
|
|
[22:16:54 INFO] Video frame video_short01_003137: 2 dets, valid=True
|
|
[22:16:54 INFO] Video frame video_short01_003138: 2 dets, valid=True
|
|
[22:16:54 INFO] Video batch 607: frame 4856/7500 (64%)
|
|
[22:16:54 INFO] Video batch 607: 4 detections from postprocess
|
|
[22:16:54 INFO] Video frame video_short01_003140: 2 dets, valid=True
|
|
[22:16:54 INFO] Video frame video_short01_003141: 2 dets, valid=True
|
|
[22:16:54 INFO] Video batch 608: frame 4864/7500 (64%)
|
|
[22:16:54 INFO] Video batch 608: 4 detections from postprocess
|
|
[22:16:54 INFO] Video frame video_short01_003143: 2 dets, valid=True
|
|
[22:16:54 INFO] Video frame video_short01_003145: 2 dets, valid=True
|
|
[22:16:54 INFO] Video batch 609: frame 4872/7500 (64%)
|
|
[22:16:54 INFO] Video batch 609: 3 detections from postprocess
|
|
[22:16:54 INFO] Video frame video_short01_003146: 1 dets, valid=True
|
|
[22:16:54 INFO] Video frame video_short01_003148: 2 dets, valid=True
|
|
[22:16:54 INFO] Video batch 610: frame 4880/7500 (65%)
|
|
[22:16:55 INFO] Video batch 610: 4 detections from postprocess
|
|
[22:16:55 INFO] Video frame video_short01_003150: 2 dets, valid=True
|
|
[22:16:55 INFO] Video frame video_short01_003151: 2 dets, valid=True
|
|
[22:16:55 INFO] Video batch 611: frame 4888/7500 (65%)
|
|
[22:16:55 INFO] Video batch 611: 3 detections from postprocess
|
|
[22:16:55 INFO] Video frame video_short01_003153: 2 dets, valid=True
|
|
[22:16:55 INFO] Video frame video_short01_003154: 1 dets, valid=True
|
|
[22:16:55 INFO] Video batch 612: frame 4896/7500 (65%)
|
|
[22:16:55 INFO] Video batch 612: 2 detections from postprocess
|
|
[22:16:55 INFO] Video frame video_short01_003156: 1 dets, valid=True
|
|
[22:16:55 INFO] Video frame video_short01_003157: 1 dets, valid=True
|
|
[22:16:55 INFO] Video batch 613: frame 4904/7500 (65%)
|
|
[22:16:55 INFO] Video batch 613: 2 detections from postprocess
|
|
[22:16:55 INFO] Video frame video_short01_003159: 1 dets, valid=True
|
|
[22:16:55 INFO] Video frame video_short01_003161: 1 dets, valid=True
|
|
[22:16:55 INFO] Video batch 614: frame 4912/7500 (65%)
|
|
[22:16:55 INFO] Video batch 614: 2 detections from postprocess
|
|
[22:16:55 INFO] Video frame video_short01_003162: 1 dets, valid=True
|
|
[22:16:55 INFO] Video frame video_short01_003164: 1 dets, valid=True
|
|
[22:16:55 INFO] Video batch 615: frame 4920/7500 (65%)
|
|
[22:16:56 INFO] Video batch 615: 2 detections from postprocess
|
|
[22:16:56 INFO] Video frame video_short01_003165: 1 dets, valid=True
|
|
[22:16:56 INFO] Video frame video_short01_003167: 1 dets, valid=True
|
|
[22:16:56 INFO] Video batch 616: frame 4928/7500 (65%)
|
|
[22:16:56 INFO] Video batch 616: 2 detections from postprocess
|
|
[22:16:56 INFO] Video frame video_short01_003169: 1 dets, valid=True
|
|
[22:16:56 INFO] Video frame video_short01_003170: 1 dets, valid=True
|
|
[22:16:56 INFO] Video batch 617: frame 4936/7500 (65%)
|
|
[22:16:56 INFO] Video batch 617: 3 detections from postprocess
|
|
[22:16:56 INFO] Video frame video_short01_003172: 1 dets, valid=True
|
|
[22:16:56 INFO] Video frame video_short01_003173: 2 dets, valid=True
|
|
[22:16:56 INFO] Video batch 618: frame 4944/7500 (65%)
|
|
[22:16:56 INFO] Video batch 618: 4 detections from postprocess
|
|
[22:16:56 INFO] Video frame video_short01_003175: 2 dets, valid=True
|
|
[22:16:56 INFO] Video frame video_short01_003177: 2 dets, valid=True
|
|
[22:16:56 INFO] Video batch 619: frame 4952/7500 (66%)
|
|
[22:16:57 INFO] Video batch 619: 4 detections from postprocess
|
|
[22:16:57 INFO] Video frame video_short01_003178: 2 dets, valid=True
|
|
[22:16:57 INFO] Video frame video_short01_003180: 2 dets, valid=True
|
|
[22:16:57 INFO] Video batch 620: frame 4960/7500 (66%)
|
|
[22:16:57 INFO] Video batch 620: 2 detections from postprocess
|
|
[22:16:57 INFO] Video frame video_short01_003181: 1 dets, valid=True
|
|
[22:16:57 INFO] Video frame video_short01_003183: 1 dets, valid=True
|
|
[22:16:57 INFO] Video batch 621: frame 4968/7500 (66%)
|
|
[22:16:57 INFO] Video batch 621: 3 detections from postprocess
|
|
[22:16:57 INFO] Video frame video_short01_003185: 2 dets, valid=True
|
|
[22:16:57 INFO] Video frame video_short01_003186: 1 dets, valid=True
|
|
[22:16:57 INFO] Video batch 622: frame 4976/7500 (66%)
|
|
[22:16:57 INFO] Video batch 622: 2 detections from postprocess
|
|
[22:16:57 INFO] Video frame video_short01_003188: 1 dets, valid=True
|
|
[22:16:57 INFO] Video frame video_short01_003190: 1 dets, valid=True
|
|
[22:16:57 INFO] Video batch 623: frame 4984/7500 (66%)
|
|
[22:16:57 INFO] Video batch 623: 2 detections from postprocess
|
|
[22:16:57 INFO] Video frame video_short01_003191: 1 dets, valid=True
|
|
[22:16:57 INFO] Video frame video_short01_003193: 1 dets, valid=True
|
|
[22:16:57 INFO] Video batch 624: frame 4992/7500 (66%)
|
|
[22:16:58 INFO] Video batch 624: 2 detections from postprocess
|
|
[22:16:58 INFO] Video frame video_short01_003194: 1 dets, valid=True
|
|
[22:16:58 INFO] Video frame video_short01_003196: 1 dets, valid=True
|
|
[22:16:58 INFO] Video batch 625: frame 5000/7500 (66%)
|
|
[22:16:58 INFO] Video batch 625: 3 detections from postprocess
|
|
[22:16:58 INFO] Video frame video_short01_003197: 1 dets, valid=True
|
|
[22:16:58 INFO] Video frame video_short01_003199: 2 dets, valid=True
|
|
[22:16:58 INFO] Video batch 626: frame 5008/7500 (66%)
|
|
[22:16:58 INFO] Video batch 626: 4 detections from postprocess
|
|
[22:16:58 INFO] Video frame video_short01_003201: 2 dets, valid=True
|
|
[22:16:58 INFO] Video frame video_short01_003202: 2 dets, valid=True
|
|
[22:16:58 INFO] Video batch 627: frame 5016/7500 (66%)
|
|
[22:16:58 INFO] Video batch 628: frame 5024/7500 (66%)
|
|
[22:16:58 INFO] Video batch 628: 1 detections from postprocess
|
|
[22:16:58 INFO] Video frame video_short01_003207: 1 dets, valid=True
|
|
[22:16:59 INFO] Video batch 629: frame 5032/7500 (67%)
|
|
[22:16:59 INFO] Video batch 629: 2 detections from postprocess
|
|
[22:16:59 INFO] Video frame video_short01_003210: 1 dets, valid=True
|
|
[22:16:59 INFO] Video frame video_short01_003212: 1 dets, valid=True
|
|
[22:16:59 INFO] Video batch 630: frame 5040/7500 (67%)
|
|
[22:16:59 INFO] Video batch 630: 2 detections from postprocess
|
|
[22:16:59 INFO] Video frame video_short01_003213: 1 dets, valid=True
|
|
[22:16:59 INFO] Video frame video_short01_003215: 1 dets, valid=True
|
|
[22:16:59 INFO] Video batch 631: frame 5048/7500 (67%)
|
|
[22:16:59 INFO] Video batch 631: 1 detections from postprocess
|
|
[22:16:59 INFO] Video frame video_short01_003218: 1 dets, valid=True
|
|
[22:16:59 INFO] Video batch 632: frame 5056/7500 (67%)
|
|
[22:17:00 INFO] Video batch 632: 1 detections from postprocess
|
|
[22:17:00 INFO] Video frame video_short01_003220: 1 dets, valid=True
|
|
[22:17:00 INFO] Video batch 633: frame 5064/7500 (67%)
|
|
[22:17:00 INFO] Video batch 634: frame 5072/7500 (67%)
|
|
[22:17:00 INFO] Video batch 634: 2 detections from postprocess
|
|
[22:17:00 INFO] Video frame video_short01_003226: 1 dets, valid=True
|
|
[22:17:00 INFO] Video frame video_short01_003228: 1 dets, valid=True
|
|
[22:17:00 INFO] Video batch 635: frame 5080/7500 (67%)
|
|
[22:17:00 INFO] Video batch 635: 1 detections from postprocess
|
|
[22:17:00 INFO] Video frame video_short01_003230: 1 dets, valid=True
|
|
[22:17:00 INFO] Video batch 636: frame 5088/7500 (67%)
|
|
[22:17:00 INFO] Video batch 636: 2 detections from postprocess
|
|
[22:17:00 INFO] Video frame video_short01_003233: 1 dets, valid=True
|
|
[22:17:00 INFO] Video frame video_short01_003234: 1 dets, valid=True
|
|
[22:17:00 INFO] Video batch 637: frame 5096/7500 (67%)
|
|
[22:17:01 INFO] Video batch 637: 2 detections from postprocess
|
|
[22:17:01 INFO] Video frame video_short01_003236: 1 dets, valid=True
|
|
[22:17:01 INFO] Video frame video_short01_003237: 1 dets, valid=True
|
|
[22:17:01 INFO] Video batch 638: frame 5104/7500 (68%)
|
|
[22:17:01 INFO] Video batch 638: 1 detections from postprocess
|
|
[22:17:01 INFO] Video frame video_short01_003239: 1 dets, valid=True
|
|
[22:17:01 INFO] Video batch 639: frame 5112/7500 (68%)
|
|
[22:17:01 INFO] Video batch 640: frame 5120/7500 (68%)
|
|
[22:17:01 INFO] Video batch 641: frame 5128/7500 (68%)
|
|
[22:17:02 INFO] Video batch 642: frame 5136/7500 (68%)
|
|
[22:17:02 INFO] Video batch 643: frame 5144/7500 (68%)
|
|
[22:17:02 INFO] Video batch 644: frame 5152/7500 (68%)
|
|
[22:17:02 INFO] Video batch 645: frame 5160/7500 (68%)
|
|
[22:17:02 INFO] Video batch 646: frame 5168/7500 (68%)
|
|
[22:17:03 INFO] Video batch 647: frame 5176/7500 (69%)
|
|
[22:17:03 INFO] Video batch 648: frame 5184/7500 (69%)
|
|
[22:17:03 INFO] Video batch 648: 1 detections from postprocess
|
|
[22:17:03 INFO] Video frame video_short01_003273: 1 dets, valid=True
|
|
[22:17:03 INFO] Video batch 649: frame 5192/7500 (69%)
|
|
[22:17:03 INFO] Video batch 650: frame 5200/7500 (69%)
|
|
[22:17:03 INFO] Video batch 651: frame 5208/7500 (69%)
|
|
[22:17:04 INFO] Video batch 652: frame 5216/7500 (69%)
|
|
[22:17:04 INFO] Video batch 653: frame 5224/7500 (69%)
|
|
[22:17:04 INFO] Video batch 654: frame 5232/7500 (69%)
|
|
[22:17:04 INFO] Video batch 655: frame 5240/7500 (69%)
|
|
[22:17:04 INFO] Video batch 656: frame 5248/7500 (69%)
|
|
[22:17:05 INFO] Video batch 657: frame 5256/7500 (70%)
|
|
[22:17:05 INFO] Video batch 658: frame 5264/7500 (70%)
|
|
[22:17:05 INFO] Video batch 659: frame 5272/7500 (70%)
|
|
[22:17:05 INFO] Video batch 660: frame 5280/7500 (70%)
|
|
[22:17:05 INFO] Video batch 661: frame 5288/7500 (70%)
|
|
[22:17:06 INFO] Video batch 662: frame 5296/7500 (70%)
|
|
[22:17:06 INFO] Video batch 663: frame 5304/7500 (70%)
|
|
[22:17:06 INFO] Video batch 664: frame 5312/7500 (70%)
|
|
[22:17:06 INFO] Video batch 665: frame 5320/7500 (70%)
|
|
[22:17:06 INFO] Video batch 666: frame 5328/7500 (71%)
|
|
[22:17:07 INFO] Video batch 667: frame 5336/7500 (71%)
|
|
[22:17:07 INFO] Video batch 668: frame 5344/7500 (71%)
|
|
[22:17:07 INFO] Video batch 669: frame 5352/7500 (71%)
|
|
[22:17:07 INFO] Video batch 669: 1 detections from postprocess
|
|
[22:17:07 INFO] Video frame video_short01_003340: 1 dets, valid=True
|
|
[22:17:07 INFO] Video batch 670: frame 5360/7500 (71%)
|
|
[22:17:07 INFO] Video batch 670: 2 detections from postprocess
|
|
[22:17:07 INFO] Video frame video_short01_003341: 1 dets, valid=True
|
|
[22:17:07 INFO] Video frame video_short01_003343: 1 dets, valid=True
|
|
[22:17:07 INFO] Video batch 671: frame 5368/7500 (71%)
|
|
[22:17:08 INFO] Video batch 671: 1 detections from postprocess
|
|
[22:17:08 INFO] Video frame video_short01_003345: 1 dets, valid=True
|
|
[22:17:08 INFO] Video batch 672: frame 5376/7500 (71%)
|
|
[22:17:08 INFO] Video batch 673: frame 5384/7500 (71%)
|
|
[22:17:08 INFO] Video batch 674: frame 5392/7500 (71%)
|
|
[22:17:08 INFO] Video batch 675: frame 5400/7500 (72%)
|
|
[22:17:09 INFO] Video batch 676: frame 5408/7500 (72%)
|
|
[22:17:09 INFO] Video batch 677: frame 5416/7500 (72%)
|
|
[22:17:09 INFO] Video batch 678: frame 5424/7500 (72%)
|
|
[22:17:09 INFO] Video batch 679: frame 5432/7500 (72%)
|
|
[22:17:09 INFO] Video batch 680: frame 5440/7500 (72%)
|
|
[22:17:10 INFO] Video batch 681: frame 5448/7500 (72%)
|
|
[22:17:10 INFO] Video batch 682: frame 5456/7500 (72%)
|
|
[22:17:10 INFO] Video batch 683: frame 5464/7500 (72%)
|
|
[22:17:10 INFO] Video batch 684: frame 5472/7500 (72%)
|
|
[22:17:10 INFO] Video batch 685: frame 5480/7500 (73%)
|
|
[22:17:11 INFO] Video batch 686: frame 5488/7500 (73%)
|
|
[22:17:11 INFO] Video batch 687: frame 5496/7500 (73%)
|
|
[22:17:11 INFO] Video batch 687: 2 detections from postprocess
|
|
[22:17:11 INFO] Video frame video_short01_003396: 1 dets, valid=True
|
|
[22:17:11 INFO] Video frame video_short01_003397: 1 dets, valid=True
|
|
[22:17:11 INFO] Video batch 688: frame 5504/7500 (73%)
|
|
[22:17:11 INFO] Video batch 689: frame 5512/7500 (73%)
|
|
[22:17:11 INFO] Video batch 690: frame 5520/7500 (73%)
|
|
[22:17:12 INFO] Video batch 691: frame 5528/7500 (73%)
|
|
[22:17:12 INFO] Video batch 692: frame 5536/7500 (73%)
|
|
[22:17:12 INFO] Video batch 693: frame 5544/7500 (73%)
|
|
[22:17:12 INFO] Video batch 694: frame 5552/7500 (74%)
|
|
[22:17:12 INFO] Video batch 694: 1 detections from postprocess
|
|
[22:17:12 INFO] Video frame video_short01_003418: 1 dets, valid=True
|
|
[22:17:12 INFO] Video batch 695: frame 5560/7500 (74%)
|
|
[22:17:13 INFO] Video batch 695: 1 detections from postprocess
|
|
[22:17:13 INFO] Video frame video_short01_003421: 1 dets, valid=True
|
|
[22:17:13 INFO] Video batch 696: frame 5568/7500 (74%)
|
|
[22:17:13 INFO] Video batch 696: 1 detections from postprocess
|
|
[22:17:13 INFO] Video frame video_short01_003425: 1 dets, valid=True
|
|
[22:17:13 INFO] Video batch 697: frame 5576/7500 (74%)
|
|
[22:17:13 INFO] Video batch 698: frame 5584/7500 (74%)
|
|
[22:17:13 INFO] Video batch 699: frame 5592/7500 (74%)
|
|
[22:17:13 INFO] Video batch 700: frame 5600/7500 (74%)
|
|
[22:17:14 INFO] Video batch 701: frame 5608/7500 (74%)
|
|
[22:17:14 INFO] Video batch 702: frame 5616/7500 (74%)
|
|
[22:17:14 INFO] Video batch 703: frame 5624/7500 (74%)
|
|
[22:17:15 INFO] Video batch 704: frame 5632/7500 (75%)
|
|
[22:17:15 INFO] Video batch 705: frame 5640/7500 (75%)
|
|
[22:17:15 INFO] Video batch 706: frame 5648/7500 (75%)
|
|
[22:17:15 INFO] Video batch 707: frame 5656/7500 (75%)
|
|
[22:17:15 INFO] Video batch 708: frame 5664/7500 (75%)
|
|
[22:17:16 INFO] Video batch 709: frame 5672/7500 (75%)
|
|
[22:17:16 INFO] Video batch 710: frame 5680/7500 (75%)
|
|
[22:17:16 INFO] Video batch 711: frame 5688/7500 (75%)
|
|
[22:17:16 INFO] Video batch 712: frame 5696/7500 (75%)
|
|
[22:17:17 INFO] Video batch 713: frame 5704/7500 (76%)
|
|
[22:17:17 INFO] Video batch 714: frame 5712/7500 (76%)
|
|
[22:17:17 INFO] Video batch 715: frame 5720/7500 (76%)
|
|
[22:17:17 INFO] Video batch 716: frame 5728/7500 (76%)
|
|
[22:17:17 INFO] Video batch 717: frame 5736/7500 (76%)
|
|
[22:17:18 INFO] Video batch 718: frame 5744/7500 (76%)
|
|
[22:17:18 INFO] Video batch 719: frame 5752/7500 (76%)
|
|
[22:17:18 INFO] Video batch 720: frame 5760/7500 (76%)
|
|
[22:17:18 INFO] Video batch 721: frame 5768/7500 (76%)
|
|
[22:17:18 INFO] Video batch 722: frame 5776/7500 (77%)
|
|
[22:17:19 INFO] Video batch 723: frame 5784/7500 (77%)
|
|
[22:17:19 INFO] Video batch 724: frame 5792/7500 (77%)
|
|
[22:17:19 INFO] Video batch 725: frame 5800/7500 (77%)
|
|
[22:17:19 INFO] Video batch 726: frame 5808/7500 (77%)
|
|
[22:17:19 INFO] Video batch 727: frame 5816/7500 (77%)
|
|
[22:17:20 INFO] Video batch 728: frame 5824/7500 (77%)
|
|
[22:17:20 INFO] Video batch 729: frame 5832/7500 (77%)
|
|
[22:17:20 INFO] Video batch 729: 1 detections from postprocess
|
|
[22:17:20 INFO] Video frame video_short01_003532: 1 dets, valid=True
|
|
[22:17:20 INFO] Video batch 730: frame 5840/7500 (77%)
|
|
[22:17:20 INFO] Video batch 730: 1 detections from postprocess
|
|
[22:17:20 INFO] Video frame video_short01_003533: 1 dets, valid=True
|
|
[22:17:20 INFO] Video batch 731: frame 5848/7500 (77%)
|
|
[22:17:21 INFO] Video batch 732: frame 5856/7500 (78%)
|
|
[22:17:21 INFO] Video batch 733: frame 5864/7500 (78%)
|
|
[22:17:21 INFO] Video batch 734: frame 5872/7500 (78%)
|
|
[22:17:21 INFO] Video batch 735: frame 5880/7500 (78%)
|
|
[22:17:21 INFO] Video batch 736: frame 5888/7500 (78%)
|
|
[22:17:22 INFO] Video batch 737: frame 5896/7500 (78%)
|
|
[22:17:22 INFO] Video batch 738: frame 5904/7500 (78%)
|
|
[22:17:22 INFO] Video batch 739: frame 5912/7500 (78%)
|
|
[22:17:22 INFO] Video batch 740: frame 5920/7500 (78%)
|
|
[22:17:22 INFO] Video batch 741: frame 5928/7500 (79%)
|
|
[22:17:23 INFO] Video batch 742: frame 5936/7500 (79%)
|
|
[22:17:23 INFO] Video batch 743: frame 5944/7500 (79%)
|
|
[22:17:23 INFO] Video batch 744: frame 5952/7500 (79%)
|
|
[22:17:23 INFO] Video batch 745: frame 5960/7500 (79%)
|
|
[22:17:24 INFO] Video batch 746: frame 5968/7500 (79%)
|
|
[22:17:24 INFO] Video batch 747: frame 5976/7500 (79%)
|
|
[22:17:24 INFO] Video batch 748: frame 5984/7500 (79%)
|
|
[22:17:24 INFO] Video batch 749: frame 5992/7500 (79%)
|
|
[22:17:24 INFO] Video batch 750: frame 6000/7500 (80%)
|
|
[22:17:25 INFO] Video batch 751: frame 6008/7500 (80%)
|
|
[22:17:25 INFO] Video batch 752: frame 6016/7500 (80%)
|
|
[22:17:25 INFO] Video batch 753: frame 6024/7500 (80%)
|
|
[22:17:25 INFO] Video batch 754: frame 6032/7500 (80%)
|
|
[22:17:26 INFO] Video batch 755: frame 6040/7500 (80%)
|
|
[22:17:26 INFO] Video batch 755: 1 detections from postprocess
|
|
[22:17:26 INFO] Video frame video_short01_004015: 1 dets, valid=True
|
|
[22:17:26 INFO] Video batch 756: frame 6048/7500 (80%)
|
|
[22:17:26 INFO] Video batch 756: 2 detections from postprocess
|
|
[22:17:26 INFO] Video frame video_short01_004017: 1 dets, valid=True
|
|
[22:17:26 INFO] Video frame video_short01_004018: 1 dets, valid=True
|
|
[22:17:26 INFO] Video batch 757: frame 6056/7500 (80%)
|
|
[22:17:26 INFO] Video batch 757: 1 detections from postprocess
|
|
[22:17:26 INFO] Video frame video_short01_004021: 1 dets, valid=True
|
|
[22:17:26 INFO] Video batch 758: frame 6064/7500 (80%)
|
|
[22:17:26 INFO] Video batch 759: frame 6072/7500 (80%)
|
|
[22:17:27 INFO] Video batch 759: 5 detections from postprocess
|
|
[22:17:27 INFO] Video frame video_short01_004026: 1 dets, valid=True
|
|
[22:17:27 INFO] Video frame video_short01_004028: 4 dets, valid=True
|
|
[22:17:27 INFO] Video batch 760: frame 6080/7500 (81%)
|
|
[22:17:27 INFO] Video batch 760: 8 detections from postprocess
|
|
[22:17:27 INFO] Video frame video_short01_004030: 4 dets, valid=True
|
|
[22:17:27 INFO] Video frame video_short01_004031: 4 dets, valid=True
|
|
[22:17:27 INFO] Video batch 761: frame 6088/7500 (81%)
|
|
[22:17:27 INFO] Video batch 761: 7 detections from postprocess
|
|
[22:17:27 INFO] Video frame video_short01_004033: 4 dets, valid=True
|
|
[22:17:27 INFO] Video frame video_short01_004034: 3 dets, valid=True
|
|
[22:17:27 INFO] Video batch 762: frame 6096/7500 (81%)
|
|
[22:17:27 INFO] Video batch 762: 6 detections from postprocess
|
|
[22:17:27 INFO] Video frame video_short01_004036: 3 dets, valid=True
|
|
[22:17:27 INFO] Video frame video_short01_004037: 3 dets, valid=True
|
|
[22:17:27 INFO] Video batch 763: frame 6104/7500 (81%)
|
|
[22:17:28 INFO] Video batch 763: 8 detections from postprocess
|
|
[22:17:28 INFO] Video frame video_short01_004039: 4 dets, valid=True
|
|
[22:17:28 INFO] Video frame video_short01_004041: 4 dets, valid=True
|
|
[22:17:28 INFO] Video batch 764: frame 6112/7500 (81%)
|
|
[22:17:28 INFO] Video batch 764: 8 detections from postprocess
|
|
[22:17:28 INFO] Video frame video_short01_004042: 4 dets, valid=True
|
|
[22:17:28 INFO] Video frame video_short01_004044: 4 dets, valid=True
|
|
[22:17:28 INFO] Video batch 765: frame 6120/7500 (81%)
|
|
[22:17:28 INFO] Video batch 765: 8 detections from postprocess
|
|
[22:17:28 INFO] Video frame video_short01_004045: 4 dets, valid=True
|
|
[22:17:28 INFO] Video frame video_short01_004047: 4 dets, valid=True
|
|
[22:17:28 INFO] Video batch 766: frame 6128/7500 (81%)
|
|
[22:17:28 INFO] Video batch 766: 6 detections from postprocess
|
|
[22:17:28 INFO] Video frame video_short01_004049: 3 dets, valid=True
|
|
[22:17:28 INFO] Video frame video_short01_004050: 3 dets, valid=True
|
|
[22:17:28 INFO] Video batch 767: frame 6136/7500 (81%)
|
|
[22:17:28 INFO] Video batch 767: 6 detections from postprocess
|
|
[22:17:28 INFO] Video frame video_short01_004052: 3 dets, valid=True
|
|
[22:17:28 INFO] Video frame video_short01_004053: 3 dets, valid=True
|
|
[22:17:28 INFO] Video batch 768: frame 6144/7500 (81%)
|
|
[22:17:29 INFO] Video batch 768: 5 detections from postprocess
|
|
[22:17:29 INFO] Video frame video_short01_004055: 3 dets, valid=True
|
|
[22:17:29 INFO] Video frame video_short01_004057: 2 dets, valid=True
|
|
[22:17:29 INFO] Video batch 769: frame 6152/7500 (82%)
|
|
[22:17:29 INFO] Video batch 769: 4 detections from postprocess
|
|
[22:17:29 INFO] Video frame video_short01_004058: 3 dets, valid=True
|
|
[22:17:29 INFO] Video frame video_short01_004060: 1 dets, valid=True
|
|
[22:17:29 INFO] Video batch 770: frame 6160/7500 (82%)
|
|
[22:17:29 INFO] Video batch 771: frame 6168/7500 (82%)
|
|
[22:17:29 INFO] Video batch 772: frame 6176/7500 (82%)
|
|
[22:17:29 INFO] Video batch 773: frame 6184/7500 (82%)
|
|
[22:17:30 INFO] Video batch 774: frame 6192/7500 (82%)
|
|
[22:17:30 INFO] Video batch 775: frame 6200/7500 (82%)
|
|
[22:17:30 INFO] Video batch 776: frame 6208/7500 (82%)
|
|
[22:17:30 INFO] Video batch 777: frame 6216/7500 (82%)
|
|
[22:17:30 INFO] Video batch 778: frame 6224/7500 (82%)
|
|
[22:17:31 INFO] Video batch 779: frame 6232/7500 (83%)
|
|
[22:17:31 INFO] Video batch 780: frame 6240/7500 (83%)
|
|
[22:17:31 INFO] Video batch 781: frame 6248/7500 (83%)
|
|
[22:17:31 INFO] Video batch 782: frame 6256/7500 (83%)
|
|
[22:17:32 INFO] Video batch 783: frame 6264/7500 (83%)
|
|
[22:17:32 INFO] Video batch 784: frame 6272/7500 (83%)
|
|
[22:17:32 INFO] Video batch 785: frame 6280/7500 (83%)
|
|
[22:17:32 INFO] Video batch 786: frame 6288/7500 (83%)
|
|
[22:17:32 INFO] Video batch 787: frame 6296/7500 (83%)
|
|
[22:17:33 INFO] Video batch 788: frame 6304/7500 (84%)
|
|
[22:17:33 INFO] Video batch 789: frame 6312/7500 (84%)
|
|
[22:17:33 INFO] Video batch 789: 1 detections from postprocess
|
|
[22:17:33 INFO] Video frame video_short01_004122: 1 dets, valid=True
|
|
[22:17:33 INFO] Video batch 790: frame 6320/7500 (84%)
|
|
[22:17:33 INFO] Video batch 791: frame 6328/7500 (84%)
|
|
[22:17:33 INFO] Video batch 792: frame 6336/7500 (84%)
|
|
[22:17:34 INFO] Video batch 793: frame 6344/7500 (84%)
|
|
[22:17:34 INFO] Video batch 794: frame 6352/7500 (84%)
|
|
[22:17:34 INFO] Video batch 795: frame 6360/7500 (84%)
|
|
[22:17:34 INFO] Video batch 796: frame 6368/7500 (84%)
|
|
[22:17:34 INFO] Video batch 796: 1 detections from postprocess
|
|
[22:17:34 INFO] Video frame video_short01_004146: 1 dets, valid=True
|
|
[22:17:34 INFO] Video batch 797: frame 6376/7500 (85%)
|
|
[22:17:35 INFO] Video batch 798: frame 6384/7500 (85%)
|
|
[22:17:35 INFO] Video batch 799: frame 6392/7500 (85%)
|
|
[22:17:35 INFO] Video batch 800: frame 6400/7500 (85%)
|
|
[22:17:35 INFO] Video batch 801: frame 6408/7500 (85%)
|
|
[22:17:36 INFO] Video batch 802: frame 6416/7500 (85%)
|
|
[22:17:36 INFO] Video batch 803: frame 6424/7500 (85%)
|
|
[22:17:36 INFO] Video batch 804: frame 6432/7500 (85%)
|
|
[22:17:36 INFO] Video batch 805: frame 6440/7500 (85%)
|
|
[22:17:36 INFO] Video batch 806: frame 6448/7500 (85%)
|
|
[22:17:37 INFO] Video batch 807: frame 6456/7500 (86%)
|
|
[22:17:37 INFO] Video batch 808: frame 6464/7500 (86%)
|
|
[22:17:37 INFO] Video batch 809: frame 6472/7500 (86%)
|
|
[22:17:37 INFO] Video batch 810: frame 6480/7500 (86%)
|
|
[22:17:38 INFO] Video batch 811: frame 6488/7500 (86%)
|
|
[22:17:38 INFO] Video batch 812: frame 6496/7500 (86%)
|
|
[22:17:38 INFO] Video batch 813: frame 6504/7500 (86%)
|
|
[22:17:38 INFO] Video batch 814: frame 6512/7500 (86%)
|
|
[22:17:38 INFO] Video batch 815: frame 6520/7500 (86%)
|
|
[22:17:39 INFO] Video batch 816: frame 6528/7500 (87%)
|
|
[22:17:39 INFO] Video batch 817: frame 6536/7500 (87%)
|
|
[22:17:39 INFO] Video batch 818: frame 6544/7500 (87%)
|
|
[22:17:39 INFO] Video batch 819: frame 6552/7500 (87%)
|
|
[22:17:39 INFO] Video batch 820: frame 6560/7500 (87%)
|
|
[22:17:39 INFO] Video batch 821: frame 6568/7500 (87%)
|
|
[22:17:40 INFO] Video batch 822: frame 6576/7500 (87%)
|
|
[22:17:40 INFO] Video batch 823: frame 6584/7500 (87%)
|
|
[22:17:40 INFO] Video batch 824: frame 6592/7500 (87%)
|
|
[22:17:40 INFO] Video batch 825: frame 6600/7500 (88%)
|
|
[22:17:40 INFO] Video batch 826: frame 6608/7500 (88%)
|
|
[22:17:41 INFO] Video batch 827: frame 6616/7500 (88%)
|
|
[22:17:41 INFO] Video batch 828: frame 6624/7500 (88%)
|
|
[22:17:41 INFO] Video batch 829: frame 6632/7500 (88%)
|
|
[22:17:41 INFO] Video batch 830: frame 6640/7500 (88%)
|
|
[22:17:41 INFO] Video batch 831: frame 6648/7500 (88%)
|
|
[22:17:42 INFO] Video batch 832: frame 6656/7500 (88%)
|
|
[22:17:42 INFO] Video batch 833: frame 6664/7500 (88%)
|
|
[22:17:42 INFO] Video batch 834: frame 6672/7500 (88%)
|
|
[22:17:42 INFO] Video batch 835: frame 6680/7500 (89%)
|
|
[22:17:43 INFO] Video batch 836: frame 6688/7500 (89%)
|
|
[22:17:43 INFO] Video batch 837: frame 6696/7500 (89%)
|
|
[22:17:43 INFO] Video batch 838: frame 6704/7500 (89%)
|
|
[22:17:43 INFO] Video batch 839: frame 6712/7500 (89%)
|
|
[22:17:43 INFO] Video batch 840: frame 6720/7500 (89%)
|
|
[22:17:44 INFO] Video batch 841: frame 6728/7500 (89%)
|
|
[22:17:44 INFO] Video batch 842: frame 6736/7500 (89%)
|
|
[22:17:44 INFO] Video batch 843: frame 6744/7500 (89%)
|
|
[22:17:44 INFO] Video batch 844: frame 6752/7500 (90%)
|
|
[22:17:44 INFO] Video batch 845: frame 6760/7500 (90%)
|
|
[22:17:45 INFO] Video batch 846: frame 6768/7500 (90%)
|
|
[22:17:45 INFO] Video batch 847: frame 6776/7500 (90%)
|
|
[22:17:45 INFO] Video batch 848: frame 6784/7500 (90%)
|
|
[22:17:45 INFO] Video batch 849: frame 6792/7500 (90%)
|
|
[22:17:45 INFO] Video batch 850: frame 6800/7500 (90%)
|
|
[22:17:46 INFO] Video batch 851: frame 6808/7500 (90%)
|
|
[22:17:46 INFO] Video batch 851: 1 detections from postprocess
|
|
[22:17:46 INFO] Video frame video_short01_004321: 1 dets, valid=True
|
|
[22:17:46 INFO] Video batch 852: frame 6816/7500 (90%)
|
|
[22:17:46 INFO] Video batch 853: frame 6824/7500 (90%)
|
|
[22:17:46 INFO] Video batch 854: frame 6832/7500 (91%)
|
|
[22:17:46 INFO] Video batch 855: frame 6840/7500 (91%)
|
|
[22:17:47 INFO] Video batch 856: frame 6848/7500 (91%)
|
|
[22:17:47 INFO] Video batch 857: frame 6856/7500 (91%)
|
|
[22:17:47 INFO] Video batch 858: frame 6864/7500 (91%)
|
|
[22:17:47 INFO] Video batch 859: frame 6872/7500 (91%)
|
|
[22:17:47 INFO] Video batch 860: frame 6880/7500 (91%)
|
|
[22:17:48 INFO] Video batch 861: frame 6888/7500 (91%)
|
|
[22:17:48 INFO] Video batch 862: frame 6896/7500 (91%)
|
|
[22:17:48 INFO] Video batch 863: frame 6904/7500 (92%)
|
|
[22:17:48 INFO] Video batch 864: frame 6912/7500 (92%)
|
|
[22:17:48 INFO] Video batch 865: frame 6920/7500 (92%)
|
|
[22:17:49 INFO] Video batch 866: frame 6928/7500 (92%)
|
|
[22:17:49 INFO] Video batch 867: frame 6936/7500 (92%)
|
|
[22:17:49 INFO] Video batch 868: frame 6944/7500 (92%)
|
|
[22:17:49 INFO] Video batch 869: frame 6952/7500 (92%)
|
|
[22:17:49 INFO] Video batch 870: frame 6960/7500 (92%)
|
|
[22:17:50 INFO] Video batch 871: frame 6968/7500 (92%)
|
|
[22:17:50 INFO] Video batch 872: frame 6976/7500 (93%)
|
|
[22:17:50 INFO] Video batch 873: frame 6984/7500 (93%)
|
|
[22:17:50 INFO] Video batch 874: frame 6992/7500 (93%)
|
|
[22:17:50 INFO] Video batch 875: frame 7000/7500 (93%)
|
|
[22:17:51 INFO] Video batch 876: frame 7008/7500 (93%)
|
|
[22:17:51 INFO] Video batch 877: frame 7016/7500 (93%)
|
|
[22:17:51 INFO] Video batch 878: frame 7024/7500 (93%)
|
|
[22:17:51 INFO] Video batch 879: frame 7032/7500 (93%)
|
|
[22:17:51 INFO] Video batch 880: frame 7040/7500 (93%)
|
|
[22:17:52 INFO] Video batch 881: frame 7048/7500 (93%)
|
|
[22:17:52 INFO] Video batch 882: frame 7056/7500 (94%)
|
|
[22:17:52 INFO] Video batch 883: frame 7064/7500 (94%)
|
|
[22:17:52 INFO] Video batch 883: 2 detections from postprocess
|
|
[22:17:52 INFO] Video frame video_short01_004423: 1 dets, valid=True
|
|
[22:17:52 INFO] Video frame video_short01_004425: 1 dets, valid=True
|
|
[22:17:52 INFO] Video batch 884: frame 7072/7500 (94%)
|
|
[22:17:52 INFO] Video batch 884: 1 detections from postprocess
|
|
[22:17:52 INFO] Video frame video_short01_004428: 1 dets, valid=True
|
|
[22:17:52 INFO] Video batch 885: frame 7080/7500 (94%)
|
|
[22:17:53 INFO] Video batch 885: 1 detections from postprocess
|
|
[22:17:53 INFO] Video frame video_short01_004431: 1 dets, valid=True
|
|
[22:17:53 INFO] Video batch 886: frame 7088/7500 (94%)
|
|
[22:17:53 INFO] Video batch 886: 2 detections from postprocess
|
|
[22:17:53 INFO] Video frame video_short01_004433: 1 dets, valid=True
|
|
[22:17:53 INFO] Video frame video_short01_004434: 1 dets, valid=True
|
|
[22:17:53 INFO] Video batch 887: frame 7096/7500 (94%)
|
|
[22:17:53 INFO] Video batch 887: 1 detections from postprocess
|
|
[22:17:53 INFO] Video frame video_short01_004436: 1 dets, valid=True
|
|
[22:17:53 INFO] Video batch 888: frame 7104/7500 (94%)
|
|
[22:17:53 INFO] Video batch 888: 2 detections from postprocess
|
|
[22:17:53 INFO] Video frame video_short01_004439: 1 dets, valid=True
|
|
[22:17:53 INFO] Video frame video_short01_004441: 1 dets, valid=True
|
|
[22:17:53 INFO] Video batch 889: frame 7112/7500 (94%)
|
|
[22:17:54 INFO] Video batch 889: 2 detections from postprocess
|
|
[22:17:54 INFO] Video frame video_short01_004442: 1 dets, valid=True
|
|
[22:17:54 INFO] Video frame video_short01_004444: 1 dets, valid=True
|
|
[22:17:54 INFO] Video batch 890: frame 7120/7500 (94%)
|
|
[22:17:54 INFO] Video batch 891: frame 7128/7500 (95%)
|
|
[22:17:54 INFO] Video batch 892: frame 7136/7500 (95%)
|
|
[22:17:54 INFO] Video batch 893: frame 7144/7500 (95%)
|
|
[22:17:54 INFO] Video batch 894: frame 7152/7500 (95%)
|
|
[22:17:55 INFO] Video batch 895: frame 7160/7500 (95%)
|
|
[22:17:55 INFO] Video batch 896: frame 7168/7500 (95%)
|
|
[22:17:55 INFO] Video batch 897: frame 7176/7500 (95%)
|
|
[22:17:55 INFO] Video batch 898: frame 7184/7500 (95%)
|
|
[22:17:55 INFO] Video batch 898: 2 detections from postprocess
|
|
[22:17:55 INFO] Video frame video_short01_004471: 1 dets, valid=True
|
|
[22:17:55 INFO] Video frame video_short01_004473: 1 dets, valid=True
|
|
[22:17:55 INFO] Video batch 899: frame 7192/7500 (95%)
|
|
[22:17:56 INFO] Video batch 899: 2 detections from postprocess
|
|
[22:17:56 INFO] Video frame video_short01_004474: 1 dets, valid=True
|
|
[22:17:56 INFO] Video frame video_short01_004476: 1 dets, valid=True
|
|
[22:17:56 INFO] Video batch 900: frame 7200/7500 (96%)
|
|
[22:17:56 INFO] Video batch 900: 2 detections from postprocess
|
|
[22:17:56 INFO] Video frame video_short01_004477: 1 dets, valid=True
|
|
[22:17:56 INFO] Video frame video_short01_004479: 1 dets, valid=True
|
|
[22:17:56 INFO] Video batch 901: frame 7208/7500 (96%)
|
|
[22:17:56 INFO] Video batch 901: 2 detections from postprocess
|
|
[22:17:56 INFO] Video frame video_short01_004481: 1 dets, valid=True
|
|
[22:17:56 INFO] Video frame video_short01_004482: 1 dets, valid=True
|
|
[22:17:56 INFO] Video batch 902: frame 7216/7500 (96%)
|
|
[22:17:56 INFO] Video batch 902: 2 detections from postprocess
|
|
[22:17:56 INFO] Video frame video_short01_004484: 1 dets, valid=True
|
|
[22:17:56 INFO] Video frame video_short01_004485: 1 dets, valid=True
|
|
[22:17:56 INFO] Video batch 903: frame 7224/7500 (96%)
|
|
[22:17:56 INFO] Video batch 903: 2 detections from postprocess
|
|
[22:17:56 INFO] Video frame video_short01_004487: 1 dets, valid=True
|
|
[22:17:56 INFO] Video frame video_short01_004489: 1 dets, valid=True
|
|
[22:17:57 INFO] Video batch 904: frame 7232/7500 (96%)
|
|
[22:17:57 INFO] Video batch 904: 1 detections from postprocess
|
|
[22:17:57 INFO] Video frame video_short01_004490: 1 dets, valid=True
|
|
[22:17:57 INFO] Video batch 905: frame 7240/7500 (96%)
|
|
[22:17:57 INFO] Video batch 906: frame 7248/7500 (96%)
|
|
[22:17:57 INFO] Video batch 907: frame 7256/7500 (96%)
|
|
[22:17:57 INFO] Video batch 907: 1 detections from postprocess
|
|
[22:17:57 INFO] Video frame video_short01_004500: 1 dets, valid=True
|
|
[22:17:57 INFO] Video batch 908: frame 7264/7500 (96%)
|
|
[22:17:58 INFO] Video batch 908: 2 detections from postprocess
|
|
[22:17:58 INFO] Video frame video_short01_004503: 1 dets, valid=True
|
|
[22:17:58 INFO] Video frame video_short01_004505: 1 dets, valid=True
|
|
[22:17:58 INFO] Video batch 909: frame 7272/7500 (96%)
|
|
[22:17:58 INFO] Video batch 909: 2 detections from postprocess
|
|
[22:17:58 INFO] Video frame video_short01_004506: 1 dets, valid=True
|
|
[22:17:58 INFO] Video frame video_short01_004508: 1 dets, valid=True
|
|
[22:17:58 INFO] Video batch 910: frame 7280/7500 (97%)
|
|
[22:17:58 INFO] Video batch 910: 2 detections from postprocess
|
|
[22:17:58 INFO] Video frame video_short01_004510: 1 dets, valid=True
|
|
[22:17:58 INFO] Video frame video_short01_004511: 1 dets, valid=True
|
|
[22:17:58 INFO] Video batch 911: frame 7288/7500 (97%)
|
|
[22:17:58 INFO] Video batch 911: 2 detections from postprocess
|
|
[22:17:58 INFO] Video frame video_short01_004513: 1 dets, valid=True
|
|
[22:17:58 INFO] Video frame video_short01_004514: 1 dets, valid=True
|
|
[22:17:58 INFO] Video batch 912: frame 7296/7500 (97%)
|
|
[22:17:58 INFO] Video batch 912: 2 detections from postprocess
|
|
[22:17:58 INFO] Video frame video_short01_004516: 1 dets, valid=True
|
|
[22:17:58 INFO] Video frame video_short01_004517: 1 dets, valid=True
|
|
[22:17:58 INFO] Video batch 913: frame 7304/7500 (97%)
|
|
[22:17:59 INFO] Video batch 913: 2 detections from postprocess
|
|
[22:17:59 INFO] Video frame video_short01_004519: 1 dets, valid=True
|
|
[22:17:59 INFO] Video frame video_short01_004521: 1 dets, valid=True
|
|
[22:17:59 INFO] Video batch 914: frame 7312/7500 (97%)
|
|
[22:17:59 INFO] Video batch 914: 1 detections from postprocess
|
|
[22:17:59 INFO] Video frame video_short01_004522: 1 dets, valid=True
|
|
[22:17:59 INFO] Video batch 915: frame 7320/7500 (97%)
|
|
[22:17:59 INFO] Video batch 915: 1 detections from postprocess
|
|
[22:17:59 INFO] Video frame video_short01_004527: 1 dets, valid=True
|
|
[22:17:59 INFO] Video batch 916: frame 7328/7500 (97%)
|
|
[22:17:59 INFO] Video batch 916: 1 detections from postprocess
|
|
[22:17:59 INFO] Video frame video_short01_004530: 1 dets, valid=True
|
|
[22:17:59 INFO] Video batch 917: frame 7336/7500 (97%)
|
|
[22:18:00 INFO] Video batch 918: frame 7344/7500 (97%)
|
|
[22:18:00 INFO] Video batch 919: frame 7352/7500 (98%)
|
|
[22:18:00 INFO] Video batch 920: frame 7360/7500 (98%)
|
|
[22:18:00 INFO] Video batch 921: frame 7368/7500 (98%)
|
|
[22:18:00 INFO] Video batch 922: frame 7376/7500 (98%)
|
|
[22:18:01 INFO] Video batch 923: frame 7384/7500 (98%)
|
|
[22:18:01 INFO] Video batch 924: frame 7392/7500 (98%)
|
|
[22:18:01 INFO] Video batch 925: frame 7400/7500 (98%)
|
|
[22:18:01 INFO] Video batch 926: frame 7408/7500 (98%)
|
|
[22:18:01 INFO] Video batch 927: frame 7416/7500 (98%)
|
|
[22:18:02 INFO] Video batch 928: frame 7424/7500 (98%)
|
|
[22:18:02 INFO] Video batch 929: frame 7432/7500 (99%)
|
|
[22:18:02 INFO] Video batch 930: frame 7440/7500 (99%)
|
|
[22:18:02 INFO] Video batch 931: frame 7448/7500 (99%)
|
|
[22:18:02 INFO] Video batch 932: frame 7456/7500 (99%)
|
|
[22:18:03 INFO] Video batch 933: frame 7464/7500 (99%)
|
|
[22:18:03 INFO] Video batch 934: frame 7472/7500 (99%)
|
|
[22:18:03 INFO] Video batch 935: frame 7480/7500 (99%)
|
|
[22:18:03 INFO] Video batch 936: frame 7488/7500 (99%)
|
|
[22:18:03 INFO] Video batch 937: frame 7496/7500 (99%)
|
|
[22:18:04 INFO] Video done: 7500 frames read, 937 batches processed
|
|
[22:18:04 INFO] init AI...
|
|
[22:18:04 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[22:18:04 INFO] ground sampling distance: 0.3059895833333333
|
|
[22:18:04 INFO] init AI...
|
|
[22:18:04 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[22:18:04 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[22:18:04 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[22:18:04 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[22:23:51 INFO] init AI...
|
|
[22:23:51 INFO] Downloading
|
|
[22:23:54 INFO] CoreML model: input=input shape=(2, 3, 1280, 1280)
|
|
[22:23:54 INFO] Enabled
|
|
[22:25:18 INFO] init AI...
|
|
[22:25:18 INFO] Downloading
|
|
[22:25:21 INFO] CoreML model: input=input shape=(2, 3, 1280, 1280)
|
|
[22:25:21 INFO] Enabled
|
|
[22:25:21 INFO] init AI...
|
|
[22:25:22 INFO] init AI...
|
|
[22:25:22 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[22:25:22 INFO] ground sampling distance: 0.3059895833333333
|
|
[22:25:22 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[22:25:22 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[22:25:22 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[22:25:22 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[22:25:22 INFO] init AI...
|
|
[22:25:22 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4...
|
|
[22:25:22 INFO] Video: 7500 frames, 25.0 fps, 2560x1440
|
|
[22:25:23 INFO] Video batch 1: frame 8/7500 (0%)
|
|
[22:25:23 INFO] Video batch 2: frame 16/7500 (0%)
|
|
[22:25:23 INFO] Video batch 2: 2 detections from postprocess
|
|
[22:25:23 INFO] Video frame video_short01_000004: 1 dets, valid=True
|
|
[22:25:23 INFO] Video frame video_short01_000005: 1 dets, valid=True
|
|
[22:25:23 INFO] Video batch 3: frame 24/7500 (0%)
|
|
[22:25:23 INFO] Video batch 3: 2 detections from postprocess
|
|
[22:25:23 INFO] Video frame video_short01_000007: 1 dets, valid=True
|
|
[22:25:23 INFO] Video frame video_short01_000009: 1 dets, valid=True
|
|
[22:25:23 INFO] Video batch 4: frame 32/7500 (0%)
|
|
[22:25:24 INFO] Video batch 4: 2 detections from postprocess
|
|
[22:25:24 INFO] Video frame video_short01_000010: 1 dets, valid=True
|
|
[22:25:24 INFO] Video frame video_short01_000012: 1 dets, valid=True
|
|
[22:25:24 INFO] Video batch 5: frame 40/7500 (0%)
|
|
[22:25:24 INFO] Video batch 5: 2 detections from postprocess
|
|
[22:25:24 INFO] Video frame video_short01_000013: 1 dets, valid=True
|
|
[22:25:24 INFO] Video frame video_short01_000015: 1 dets, valid=True
|
|
[22:25:24 INFO] Video batch 6: frame 48/7500 (0%)
|
|
[22:25:24 INFO] Video batch 6: 2 detections from postprocess
|
|
[22:25:24 INFO] Video frame video_short01_000017: 1 dets, valid=True
|
|
[22:25:24 INFO] Video frame video_short01_000018: 1 dets, valid=True
|
|
[22:25:24 INFO] Video batch 7: frame 56/7500 (0%)
|
|
[22:25:24 INFO] Video batch 7: 2 detections from postprocess
|
|
[22:25:24 INFO] Video frame video_short01_000020: 1 dets, valid=True
|
|
[22:25:24 INFO] Video frame video_short01_000021: 1 dets, valid=True
|
|
[22:25:24 INFO] Video batch 8: frame 64/7500 (0%)
|
|
[22:25:24 INFO] Video batch 8: 2 detections from postprocess
|
|
[22:25:24 INFO] Video frame video_short01_000023: 1 dets, valid=True
|
|
[22:25:24 INFO] Video frame video_short01_000025: 1 dets, valid=True
|
|
[22:25:25 INFO] Video batch 9: frame 72/7500 (0%)
|
|
[22:25:25 INFO] Video batch 9: 2 detections from postprocess
|
|
[22:25:25 INFO] Video frame video_short01_000026: 1 dets, valid=True
|
|
[22:25:25 INFO] Video frame video_short01_000028: 1 dets, valid=True
|
|
[22:25:25 INFO] Video batch 10: frame 80/7500 (1%)
|
|
[22:25:25 INFO] Video batch 10: 2 detections from postprocess
|
|
[22:25:25 INFO] Video frame video_short01_000030: 1 dets, valid=True
|
|
[22:25:25 INFO] Video frame video_short01_000031: 1 dets, valid=True
|
|
[22:25:25 INFO] Video batch 11: frame 88/7500 (1%)
|
|
[22:25:25 INFO] Video batch 11: 3 detections from postprocess
|
|
[22:25:25 INFO] Video frame video_short01_000033: 1 dets, valid=True
|
|
[22:25:25 INFO] Video frame video_short01_000034: 2 dets, valid=True
|
|
[22:25:25 INFO] Video batch 12: frame 96/7500 (1%)
|
|
[22:25:26 INFO] Video batch 13: frame 104/7500 (1%)
|
|
[22:25:26 INFO] Video batch 13: 1 detections from postprocess
|
|
[22:25:26 INFO] Video frame video_short01_000041: 1 dets, valid=True
|
|
[22:25:26 INFO] Video batch 14: frame 112/7500 (1%)
|
|
[22:25:26 INFO] Video batch 14: 2 detections from postprocess
|
|
[22:25:26 INFO] Video frame video_short01_000042: 1 dets, valid=True
|
|
[22:25:26 INFO] Video frame video_short01_000044: 1 dets, valid=True
|
|
[22:25:26 INFO] Video batch 15: frame 120/7500 (1%)
|
|
[22:25:26 INFO] Video batch 15: 2 detections from postprocess
|
|
[22:25:26 INFO] Video frame video_short01_000045: 1 dets, valid=True
|
|
[22:25:26 INFO] Video frame video_short01_000047: 1 dets, valid=True
|
|
[22:25:26 INFO] Video batch 16: frame 128/7500 (1%)
|
|
[22:25:26 INFO] Video batch 16: 2 detections from postprocess
|
|
[22:25:26 INFO] Video frame video_short01_000049: 1 dets, valid=True
|
|
[22:25:26 INFO] Video frame video_short01_000050: 1 dets, valid=True
|
|
[22:25:26 INFO] Video batch 17: frame 136/7500 (1%)
|
|
[22:25:27 INFO] Video batch 17: 2 detections from postprocess
|
|
[22:25:27 INFO] Video frame video_short01_000052: 1 dets, valid=True
|
|
[22:25:27 INFO] Video frame video_short01_000053: 1 dets, valid=True
|
|
[22:25:27 INFO] Video batch 18: frame 144/7500 (1%)
|
|
[22:25:27 INFO] Video batch 18: 2 detections from postprocess
|
|
[22:25:27 INFO] Video frame video_short01_000055: 1 dets, valid=True
|
|
[22:25:27 INFO] Video frame video_short01_000057: 1 dets, valid=True
|
|
[22:25:27 INFO] Video batch 19: frame 152/7500 (2%)
|
|
[22:25:27 INFO] Video batch 20: frame 160/7500 (2%)
|
|
[22:25:27 INFO] Video batch 21: frame 168/7500 (2%)
|
|
[22:25:27 INFO] Video batch 21: 1 detections from postprocess
|
|
[22:25:27 INFO] Video frame video_short01_000066: 1 dets, valid=True
|
|
[22:25:27 INFO] Video batch 22: frame 176/7500 (2%)
|
|
[22:25:28 INFO] Video batch 22: 1 detections from postprocess
|
|
[22:25:28 INFO] Video frame video_short01_000068: 1 dets, valid=True
|
|
[22:25:28 INFO] Video batch 23: frame 184/7500 (2%)
|
|
[22:25:28 INFO] Video batch 23: 1 detections from postprocess
|
|
[22:25:28 INFO] Video frame video_short01_000073: 1 dets, valid=True
|
|
[22:25:28 INFO] Video batch 24: frame 192/7500 (2%)
|
|
[22:25:28 INFO] Video batch 24: 2 detections from postprocess
|
|
[22:25:28 INFO] Video frame video_short01_000074: 1 dets, valid=True
|
|
[22:25:28 INFO] Video frame video_short01_000076: 1 dets, valid=True
|
|
[22:25:28 INFO] Video batch 25: frame 200/7500 (2%)
|
|
[22:25:28 INFO] Video batch 25: 2 detections from postprocess
|
|
[22:25:28 INFO] Video frame video_short01_000077: 1 dets, valid=True
|
|
[22:25:28 INFO] Video frame video_short01_000079: 1 dets, valid=True
|
|
[22:25:28 INFO] Video batch 26: frame 208/7500 (2%)
|
|
[22:25:28 INFO] Video batch 26: 2 detections from postprocess
|
|
[22:25:28 INFO] Video frame video_short01_000081: 1 dets, valid=True
|
|
[22:25:28 INFO] Video frame video_short01_000082: 1 dets, valid=True
|
|
[22:25:29 INFO] Video batch 27: frame 216/7500 (2%)
|
|
[22:25:29 INFO] Video batch 27: 2 detections from postprocess
|
|
[22:25:29 INFO] Video frame video_short01_000084: 1 dets, valid=True
|
|
[22:25:29 INFO] Video frame video_short01_000085: 1 dets, valid=True
|
|
[22:25:29 INFO] Video batch 28: frame 224/7500 (2%)
|
|
[22:25:29 INFO] Video batch 28: 2 detections from postprocess
|
|
[22:25:29 INFO] Video frame video_short01_000087: 1 dets, valid=True
|
|
[22:25:29 INFO] Video frame video_short01_000089: 1 dets, valid=True
|
|
[22:25:29 INFO] Video batch 29: frame 232/7500 (3%)
|
|
[22:25:29 INFO] Video batch 29: 2 detections from postprocess
|
|
[22:25:29 INFO] Video frame video_short01_000090: 1 dets, valid=True
|
|
[22:25:29 INFO] Video frame video_short01_000092: 1 dets, valid=True
|
|
[22:25:29 INFO] Video batch 30: frame 240/7500 (3%)
|
|
[22:25:29 INFO] Video batch 30: 2 detections from postprocess
|
|
[22:25:29 INFO] Video frame video_short01_000093: 1 dets, valid=True
|
|
[22:25:29 INFO] Video frame video_short01_000095: 1 dets, valid=True
|
|
[22:25:29 INFO] Video batch 31: frame 248/7500 (3%)
|
|
[22:25:30 INFO] Video batch 31: 2 detections from postprocess
|
|
[22:25:30 INFO] Video frame video_short01_000097: 1 dets, valid=True
|
|
[22:25:30 INFO] Video frame video_short01_000098: 1 dets, valid=True
|
|
[22:25:30 INFO] Video batch 32: frame 256/7500 (3%)
|
|
[22:25:30 INFO] Video batch 32: 2 detections from postprocess
|
|
[22:25:30 INFO] Video frame video_short01_000100: 1 dets, valid=True
|
|
[22:25:30 INFO] Video frame video_short01_000101: 1 dets, valid=True
|
|
[22:25:30 INFO] Video batch 33: frame 264/7500 (3%)
|
|
[22:25:30 INFO] Video batch 33: 2 detections from postprocess
|
|
[22:25:30 INFO] Video frame video_short01_000103: 1 dets, valid=True
|
|
[22:25:30 INFO] Video frame video_short01_000105: 1 dets, valid=True
|
|
[22:25:30 INFO] Video batch 34: frame 272/7500 (3%)
|
|
[22:25:30 INFO] Video batch 34: 2 detections from postprocess
|
|
[22:25:30 INFO] Video frame video_short01_000106: 1 dets, valid=True
|
|
[22:25:30 INFO] Video frame video_short01_000108: 1 dets, valid=True
|
|
[22:25:30 INFO] Video batch 35: frame 280/7500 (3%)
|
|
[22:25:31 INFO] Video batch 35: 2 detections from postprocess
|
|
[22:25:31 INFO] Video frame video_short01_000110: 1 dets, valid=True
|
|
[22:25:31 INFO] Video frame video_short01_000111: 1 dets, valid=True
|
|
[22:25:31 INFO] Video batch 36: frame 288/7500 (3%)
|
|
[22:25:31 INFO] Video batch 36: 2 detections from postprocess
|
|
[22:25:31 INFO] Video frame video_short01_000113: 1 dets, valid=True
|
|
[22:25:31 INFO] Video frame video_short01_000114: 1 dets, valid=True
|
|
[22:25:31 INFO] Video batch 37: frame 296/7500 (3%)
|
|
[22:25:31 INFO] Video batch 37: 2 detections from postprocess
|
|
[22:25:31 INFO] Video frame video_short01_000116: 1 dets, valid=True
|
|
[22:25:31 INFO] Video frame video_short01_000117: 1 dets, valid=True
|
|
[22:25:31 INFO] Video batch 38: frame 304/7500 (4%)
|
|
[22:25:31 INFO] Video batch 38: 1 detections from postprocess
|
|
[22:25:31 INFO] Video frame video_short01_000121: 1 dets, valid=True
|
|
[22:25:31 INFO] Video batch 39: frame 312/7500 (4%)
|
|
[22:25:32 INFO] Video batch 40: frame 320/7500 (4%)
|
|
[22:25:32 INFO] Video batch 41: frame 328/7500 (4%)
|
|
[22:25:32 INFO] Video batch 42: frame 336/7500 (4%)
|
|
[22:25:32 INFO] Video batch 43: frame 344/7500 (4%)
|
|
[22:25:32 INFO] Video batch 44: frame 352/7500 (4%)
|
|
[22:25:33 INFO] Video batch 44: 1 detections from postprocess
|
|
[22:25:33 INFO] Video frame video_short01_000140: 1 dets, valid=True
|
|
[22:25:33 INFO] Video batch 45: frame 360/7500 (4%)
|
|
[22:25:33 INFO] Video batch 46: frame 368/7500 (4%)
|
|
[22:25:33 INFO] Video batch 47: frame 376/7500 (5%)
|
|
[22:25:33 INFO] Video batch 47: 2 detections from postprocess
|
|
[22:25:33 INFO] Video frame video_short01_000150: 2 dets, valid=True
|
|
[22:25:33 INFO] Video batch 48: frame 384/7500 (5%)
|
|
[22:25:33 INFO] Video batch 48: 3 detections from postprocess
|
|
[22:25:33 INFO] Video frame video_short01_000151: 3 dets, valid=True
|
|
[22:25:33 INFO] Video batch 49: frame 392/7500 (5%)
|
|
[22:25:34 INFO] Video batch 50: frame 400/7500 (5%)
|
|
[22:25:34 INFO] Video batch 51: frame 408/7500 (5%)
|
|
[22:25:34 INFO] Video batch 52: frame 416/7500 (5%)
|
|
[22:25:34 INFO] Video batch 53: frame 424/7500 (5%)
|
|
[22:25:35 INFO] Video batch 54: frame 432/7500 (5%)
|
|
[22:25:35 INFO] Video batch 55: frame 440/7500 (5%)
|
|
[22:25:35 INFO] Video batch 56: frame 448/7500 (5%)
|
|
[22:25:35 INFO] Video batch 57: frame 456/7500 (6%)
|
|
[22:25:35 INFO] Video batch 58: frame 464/7500 (6%)
|
|
[22:25:36 INFO] Video batch 59: frame 472/7500 (6%)
|
|
[22:25:36 INFO] Video batch 60: frame 480/7500 (6%)
|
|
[22:25:36 INFO] Video batch 61: frame 488/7500 (6%)
|
|
[22:25:36 INFO] Video batch 62: frame 496/7500 (6%)
|
|
[22:25:37 INFO] Video batch 63: frame 504/7500 (6%)
|
|
[22:25:37 INFO] Video batch 64: frame 512/7500 (6%)
|
|
[22:25:37 INFO] Video batch 65: frame 520/7500 (6%)
|
|
[22:25:37 INFO] Video batch 66: frame 528/7500 (7%)
|
|
[22:25:37 INFO] Video batch 67: frame 536/7500 (7%)
|
|
[22:25:38 INFO] Video batch 68: frame 544/7500 (7%)
|
|
[22:25:38 INFO] Video batch 69: frame 552/7500 (7%)
|
|
[22:25:38 INFO] Video batch 70: frame 560/7500 (7%)
|
|
[22:25:38 INFO] Video batch 71: frame 568/7500 (7%)
|
|
[22:25:39 INFO] Video batch 72: frame 576/7500 (7%)
|
|
[22:25:39 INFO] Video batch 73: frame 584/7500 (7%)
|
|
[22:25:39 INFO] Video batch 74: frame 592/7500 (7%)
|
|
[22:25:39 INFO] Video batch 75: frame 600/7500 (8%)
|
|
[22:25:39 INFO] Video batch 76: frame 608/7500 (8%)
|
|
[22:25:40 INFO] Video batch 77: frame 616/7500 (8%)
|
|
[22:25:40 INFO] Video batch 78: frame 624/7500 (8%)
|
|
[22:25:40 INFO] Video batch 79: frame 632/7500 (8%)
|
|
[22:25:40 INFO] Video batch 80: frame 640/7500 (8%)
|
|
[22:25:40 INFO] Video batch 81: frame 648/7500 (8%)
|
|
[22:25:41 INFO] Video batch 82: frame 656/7500 (8%)
|
|
[22:25:41 INFO] Video batch 83: frame 664/7500 (8%)
|
|
[22:25:41 INFO] Video batch 84: frame 672/7500 (8%)
|
|
[22:25:41 INFO] Video batch 85: frame 680/7500 (9%)
|
|
[22:25:42 INFO] Video batch 86: frame 688/7500 (9%)
|
|
[22:25:42 INFO] Video batch 87: frame 696/7500 (9%)
|
|
[22:25:42 INFO] Video batch 88: frame 704/7500 (9%)
|
|
[22:25:42 INFO] Video batch 89: frame 712/7500 (9%)
|
|
[22:25:43 INFO] Video batch 90: frame 720/7500 (9%)
|
|
[22:25:43 INFO] Video batch 91: frame 728/7500 (9%)
|
|
[22:25:43 INFO] Video batch 92: frame 736/7500 (9%)
|
|
[22:25:43 INFO] Video batch 93: frame 744/7500 (9%)
|
|
[22:25:43 INFO] Video batch 94: frame 752/7500 (10%)
|
|
[22:25:44 INFO] Video batch 95: frame 760/7500 (10%)
|
|
[22:25:44 INFO] Video batch 95: 1 detections from postprocess
|
|
[22:25:44 INFO] Video frame video_short01_000303: 1 dets, valid=True
|
|
[22:25:44 INFO] Video batch 96: frame 768/7500 (10%)
|
|
[22:25:44 INFO] Video batch 96: 2 detections from postprocess
|
|
[22:25:44 INFO] Video frame video_short01_000305: 1 dets, valid=True
|
|
[22:25:44 INFO] Video frame video_short01_000306: 1 dets, valid=True
|
|
[22:25:44 INFO] Video batch 97: frame 776/7500 (10%)
|
|
[22:25:45 INFO] Video batch 97: 2 detections from postprocess
|
|
[22:25:45 INFO] Video frame video_short01_000308: 1 dets, valid=True
|
|
[22:25:45 INFO] Video frame video_short01_000310: 1 dets, valid=True
|
|
[22:25:45 INFO] Video batch 98: frame 784/7500 (10%)
|
|
[22:25:45 INFO] Video batch 98: 2 detections from postprocess
|
|
[22:25:45 INFO] Video frame video_short01_000311: 1 dets, valid=True
|
|
[22:25:45 INFO] Video frame video_short01_000313: 1 dets, valid=True
|
|
[22:25:45 INFO] Video batch 99: frame 792/7500 (10%)
|
|
[22:25:45 INFO] Video batch 99: 2 detections from postprocess
|
|
[22:25:45 INFO] Video frame video_short01_000314: 1 dets, valid=True
|
|
[22:25:45 INFO] Video frame video_short01_000316: 1 dets, valid=True
|
|
[22:25:45 INFO] Video batch 100: frame 800/7500 (10%)
|
|
[22:25:45 INFO] Video batch 100: 2 detections from postprocess
|
|
[22:25:45 INFO] Video frame video_short01_000317: 1 dets, valid=True
|
|
[22:25:45 INFO] Video frame video_short01_000319: 1 dets, valid=True
|
|
[22:25:45 INFO] Video batch 101: frame 808/7500 (10%)
|
|
[22:25:46 INFO] Video batch 101: 2 detections from postprocess
|
|
[22:25:46 INFO] Video frame video_short01_000321: 1 dets, valid=True
|
|
[22:25:46 INFO] Video frame video_short01_000322: 1 dets, valid=True
|
|
[22:25:46 INFO] Video batch 102: frame 816/7500 (10%)
|
|
[22:25:46 INFO] Video batch 102: 2 detections from postprocess
|
|
[22:25:46 INFO] Video frame video_short01_000324: 1 dets, valid=True
|
|
[22:25:46 INFO] Video frame video_short01_000325: 1 dets, valid=True
|
|
[22:25:46 INFO] Video batch 103: frame 824/7500 (10%)
|
|
[22:25:46 INFO] Video batch 103: 2 detections from postprocess
|
|
[22:25:46 INFO] Video frame video_short01_000327: 1 dets, valid=True
|
|
[22:25:46 INFO] Video frame video_short01_000329: 1 dets, valid=True
|
|
[22:25:46 INFO] Video batch 104: frame 832/7500 (11%)
|
|
[22:25:46 INFO] Video batch 105: frame 840/7500 (11%)
|
|
[22:25:47 INFO] Video batch 106: frame 848/7500 (11%)
|
|
[22:25:47 INFO] Video batch 107: frame 856/7500 (11%)
|
|
[22:25:47 INFO] Video batch 108: frame 864/7500 (11%)
|
|
[22:25:47 INFO] Video batch 109: frame 872/7500 (11%)
|
|
[22:25:48 INFO] Video batch 110: frame 880/7500 (11%)
|
|
[22:25:48 INFO] Video batch 111: frame 888/7500 (11%)
|
|
[22:25:48 INFO] Video batch 112: frame 896/7500 (11%)
|
|
[22:25:48 INFO] Video batch 113: frame 904/7500 (12%)
|
|
[22:25:49 INFO] Video batch 114: frame 912/7500 (12%)
|
|
[22:25:49 INFO] Video batch 115: frame 920/7500 (12%)
|
|
[22:25:49 INFO] Video batch 116: frame 928/7500 (12%)
|
|
[22:25:49 INFO] Video batch 117: frame 936/7500 (12%)
|
|
[22:25:50 INFO] Video batch 118: frame 944/7500 (12%)
|
|
[22:25:50 INFO] Video batch 119: frame 952/7500 (12%)
|
|
[22:25:50 INFO] Video batch 120: frame 960/7500 (12%)
|
|
[22:25:50 INFO] Video batch 120: 1 detections from postprocess
|
|
[22:25:50 INFO] Video frame video_short01_000383: 1 dets, valid=True
|
|
[22:25:50 INFO] Video batch 121: frame 968/7500 (12%)
|
|
[22:25:50 INFO] Video batch 122: frame 976/7500 (13%)
|
|
[22:25:51 INFO] Video batch 123: frame 984/7500 (13%)
|
|
[22:25:51 INFO] Video batch 124: frame 992/7500 (13%)
|
|
[22:25:51 INFO] Video batch 125: frame 1000/7500 (13%)
|
|
[22:25:51 INFO] Video batch 126: frame 1008/7500 (13%)
|
|
[22:25:51 INFO] Video batch 126: 1 detections from postprocess
|
|
[22:25:51 INFO] Video frame video_short01_000401: 1 dets, valid=True
|
|
[22:25:52 INFO] Video batch 127: frame 1016/7500 (13%)
|
|
[22:25:52 INFO] Video batch 128: frame 1024/7500 (13%)
|
|
[22:25:52 INFO] Video batch 129: frame 1032/7500 (13%)
|
|
[22:25:52 INFO] Video batch 130: frame 1040/7500 (13%)
|
|
[22:25:52 INFO] Video batch 131: frame 1048/7500 (13%)
|
|
[22:25:53 INFO] Video batch 131: 1 detections from postprocess
|
|
[22:25:53 INFO] Video frame video_short01_000418: 1 dets, valid=True
|
|
[22:25:53 INFO] Video batch 132: frame 1056/7500 (14%)
|
|
[22:25:53 INFO] Video batch 132: 2 detections from postprocess
|
|
[22:25:53 INFO] Video frame video_short01_000420: 1 dets, valid=True
|
|
[22:25:53 INFO] Video frame video_short01_000421: 1 dets, valid=True
|
|
[22:25:53 INFO] Video batch 133: frame 1064/7500 (14%)
|
|
[22:25:53 INFO] Video batch 133: 2 detections from postprocess
|
|
[22:25:53 INFO] Video frame video_short01_000423: 1 dets, valid=True
|
|
[22:25:53 INFO] Video frame video_short01_000425: 1 dets, valid=True
|
|
[22:25:53 INFO] Video batch 134: frame 1072/7500 (14%)
|
|
[22:25:53 INFO] Video batch 134: 3 detections from postprocess
|
|
[22:25:53 INFO] Video frame video_short01_000426: 2 dets, valid=True
|
|
[22:25:53 INFO] Video frame video_short01_000428: 1 dets, valid=True
|
|
[22:25:53 INFO] Video batch 135: frame 1080/7500 (14%)
|
|
[22:25:54 INFO] Video batch 136: frame 1088/7500 (14%)
|
|
[22:25:54 INFO] Video batch 137: frame 1096/7500 (14%)
|
|
[22:25:54 INFO] Video batch 138: frame 1104/7500 (14%)
|
|
[22:25:54 INFO] Video batch 139: frame 1112/7500 (14%)
|
|
[22:25:54 INFO] Video batch 140: frame 1120/7500 (14%)
|
|
[22:25:55 INFO] Video batch 141: frame 1128/7500 (15%)
|
|
[22:25:55 INFO] Video batch 142: frame 1136/7500 (15%)
|
|
[22:25:55 INFO] Video batch 143: frame 1144/7500 (15%)
|
|
[22:25:55 INFO] Video batch 144: frame 1152/7500 (15%)
|
|
[22:25:55 INFO] Video batch 144: 1 detections from postprocess
|
|
[22:25:55 INFO] Video frame video_short01_000458: 1 dets, valid=True
|
|
[22:25:55 INFO] Video batch 145: frame 1160/7500 (15%)
|
|
[22:25:56 INFO] Video batch 146: frame 1168/7500 (15%)
|
|
[22:25:56 INFO] Video batch 146: 1 detections from postprocess
|
|
[22:25:56 INFO] Video frame video_short01_000466: 1 dets, valid=True
|
|
[22:25:56 INFO] Video batch 147: frame 1176/7500 (15%)
|
|
[22:25:56 INFO] Video batch 148: frame 1184/7500 (15%)
|
|
[22:25:56 INFO] Video batch 149: frame 1192/7500 (15%)
|
|
[22:25:56 INFO] Video batch 149: 1 detections from postprocess
|
|
[22:25:56 INFO] Video frame video_short01_000476: 1 dets, valid=True
|
|
[22:25:56 INFO] Video batch 150: frame 1200/7500 (16%)
|
|
[22:25:57 INFO] Video batch 150: 1 detections from postprocess
|
|
[22:25:57 INFO] Video frame video_short01_000477: 1 dets, valid=True
|
|
[22:25:57 INFO] Video batch 151: frame 1208/7500 (16%)
|
|
[22:25:57 INFO] Video batch 152: frame 1216/7500 (16%)
|
|
[22:25:57 INFO] Video batch 152: 1 detections from postprocess
|
|
[22:25:57 INFO] Video frame video_short01_000485: 1 dets, valid=True
|
|
[22:25:57 INFO] Video batch 153: frame 1224/7500 (16%)
|
|
[22:25:57 INFO] Video batch 153: 3 detections from postprocess
|
|
[22:25:57 INFO] Video frame video_short01_000487: 2 dets, valid=True
|
|
[22:25:57 INFO] Video frame video_short01_000489: 1 dets, valid=True
|
|
[22:25:57 INFO] Video batch 154: frame 1232/7500 (16%)
|
|
[22:25:57 INFO] Video batch 154: 2 detections from postprocess
|
|
[22:25:57 INFO] Video frame video_short01_000490: 1 dets, valid=True
|
|
[22:25:57 INFO] Video frame video_short01_000492: 1 dets, valid=True
|
|
[22:25:58 INFO] Video batch 155: frame 1240/7500 (16%)
|
|
[22:25:58 INFO] Video batch 155: 1 detections from postprocess
|
|
[22:25:58 INFO] Video frame video_short01_000493: 1 dets, valid=True
|
|
[22:25:58 INFO] Video batch 156: frame 1248/7500 (16%)
|
|
[22:25:58 INFO] Video batch 157: frame 1256/7500 (16%)
|
|
[22:25:58 INFO] Video batch 158: frame 1264/7500 (16%)
|
|
[22:25:58 INFO] Video batch 159: frame 1272/7500 (16%)
|
|
[22:25:59 INFO] Video batch 160: frame 1280/7500 (17%)
|
|
[22:25:59 INFO] Video batch 161: frame 1288/7500 (17%)
|
|
[22:25:59 INFO] Video batch 162: frame 1296/7500 (17%)
|
|
[22:25:59 INFO] Video batch 163: frame 1304/7500 (17%)
|
|
[22:25:59 INFO] Video batch 164: frame 1312/7500 (17%)
|
|
[22:26:00 INFO] Video batch 165: frame 1320/7500 (17%)
|
|
[22:26:00 INFO] Video batch 166: frame 1328/7500 (17%)
|
|
[22:26:00 INFO] Video batch 167: frame 1336/7500 (17%)
|
|
[22:26:00 INFO] Video batch 168: frame 1344/7500 (17%)
|
|
[22:26:00 INFO] Video batch 169: frame 1352/7500 (18%)
|
|
[22:26:01 INFO] Video batch 170: frame 1360/7500 (18%)
|
|
[22:26:01 INFO] Video batch 171: frame 1368/7500 (18%)
|
|
[22:26:01 INFO] Video batch 172: frame 1376/7500 (18%)
|
|
[22:26:01 INFO] Video batch 173: frame 1384/7500 (18%)
|
|
[22:26:02 INFO] Video batch 174: frame 1392/7500 (18%)
|
|
[22:26:02 INFO] Video batch 175: frame 1400/7500 (18%)
|
|
[22:26:02 INFO] Video batch 176: frame 1408/7500 (18%)
|
|
[22:26:02 INFO] Video batch 177: frame 1416/7500 (18%)
|
|
[22:26:02 INFO] Video batch 178: frame 1424/7500 (18%)
|
|
[22:26:03 INFO] Video batch 179: frame 1432/7500 (19%)
|
|
[22:26:03 INFO] Video batch 180: frame 1440/7500 (19%)
|
|
[22:26:03 INFO] Video batch 181: frame 1448/7500 (19%)
|
|
[22:26:03 INFO] Video batch 182: frame 1456/7500 (19%)
|
|
[22:26:03 INFO] Video batch 183: frame 1464/7500 (19%)
|
|
[22:26:04 INFO] Video batch 184: frame 1472/7500 (19%)
|
|
[22:26:04 INFO] Video batch 185: frame 1480/7500 (19%)
|
|
[22:26:04 INFO] Video batch 186: frame 1488/7500 (19%)
|
|
[22:26:04 INFO] Video batch 187: frame 1496/7500 (19%)
|
|
[22:26:04 INFO] Video batch 188: frame 1504/7500 (20%)
|
|
[22:26:05 INFO] Video batch 189: frame 1512/7500 (20%)
|
|
[22:26:05 INFO] Video batch 190: frame 1520/7500 (20%)
|
|
[22:26:05 INFO] Video batch 191: frame 1528/7500 (20%)
|
|
[22:26:05 INFO] Video batch 192: frame 1536/7500 (20%)
|
|
[22:26:05 INFO] Video batch 193: frame 1544/7500 (20%)
|
|
[22:26:06 INFO] Video batch 193: 1 detections from postprocess
|
|
[22:26:06 INFO] Video frame video_short01_001017: 1 dets, valid=True
|
|
[22:26:06 INFO] Video batch 194: frame 1552/7500 (20%)
|
|
[22:26:06 INFO] Video batch 195: frame 1560/7500 (20%)
|
|
[22:26:06 INFO] Video batch 196: frame 1568/7500 (20%)
|
|
[22:26:06 INFO] Video batch 197: frame 1576/7500 (21%)
|
|
[22:26:07 INFO] Video batch 198: frame 1584/7500 (21%)
|
|
[22:26:07 INFO] Video batch 199: frame 1592/7500 (21%)
|
|
[22:26:07 INFO] Video batch 200: frame 1600/7500 (21%)
|
|
[22:26:07 INFO] Video batch 200: 1 detections from postprocess
|
|
[22:26:07 INFO] Video frame video_short01_001039: 1 dets, valid=True
|
|
[22:26:07 INFO] Video batch 201: frame 1608/7500 (21%)
|
|
[22:26:07 INFO] Video batch 201: 1 detections from postprocess
|
|
[22:26:07 INFO] Video frame video_short01_001041: 1 dets, valid=True
|
|
[22:26:08 INFO] Video batch 202: frame 1616/7500 (21%)
|
|
[22:26:08 INFO] Video batch 203: frame 1624/7500 (21%)
|
|
[22:26:08 INFO] Video batch 204: frame 1632/7500 (21%)
|
|
[22:26:08 INFO] Video batch 205: frame 1640/7500 (21%)
|
|
[22:26:08 INFO] Video batch 206: frame 1648/7500 (21%)
|
|
[22:26:09 INFO] Video batch 207: frame 1656/7500 (22%)
|
|
[22:26:09 INFO] Video batch 208: frame 1664/7500 (22%)
|
|
[22:26:09 INFO] Video batch 209: frame 1672/7500 (22%)
|
|
[22:26:09 INFO] Video batch 210: frame 1680/7500 (22%)
|
|
[22:26:10 INFO] Video batch 211: frame 1688/7500 (22%)
|
|
[22:26:10 INFO] Video batch 212: frame 1696/7500 (22%)
|
|
[22:26:10 INFO] Video batch 213: frame 1704/7500 (22%)
|
|
[22:26:10 INFO] Video batch 214: frame 1712/7500 (22%)
|
|
[22:26:10 INFO] Video batch 215: frame 1720/7500 (22%)
|
|
[22:26:11 INFO] Video batch 216: frame 1728/7500 (23%)
|
|
[22:26:11 INFO] Video batch 217: frame 1736/7500 (23%)
|
|
[22:26:11 INFO] Video batch 218: frame 1744/7500 (23%)
|
|
[22:26:11 INFO] Video batch 219: frame 1752/7500 (23%)
|
|
[22:26:11 INFO] Video batch 219: 1 detections from postprocess
|
|
[22:26:11 INFO] Video frame video_short01_001100: 1 dets, valid=True
|
|
[22:26:11 INFO] Video batch 220: frame 1760/7500 (23%)
|
|
[22:26:12 INFO] Video batch 220: 2 detections from postprocess
|
|
[22:26:12 INFO] Video frame video_short01_001101: 1 dets, valid=True
|
|
[22:26:12 INFO] Video frame video_short01_001103: 1 dets, valid=True
|
|
[22:26:12 INFO] Video batch 221: frame 1768/7500 (23%)
|
|
[22:26:12 INFO] Video batch 221: 2 detections from postprocess
|
|
[22:26:12 INFO] Video frame video_short01_001105: 1 dets, valid=True
|
|
[22:26:12 INFO] Video frame video_short01_001106: 1 dets, valid=True
|
|
[22:26:12 INFO] Video batch 222: frame 1776/7500 (23%)
|
|
[22:26:12 INFO] Video batch 222: 2 detections from postprocess
|
|
[22:26:12 INFO] Video frame video_short01_001108: 1 dets, valid=True
|
|
[22:26:12 INFO] Video frame video_short01_001110: 1 dets, valid=True
|
|
[22:26:12 INFO] Video batch 223: frame 1784/7500 (23%)
|
|
[22:26:12 INFO] Video batch 223: 2 detections from postprocess
|
|
[22:26:12 INFO] Video frame video_short01_001111: 1 dets, valid=True
|
|
[22:26:12 INFO] Video frame video_short01_001113: 1 dets, valid=True
|
|
[22:26:12 INFO] Video batch 224: frame 1792/7500 (23%)
|
|
[22:26:13 INFO] Video batch 225: frame 1800/7500 (24%)
|
|
[22:26:13 INFO] Video batch 226: frame 1808/7500 (24%)
|
|
[22:26:13 INFO] Video batch 227: frame 1816/7500 (24%)
|
|
[22:26:13 INFO] Video batch 228: frame 1824/7500 (24%)
|
|
[22:26:14 INFO] Video batch 229: frame 1832/7500 (24%)
|
|
[22:26:14 INFO] Video batch 230: frame 1840/7500 (24%)
|
|
[22:26:14 INFO] Video batch 231: frame 1848/7500 (24%)
|
|
[22:26:14 INFO] Video batch 231: 1 detections from postprocess
|
|
[22:26:14 INFO] Video frame video_short01_001137: 1 dets, valid=True
|
|
[22:26:14 INFO] Video batch 232: frame 1856/7500 (24%)
|
|
[22:26:14 INFO] Video batch 233: frame 1864/7500 (24%)
|
|
[22:26:15 INFO] Video batch 234: frame 1872/7500 (24%)
|
|
[22:26:15 INFO] Video batch 235: frame 1880/7500 (25%)
|
|
[22:26:15 INFO] Video batch 235: 1 detections from postprocess
|
|
[22:26:15 INFO] Video frame video_short01_001151: 1 dets, valid=True
|
|
[22:26:15 INFO] Video batch 236: frame 1888/7500 (25%)
|
|
[22:26:15 INFO] Video batch 237: frame 1896/7500 (25%)
|
|
[22:26:16 INFO] Video batch 238: frame 1904/7500 (25%)
|
|
[22:26:16 INFO] Video batch 239: frame 1912/7500 (25%)
|
|
[22:26:16 INFO] Video batch 240: frame 1920/7500 (25%)
|
|
[22:26:16 INFO] Video batch 241: frame 1928/7500 (25%)
|
|
[22:26:17 INFO] Video batch 242: frame 1936/7500 (25%)
|
|
[22:26:17 INFO] Video batch 243: frame 1944/7500 (25%)
|
|
[22:26:17 INFO] Video batch 244: frame 1952/7500 (26%)
|
|
[22:26:17 INFO] Video batch 245: frame 1960/7500 (26%)
|
|
[22:26:17 INFO] Video batch 246: frame 1968/7500 (26%)
|
|
[22:26:18 INFO] Video batch 247: frame 1976/7500 (26%)
|
|
[22:26:18 INFO] Video batch 248: frame 1984/7500 (26%)
|
|
[22:26:18 INFO] Video batch 249: frame 1992/7500 (26%)
|
|
[22:26:18 INFO] Video batch 250: frame 2000/7500 (26%)
|
|
[22:26:18 INFO] Video batch 251: frame 2008/7500 (26%)
|
|
[22:26:19 INFO] Video batch 252: frame 2016/7500 (26%)
|
|
[22:26:19 INFO] Video batch 253: frame 2024/7500 (26%)
|
|
[22:26:19 INFO] Video batch 254: frame 2032/7500 (27%)
|
|
[22:26:19 INFO] Video batch 255: frame 2040/7500 (27%)
|
|
[22:26:20 INFO] Video batch 256: frame 2048/7500 (27%)
|
|
[22:26:20 INFO] Video batch 257: frame 2056/7500 (27%)
|
|
[22:26:20 INFO] Video batch 258: frame 2064/7500 (27%)
|
|
[22:26:20 INFO] Video batch 259: frame 2072/7500 (27%)
|
|
[22:26:20 INFO] Video batch 260: frame 2080/7500 (27%)
|
|
[22:26:21 INFO] Video batch 261: frame 2088/7500 (27%)
|
|
[22:26:21 INFO] Video batch 262: frame 2096/7500 (27%)
|
|
[22:26:21 INFO] Video batch 263: frame 2104/7500 (28%)
|
|
[22:26:21 INFO] Video batch 264: frame 2112/7500 (28%)
|
|
[22:26:21 INFO] Video batch 265: frame 2120/7500 (28%)
|
|
[22:26:22 INFO] Video batch 266: frame 2128/7500 (28%)
|
|
[22:26:22 INFO] Video batch 267: frame 2136/7500 (28%)
|
|
[22:26:22 INFO] Video batch 268: frame 2144/7500 (28%)
|
|
[22:26:22 INFO] Video batch 269: frame 2152/7500 (28%)
|
|
[22:26:22 INFO] Video batch 270: frame 2160/7500 (28%)
|
|
[22:26:23 INFO] Video batch 271: frame 2168/7500 (28%)
|
|
[22:26:23 INFO] Video batch 272: frame 2176/7500 (29%)
|
|
[22:26:23 INFO] Video batch 273: frame 2184/7500 (29%)
|
|
[22:26:23 INFO] Video batch 274: frame 2192/7500 (29%)
|
|
[22:26:23 INFO] Video batch 275: frame 2200/7500 (29%)
|
|
[22:26:24 INFO] Video batch 276: frame 2208/7500 (29%)
|
|
[22:26:24 INFO] Video batch 277: frame 2216/7500 (29%)
|
|
[22:26:24 INFO] Video batch 278: frame 2224/7500 (29%)
|
|
[22:26:24 INFO] Video batch 279: frame 2232/7500 (29%)
|
|
[22:26:24 INFO] Video batch 280: frame 2240/7500 (29%)
|
|
[22:26:25 INFO] Video batch 281: frame 2248/7500 (29%)
|
|
[22:26:25 INFO] Video batch 282: frame 2256/7500 (30%)
|
|
[22:26:25 INFO] Video batch 283: frame 2264/7500 (30%)
|
|
[22:26:25 INFO] Video batch 283: 2 detections from postprocess
|
|
[22:26:25 INFO] Video frame video_short01_001303: 1 dets, valid=True
|
|
[22:26:25 INFO] Video frame video_short01_001305: 1 dets, valid=True
|
|
[22:26:25 INFO] Video batch 284: frame 2272/7500 (30%)
|
|
[22:26:26 INFO] Video batch 285: frame 2280/7500 (30%)
|
|
[22:26:26 INFO] Video batch 285: 1 detections from postprocess
|
|
[22:26:26 INFO] Video frame video_short01_001310: 1 dets, valid=True
|
|
[22:26:26 INFO] Video batch 286: frame 2288/7500 (30%)
|
|
[22:26:26 INFO] Video batch 287: frame 2296/7500 (30%)
|
|
[22:26:26 INFO] Video batch 288: frame 2304/7500 (30%)
|
|
[22:26:26 INFO] Video batch 288: 1 detections from postprocess
|
|
[22:26:26 INFO] Video frame video_short01_001319: 1 dets, valid=True
|
|
[22:26:26 INFO] Video batch 289: frame 2312/7500 (30%)
|
|
[22:26:27 INFO] Video batch 289: 1 detections from postprocess
|
|
[22:26:27 INFO] Video frame video_short01_001324: 1 dets, valid=True
|
|
[22:26:27 INFO] Video batch 290: frame 2320/7500 (30%)
|
|
[22:26:27 INFO] Video batch 291: frame 2328/7500 (31%)
|
|
[22:26:27 INFO] Video batch 292: frame 2336/7500 (31%)
|
|
[22:26:27 INFO] Video batch 293: frame 2344/7500 (31%)
|
|
[22:26:27 INFO] Video batch 294: frame 2352/7500 (31%)
|
|
[22:26:28 INFO] Video batch 294: 1 detections from postprocess
|
|
[22:26:28 INFO] Video frame video_short01_001340: 1 dets, valid=True
|
|
[22:26:28 INFO] Video batch 295: frame 2360/7500 (31%)
|
|
[22:26:28 INFO] Video batch 296: frame 2368/7500 (31%)
|
|
[22:26:28 INFO] Video batch 297: frame 2376/7500 (31%)
|
|
[22:26:28 INFO] Video batch 297: 1 detections from postprocess
|
|
[22:26:28 INFO] Video frame video_short01_001350: 1 dets, valid=True
|
|
[22:26:29 INFO] Video batch 298: frame 2384/7500 (31%)
|
|
[22:26:29 INFO] Video batch 298: 1 detections from postprocess
|
|
[22:26:29 INFO] Video frame video_short01_001351: 1 dets, valid=True
|
|
[22:26:29 INFO] Video batch 299: frame 2392/7500 (31%)
|
|
[22:26:29 INFO] Video batch 299: 2 detections from postprocess
|
|
[22:26:29 INFO] Video frame video_short01_001354: 1 dets, valid=True
|
|
[22:26:29 INFO] Video frame video_short01_001356: 1 dets, valid=True
|
|
[22:26:29 INFO] Video batch 300: frame 2400/7500 (32%)
|
|
[22:26:30 INFO] Video batch 300: 1 detections from postprocess
|
|
[22:26:30 INFO] Video frame video_short01_001359: 1 dets, valid=True
|
|
[22:26:30 INFO] Video batch 301: frame 2408/7500 (32%)
|
|
[22:26:30 INFO] Video batch 301: 1 detections from postprocess
|
|
[22:26:30 INFO] Video frame video_short01_001362: 1 dets, valid=True
|
|
[22:26:30 INFO] Video batch 302: frame 2416/7500 (32%)
|
|
[22:26:30 INFO] Video batch 302: 2 detections from postprocess
|
|
[22:26:30 INFO] Video frame video_short01_001364: 1 dets, valid=True
|
|
[22:26:30 INFO] Video frame video_short01_001365: 1 dets, valid=True
|
|
[22:26:30 INFO] Video batch 303: frame 2424/7500 (32%)
|
|
[22:26:30 INFO] Video batch 304: frame 2432/7500 (32%)
|
|
[22:26:31 INFO] Video batch 305: frame 2440/7500 (32%)
|
|
[22:26:31 INFO] Video batch 306: frame 2448/7500 (32%)
|
|
[22:26:31 INFO] Video batch 307: frame 2456/7500 (32%)
|
|
[22:26:31 INFO] Video batch 308: frame 2464/7500 (32%)
|
|
[22:26:31 INFO] Video batch 309: frame 2472/7500 (32%)
|
|
[22:26:32 INFO] Video batch 310: frame 2480/7500 (33%)
|
|
[22:26:32 INFO] Video batch 311: frame 2488/7500 (33%)
|
|
[22:26:32 INFO] Video batch 312: frame 2496/7500 (33%)
|
|
[22:26:32 INFO] Video batch 313: frame 2504/7500 (33%)
|
|
[22:26:33 INFO] Video batch 314: frame 2512/7500 (33%)
|
|
[22:26:33 INFO] Video batch 315: frame 2520/7500 (33%)
|
|
[22:26:33 INFO] Video batch 316: frame 2528/7500 (33%)
|
|
[22:26:33 INFO] Video batch 317: frame 2536/7500 (33%)
|
|
[22:26:33 INFO] Video batch 318: frame 2544/7500 (33%)
|
|
[22:26:34 INFO] Video batch 319: frame 2552/7500 (34%)
|
|
[22:26:34 INFO] Video batch 320: frame 2560/7500 (34%)
|
|
[22:26:34 INFO] Video batch 321: frame 2568/7500 (34%)
|
|
[22:26:34 INFO] Video batch 322: frame 2576/7500 (34%)
|
|
[22:26:34 INFO] Video batch 323: frame 2584/7500 (34%)
|
|
[22:26:35 INFO] Video batch 324: frame 2592/7500 (34%)
|
|
[22:26:35 INFO] Video batch 325: frame 2600/7500 (34%)
|
|
[22:26:35 INFO] Video batch 326: frame 2608/7500 (34%)
|
|
[22:26:35 INFO] Video batch 327: frame 2616/7500 (34%)
|
|
[22:26:36 INFO] Video batch 328: frame 2624/7500 (34%)
|
|
[22:26:36 INFO] Video batch 329: frame 2632/7500 (35%)
|
|
[22:26:36 INFO] Video batch 330: frame 2640/7500 (35%)
|
|
[22:26:36 INFO] Video batch 331: frame 2648/7500 (35%)
|
|
[22:26:36 INFO] Video batch 332: frame 2656/7500 (35%)
|
|
[22:26:37 INFO] Video batch 333: frame 2664/7500 (35%)
|
|
[22:26:37 INFO] Video batch 334: frame 2672/7500 (35%)
|
|
[22:26:37 INFO] Video batch 335: frame 2680/7500 (35%)
|
|
[22:26:38 INFO] Video batch 336: frame 2688/7500 (35%)
|
|
[22:26:38 INFO] Video batch 337: frame 2696/7500 (35%)
|
|
[22:26:38 INFO] Video batch 338: frame 2704/7500 (36%)
|
|
[22:26:38 INFO] Video batch 339: frame 2712/7500 (36%)
|
|
[22:26:38 INFO] Video batch 339: 1 detections from postprocess
|
|
[22:26:38 INFO] Video frame video_short01_001484: 1 dets, valid=True
|
|
[22:26:39 INFO] Video batch 340: frame 2720/7500 (36%)
|
|
[22:26:39 INFO] Video batch 340: 2 detections from postprocess
|
|
[22:26:39 INFO] Video frame video_short01_001485: 1 dets, valid=True
|
|
[22:26:39 INFO] Video frame video_short01_001487: 1 dets, valid=True
|
|
[22:26:39 INFO] Video batch 341: frame 2728/7500 (36%)
|
|
[22:26:39 INFO] Video batch 341: 2 detections from postprocess
|
|
[22:26:39 INFO] Video frame video_short01_001489: 1 dets, valid=True
|
|
[22:26:39 INFO] Video frame video_short01_001490: 1 dets, valid=True
|
|
[22:26:39 INFO] Video batch 342: frame 2736/7500 (36%)
|
|
[22:26:39 INFO] Video batch 342: 2 detections from postprocess
|
|
[22:26:39 INFO] Video frame video_short01_001492: 1 dets, valid=True
|
|
[22:26:39 INFO] Video frame video_short01_001493: 1 dets, valid=True
|
|
[22:26:39 INFO] Video batch 343: frame 2744/7500 (36%)
|
|
[22:26:39 INFO] Video batch 343: 2 detections from postprocess
|
|
[22:26:39 INFO] Video frame video_short01_001495: 1 dets, valid=True
|
|
[22:26:39 INFO] Video frame video_short01_001497: 1 dets, valid=True
|
|
[22:26:39 INFO] Video batch 344: frame 2752/7500 (36%)
|
|
[22:26:40 INFO] Video batch 344: 2 detections from postprocess
|
|
[22:26:40 INFO] Video frame video_short01_001498: 1 dets, valid=True
|
|
[22:26:40 INFO] Video frame video_short01_001500: 1 dets, valid=True
|
|
[22:26:40 INFO] Video batch 345: frame 2760/7500 (36%)
|
|
[22:26:40 INFO] Video batch 345: 2 detections from postprocess
|
|
[22:26:40 INFO] Video frame video_short01_001501: 1 dets, valid=True
|
|
[22:26:40 INFO] Video frame video_short01_001503: 1 dets, valid=True
|
|
[22:26:40 INFO] Video batch 346: frame 2768/7500 (36%)
|
|
[22:26:40 INFO] Video batch 346: 2 detections from postprocess
|
|
[22:26:40 INFO] Video frame video_short01_001505: 1 dets, valid=True
|
|
[22:26:40 INFO] Video frame video_short01_001506: 1 dets, valid=True
|
|
[22:26:40 INFO] Video batch 347: frame 2776/7500 (37%)
|
|
[22:26:40 INFO] Video batch 347: 2 detections from postprocess
|
|
[22:26:40 INFO] Video frame video_short01_001508: 1 dets, valid=True
|
|
[22:26:40 INFO] Video frame video_short01_001510: 1 dets, valid=True
|
|
[22:26:40 INFO] Video batch 348: frame 2784/7500 (37%)
|
|
[22:26:41 INFO] Video batch 348: 2 detections from postprocess
|
|
[22:26:41 INFO] Video frame video_short01_001511: 1 dets, valid=True
|
|
[22:26:41 INFO] Video frame video_short01_001513: 1 dets, valid=True
|
|
[22:26:41 INFO] Video batch 349: frame 2792/7500 (37%)
|
|
[22:26:41 INFO] Video batch 349: 2 detections from postprocess
|
|
[22:26:41 INFO] Video frame video_short01_001514: 1 dets, valid=True
|
|
[22:26:41 INFO] Video frame video_short01_001516: 1 dets, valid=True
|
|
[22:26:41 INFO] Video batch 350: frame 2800/7500 (37%)
|
|
[22:26:41 INFO] Video batch 350: 2 detections from postprocess
|
|
[22:26:41 INFO] Video frame video_short01_001517: 1 dets, valid=True
|
|
[22:26:41 INFO] Video frame video_short01_001519: 1 dets, valid=True
|
|
[22:26:41 INFO] Video batch 351: frame 2808/7500 (37%)
|
|
[22:26:41 INFO] Video batch 351: 2 detections from postprocess
|
|
[22:26:41 INFO] Video frame video_short01_001521: 1 dets, valid=True
|
|
[22:26:41 INFO] Video frame video_short01_001522: 1 dets, valid=True
|
|
[22:26:41 INFO] Video batch 352: frame 2816/7500 (37%)
|
|
[22:26:41 INFO] Video batch 352: 2 detections from postprocess
|
|
[22:26:41 INFO] Video frame video_short01_001524: 1 dets, valid=True
|
|
[22:26:41 INFO] Video frame video_short01_001525: 1 dets, valid=True
|
|
[22:26:42 INFO] Video batch 353: frame 2824/7500 (37%)
|
|
[22:26:42 INFO] Video batch 353: 2 detections from postprocess
|
|
[22:26:42 INFO] Video frame video_short01_001527: 1 dets, valid=True
|
|
[22:26:42 INFO] Video frame video_short01_001529: 1 dets, valid=True
|
|
[22:26:42 INFO] Video batch 354: frame 2832/7500 (37%)
|
|
[22:26:42 INFO] Video batch 354: 2 detections from postprocess
|
|
[22:26:42 INFO] Video frame video_short01_001530: 1 dets, valid=True
|
|
[22:26:42 INFO] Video frame video_short01_001532: 1 dets, valid=True
|
|
[22:26:42 INFO] Video batch 355: frame 2840/7500 (37%)
|
|
[22:26:42 INFO] Video batch 355: 2 detections from postprocess
|
|
[22:26:42 INFO] Video frame video_short01_001533: 1 dets, valid=True
|
|
[22:26:42 INFO] Video frame video_short01_001535: 1 dets, valid=True
|
|
[22:26:42 INFO] Video batch 356: frame 2848/7500 (37%)
|
|
[22:26:43 INFO] Video batch 356: 2 detections from postprocess
|
|
[22:26:43 INFO] Video frame video_short01_001537: 1 dets, valid=True
|
|
[22:26:43 INFO] Video frame video_short01_001538: 1 dets, valid=True
|
|
[22:26:43 INFO] Video batch 357: frame 2856/7500 (38%)
|
|
[22:26:43 INFO] Video batch 357: 2 detections from postprocess
|
|
[22:26:43 INFO] Video frame video_short01_001540: 1 dets, valid=True
|
|
[22:26:43 INFO] Video frame video_short01_001541: 1 dets, valid=True
|
|
[22:26:43 INFO] Video batch 358: frame 2864/7500 (38%)
|
|
[22:26:43 INFO] Video batch 358: 2 detections from postprocess
|
|
[22:26:43 INFO] Video frame video_short01_001543: 1 dets, valid=True
|
|
[22:26:43 INFO] Video frame video_short01_001545: 1 dets, valid=True
|
|
[22:26:43 INFO] Video batch 359: frame 2872/7500 (38%)
|
|
[22:26:43 INFO] Video batch 359: 2 detections from postprocess
|
|
[22:26:43 INFO] Video frame video_short01_001546: 1 dets, valid=True
|
|
[22:26:43 INFO] Video frame video_short01_001548: 1 dets, valid=True
|
|
[22:26:43 INFO] Video batch 360: frame 2880/7500 (38%)
|
|
[22:26:44 INFO] Video batch 360: 2 detections from postprocess
|
|
[22:26:44 INFO] Video frame video_short01_001550: 1 dets, valid=True
|
|
[22:26:44 INFO] Video frame video_short01_001551: 1 dets, valid=True
|
|
[22:26:44 INFO] Video batch 361: frame 2888/7500 (38%)
|
|
[22:26:44 INFO] Video batch 361: 2 detections from postprocess
|
|
[22:26:44 INFO] Video frame video_short01_001553: 1 dets, valid=True
|
|
[22:26:44 INFO] Video frame video_short01_001554: 1 dets, valid=True
|
|
[22:26:44 INFO] Video batch 362: frame 2896/7500 (38%)
|
|
[22:26:44 INFO] Video batch 362: 2 detections from postprocess
|
|
[22:26:44 INFO] Video frame video_short01_001556: 1 dets, valid=True
|
|
[22:26:44 INFO] Video frame video_short01_001557: 1 dets, valid=True
|
|
[22:26:44 INFO] Video batch 363: frame 2904/7500 (38%)
|
|
[22:26:44 INFO] Video batch 363: 2 detections from postprocess
|
|
[22:26:44 INFO] Video frame video_short01_001559: 1 dets, valid=True
|
|
[22:26:44 INFO] Video frame video_short01_001561: 1 dets, valid=True
|
|
[22:26:44 INFO] Video batch 364: frame 2912/7500 (38%)
|
|
[22:26:44 INFO] Video batch 364: 2 detections from postprocess
|
|
[22:26:44 INFO] Video frame video_short01_001562: 1 dets, valid=True
|
|
[22:26:44 INFO] Video frame video_short01_001564: 1 dets, valid=True
|
|
[22:26:45 INFO] Video batch 365: frame 2920/7500 (38%)
|
|
[22:26:45 INFO] Video batch 365: 2 detections from postprocess
|
|
[22:26:45 INFO] Video frame video_short01_001565: 1 dets, valid=True
|
|
[22:26:45 INFO] Video frame video_short01_001567: 1 dets, valid=True
|
|
[22:26:45 INFO] Video batch 366: frame 2928/7500 (39%)
|
|
[22:26:45 INFO] Video batch 366: 2 detections from postprocess
|
|
[22:26:45 INFO] Video frame video_short01_001569: 1 dets, valid=True
|
|
[22:26:45 INFO] Video frame video_short01_001570: 1 dets, valid=True
|
|
[22:26:45 INFO] Video batch 367: frame 2936/7500 (39%)
|
|
[22:26:45 INFO] Video batch 367: 2 detections from postprocess
|
|
[22:26:45 INFO] Video frame video_short01_001572: 1 dets, valid=True
|
|
[22:26:45 INFO] Video frame video_short01_001573: 1 dets, valid=True
|
|
[22:26:45 INFO] Video batch 368: frame 2944/7500 (39%)
|
|
[22:26:45 INFO] Video batch 368: 2 detections from postprocess
|
|
[22:26:45 INFO] Video frame video_short01_001575: 1 dets, valid=True
|
|
[22:26:45 INFO] Video frame video_short01_001577: 1 dets, valid=True
|
|
[22:26:45 INFO] Video batch 369: frame 2952/7500 (39%)
|
|
[22:26:46 INFO] Video batch 369: 2 detections from postprocess
|
|
[22:26:46 INFO] Video frame video_short01_001578: 1 dets, valid=True
|
|
[22:26:46 INFO] Video frame video_short01_001580: 1 dets, valid=True
|
|
[22:26:46 INFO] Video batch 370: frame 2960/7500 (39%)
|
|
[22:26:46 INFO] Video batch 370: 2 detections from postprocess
|
|
[22:26:46 INFO] Video frame video_short01_001581: 1 dets, valid=True
|
|
[22:26:46 INFO] Video frame video_short01_001583: 1 dets, valid=True
|
|
[22:26:46 INFO] Video batch 371: frame 2968/7500 (39%)
|
|
[22:26:46 INFO] Video batch 371: 2 detections from postprocess
|
|
[22:26:46 INFO] Video frame video_short01_001585: 1 dets, valid=True
|
|
[22:26:46 INFO] Video frame video_short01_001586: 1 dets, valid=True
|
|
[22:26:46 INFO] Video batch 372: frame 2976/7500 (39%)
|
|
[22:26:46 INFO] Video batch 372: 2 detections from postprocess
|
|
[22:26:46 INFO] Video frame video_short01_001588: 1 dets, valid=True
|
|
[22:26:46 INFO] Video frame video_short01_001590: 1 dets, valid=True
|
|
[22:26:46 INFO] Video batch 373: frame 2984/7500 (39%)
|
|
[22:26:47 INFO] Video batch 373: 2 detections from postprocess
|
|
[22:26:47 INFO] Video frame video_short01_001591: 1 dets, valid=True
|
|
[22:26:47 INFO] Video frame video_short01_001593: 1 dets, valid=True
|
|
[22:26:47 INFO] Video batch 374: frame 2992/7500 (39%)
|
|
[22:26:47 INFO] Video batch 374: 2 detections from postprocess
|
|
[22:26:47 INFO] Video frame video_short01_001594: 1 dets, valid=True
|
|
[22:26:47 INFO] Video frame video_short01_001596: 1 dets, valid=True
|
|
[22:26:47 INFO] Video batch 375: frame 3000/7500 (40%)
|
|
[22:26:47 INFO] Video batch 375: 1 detections from postprocess
|
|
[22:26:47 INFO] Video frame video_short01_001597: 1 dets, valid=True
|
|
[22:26:47 INFO] Video batch 376: frame 3008/7500 (40%)
|
|
[22:26:47 INFO] Video batch 376: 1 detections from postprocess
|
|
[22:26:47 INFO] Video frame video_short01_002002: 1 dets, valid=True
|
|
[22:26:47 INFO] Video batch 377: frame 3016/7500 (40%)
|
|
[22:26:48 INFO] Video batch 378: frame 3024/7500 (40%)
|
|
[22:26:48 INFO] Video batch 379: frame 3032/7500 (40%)
|
|
[22:26:48 INFO] Video batch 380: frame 3040/7500 (40%)
|
|
[22:26:49 INFO] Video batch 381: frame 3048/7500 (40%)
|
|
[22:26:49 INFO] Video batch 382: frame 3056/7500 (40%)
|
|
[22:26:49 INFO] Video batch 383: frame 3064/7500 (40%)
|
|
[22:26:49 INFO] Video batch 383: 1 detections from postprocess
|
|
[22:26:49 INFO] Video frame video_short01_002025: 1 dets, valid=True
|
|
[22:26:49 INFO] Video batch 384: frame 3072/7500 (40%)
|
|
[22:26:50 INFO] Video batch 384: 2 detections from postprocess
|
|
[22:26:50 INFO] Video frame video_short01_002026: 1 dets, valid=True
|
|
[22:26:50 INFO] Video frame video_short01_002028: 1 dets, valid=True
|
|
[22:26:50 INFO] Video batch 385: frame 3080/7500 (41%)
|
|
[22:26:50 INFO] Video batch 385: 2 detections from postprocess
|
|
[22:26:50 INFO] Video frame video_short01_002030: 1 dets, valid=True
|
|
[22:26:50 INFO] Video frame video_short01_002031: 1 dets, valid=True
|
|
[22:26:50 INFO] Video batch 386: frame 3088/7500 (41%)
|
|
[22:26:50 INFO] Video batch 386: 1 detections from postprocess
|
|
[22:26:50 INFO] Video frame video_short01_002033: 1 dets, valid=True
|
|
[22:26:50 INFO] Video batch 387: frame 3096/7500 (41%)
|
|
[22:26:50 INFO] Video batch 387: 1 detections from postprocess
|
|
[22:26:50 INFO] Video frame video_short01_002037: 1 dets, valid=True
|
|
[22:26:50 INFO] Video batch 388: frame 3104/7500 (41%)
|
|
[22:26:51 INFO] Video batch 389: frame 3112/7500 (41%)
|
|
[22:26:51 INFO] Video batch 390: frame 3120/7500 (41%)
|
|
[22:26:51 INFO] Video batch 391: frame 3128/7500 (41%)
|
|
[22:26:51 INFO] Video batch 392: frame 3136/7500 (41%)
|
|
[22:26:51 INFO] Video batch 393: frame 3144/7500 (41%)
|
|
[22:26:52 INFO] Video batch 394: frame 3152/7500 (42%)
|
|
[22:26:52 INFO] Video batch 395: frame 3160/7500 (42%)
|
|
[22:26:52 INFO] Video batch 396: frame 3168/7500 (42%)
|
|
[22:26:52 INFO] Video batch 397: frame 3176/7500 (42%)
|
|
[22:26:52 INFO] Video batch 397: 1 detections from postprocess
|
|
[22:26:52 INFO] Video frame video_short01_002070: 1 dets, valid=True
|
|
[22:26:52 INFO] Video batch 398: frame 3184/7500 (42%)
|
|
[22:26:53 INFO] Video batch 398: 2 detections from postprocess
|
|
[22:26:53 INFO] Video frame video_short01_002071: 1 dets, valid=True
|
|
[22:26:53 INFO] Video frame video_short01_002073: 1 dets, valid=True
|
|
[22:26:53 INFO] Video batch 399: frame 3192/7500 (42%)
|
|
[22:26:53 INFO] Video batch 399: 2 detections from postprocess
|
|
[22:26:53 INFO] Video frame video_short01_002074: 1 dets, valid=True
|
|
[22:26:53 INFO] Video frame video_short01_002076: 1 dets, valid=True
|
|
[22:26:53 INFO] Video batch 400: frame 3200/7500 (42%)
|
|
[22:26:53 INFO] Video batch 400: 2 detections from postprocess
|
|
[22:26:53 INFO] Video frame video_short01_002077: 1 dets, valid=True
|
|
[22:26:53 INFO] Video frame video_short01_002079: 1 dets, valid=True
|
|
[22:26:53 INFO] Video batch 401: frame 3208/7500 (42%)
|
|
[22:26:53 INFO] Video batch 401: 2 detections from postprocess
|
|
[22:26:53 INFO] Video frame video_short01_002081: 1 dets, valid=True
|
|
[22:26:53 INFO] Video frame video_short01_002082: 1 dets, valid=True
|
|
[22:26:53 INFO] Video batch 402: frame 3216/7500 (42%)
|
|
[22:26:54 INFO] Video batch 402: 1 detections from postprocess
|
|
[22:26:54 INFO] Video frame video_short01_002084: 1 dets, valid=True
|
|
[22:26:54 INFO] Video batch 403: frame 3224/7500 (42%)
|
|
[22:26:54 INFO] Video batch 404: frame 3232/7500 (43%)
|
|
[22:26:54 INFO] Video batch 405: frame 3240/7500 (43%)
|
|
[22:26:54 INFO] Video batch 406: frame 3248/7500 (43%)
|
|
[22:26:54 INFO] Video batch 407: frame 3256/7500 (43%)
|
|
[22:26:55 INFO] Video batch 407: 1 detections from postprocess
|
|
[22:26:55 INFO] Video frame video_short01_002101: 1 dets, valid=True
|
|
[22:26:55 INFO] Video batch 408: frame 3264/7500 (43%)
|
|
[22:26:55 INFO] Video batch 408: 2 detections from postprocess
|
|
[22:26:55 INFO] Video frame video_short01_002103: 1 dets, valid=True
|
|
[22:26:55 INFO] Video frame video_short01_002105: 1 dets, valid=True
|
|
[22:26:55 INFO] Video batch 409: frame 3272/7500 (43%)
|
|
[22:26:55 INFO] Video batch 409: 2 detections from postprocess
|
|
[22:26:55 INFO] Video frame video_short01_002106: 1 dets, valid=True
|
|
[22:26:55 INFO] Video frame video_short01_002108: 1 dets, valid=True
|
|
[22:26:55 INFO] Video batch 410: frame 3280/7500 (43%)
|
|
[22:26:55 INFO] Video batch 410: 2 detections from postprocess
|
|
[22:26:55 INFO] Video frame video_short01_002110: 1 dets, valid=True
|
|
[22:26:55 INFO] Video frame video_short01_002111: 1 dets, valid=True
|
|
[22:26:55 INFO] Video batch 411: frame 3288/7500 (43%)
|
|
[22:26:56 INFO] Video batch 411: 2 detections from postprocess
|
|
[22:26:56 INFO] Video frame video_short01_002113: 1 dets, valid=True
|
|
[22:26:56 INFO] Video frame video_short01_002114: 1 dets, valid=True
|
|
[22:26:56 INFO] Video batch 412: frame 3296/7500 (43%)
|
|
[22:26:56 INFO] Video batch 413: frame 3304/7500 (44%)
|
|
[22:26:56 INFO] Video batch 413: 1 detections from postprocess
|
|
[22:26:56 INFO] Video frame video_short01_002121: 1 dets, valid=True
|
|
[22:26:56 INFO] Video batch 414: frame 3312/7500 (44%)
|
|
[22:26:56 INFO] Video batch 415: frame 3320/7500 (44%)
|
|
[22:26:56 INFO] Video batch 415: 2 detections from postprocess
|
|
[22:26:56 INFO] Video frame video_short01_002125: 1 dets, valid=True
|
|
[22:26:56 INFO] Video frame video_short01_002127: 1 dets, valid=True
|
|
[22:26:56 INFO] Video batch 416: frame 3328/7500 (44%)
|
|
[22:26:57 INFO] Video batch 416: 1 detections from postprocess
|
|
[22:26:57 INFO] Video frame video_short01_002130: 1 dets, valid=True
|
|
[22:26:57 INFO] Video batch 417: frame 3336/7500 (44%)
|
|
[22:26:57 INFO] Video batch 417: 2 detections from postprocess
|
|
[22:26:57 INFO] Video frame video_short01_002132: 1 dets, valid=True
|
|
[22:26:57 INFO] Video frame video_short01_002133: 1 dets, valid=True
|
|
[22:26:57 INFO] Video batch 418: frame 3344/7500 (44%)
|
|
[22:26:57 INFO] Video batch 418: 1 detections from postprocess
|
|
[22:26:57 INFO] Video frame video_short01_002137: 1 dets, valid=True
|
|
[22:26:57 INFO] Video batch 419: frame 3352/7500 (44%)
|
|
[22:26:57 INFO] Video batch 420: frame 3360/7500 (44%)
|
|
[22:26:58 INFO] Video batch 421: frame 3368/7500 (44%)
|
|
[22:26:58 INFO] Video batch 422: frame 3376/7500 (45%)
|
|
[22:26:58 INFO] Video batch 422: 1 detections from postprocess
|
|
[22:26:58 INFO] Video frame video_short01_002150: 1 dets, valid=True
|
|
[22:26:58 INFO] Video batch 423: frame 3384/7500 (45%)
|
|
[22:26:58 INFO] Video batch 423: 1 detections from postprocess
|
|
[22:26:58 INFO] Video frame video_short01_002153: 1 dets, valid=True
|
|
[22:26:58 INFO] Video batch 424: frame 3392/7500 (45%)
|
|
[22:26:58 INFO] Video batch 424: 1 detections from postprocess
|
|
[22:26:58 INFO] Video frame video_short01_002156: 1 dets, valid=True
|
|
[22:26:58 INFO] Video batch 425: frame 3400/7500 (45%)
|
|
[22:26:59 INFO] Video batch 425: 1 detections from postprocess
|
|
[22:26:59 INFO] Video frame video_short01_002157: 1 dets, valid=True
|
|
[22:26:59 INFO] Video batch 426: frame 3408/7500 (45%)
|
|
[22:26:59 INFO] Video batch 426: 1 detections from postprocess
|
|
[22:26:59 INFO] Video frame video_short01_002162: 1 dets, valid=True
|
|
[22:26:59 INFO] Video batch 427: frame 3416/7500 (45%)
|
|
[22:26:59 INFO] Video batch 427: 2 detections from postprocess
|
|
[22:26:59 INFO] Video frame video_short01_002164: 1 dets, valid=True
|
|
[22:26:59 INFO] Video frame video_short01_002165: 1 dets, valid=True
|
|
[22:26:59 INFO] Video batch 428: frame 3424/7500 (45%)
|
|
[22:26:59 INFO] Video batch 429: frame 3432/7500 (45%)
|
|
[22:27:00 INFO] Video batch 430: frame 3440/7500 (45%)
|
|
[22:27:00 INFO] Video batch 431: frame 3448/7500 (45%)
|
|
[22:27:00 INFO] Video batch 432: frame 3456/7500 (46%)
|
|
[22:27:00 INFO] Video batch 433: frame 3464/7500 (46%)
|
|
[22:27:00 INFO] Video batch 433: 1 detections from postprocess
|
|
[22:27:00 INFO] Video frame video_short01_002185: 1 dets, valid=True
|
|
[22:27:00 INFO] Video batch 434: frame 3472/7500 (46%)
|
|
[22:27:01 INFO] Video batch 434: 1 detections from postprocess
|
|
[22:27:01 INFO] Video frame video_short01_002186: 1 dets, valid=True
|
|
[22:27:01 INFO] Video batch 435: frame 3480/7500 (46%)
|
|
[22:27:01 INFO] Video batch 436: frame 3488/7500 (46%)
|
|
[22:27:01 INFO] Video batch 437: frame 3496/7500 (46%)
|
|
[22:27:01 INFO] Video batch 438: frame 3504/7500 (46%)
|
|
[22:27:01 INFO] Video batch 439: frame 3512/7500 (46%)
|
|
[22:27:02 INFO] Video batch 440: frame 3520/7500 (46%)
|
|
[22:27:02 INFO] Video batch 441: frame 3528/7500 (47%)
|
|
[22:27:02 INFO] Video batch 442: frame 3536/7500 (47%)
|
|
[22:27:02 INFO] Video batch 443: frame 3544/7500 (47%)
|
|
[22:27:03 INFO] Video batch 444: frame 3552/7500 (47%)
|
|
[22:27:03 INFO] Video batch 445: frame 3560/7500 (47%)
|
|
[22:27:03 INFO] Video batch 446: frame 3568/7500 (47%)
|
|
[22:27:03 INFO] Video batch 447: frame 3576/7500 (47%)
|
|
[22:27:03 INFO] Video batch 448: frame 3584/7500 (47%)
|
|
[22:27:04 INFO] Video batch 449: frame 3592/7500 (47%)
|
|
[22:27:04 INFO] Video batch 450: frame 3600/7500 (48%)
|
|
[22:27:04 INFO] Video batch 451: frame 3608/7500 (48%)
|
|
[22:27:04 INFO] Video batch 452: frame 3616/7500 (48%)
|
|
[22:27:04 INFO] Video batch 453: frame 3624/7500 (48%)
|
|
[22:27:05 INFO] Video batch 454: frame 3632/7500 (48%)
|
|
[22:27:05 INFO] Video batch 455: frame 3640/7500 (48%)
|
|
[22:27:05 INFO] Video batch 456: frame 3648/7500 (48%)
|
|
[22:27:05 INFO] Video batch 457: frame 3656/7500 (48%)
|
|
[22:27:05 INFO] Video batch 458: frame 3664/7500 (48%)
|
|
[22:27:06 INFO] Video batch 459: frame 3672/7500 (48%)
|
|
[22:27:06 INFO] Video batch 460: frame 3680/7500 (49%)
|
|
[22:27:06 INFO] Video batch 461: frame 3688/7500 (49%)
|
|
[22:27:06 INFO] Video batch 462: frame 3696/7500 (49%)
|
|
[22:27:06 INFO] Video batch 463: frame 3704/7500 (49%)
|
|
[22:27:07 INFO] Video batch 464: frame 3712/7500 (49%)
|
|
[22:27:07 INFO] Video batch 465: frame 3720/7500 (49%)
|
|
[22:27:07 INFO] Video batch 466: frame 3728/7500 (49%)
|
|
[22:27:07 INFO] Video batch 467: frame 3736/7500 (49%)
|
|
[22:27:07 INFO] Video batch 467: 1 detections from postprocess
|
|
[22:27:07 INFO] Video frame video_short01_002293: 1 dets, valid=True
|
|
[22:27:07 INFO] Video batch 468: frame 3744/7500 (49%)
|
|
[22:27:08 INFO] Video batch 468: 3 detections from postprocess
|
|
[22:27:08 INFO] Video frame video_short01_002295: 1 dets, valid=True
|
|
[22:27:08 INFO] Video frame video_short01_002297: 2 dets, valid=True
|
|
[22:27:08 INFO] Video batch 469: frame 3752/7500 (50%)
|
|
[22:27:08 INFO] Video batch 469: 3 detections from postprocess
|
|
[22:27:08 INFO] Video frame video_short01_002298: 1 dets, valid=True
|
|
[22:27:08 INFO] Video frame video_short01_002300: 2 dets, valid=True
|
|
[22:27:08 INFO] Video batch 470: frame 3760/7500 (50%)
|
|
[22:27:08 INFO] Video batch 470: 4 detections from postprocess
|
|
[22:27:08 INFO] Video frame video_short01_002301: 2 dets, valid=True
|
|
[22:27:08 INFO] Video frame video_short01_002303: 2 dets, valid=True
|
|
[22:27:08 INFO] Video batch 471: frame 3768/7500 (50%)
|
|
[22:27:08 INFO] Video batch 471: 4 detections from postprocess
|
|
[22:27:08 INFO] Video frame video_short01_002305: 2 dets, valid=True
|
|
[22:27:08 INFO] Video frame video_short01_002306: 2 dets, valid=True
|
|
[22:27:08 INFO] Video batch 472: frame 3776/7500 (50%)
|
|
[22:27:09 INFO] Video batch 472: 2 detections from postprocess
|
|
[22:27:09 INFO] Video frame video_short01_002308: 1 dets, valid=True
|
|
[22:27:09 INFO] Video frame video_short01_002310: 1 dets, valid=True
|
|
[22:27:09 INFO] Video batch 473: frame 3784/7500 (50%)
|
|
[22:27:09 INFO] Video batch 473: 2 detections from postprocess
|
|
[22:27:09 INFO] Video frame video_short01_002311: 1 dets, valid=True
|
|
[22:27:09 INFO] Video frame video_short01_002313: 1 dets, valid=True
|
|
[22:27:09 INFO] Video batch 474: frame 3792/7500 (50%)
|
|
[22:27:09 INFO] Video batch 474: 2 detections from postprocess
|
|
[22:27:09 INFO] Video frame video_short01_002314: 1 dets, valid=True
|
|
[22:27:09 INFO] Video frame video_short01_002316: 1 dets, valid=True
|
|
[22:27:09 INFO] Video batch 475: frame 3800/7500 (50%)
|
|
[22:27:09 INFO] Video batch 475: 2 detections from postprocess
|
|
[22:27:09 INFO] Video frame video_short01_002317: 1 dets, valid=True
|
|
[22:27:09 INFO] Video frame video_short01_002319: 1 dets, valid=True
|
|
[22:27:09 INFO] Video batch 476: frame 3808/7500 (50%)
|
|
[22:27:10 INFO] Video batch 476: 2 detections from postprocess
|
|
[22:27:10 INFO] Video frame video_short01_002321: 1 dets, valid=True
|
|
[22:27:10 INFO] Video frame video_short01_002322: 1 dets, valid=True
|
|
[22:27:10 INFO] Video batch 477: frame 3816/7500 (50%)
|
|
[22:27:10 INFO] Video batch 477: 3 detections from postprocess
|
|
[22:27:10 INFO] Video frame video_short01_002324: 2 dets, valid=True
|
|
[22:27:10 INFO] Video frame video_short01_002325: 1 dets, valid=True
|
|
[22:27:10 INFO] Video batch 478: frame 3824/7500 (50%)
|
|
[22:27:10 INFO] Video batch 478: 2 detections from postprocess
|
|
[22:27:10 INFO] Video frame video_short01_002327: 1 dets, valid=True
|
|
[22:27:10 INFO] Video frame video_short01_002329: 1 dets, valid=True
|
|
[22:27:10 INFO] Video batch 479: frame 3832/7500 (51%)
|
|
[22:27:10 INFO] Video batch 479: 2 detections from postprocess
|
|
[22:27:10 INFO] Video frame video_short01_002330: 1 dets, valid=True
|
|
[22:27:10 INFO] Video frame video_short01_002332: 1 dets, valid=True
|
|
[22:27:10 INFO] Video batch 480: frame 3840/7500 (51%)
|
|
[22:27:10 INFO] Video batch 480: 2 detections from postprocess
|
|
[22:27:10 INFO] Video frame video_short01_002333: 1 dets, valid=True
|
|
[22:27:10 INFO] Video frame video_short01_002335: 1 dets, valid=True
|
|
[22:27:11 INFO] Video batch 481: frame 3848/7500 (51%)
|
|
[22:27:11 INFO] Video batch 481: 3 detections from postprocess
|
|
[22:27:11 INFO] Video frame video_short01_002337: 2 dets, valid=True
|
|
[22:27:11 INFO] Video frame video_short01_002338: 1 dets, valid=True
|
|
[22:27:11 INFO] Video batch 482: frame 3856/7500 (51%)
|
|
[22:27:11 INFO] Video batch 482: 4 detections from postprocess
|
|
[22:27:11 INFO] Video frame video_short01_002340: 2 dets, valid=True
|
|
[22:27:11 INFO] Video frame video_short01_002341: 2 dets, valid=True
|
|
[22:27:11 INFO] Video batch 483: frame 3864/7500 (51%)
|
|
[22:27:11 INFO] Video batch 483: 4 detections from postprocess
|
|
[22:27:11 INFO] Video frame video_short01_002343: 2 dets, valid=True
|
|
[22:27:11 INFO] Video frame video_short01_002345: 2 dets, valid=True
|
|
[22:27:11 INFO] Video batch 484: frame 3872/7500 (51%)
|
|
[22:27:11 INFO] Video batch 484: 4 detections from postprocess
|
|
[22:27:11 INFO] Video frame video_short01_002346: 2 dets, valid=True
|
|
[22:27:11 INFO] Video frame video_short01_002348: 2 dets, valid=True
|
|
[22:27:11 INFO] Video batch 485: frame 3880/7500 (51%)
|
|
[22:27:12 INFO] Video batch 485: 4 detections from postprocess
|
|
[22:27:12 INFO] Video frame video_short01_002350: 2 dets, valid=True
|
|
[22:27:12 INFO] Video frame video_short01_002351: 2 dets, valid=True
|
|
[22:27:12 INFO] Video batch 486: frame 3888/7500 (51%)
|
|
[22:27:12 INFO] Video batch 486: 4 detections from postprocess
|
|
[22:27:12 INFO] Video frame video_short01_002353: 4 dets, valid=True
|
|
[22:27:12 INFO] Video batch 487: frame 3896/7500 (51%)
|
|
[22:27:12 INFO] Video batch 488: frame 3904/7500 (52%)
|
|
[22:27:12 INFO] Video batch 489: frame 3912/7500 (52%)
|
|
[22:27:13 INFO] Video batch 490: frame 3920/7500 (52%)
|
|
[22:27:13 INFO] Video batch 491: frame 3928/7500 (52%)
|
|
[22:27:13 INFO] Video batch 492: frame 3936/7500 (52%)
|
|
[22:27:13 INFO] Video batch 493: frame 3944/7500 (52%)
|
|
[22:27:13 INFO] Video batch 494: frame 3952/7500 (52%)
|
|
[22:27:14 INFO] Video batch 495: frame 3960/7500 (52%)
|
|
[22:27:14 INFO] Video batch 496: frame 3968/7500 (52%)
|
|
[22:27:14 INFO] Video batch 497: frame 3976/7500 (53%)
|
|
[22:27:14 INFO] Video batch 498: frame 3984/7500 (53%)
|
|
[22:27:15 INFO] Video batch 499: frame 3992/7500 (53%)
|
|
[22:27:15 INFO] Video batch 500: frame 4000/7500 (53%)
|
|
[22:27:15 INFO] Video batch 501: frame 4008/7500 (53%)
|
|
[22:27:15 INFO] Video batch 502: frame 4016/7500 (53%)
|
|
[22:27:15 INFO] Video batch 503: frame 4024/7500 (53%)
|
|
[22:27:16 INFO] Video batch 504: frame 4032/7500 (53%)
|
|
[22:27:16 INFO] Video batch 505: frame 4040/7500 (53%)
|
|
[22:27:16 INFO] Video batch 506: frame 4048/7500 (53%)
|
|
[22:27:16 INFO] Video batch 507: frame 4056/7500 (54%)
|
|
[22:27:17 INFO] Video batch 508: frame 4064/7500 (54%)
|
|
[22:27:17 INFO] Video batch 509: frame 4072/7500 (54%)
|
|
[22:27:17 INFO] Video batch 510: frame 4080/7500 (54%)
|
|
[22:27:17 INFO] Video batch 511: frame 4088/7500 (54%)
|
|
[22:27:17 INFO] Video batch 512: frame 4096/7500 (54%)
|
|
[22:27:18 INFO] Video batch 512: 1 detections from postprocess
|
|
[22:27:18 INFO] Video frame video_short01_002437: 1 dets, valid=True
|
|
[22:27:18 INFO] Video batch 513: frame 4104/7500 (54%)
|
|
[22:27:18 INFO] Video batch 513: 1 detections from postprocess
|
|
[22:27:18 INFO] Video frame video_short01_002439: 1 dets, valid=True
|
|
[22:27:18 INFO] Video batch 514: frame 4112/7500 (54%)
|
|
[22:27:18 INFO] Video batch 515: frame 4120/7500 (54%)
|
|
[22:27:18 INFO] Video batch 516: frame 4128/7500 (55%)
|
|
[22:27:19 INFO] Video batch 517: frame 4136/7500 (55%)
|
|
[22:27:19 INFO] Video batch 518: frame 4144/7500 (55%)
|
|
[22:27:19 INFO] Video batch 519: frame 4152/7500 (55%)
|
|
[22:27:19 INFO] Video batch 520: frame 4160/7500 (55%)
|
|
[22:27:19 INFO] Video batch 521: frame 4168/7500 (55%)
|
|
[22:27:20 INFO] Video batch 522: frame 4176/7500 (55%)
|
|
[22:27:20 INFO] Video batch 523: frame 4184/7500 (55%)
|
|
[22:27:20 INFO] Video batch 524: frame 4192/7500 (55%)
|
|
[22:27:20 INFO] Video batch 525: frame 4200/7500 (56%)
|
|
[22:27:20 INFO] Video batch 526: frame 4208/7500 (56%)
|
|
[22:27:21 INFO] Video batch 527: frame 4216/7500 (56%)
|
|
[22:27:21 INFO] Video batch 528: frame 4224/7500 (56%)
|
|
[22:27:21 INFO] Video batch 529: frame 4232/7500 (56%)
|
|
[22:27:21 INFO] Video batch 530: frame 4240/7500 (56%)
|
|
[22:27:22 INFO] Video batch 531: frame 4248/7500 (56%)
|
|
[22:27:22 INFO] Video batch 532: frame 4256/7500 (56%)
|
|
[22:27:22 INFO] Video batch 533: frame 4264/7500 (56%)
|
|
[22:27:22 INFO] Video batch 534: frame 4272/7500 (56%)
|
|
[22:27:23 INFO] Video batch 535: frame 4280/7500 (57%)
|
|
[22:27:23 INFO] Video batch 536: frame 4288/7500 (57%)
|
|
[22:27:23 INFO] Video batch 537: frame 4296/7500 (57%)
|
|
[22:27:23 INFO] Video batch 538: frame 4304/7500 (57%)
|
|
[22:27:23 INFO] Video batch 539: frame 4312/7500 (57%)
|
|
[22:27:24 INFO] Video batch 540: frame 4320/7500 (57%)
|
|
[22:27:24 INFO] Video batch 541: frame 4328/7500 (57%)
|
|
[22:27:24 INFO] Video batch 542: frame 4336/7500 (57%)
|
|
[22:27:24 INFO] Video batch 543: frame 4344/7500 (57%)
|
|
[22:27:25 INFO] Video batch 544: frame 4352/7500 (58%)
|
|
[22:27:25 INFO] Video batch 545: frame 4360/7500 (58%)
|
|
[22:27:25 INFO] Video batch 546: frame 4368/7500 (58%)
|
|
[22:27:25 INFO] Video batch 547: frame 4376/7500 (58%)
|
|
[22:27:25 INFO] Video batch 547: 3 detections from postprocess
|
|
[22:27:25 INFO] Video frame video_short01_002548: 2 dets, valid=True
|
|
[22:27:25 INFO] Video frame video_short01_002550: 1 dets, valid=True
|
|
[22:27:26 INFO] Video batch 548: frame 4384/7500 (58%)
|
|
[22:27:26 INFO] Video batch 548: 2 detections from postprocess
|
|
[22:27:26 INFO] Video frame video_short01_002551: 1 dets, valid=True
|
|
[22:27:26 INFO] Video frame video_short01_002553: 1 dets, valid=True
|
|
[22:27:26 INFO] Video batch 549: frame 4392/7500 (58%)
|
|
[22:27:26 INFO] Video batch 549: 2 detections from postprocess
|
|
[22:27:26 INFO] Video frame video_short01_002554: 1 dets, valid=True
|
|
[22:27:26 INFO] Video frame video_short01_002556: 1 dets, valid=True
|
|
[22:27:26 INFO] Video batch 550: frame 4400/7500 (58%)
|
|
[22:27:26 INFO] Video batch 550: 2 detections from postprocess
|
|
[22:27:26 INFO] Video frame video_short01_002557: 1 dets, valid=True
|
|
[22:27:26 INFO] Video frame video_short01_002559: 1 dets, valid=True
|
|
[22:27:26 INFO] Video batch 551: frame 4408/7500 (58%)
|
|
[22:27:26 INFO] Video batch 551: 2 detections from postprocess
|
|
[22:27:26 INFO] Video frame video_short01_002561: 1 dets, valid=True
|
|
[22:27:26 INFO] Video frame video_short01_002562: 1 dets, valid=True
|
|
[22:27:26 INFO] Video batch 552: frame 4416/7500 (58%)
|
|
[22:27:27 INFO] Video batch 552: 2 detections from postprocess
|
|
[22:27:27 INFO] Video frame video_short01_002564: 1 dets, valid=True
|
|
[22:27:27 INFO] Video frame video_short01_002565: 1 dets, valid=True
|
|
[22:27:27 INFO] Video batch 553: frame 4424/7500 (58%)
|
|
[22:27:27 INFO] Video batch 553: 1 detections from postprocess
|
|
[22:27:27 INFO] Video frame video_short01_002567: 1 dets, valid=True
|
|
[22:27:27 INFO] Video batch 554: frame 4432/7500 (59%)
|
|
[22:27:27 INFO] Video batch 555: frame 4440/7500 (59%)
|
|
[22:27:27 INFO] Video batch 556: frame 4448/7500 (59%)
|
|
[22:27:28 INFO] Video batch 557: frame 4456/7500 (59%)
|
|
[22:27:28 INFO] Video batch 558: frame 4464/7500 (59%)
|
|
[22:27:28 INFO] Video batch 559: frame 4472/7500 (59%)
|
|
[22:27:28 INFO] Video batch 560: frame 4480/7500 (59%)
|
|
[22:27:28 INFO] Video batch 561: frame 4488/7500 (59%)
|
|
[22:27:29 INFO] Video batch 562: frame 4496/7500 (59%)
|
|
[22:27:29 INFO] Video batch 563: frame 4504/7500 (60%)
|
|
[22:27:29 INFO] Video batch 564: frame 4512/7500 (60%)
|
|
[22:27:29 INFO] Video batch 565: frame 4520/7500 (60%)
|
|
[22:27:29 INFO] Video batch 566: frame 4528/7500 (60%)
|
|
[22:27:30 INFO] Video batch 567: frame 4536/7500 (60%)
|
|
[22:27:30 INFO] Video batch 568: frame 4544/7500 (60%)
|
|
[22:27:30 INFO] Video batch 568: 1 detections from postprocess
|
|
[22:27:30 INFO] Video frame video_short01_003017: 1 dets, valid=True
|
|
[22:27:30 INFO] Video batch 569: frame 4552/7500 (60%)
|
|
[22:27:30 INFO] Video batch 570: frame 4560/7500 (60%)
|
|
[22:27:30 INFO] Video batch 571: frame 4568/7500 (60%)
|
|
[22:27:31 INFO] Video batch 572: frame 4576/7500 (61%)
|
|
[22:27:31 INFO] Video batch 572: 1 detections from postprocess
|
|
[22:27:31 INFO] Video frame video_short01_003028: 1 dets, valid=True
|
|
[22:27:31 INFO] Video batch 573: frame 4584/7500 (61%)
|
|
[22:27:31 INFO] Video batch 574: frame 4592/7500 (61%)
|
|
[22:27:31 INFO] Video batch 575: frame 4600/7500 (61%)
|
|
[22:27:32 INFO] Video batch 576: frame 4608/7500 (61%)
|
|
[22:27:32 INFO] Video batch 577: frame 4616/7500 (61%)
|
|
[22:27:32 INFO] Video batch 578: frame 4624/7500 (61%)
|
|
[22:27:33 INFO] Video batch 579: frame 4632/7500 (61%)
|
|
[22:27:33 INFO] Video batch 580: frame 4640/7500 (61%)
|
|
[22:27:33 INFO] Video batch 581: frame 4648/7500 (61%)
|
|
[22:27:33 INFO] Video batch 582: frame 4656/7500 (62%)
|
|
[22:27:33 INFO] Video batch 583: frame 4664/7500 (62%)
|
|
[22:27:34 INFO] Video batch 584: frame 4672/7500 (62%)
|
|
[22:27:34 INFO] Video batch 585: frame 4680/7500 (62%)
|
|
[22:27:34 INFO] Video batch 586: frame 4688/7500 (62%)
|
|
[22:27:34 INFO] Video batch 587: frame 4696/7500 (62%)
|
|
[22:27:34 INFO] Video batch 587: 1 detections from postprocess
|
|
[22:27:34 INFO] Video frame video_short01_003077: 1 dets, valid=True
|
|
[22:27:34 INFO] Video batch 588: frame 4704/7500 (62%)
|
|
[22:27:35 INFO] Video batch 589: frame 4712/7500 (62%)
|
|
[22:27:35 INFO] Video batch 590: frame 4720/7500 (62%)
|
|
[22:27:35 INFO] Video batch 591: frame 4728/7500 (63%)
|
|
[22:27:35 INFO] Video batch 592: frame 4736/7500 (63%)
|
|
[22:27:36 INFO] Video batch 593: frame 4744/7500 (63%)
|
|
[22:27:36 INFO] Video batch 594: frame 4752/7500 (63%)
|
|
[22:27:36 INFO] Video batch 594: 1 detections from postprocess
|
|
[22:27:36 INFO] Video frame video_short01_003098: 1 dets, valid=True
|
|
[22:27:36 INFO] Video batch 595: frame 4760/7500 (63%)
|
|
[22:27:36 INFO] Video batch 595: 1 detections from postprocess
|
|
[22:27:36 INFO] Video frame video_short01_003101: 1 dets, valid=True
|
|
[22:27:36 INFO] Video batch 596: frame 4768/7500 (63%)
|
|
[22:27:36 INFO] Video batch 597: frame 4776/7500 (63%)
|
|
[22:27:37 INFO] Video batch 598: frame 4784/7500 (63%)
|
|
[22:27:37 INFO] Video batch 599: frame 4792/7500 (63%)
|
|
[22:27:37 INFO] Video batch 599: 1 detections from postprocess
|
|
[22:27:37 INFO] Video frame video_short01_003116: 1 dets, valid=True
|
|
[22:27:37 INFO] Video batch 600: frame 4800/7500 (64%)
|
|
[22:27:37 INFO] Video batch 600: 4 detections from postprocess
|
|
[22:27:37 INFO] Video frame video_short01_003117: 1 dets, valid=True
|
|
[22:27:37 INFO] Video frame video_short01_003119: 3 dets, valid=True
|
|
[22:27:37 INFO] Video batch 601: frame 4808/7500 (64%)
|
|
[22:27:38 INFO] Video batch 601: 4 detections from postprocess
|
|
[22:27:38 INFO] Video frame video_short01_003121: 2 dets, valid=True
|
|
[22:27:38 INFO] Video frame video_short01_003122: 2 dets, valid=True
|
|
[22:27:38 INFO] Video batch 602: frame 4816/7500 (64%)
|
|
[22:27:38 INFO] Video batch 602: 6 detections from postprocess
|
|
[22:27:38 INFO] Video frame video_short01_003124: 3 dets, valid=True
|
|
[22:27:38 INFO] Video frame video_short01_003125: 3 dets, valid=True
|
|
[22:27:38 INFO] Video batch 603: frame 4824/7500 (64%)
|
|
[22:27:38 INFO] Video batch 603: 4 detections from postprocess
|
|
[22:27:38 INFO] Video frame video_short01_003127: 2 dets, valid=True
|
|
[22:27:38 INFO] Video frame video_short01_003129: 2 dets, valid=True
|
|
[22:27:38 INFO] Video batch 604: frame 4832/7500 (64%)
|
|
[22:27:38 INFO] Video batch 604: 5 detections from postprocess
|
|
[22:27:38 INFO] Video frame video_short01_003130: 2 dets, valid=True
|
|
[22:27:38 INFO] Video frame video_short01_003132: 3 dets, valid=True
|
|
[22:27:38 INFO] Video batch 605: frame 4840/7500 (64%)
|
|
[22:27:39 INFO] Video batch 605: 4 detections from postprocess
|
|
[22:27:39 INFO] Video frame video_short01_003133: 2 dets, valid=True
|
|
[22:27:39 INFO] Video frame video_short01_003135: 2 dets, valid=True
|
|
[22:27:39 INFO] Video batch 606: frame 4848/7500 (64%)
|
|
[22:27:39 INFO] Video batch 606: 4 detections from postprocess
|
|
[22:27:39 INFO] Video frame video_short01_003137: 2 dets, valid=True
|
|
[22:27:39 INFO] Video frame video_short01_003138: 2 dets, valid=True
|
|
[22:27:39 INFO] Video batch 607: frame 4856/7500 (64%)
|
|
[22:27:39 INFO] Video batch 607: 4 detections from postprocess
|
|
[22:27:39 INFO] Video frame video_short01_003140: 2 dets, valid=True
|
|
[22:27:39 INFO] Video frame video_short01_003141: 2 dets, valid=True
|
|
[22:27:39 INFO] Video batch 608: frame 4864/7500 (64%)
|
|
[22:27:39 INFO] Video batch 608: 4 detections from postprocess
|
|
[22:27:39 INFO] Video frame video_short01_003143: 2 dets, valid=True
|
|
[22:27:39 INFO] Video frame video_short01_003145: 2 dets, valid=True
|
|
[22:27:39 INFO] Video batch 609: frame 4872/7500 (64%)
|
|
[22:27:40 INFO] Video batch 609: 3 detections from postprocess
|
|
[22:27:40 INFO] Video frame video_short01_003146: 1 dets, valid=True
|
|
[22:27:40 INFO] Video frame video_short01_003148: 2 dets, valid=True
|
|
[22:27:40 INFO] Video batch 610: frame 4880/7500 (65%)
|
|
[22:27:40 INFO] Video batch 610: 4 detections from postprocess
|
|
[22:27:40 INFO] Video frame video_short01_003150: 2 dets, valid=True
|
|
[22:27:40 INFO] Video frame video_short01_003151: 2 dets, valid=True
|
|
[22:27:40 INFO] Video batch 611: frame 4888/7500 (65%)
|
|
[22:27:40 INFO] Video batch 611: 3 detections from postprocess
|
|
[22:27:40 INFO] Video frame video_short01_003153: 2 dets, valid=True
|
|
[22:27:40 INFO] Video frame video_short01_003154: 1 dets, valid=True
|
|
[22:27:40 INFO] Video batch 612: frame 4896/7500 (65%)
|
|
[22:27:40 INFO] Video batch 612: 2 detections from postprocess
|
|
[22:27:40 INFO] Video frame video_short01_003156: 1 dets, valid=True
|
|
[22:27:40 INFO] Video frame video_short01_003157: 1 dets, valid=True
|
|
[22:27:40 INFO] Video batch 613: frame 4904/7500 (65%)
|
|
[22:27:41 INFO] Video batch 613: 2 detections from postprocess
|
|
[22:27:41 INFO] Video frame video_short01_003159: 1 dets, valid=True
|
|
[22:27:41 INFO] Video frame video_short01_003161: 1 dets, valid=True
|
|
[22:27:41 INFO] Video batch 614: frame 4912/7500 (65%)
|
|
[22:27:41 INFO] Video batch 614: 2 detections from postprocess
|
|
[22:27:41 INFO] Video frame video_short01_003162: 1 dets, valid=True
|
|
[22:27:41 INFO] Video frame video_short01_003164: 1 dets, valid=True
|
|
[22:27:41 INFO] Video batch 615: frame 4920/7500 (65%)
|
|
[22:27:41 INFO] Video batch 615: 2 detections from postprocess
|
|
[22:27:41 INFO] Video frame video_short01_003165: 1 dets, valid=True
|
|
[22:27:41 INFO] Video frame video_short01_003167: 1 dets, valid=True
|
|
[22:27:41 INFO] Video batch 616: frame 4928/7500 (65%)
|
|
[22:27:41 INFO] Video batch 616: 2 detections from postprocess
|
|
[22:27:41 INFO] Video frame video_short01_003169: 1 dets, valid=True
|
|
[22:27:41 INFO] Video frame video_short01_003170: 1 dets, valid=True
|
|
[22:27:41 INFO] Video batch 617: frame 4936/7500 (65%)
|
|
[22:27:41 INFO] Video batch 617: 3 detections from postprocess
|
|
[22:27:41 INFO] Video frame video_short01_003172: 1 dets, valid=True
|
|
[22:27:41 INFO] Video frame video_short01_003173: 2 dets, valid=True
|
|
[22:27:42 INFO] Video batch 618: frame 4944/7500 (65%)
|
|
[22:27:42 INFO] Video batch 618: 4 detections from postprocess
|
|
[22:27:42 INFO] Video frame video_short01_003175: 2 dets, valid=True
|
|
[22:27:42 INFO] Video frame video_short01_003177: 2 dets, valid=True
|
|
[22:27:42 INFO] Video batch 619: frame 4952/7500 (66%)
|
|
[22:27:42 INFO] Video batch 619: 4 detections from postprocess
|
|
[22:27:42 INFO] Video frame video_short01_003178: 2 dets, valid=True
|
|
[22:27:42 INFO] Video frame video_short01_003180: 2 dets, valid=True
|
|
[22:27:42 INFO] Video batch 620: frame 4960/7500 (66%)
|
|
[22:27:42 INFO] Video batch 620: 2 detections from postprocess
|
|
[22:27:42 INFO] Video frame video_short01_003181: 1 dets, valid=True
|
|
[22:27:42 INFO] Video frame video_short01_003183: 1 dets, valid=True
|
|
[22:27:42 INFO] Video batch 621: frame 4968/7500 (66%)
|
|
[22:27:42 INFO] Video batch 621: 3 detections from postprocess
|
|
[22:27:42 INFO] Video frame video_short01_003185: 2 dets, valid=True
|
|
[22:27:42 INFO] Video frame video_short01_003186: 1 dets, valid=True
|
|
[22:27:42 INFO] Video batch 622: frame 4976/7500 (66%)
|
|
[22:27:43 INFO] Video batch 622: 2 detections from postprocess
|
|
[22:27:43 INFO] Video frame video_short01_003188: 1 dets, valid=True
|
|
[22:27:43 INFO] Video frame video_short01_003190: 1 dets, valid=True
|
|
[22:27:43 INFO] Video batch 623: frame 4984/7500 (66%)
|
|
[22:27:43 INFO] Video batch 623: 2 detections from postprocess
|
|
[22:27:43 INFO] Video frame video_short01_003191: 1 dets, valid=True
|
|
[22:27:43 INFO] Video frame video_short01_003193: 1 dets, valid=True
|
|
[22:27:43 INFO] Video batch 624: frame 4992/7500 (66%)
|
|
[22:27:43 INFO] Video batch 624: 2 detections from postprocess
|
|
[22:27:43 INFO] Video frame video_short01_003194: 1 dets, valid=True
|
|
[22:27:43 INFO] Video frame video_short01_003196: 1 dets, valid=True
|
|
[22:27:43 INFO] Video batch 625: frame 5000/7500 (66%)
|
|
[22:27:44 INFO] Video batch 625: 3 detections from postprocess
|
|
[22:27:44 INFO] Video frame video_short01_003197: 1 dets, valid=True
|
|
[22:27:44 INFO] Video frame video_short01_003199: 2 dets, valid=True
|
|
[22:27:44 INFO] Video batch 626: frame 5008/7500 (66%)
|
|
[22:27:44 INFO] Video batch 626: 4 detections from postprocess
|
|
[22:27:44 INFO] Video frame video_short01_003201: 2 dets, valid=True
|
|
[22:27:44 INFO] Video frame video_short01_003202: 2 dets, valid=True
|
|
[22:27:44 INFO] Video batch 627: frame 5016/7500 (66%)
|
|
[22:27:44 INFO] Video batch 628: frame 5024/7500 (66%)
|
|
[22:27:44 INFO] Video batch 628: 1 detections from postprocess
|
|
[22:27:44 INFO] Video frame video_short01_003207: 1 dets, valid=True
|
|
[22:27:45 INFO] Video batch 629: frame 5032/7500 (67%)
|
|
[22:27:45 INFO] Video batch 629: 2 detections from postprocess
|
|
[22:27:45 INFO] Video frame video_short01_003210: 1 dets, valid=True
|
|
[22:27:45 INFO] Video frame video_short01_003212: 1 dets, valid=True
|
|
[22:27:45 INFO] Video batch 630: frame 5040/7500 (67%)
|
|
[22:27:45 INFO] Video batch 630: 2 detections from postprocess
|
|
[22:27:45 INFO] Video frame video_short01_003213: 1 dets, valid=True
|
|
[22:27:45 INFO] Video frame video_short01_003215: 1 dets, valid=True
|
|
[22:27:45 INFO] Video batch 631: frame 5048/7500 (67%)
|
|
[22:27:45 INFO] Video batch 631: 1 detections from postprocess
|
|
[22:27:45 INFO] Video frame video_short01_003218: 1 dets, valid=True
|
|
[22:27:45 INFO] Video batch 632: frame 5056/7500 (67%)
|
|
[22:27:46 INFO] Video batch 632: 1 detections from postprocess
|
|
[22:27:46 INFO] Video frame video_short01_003220: 1 dets, valid=True
|
|
[22:27:46 INFO] Video batch 633: frame 5064/7500 (67%)
|
|
[22:27:46 INFO] Video batch 634: frame 5072/7500 (67%)
|
|
[22:27:46 INFO] Video batch 634: 2 detections from postprocess
|
|
[22:27:46 INFO] Video frame video_short01_003226: 1 dets, valid=True
|
|
[22:27:46 INFO] Video frame video_short01_003228: 1 dets, valid=True
|
|
[22:27:46 INFO] Video batch 635: frame 5080/7500 (67%)
|
|
[22:27:46 INFO] Video batch 635: 1 detections from postprocess
|
|
[22:27:46 INFO] Video frame video_short01_003230: 1 dets, valid=True
|
|
[22:27:46 INFO] Video batch 636: frame 5088/7500 (67%)
|
|
[22:27:47 INFO] Video batch 636: 2 detections from postprocess
|
|
[22:27:47 INFO] Video frame video_short01_003233: 1 dets, valid=True
|
|
[22:27:47 INFO] Video frame video_short01_003234: 1 dets, valid=True
|
|
[22:27:47 INFO] Video batch 637: frame 5096/7500 (67%)
|
|
[22:27:47 INFO] Video batch 637: 2 detections from postprocess
|
|
[22:27:47 INFO] Video frame video_short01_003236: 1 dets, valid=True
|
|
[22:27:47 INFO] Video frame video_short01_003237: 1 dets, valid=True
|
|
[22:27:47 INFO] Video batch 638: frame 5104/7500 (68%)
|
|
[22:27:47 INFO] Video batch 638: 1 detections from postprocess
|
|
[22:27:47 INFO] Video frame video_short01_003239: 1 dets, valid=True
|
|
[22:27:47 INFO] Video batch 639: frame 5112/7500 (68%)
|
|
[22:27:47 INFO] Video batch 640: frame 5120/7500 (68%)
|
|
[22:27:48 INFO] Video batch 641: frame 5128/7500 (68%)
|
|
[22:27:48 INFO] Video batch 642: frame 5136/7500 (68%)
|
|
[22:27:48 INFO] Video batch 643: frame 5144/7500 (68%)
|
|
[22:27:48 INFO] Video batch 644: frame 5152/7500 (68%)
|
|
[22:27:48 INFO] Video batch 645: frame 5160/7500 (68%)
|
|
[22:27:49 INFO] Video batch 646: frame 5168/7500 (68%)
|
|
[22:27:49 INFO] Video batch 647: frame 5176/7500 (69%)
|
|
[22:27:49 INFO] Video batch 648: frame 5184/7500 (69%)
|
|
[22:27:49 INFO] Video batch 648: 1 detections from postprocess
|
|
[22:27:49 INFO] Video frame video_short01_003273: 1 dets, valid=True
|
|
[22:27:49 INFO] Video batch 649: frame 5192/7500 (69%)
|
|
[22:27:49 INFO] Video batch 650: frame 5200/7500 (69%)
|
|
[22:27:50 INFO] Video batch 651: frame 5208/7500 (69%)
|
|
[22:27:50 INFO] Video batch 652: frame 5216/7500 (69%)
|
|
[22:27:50 INFO] Video batch 653: frame 5224/7500 (69%)
|
|
[22:27:50 INFO] Video batch 654: frame 5232/7500 (69%)
|
|
[22:27:51 INFO] Video batch 655: frame 5240/7500 (69%)
|
|
[22:27:51 INFO] Video batch 656: frame 5248/7500 (69%)
|
|
[22:27:51 INFO] Video batch 657: frame 5256/7500 (70%)
|
|
[22:27:51 INFO] Video batch 658: frame 5264/7500 (70%)
|
|
[22:27:52 INFO] Video batch 659: frame 5272/7500 (70%)
|
|
[22:27:52 INFO] Video batch 660: frame 5280/7500 (70%)
|
|
[22:27:52 INFO] Video batch 661: frame 5288/7500 (70%)
|
|
[22:27:52 INFO] Video batch 662: frame 5296/7500 (70%)
|
|
[22:27:52 INFO] Video batch 663: frame 5304/7500 (70%)
|
|
[22:27:53 INFO] Video batch 664: frame 5312/7500 (70%)
|
|
[22:27:53 INFO] Video batch 665: frame 5320/7500 (70%)
|
|
[22:27:53 INFO] Video batch 666: frame 5328/7500 (71%)
|
|
[22:27:53 INFO] Video batch 667: frame 5336/7500 (71%)
|
|
[22:27:53 INFO] Video batch 668: frame 5344/7500 (71%)
|
|
[22:27:54 INFO] Video batch 669: frame 5352/7500 (71%)
|
|
[22:27:54 INFO] Video batch 669: 1 detections from postprocess
|
|
[22:27:54 INFO] Video frame video_short01_003340: 1 dets, valid=True
|
|
[22:27:54 INFO] Video batch 670: frame 5360/7500 (71%)
|
|
[22:27:54 INFO] Video batch 670: 2 detections from postprocess
|
|
[22:27:54 INFO] Video frame video_short01_003341: 1 dets, valid=True
|
|
[22:27:54 INFO] Video frame video_short01_003343: 1 dets, valid=True
|
|
[22:27:54 INFO] Video batch 671: frame 5368/7500 (71%)
|
|
[22:27:54 INFO] Video batch 671: 1 detections from postprocess
|
|
[22:27:54 INFO] Video frame video_short01_003345: 1 dets, valid=True
|
|
[22:27:54 INFO] Video batch 672: frame 5376/7500 (71%)
|
|
[22:27:54 INFO] Video batch 673: frame 5384/7500 (71%)
|
|
[22:27:55 INFO] Video batch 674: frame 5392/7500 (71%)
|
|
[22:27:55 INFO] Video batch 675: frame 5400/7500 (72%)
|
|
[22:27:55 INFO] Video batch 676: frame 5408/7500 (72%)
|
|
[22:27:55 INFO] Video batch 677: frame 5416/7500 (72%)
|
|
[22:27:56 INFO] Video batch 678: frame 5424/7500 (72%)
|
|
[22:27:56 INFO] Video batch 679: frame 5432/7500 (72%)
|
|
[22:27:56 INFO] Video batch 680: frame 5440/7500 (72%)
|
|
[22:27:56 INFO] Video batch 681: frame 5448/7500 (72%)
|
|
[22:27:56 INFO] Video batch 682: frame 5456/7500 (72%)
|
|
[22:27:57 INFO] Video batch 683: frame 5464/7500 (72%)
|
|
[22:27:57 INFO] Video batch 684: frame 5472/7500 (72%)
|
|
[22:27:57 INFO] Video batch 685: frame 5480/7500 (73%)
|
|
[22:27:57 INFO] Video batch 686: frame 5488/7500 (73%)
|
|
[22:27:57 INFO] Video batch 687: frame 5496/7500 (73%)
|
|
[22:27:58 INFO] Video batch 687: 2 detections from postprocess
|
|
[22:27:58 INFO] Video frame video_short01_003396: 1 dets, valid=True
|
|
[22:27:58 INFO] Video frame video_short01_003397: 1 dets, valid=True
|
|
[22:27:58 INFO] Video batch 688: frame 5504/7500 (73%)
|
|
[22:27:58 INFO] Video batch 689: frame 5512/7500 (73%)
|
|
[22:27:58 INFO] Video batch 690: frame 5520/7500 (73%)
|
|
[22:27:58 INFO] Video batch 691: frame 5528/7500 (73%)
|
|
[22:27:58 INFO] Video batch 692: frame 5536/7500 (73%)
|
|
[22:27:59 INFO] Video batch 693: frame 5544/7500 (73%)
|
|
[22:27:59 INFO] Video batch 694: frame 5552/7500 (74%)
|
|
[22:27:59 INFO] Video batch 694: 1 detections from postprocess
|
|
[22:27:59 INFO] Video frame video_short01_003418: 1 dets, valid=True
|
|
[22:27:59 INFO] Video batch 695: frame 5560/7500 (74%)
|
|
[22:27:59 INFO] Video batch 695: 1 detections from postprocess
|
|
[22:27:59 INFO] Video frame video_short01_003421: 1 dets, valid=True
|
|
[22:27:59 INFO] Video batch 696: frame 5568/7500 (74%)
|
|
[22:28:00 INFO] Video batch 696: 1 detections from postprocess
|
|
[22:28:00 INFO] Video frame video_short01_003425: 1 dets, valid=True
|
|
[22:28:00 INFO] Video batch 697: frame 5576/7500 (74%)
|
|
[22:28:00 INFO] Video batch 698: frame 5584/7500 (74%)
|
|
[22:28:00 INFO] Video batch 699: frame 5592/7500 (74%)
|
|
[22:28:00 INFO] Video batch 700: frame 5600/7500 (74%)
|
|
[22:28:00 INFO] Video batch 701: frame 5608/7500 (74%)
|
|
[22:28:01 INFO] Video batch 702: frame 5616/7500 (74%)
|
|
[22:28:01 INFO] Video batch 703: frame 5624/7500 (74%)
|
|
[22:28:01 INFO] Video batch 704: frame 5632/7500 (75%)
|
|
[22:28:01 INFO] Video batch 705: frame 5640/7500 (75%)
|
|
[22:28:02 INFO] Video batch 706: frame 5648/7500 (75%)
|
|
[22:28:02 INFO] Video batch 707: frame 5656/7500 (75%)
|
|
[22:28:02 INFO] Video batch 708: frame 5664/7500 (75%)
|
|
[22:28:02 INFO] Video batch 709: frame 5672/7500 (75%)
|
|
[22:28:02 INFO] Video batch 710: frame 5680/7500 (75%)
|
|
[22:28:03 INFO] Video batch 711: frame 5688/7500 (75%)
|
|
[22:28:03 INFO] Video batch 712: frame 5696/7500 (75%)
|
|
[22:28:03 INFO] Video batch 713: frame 5704/7500 (76%)
|
|
[22:28:03 INFO] Video batch 714: frame 5712/7500 (76%)
|
|
[22:28:04 INFO] Video batch 715: frame 5720/7500 (76%)
|
|
[22:28:04 INFO] Video batch 716: frame 5728/7500 (76%)
|
|
[22:28:04 INFO] Video batch 717: frame 5736/7500 (76%)
|
|
[22:28:04 INFO] Video batch 718: frame 5744/7500 (76%)
|
|
[22:28:04 INFO] Video batch 719: frame 5752/7500 (76%)
|
|
[22:28:05 INFO] Video batch 720: frame 5760/7500 (76%)
|
|
[22:28:05 INFO] Video batch 721: frame 5768/7500 (76%)
|
|
[22:28:05 INFO] Video batch 722: frame 5776/7500 (77%)
|
|
[22:28:05 INFO] Video batch 723: frame 5784/7500 (77%)
|
|
[22:28:05 INFO] Video batch 724: frame 5792/7500 (77%)
|
|
[22:28:06 INFO] Video batch 725: frame 5800/7500 (77%)
|
|
[22:28:06 INFO] Video batch 726: frame 5808/7500 (77%)
|
|
[22:28:06 INFO] Video batch 727: frame 5816/7500 (77%)
|
|
[22:28:06 INFO] Video batch 728: frame 5824/7500 (77%)
|
|
[22:28:07 INFO] Video batch 729: frame 5832/7500 (77%)
|
|
[22:28:07 INFO] Video batch 729: 1 detections from postprocess
|
|
[22:28:07 INFO] Video frame video_short01_003532: 1 dets, valid=True
|
|
[22:28:07 INFO] Video batch 730: frame 5840/7500 (77%)
|
|
[22:28:07 INFO] Video batch 730: 1 detections from postprocess
|
|
[22:28:07 INFO] Video frame video_short01_003533: 1 dets, valid=True
|
|
[22:28:07 INFO] Video batch 731: frame 5848/7500 (77%)
|
|
[22:28:07 INFO] Video batch 732: frame 5856/7500 (78%)
|
|
[22:28:08 INFO] Video batch 733: frame 5864/7500 (78%)
|
|
[22:28:08 INFO] Video batch 734: frame 5872/7500 (78%)
|
|
[22:28:08 INFO] Video batch 735: frame 5880/7500 (78%)
|
|
[22:28:08 INFO] Video batch 736: frame 5888/7500 (78%)
|
|
[22:28:08 INFO] Video batch 737: frame 5896/7500 (78%)
|
|
[22:28:09 INFO] Video batch 738: frame 5904/7500 (78%)
|
|
[22:28:09 INFO] Video batch 739: frame 5912/7500 (78%)
|
|
[22:28:09 INFO] Video batch 740: frame 5920/7500 (78%)
|
|
[22:28:09 INFO] Video batch 741: frame 5928/7500 (79%)
|
|
[22:28:09 INFO] Video batch 742: frame 5936/7500 (79%)
|
|
[22:28:10 INFO] Video batch 743: frame 5944/7500 (79%)
|
|
[22:28:10 INFO] Video batch 744: frame 5952/7500 (79%)
|
|
[22:28:10 INFO] Video batch 745: frame 5960/7500 (79%)
|
|
[22:28:10 INFO] Video batch 746: frame 5968/7500 (79%)
|
|
[22:28:10 INFO] Video batch 747: frame 5976/7500 (79%)
|
|
[22:28:11 INFO] Video batch 748: frame 5984/7500 (79%)
|
|
[22:28:11 INFO] Video batch 749: frame 5992/7500 (79%)
|
|
[22:28:11 INFO] Video batch 750: frame 6000/7500 (80%)
|
|
[22:28:11 INFO] Video batch 751: frame 6008/7500 (80%)
|
|
[22:28:12 INFO] Video batch 752: frame 6016/7500 (80%)
|
|
[22:28:12 INFO] Video batch 753: frame 6024/7500 (80%)
|
|
[22:28:12 INFO] Video batch 754: frame 6032/7500 (80%)
|
|
[22:28:12 INFO] Video batch 755: frame 6040/7500 (80%)
|
|
[22:28:12 INFO] Video batch 755: 1 detections from postprocess
|
|
[22:28:12 INFO] Video frame video_short01_004015: 1 dets, valid=True
|
|
[22:28:12 INFO] Video batch 756: frame 6048/7500 (80%)
|
|
[22:28:13 INFO] Video batch 756: 2 detections from postprocess
|
|
[22:28:13 INFO] Video frame video_short01_004017: 1 dets, valid=True
|
|
[22:28:13 INFO] Video frame video_short01_004018: 1 dets, valid=True
|
|
[22:28:13 INFO] Video batch 757: frame 6056/7500 (80%)
|
|
[22:28:13 INFO] Video batch 757: 1 detections from postprocess
|
|
[22:28:13 INFO] Video frame video_short01_004021: 1 dets, valid=True
|
|
[22:28:13 INFO] Video batch 758: frame 6064/7500 (80%)
|
|
[22:28:13 INFO] Video batch 759: frame 6072/7500 (80%)
|
|
[22:28:13 INFO] Video batch 759: 5 detections from postprocess
|
|
[22:28:13 INFO] Video frame video_short01_004026: 1 dets, valid=True
|
|
[22:28:13 INFO] Video frame video_short01_004028: 4 dets, valid=True
|
|
[22:28:13 INFO] Video batch 760: frame 6080/7500 (81%)
|
|
[22:28:13 INFO] Video batch 760: 8 detections from postprocess
|
|
[22:28:13 INFO] Video frame video_short01_004030: 4 dets, valid=True
|
|
[22:28:13 INFO] Video frame video_short01_004031: 4 dets, valid=True
|
|
[22:28:13 INFO] Video batch 761: frame 6088/7500 (81%)
|
|
[22:28:14 INFO] Video batch 761: 7 detections from postprocess
|
|
[22:28:14 INFO] Video frame video_short01_004033: 4 dets, valid=True
|
|
[22:28:14 INFO] Video frame video_short01_004034: 3 dets, valid=True
|
|
[22:28:14 INFO] Video batch 762: frame 6096/7500 (81%)
|
|
[22:28:14 INFO] Video batch 762: 6 detections from postprocess
|
|
[22:28:14 INFO] Video frame video_short01_004036: 3 dets, valid=True
|
|
[22:28:14 INFO] Video frame video_short01_004037: 3 dets, valid=True
|
|
[22:28:14 INFO] Video batch 763: frame 6104/7500 (81%)
|
|
[22:28:14 INFO] Video batch 763: 8 detections from postprocess
|
|
[22:28:14 INFO] Video frame video_short01_004039: 4 dets, valid=True
|
|
[22:28:14 INFO] Video frame video_short01_004041: 4 dets, valid=True
|
|
[22:28:14 INFO] Video batch 764: frame 6112/7500 (81%)
|
|
[22:28:14 INFO] Video batch 764: 8 detections from postprocess
|
|
[22:28:14 INFO] Video frame video_short01_004042: 4 dets, valid=True
|
|
[22:28:14 INFO] Video frame video_short01_004044: 4 dets, valid=True
|
|
[22:28:14 INFO] Video batch 765: frame 6120/7500 (81%)
|
|
[22:28:15 INFO] Video batch 765: 8 detections from postprocess
|
|
[22:28:15 INFO] Video frame video_short01_004045: 4 dets, valid=True
|
|
[22:28:15 INFO] Video frame video_short01_004047: 4 dets, valid=True
|
|
[22:28:15 INFO] Video batch 766: frame 6128/7500 (81%)
|
|
[22:28:15 INFO] Video batch 766: 6 detections from postprocess
|
|
[22:28:15 INFO] Video frame video_short01_004049: 3 dets, valid=True
|
|
[22:28:15 INFO] Video frame video_short01_004050: 3 dets, valid=True
|
|
[22:28:15 INFO] Video batch 767: frame 6136/7500 (81%)
|
|
[22:28:15 INFO] Video batch 767: 6 detections from postprocess
|
|
[22:28:15 INFO] Video frame video_short01_004052: 3 dets, valid=True
|
|
[22:28:15 INFO] Video frame video_short01_004053: 3 dets, valid=True
|
|
[22:28:15 INFO] Video batch 768: frame 6144/7500 (81%)
|
|
[22:28:15 INFO] Video batch 768: 5 detections from postprocess
|
|
[22:28:15 INFO] Video frame video_short01_004055: 3 dets, valid=True
|
|
[22:28:15 INFO] Video frame video_short01_004057: 2 dets, valid=True
|
|
[22:28:15 INFO] Video batch 769: frame 6152/7500 (82%)
|
|
[22:28:16 INFO] Video batch 769: 4 detections from postprocess
|
|
[22:28:16 INFO] Video frame video_short01_004058: 3 dets, valid=True
|
|
[22:28:16 INFO] Video frame video_short01_004060: 1 dets, valid=True
|
|
[22:28:16 INFO] Video batch 770: frame 6160/7500 (82%)
|
|
[22:28:16 INFO] Video batch 771: frame 6168/7500 (82%)
|
|
[22:28:16 INFO] Video batch 772: frame 6176/7500 (82%)
|
|
[22:28:16 INFO] Video batch 773: frame 6184/7500 (82%)
|
|
[22:28:17 INFO] Video batch 774: frame 6192/7500 (82%)
|
|
[22:28:17 INFO] Video batch 775: frame 6200/7500 (82%)
|
|
[22:28:17 INFO] Video batch 776: frame 6208/7500 (82%)
|
|
[22:28:17 INFO] Video batch 777: frame 6216/7500 (82%)
|
|
[22:28:17 INFO] Video batch 778: frame 6224/7500 (82%)
|
|
[22:28:18 INFO] Video batch 779: frame 6232/7500 (83%)
|
|
[22:28:18 INFO] Video batch 780: frame 6240/7500 (83%)
|
|
[22:28:18 INFO] Video batch 781: frame 6248/7500 (83%)
|
|
[22:28:18 INFO] Video batch 782: frame 6256/7500 (83%)
|
|
[22:28:18 INFO] Video batch 783: frame 6264/7500 (83%)
|
|
[22:28:19 INFO] Video batch 784: frame 6272/7500 (83%)
|
|
[22:28:19 INFO] Video batch 785: frame 6280/7500 (83%)
|
|
[22:28:19 INFO] Video batch 786: frame 6288/7500 (83%)
|
|
[22:28:19 INFO] Video batch 787: frame 6296/7500 (83%)
|
|
[22:28:20 INFO] Video batch 788: frame 6304/7500 (84%)
|
|
[22:28:20 INFO] Video batch 789: frame 6312/7500 (84%)
|
|
[22:28:20 INFO] Video batch 789: 1 detections from postprocess
|
|
[22:28:20 INFO] Video frame video_short01_004122: 1 dets, valid=True
|
|
[22:28:20 INFO] Video batch 790: frame 6320/7500 (84%)
|
|
[22:28:20 INFO] Video batch 791: frame 6328/7500 (84%)
|
|
[22:28:20 INFO] Video batch 792: frame 6336/7500 (84%)
|
|
[22:28:21 INFO] Video batch 793: frame 6344/7500 (84%)
|
|
[22:28:21 INFO] Video batch 794: frame 6352/7500 (84%)
|
|
[22:28:21 INFO] Video batch 795: frame 6360/7500 (84%)
|
|
[22:28:21 INFO] Video batch 796: frame 6368/7500 (84%)
|
|
[22:28:22 INFO] Video batch 796: 1 detections from postprocess
|
|
[22:28:22 INFO] Video frame video_short01_004146: 1 dets, valid=True
|
|
[22:28:22 INFO] Video batch 797: frame 6376/7500 (85%)
|
|
[22:28:22 INFO] Video batch 798: frame 6384/7500 (85%)
|
|
[22:28:22 INFO] Video batch 799: frame 6392/7500 (85%)
|
|
[22:28:22 INFO] Video batch 800: frame 6400/7500 (85%)
|
|
[22:28:22 INFO] Video batch 801: frame 6408/7500 (85%)
|
|
[22:28:23 INFO] Video batch 802: frame 6416/7500 (85%)
|
|
[22:28:23 INFO] Video batch 803: frame 6424/7500 (85%)
|
|
[22:28:23 INFO] Video batch 804: frame 6432/7500 (85%)
|
|
[22:28:23 INFO] Video batch 805: frame 6440/7500 (85%)
|
|
[22:28:24 INFO] Video batch 806: frame 6448/7500 (85%)
|
|
[22:28:24 INFO] Video batch 807: frame 6456/7500 (86%)
|
|
[22:28:24 INFO] Video batch 808: frame 6464/7500 (86%)
|
|
[22:28:24 INFO] Video batch 809: frame 6472/7500 (86%)
|
|
[22:28:25 INFO] Video batch 810: frame 6480/7500 (86%)
|
|
[22:28:25 INFO] Video batch 811: frame 6488/7500 (86%)
|
|
[22:28:25 INFO] Video batch 812: frame 6496/7500 (86%)
|
|
[22:28:25 INFO] Video batch 813: frame 6504/7500 (86%)
|
|
[22:28:25 INFO] Video batch 814: frame 6512/7500 (86%)
|
|
[22:28:26 INFO] Video batch 815: frame 6520/7500 (86%)
|
|
[22:28:26 INFO] Video batch 816: frame 6528/7500 (87%)
|
|
[22:28:26 INFO] Video batch 817: frame 6536/7500 (87%)
|
|
[22:28:26 INFO] Video batch 818: frame 6544/7500 (87%)
|
|
[22:28:27 INFO] Video batch 819: frame 6552/7500 (87%)
|
|
[22:28:27 INFO] Video batch 820: frame 6560/7500 (87%)
|
|
[22:28:27 INFO] Video batch 821: frame 6568/7500 (87%)
|
|
[22:28:27 INFO] Video batch 822: frame 6576/7500 (87%)
|
|
[22:28:27 INFO] Video batch 823: frame 6584/7500 (87%)
|
|
[22:28:28 INFO] Video batch 824: frame 6592/7500 (87%)
|
|
[22:28:28 INFO] Video batch 825: frame 6600/7500 (88%)
|
|
[22:28:28 INFO] Video batch 826: frame 6608/7500 (88%)
|
|
[22:28:28 INFO] Video batch 827: frame 6616/7500 (88%)
|
|
[22:28:28 INFO] Video batch 828: frame 6624/7500 (88%)
|
|
[22:28:29 INFO] Video batch 829: frame 6632/7500 (88%)
|
|
[22:28:29 INFO] Video batch 830: frame 6640/7500 (88%)
|
|
[22:28:29 INFO] Video batch 831: frame 6648/7500 (88%)
|
|
[22:28:29 INFO] Video batch 832: frame 6656/7500 (88%)
|
|
[22:28:29 INFO] Video batch 833: frame 6664/7500 (88%)
|
|
[22:28:30 INFO] Video batch 834: frame 6672/7500 (88%)
|
|
[22:28:30 INFO] Video batch 835: frame 6680/7500 (89%)
|
|
[22:28:30 INFO] Video batch 836: frame 6688/7500 (89%)
|
|
[22:28:30 INFO] Video batch 837: frame 6696/7500 (89%)
|
|
[22:28:30 INFO] Video batch 838: frame 6704/7500 (89%)
|
|
[22:28:31 INFO] Video batch 839: frame 6712/7500 (89%)
|
|
[22:28:31 INFO] Video batch 840: frame 6720/7500 (89%)
|
|
[22:28:31 INFO] Video batch 841: frame 6728/7500 (89%)
|
|
[22:28:31 INFO] Video batch 842: frame 6736/7500 (89%)
|
|
[22:28:31 INFO] Video batch 843: frame 6744/7500 (89%)
|
|
[22:28:32 INFO] Video batch 844: frame 6752/7500 (90%)
|
|
[22:28:32 INFO] Video batch 845: frame 6760/7500 (90%)
|
|
[22:28:32 INFO] Video batch 846: frame 6768/7500 (90%)
|
|
[22:28:32 INFO] Video batch 847: frame 6776/7500 (90%)
|
|
[22:28:32 INFO] Video batch 848: frame 6784/7500 (90%)
|
|
[22:28:33 INFO] Video batch 849: frame 6792/7500 (90%)
|
|
[22:28:33 INFO] Video batch 850: frame 6800/7500 (90%)
|
|
[22:28:33 INFO] Video batch 851: frame 6808/7500 (90%)
|
|
[22:28:33 INFO] Video batch 851: 1 detections from postprocess
|
|
[22:28:33 INFO] Video frame video_short01_004321: 1 dets, valid=True
|
|
[22:28:33 INFO] Video batch 852: frame 6816/7500 (90%)
|
|
[22:28:33 INFO] Video batch 853: frame 6824/7500 (90%)
|
|
[22:28:34 INFO] Video batch 854: frame 6832/7500 (91%)
|
|
[22:28:34 INFO] Video batch 855: frame 6840/7500 (91%)
|
|
[22:28:34 INFO] Video batch 856: frame 6848/7500 (91%)
|
|
[22:28:34 INFO] Video batch 857: frame 6856/7500 (91%)
|
|
[22:28:34 INFO] Video batch 858: frame 6864/7500 (91%)
|
|
[22:28:35 INFO] Video batch 859: frame 6872/7500 (91%)
|
|
[22:28:35 INFO] Video batch 860: frame 6880/7500 (91%)
|
|
[22:28:35 INFO] Video batch 861: frame 6888/7500 (91%)
|
|
[22:28:35 INFO] Video batch 862: frame 6896/7500 (91%)
|
|
[22:28:35 INFO] Video batch 863: frame 6904/7500 (92%)
|
|
[22:28:36 INFO] Video batch 864: frame 6912/7500 (92%)
|
|
[22:28:36 INFO] Video batch 865: frame 6920/7500 (92%)
|
|
[22:28:36 INFO] Video batch 866: frame 6928/7500 (92%)
|
|
[22:28:36 INFO] Video batch 867: frame 6936/7500 (92%)
|
|
[22:28:36 INFO] Video batch 868: frame 6944/7500 (92%)
|
|
[22:28:37 INFO] Video batch 869: frame 6952/7500 (92%)
|
|
[22:28:37 INFO] Video batch 870: frame 6960/7500 (92%)
|
|
[22:28:37 INFO] Video batch 871: frame 6968/7500 (92%)
|
|
[22:28:37 INFO] Video batch 872: frame 6976/7500 (93%)
|
|
[22:28:38 INFO] Video batch 873: frame 6984/7500 (93%)
|
|
[22:28:38 INFO] Video batch 874: frame 6992/7500 (93%)
|
|
[22:28:38 INFO] Video batch 875: frame 7000/7500 (93%)
|
|
[22:28:38 INFO] Video batch 876: frame 7008/7500 (93%)
|
|
[22:28:38 INFO] Video batch 877: frame 7016/7500 (93%)
|
|
[22:28:39 INFO] Video batch 878: frame 7024/7500 (93%)
|
|
[22:28:39 INFO] Video batch 879: frame 7032/7500 (93%)
|
|
[22:28:39 INFO] Video batch 880: frame 7040/7500 (93%)
|
|
[22:28:39 INFO] Video batch 881: frame 7048/7500 (93%)
|
|
[22:28:39 INFO] Video batch 882: frame 7056/7500 (94%)
|
|
[22:28:40 INFO] Video batch 883: frame 7064/7500 (94%)
|
|
[22:28:40 INFO] Video batch 883: 2 detections from postprocess
|
|
[22:28:40 INFO] Video frame video_short01_004423: 1 dets, valid=True
|
|
[22:28:40 INFO] Video frame video_short01_004425: 1 dets, valid=True
|
|
[22:28:40 INFO] Video batch 884: frame 7072/7500 (94%)
|
|
[22:28:40 INFO] Video batch 884: 1 detections from postprocess
|
|
[22:28:40 INFO] Video frame video_short01_004428: 1 dets, valid=True
|
|
[22:28:40 INFO] Video batch 885: frame 7080/7500 (94%)
|
|
[22:28:40 INFO] Video batch 885: 1 detections from postprocess
|
|
[22:28:40 INFO] Video frame video_short01_004431: 1 dets, valid=True
|
|
[22:28:40 INFO] Video batch 886: frame 7088/7500 (94%)
|
|
[22:28:41 INFO] Video batch 886: 2 detections from postprocess
|
|
[22:28:41 INFO] Video frame video_short01_004433: 1 dets, valid=True
|
|
[22:28:41 INFO] Video frame video_short01_004434: 1 dets, valid=True
|
|
[22:28:41 INFO] Video batch 887: frame 7096/7500 (94%)
|
|
[22:28:41 INFO] Video batch 887: 1 detections from postprocess
|
|
[22:28:41 INFO] Video frame video_short01_004436: 1 dets, valid=True
|
|
[22:28:41 INFO] Video batch 888: frame 7104/7500 (94%)
|
|
[22:28:41 INFO] Video batch 888: 2 detections from postprocess
|
|
[22:28:41 INFO] Video frame video_short01_004439: 1 dets, valid=True
|
|
[22:28:41 INFO] Video frame video_short01_004441: 1 dets, valid=True
|
|
[22:28:41 INFO] Video batch 889: frame 7112/7500 (94%)
|
|
[22:28:41 INFO] Video batch 889: 2 detections from postprocess
|
|
[22:28:41 INFO] Video frame video_short01_004442: 1 dets, valid=True
|
|
[22:28:41 INFO] Video frame video_short01_004444: 1 dets, valid=True
|
|
[22:28:41 INFO] Video batch 890: frame 7120/7500 (94%)
|
|
[22:28:42 INFO] Video batch 891: frame 7128/7500 (95%)
|
|
[22:28:42 INFO] Video batch 892: frame 7136/7500 (95%)
|
|
[22:28:42 INFO] Video batch 893: frame 7144/7500 (95%)
|
|
[22:28:42 INFO] Video batch 894: frame 7152/7500 (95%)
|
|
[22:28:42 INFO] Video batch 895: frame 7160/7500 (95%)
|
|
[22:28:43 INFO] Video batch 896: frame 7168/7500 (95%)
|
|
[22:28:43 INFO] Video batch 897: frame 7176/7500 (95%)
|
|
[22:28:43 INFO] Video batch 898: frame 7184/7500 (95%)
|
|
[22:28:43 INFO] Video batch 898: 2 detections from postprocess
|
|
[22:28:43 INFO] Video frame video_short01_004471: 1 dets, valid=True
|
|
[22:28:43 INFO] Video frame video_short01_004473: 1 dets, valid=True
|
|
[22:28:43 INFO] Video batch 899: frame 7192/7500 (95%)
|
|
[22:28:44 INFO] Video batch 899: 2 detections from postprocess
|
|
[22:28:44 INFO] Video frame video_short01_004474: 1 dets, valid=True
|
|
[22:28:44 INFO] Video frame video_short01_004476: 1 dets, valid=True
|
|
[22:28:44 INFO] Video batch 900: frame 7200/7500 (96%)
|
|
[22:28:44 INFO] Video batch 900: 2 detections from postprocess
|
|
[22:28:44 INFO] Video frame video_short01_004477: 1 dets, valid=True
|
|
[22:28:44 INFO] Video frame video_short01_004479: 1 dets, valid=True
|
|
[22:28:44 INFO] Video batch 901: frame 7208/7500 (96%)
|
|
[22:28:44 INFO] Video batch 901: 2 detections from postprocess
|
|
[22:28:44 INFO] Video frame video_short01_004481: 1 dets, valid=True
|
|
[22:28:44 INFO] Video frame video_short01_004482: 1 dets, valid=True
|
|
[22:28:44 INFO] Video batch 902: frame 7216/7500 (96%)
|
|
[22:28:44 INFO] Video batch 902: 2 detections from postprocess
|
|
[22:28:44 INFO] Video frame video_short01_004484: 1 dets, valid=True
|
|
[22:28:44 INFO] Video frame video_short01_004485: 1 dets, valid=True
|
|
[22:28:44 INFO] Video batch 903: frame 7224/7500 (96%)
|
|
[22:28:44 INFO] Video batch 903: 2 detections from postprocess
|
|
[22:28:44 INFO] Video frame video_short01_004487: 1 dets, valid=True
|
|
[22:28:44 INFO] Video frame video_short01_004489: 1 dets, valid=True
|
|
[22:28:45 INFO] Video batch 904: frame 7232/7500 (96%)
|
|
[22:28:45 INFO] Video batch 904: 1 detections from postprocess
|
|
[22:28:45 INFO] Video frame video_short01_004490: 1 dets, valid=True
|
|
[22:28:45 INFO] Video batch 905: frame 7240/7500 (96%)
|
|
[22:28:45 INFO] Video batch 906: frame 7248/7500 (96%)
|
|
[22:28:45 INFO] Video batch 907: frame 7256/7500 (96%)
|
|
[22:28:45 INFO] Video batch 907: 1 detections from postprocess
|
|
[22:28:45 INFO] Video frame video_short01_004500: 1 dets, valid=True
|
|
[22:28:45 INFO] Video batch 908: frame 7264/7500 (96%)
|
|
[22:28:46 INFO] Video batch 908: 2 detections from postprocess
|
|
[22:28:46 INFO] Video frame video_short01_004503: 1 dets, valid=True
|
|
[22:28:46 INFO] Video frame video_short01_004505: 1 dets, valid=True
|
|
[22:28:46 INFO] Video batch 909: frame 7272/7500 (96%)
|
|
[22:28:46 INFO] Video batch 909: 2 detections from postprocess
|
|
[22:28:46 INFO] Video frame video_short01_004506: 1 dets, valid=True
|
|
[22:28:46 INFO] Video frame video_short01_004508: 1 dets, valid=True
|
|
[22:28:46 INFO] Video batch 910: frame 7280/7500 (97%)
|
|
[22:28:46 INFO] Video batch 910: 2 detections from postprocess
|
|
[22:28:46 INFO] Video frame video_short01_004510: 1 dets, valid=True
|
|
[22:28:46 INFO] Video frame video_short01_004511: 1 dets, valid=True
|
|
[22:28:46 INFO] Video batch 911: frame 7288/7500 (97%)
|
|
[22:28:46 INFO] Video batch 911: 2 detections from postprocess
|
|
[22:28:46 INFO] Video frame video_short01_004513: 1 dets, valid=True
|
|
[22:28:46 INFO] Video frame video_short01_004514: 1 dets, valid=True
|
|
[22:28:46 INFO] Video batch 912: frame 7296/7500 (97%)
|
|
[22:28:46 INFO] Video batch 912: 2 detections from postprocess
|
|
[22:28:46 INFO] Video frame video_short01_004516: 1 dets, valid=True
|
|
[22:28:46 INFO] Video frame video_short01_004517: 1 dets, valid=True
|
|
[22:28:46 INFO] Video batch 913: frame 7304/7500 (97%)
|
|
[22:28:47 INFO] Video batch 913: 2 detections from postprocess
|
|
[22:28:47 INFO] Video frame video_short01_004519: 1 dets, valid=True
|
|
[22:28:47 INFO] Video frame video_short01_004521: 1 dets, valid=True
|
|
[22:28:47 INFO] Video batch 914: frame 7312/7500 (97%)
|
|
[22:28:47 INFO] Video batch 914: 1 detections from postprocess
|
|
[22:28:47 INFO] Video frame video_short01_004522: 1 dets, valid=True
|
|
[22:28:47 INFO] Video batch 915: frame 7320/7500 (97%)
|
|
[22:28:47 INFO] Video batch 915: 1 detections from postprocess
|
|
[22:28:47 INFO] Video frame video_short01_004527: 1 dets, valid=True
|
|
[22:28:47 INFO] Video batch 916: frame 7328/7500 (97%)
|
|
[22:28:47 INFO] Video batch 916: 1 detections from postprocess
|
|
[22:28:47 INFO] Video frame video_short01_004530: 1 dets, valid=True
|
|
[22:28:47 INFO] Video batch 917: frame 7336/7500 (97%)
|
|
[22:28:48 INFO] Video batch 918: frame 7344/7500 (97%)
|
|
[22:28:48 INFO] Video batch 919: frame 7352/7500 (98%)
|
|
[22:28:48 INFO] Video batch 920: frame 7360/7500 (98%)
|
|
[22:28:48 INFO] Video batch 921: frame 7368/7500 (98%)
|
|
[22:28:48 INFO] Video batch 922: frame 7376/7500 (98%)
|
|
[22:28:49 INFO] Video batch 923: frame 7384/7500 (98%)
|
|
[22:28:49 INFO] Video batch 924: frame 7392/7500 (98%)
|
|
[22:28:49 INFO] Video batch 925: frame 7400/7500 (98%)
|
|
[22:28:49 INFO] Video batch 926: frame 7408/7500 (98%)
|
|
[22:28:49 INFO] Video batch 927: frame 7416/7500 (98%)
|
|
[22:28:50 INFO] Video batch 928: frame 7424/7500 (98%)
|
|
[22:28:50 INFO] Video batch 929: frame 7432/7500 (99%)
|
|
[22:28:50 INFO] Video batch 930: frame 7440/7500 (99%)
|
|
[22:28:50 INFO] Video batch 931: frame 7448/7500 (99%)
|
|
[22:28:50 INFO] Video batch 932: frame 7456/7500 (99%)
|
|
[22:28:51 INFO] Video batch 933: frame 7464/7500 (99%)
|
|
[22:28:51 INFO] Video batch 934: frame 7472/7500 (99%)
|
|
[22:28:51 INFO] Video batch 935: frame 7480/7500 (99%)
|
|
[22:28:51 INFO] Video batch 936: frame 7488/7500 (99%)
|
|
[22:28:52 INFO] Video batch 937: frame 7496/7500 (99%)
|
|
[22:28:52 INFO] Video done: 7500 frames read, 937 batches processed
|
|
[22:28:52 INFO] init AI...
|
|
[22:28:52 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[22:28:52 INFO] ground sampling distance: 0.3059895833333333
|
|
[22:28:52 INFO] init AI...
|
|
[22:28:52 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[22:28:52 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[22:28:52 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[22:28:52 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[22:28:52 INFO] init AI...
|
|
[22:28:52 INFO] init AI...
|
|
[22:28:52 INFO] init AI...
|
|
[22:28:53 INFO] init AI...
|
|
[22:28:53 INFO] init AI...
|
|
[22:28:53 INFO] init AI...
|
|
[22:28:53 INFO] init AI...
|
|
[22:28:53 INFO] init AI...
|
|
[22:28:54 INFO] init AI...
|
|
[22:28:54 INFO] init AI...
|
|
[22:28:54 INFO] init AI...
|
|
[22:28:54 INFO] init AI...
|
|
[22:28:54 INFO] init AI...
|
|
[22:28:55 INFO] init AI...
|
|
[22:28:55 INFO] init AI...
|
|
[22:28:55 INFO] init AI...
|
|
[22:28:55 INFO] init AI...
|
|
[22:28:55 INFO] init AI...
|
|
[22:28:55 INFO] init AI...
|
|
[22:28:56 INFO] init AI...
|
|
[22:28:56 INFO] init AI...
|
|
[22:28:57 INFO] init AI...
|
|
[22:28:57 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4...
|
|
[22:28:57 INFO] Video: 7500 frames, 25.0 fps, 2560x1440
|
|
[22:28:57 INFO] Video batch 1: frame 8/7500 (0%)
|
|
[22:28:57 INFO] Video batch 2: frame 16/7500 (0%)
|
|
[22:28:57 INFO] Video batch 2: 2 detections from postprocess
|
|
[22:28:57 INFO] Video frame video_short01_000004: 1 dets, valid=True
|
|
[22:28:57 INFO] Video frame video_short01_000005: 1 dets, valid=True
|
|
[22:28:57 INFO] Video batch 3: frame 24/7500 (0%)
|
|
[22:28:57 INFO] Video batch 3: 2 detections from postprocess
|
|
[22:28:57 INFO] Video frame video_short01_000007: 1 dets, valid=True
|
|
[22:28:57 INFO] Video frame video_short01_000009: 1 dets, valid=True
|
|
[22:28:57 INFO] Video batch 4: frame 32/7500 (0%)
|
|
[22:28:58 INFO] Video batch 4: 2 detections from postprocess
|
|
[22:28:58 INFO] Video frame video_short01_000010: 1 dets, valid=True
|
|
[22:28:58 INFO] Video frame video_short01_000012: 1 dets, valid=True
|
|
[22:28:58 INFO] Video batch 5: frame 40/7500 (0%)
|
|
[22:28:58 INFO] Video batch 5: 2 detections from postprocess
|
|
[22:28:58 INFO] Video frame video_short01_000013: 1 dets, valid=True
|
|
[22:28:58 INFO] Video frame video_short01_000015: 1 dets, valid=True
|
|
[22:28:58 INFO] Video batch 6: frame 48/7500 (0%)
|
|
[22:28:58 INFO] Video batch 6: 2 detections from postprocess
|
|
[22:28:58 INFO] Video frame video_short01_000017: 1 dets, valid=True
|
|
[22:28:58 INFO] Video frame video_short01_000018: 1 dets, valid=True
|
|
[22:28:58 INFO] Video batch 7: frame 56/7500 (0%)
|
|
[22:28:58 INFO] Video batch 7: 2 detections from postprocess
|
|
[22:28:58 INFO] Video frame video_short01_000020: 1 dets, valid=True
|
|
[22:28:58 INFO] Video frame video_short01_000021: 1 dets, valid=True
|
|
[22:28:58 INFO] Video batch 8: frame 64/7500 (0%)
|
|
[22:28:58 INFO] Video batch 8: 2 detections from postprocess
|
|
[22:28:58 INFO] Video frame video_short01_000023: 1 dets, valid=True
|
|
[22:28:58 INFO] Video frame video_short01_000025: 1 dets, valid=True
|
|
[22:28:59 INFO] Video batch 9: frame 72/7500 (0%)
|
|
[22:28:59 INFO] Video batch 9: 2 detections from postprocess
|
|
[22:28:59 INFO] Video frame video_short01_000026: 1 dets, valid=True
|
|
[22:28:59 INFO] Video frame video_short01_000028: 1 dets, valid=True
|
|
[22:28:59 INFO] Video batch 10: frame 80/7500 (1%)
|
|
[22:28:59 INFO] Video batch 10: 2 detections from postprocess
|
|
[22:28:59 INFO] Video frame video_short01_000030: 1 dets, valid=True
|
|
[22:28:59 INFO] Video frame video_short01_000031: 1 dets, valid=True
|
|
[22:28:59 INFO] Video batch 11: frame 88/7500 (1%)
|
|
[22:28:59 INFO] Video batch 11: 3 detections from postprocess
|
|
[22:28:59 INFO] Video frame video_short01_000033: 1 dets, valid=True
|
|
[22:28:59 INFO] Video frame video_short01_000034: 2 dets, valid=True
|
|
[22:28:59 INFO] Video batch 12: frame 96/7500 (1%)
|
|
[22:28:59 INFO] Video batch 13: frame 104/7500 (1%)
|
|
[22:29:00 INFO] Video batch 13: 1 detections from postprocess
|
|
[22:29:00 INFO] Video frame video_short01_000041: 1 dets, valid=True
|
|
[22:29:00 INFO] Video batch 14: frame 112/7500 (1%)
|
|
[22:29:00 INFO] Video batch 14: 2 detections from postprocess
|
|
[22:29:00 INFO] Video frame video_short01_000042: 1 dets, valid=True
|
|
[22:29:00 INFO] Video frame video_short01_000044: 1 dets, valid=True
|
|
[22:29:00 INFO] Video batch 15: frame 120/7500 (1%)
|
|
[22:29:00 INFO] Video batch 15: 2 detections from postprocess
|
|
[22:29:00 INFO] Video frame video_short01_000045: 1 dets, valid=True
|
|
[22:29:00 INFO] Video frame video_short01_000047: 1 dets, valid=True
|
|
[22:29:00 INFO] Video batch 16: frame 128/7500 (1%)
|
|
[22:29:00 INFO] Video batch 16: 2 detections from postprocess
|
|
[22:29:00 INFO] Video frame video_short01_000049: 1 dets, valid=True
|
|
[22:29:00 INFO] Video frame video_short01_000050: 1 dets, valid=True
|
|
[22:29:00 INFO] Video batch 17: frame 136/7500 (1%)
|
|
[22:29:01 INFO] Video batch 17: 2 detections from postprocess
|
|
[22:29:01 INFO] Video frame video_short01_000052: 1 dets, valid=True
|
|
[22:29:01 INFO] Video frame video_short01_000053: 1 dets, valid=True
|
|
[22:29:01 INFO] Video batch 18: frame 144/7500 (1%)
|
|
[22:29:01 INFO] Video batch 18: 2 detections from postprocess
|
|
[22:29:01 INFO] Video frame video_short01_000055: 1 dets, valid=True
|
|
[22:29:01 INFO] Video frame video_short01_000057: 1 dets, valid=True
|
|
[22:29:01 INFO] Video batch 19: frame 152/7500 (2%)
|
|
[22:29:01 INFO] Video batch 20: frame 160/7500 (2%)
|
|
[22:29:01 INFO] Video batch 21: frame 168/7500 (2%)
|
|
[22:29:01 INFO] Video batch 21: 1 detections from postprocess
|
|
[22:29:01 INFO] Video frame video_short01_000066: 1 dets, valid=True
|
|
[22:29:01 INFO] Video batch 22: frame 176/7500 (2%)
|
|
[22:29:02 INFO] Video batch 22: 1 detections from postprocess
|
|
[22:29:02 INFO] Video frame video_short01_000068: 1 dets, valid=True
|
|
[22:29:02 INFO] Video batch 23: frame 184/7500 (2%)
|
|
[22:29:02 INFO] Video batch 23: 1 detections from postprocess
|
|
[22:29:02 INFO] Video frame video_short01_000073: 1 dets, valid=True
|
|
[22:29:02 INFO] Video batch 24: frame 192/7500 (2%)
|
|
[22:29:02 INFO] Video batch 24: 2 detections from postprocess
|
|
[22:29:02 INFO] Video frame video_short01_000074: 1 dets, valid=True
|
|
[22:29:02 INFO] Video frame video_short01_000076: 1 dets, valid=True
|
|
[22:29:02 INFO] Video batch 25: frame 200/7500 (2%)
|
|
[22:29:02 INFO] Video batch 25: 2 detections from postprocess
|
|
[22:29:02 INFO] Video frame video_short01_000077: 1 dets, valid=True
|
|
[22:29:02 INFO] Video frame video_short01_000079: 1 dets, valid=True
|
|
[22:29:02 INFO] Video batch 26: frame 208/7500 (2%)
|
|
[22:29:03 INFO] Video batch 26: 2 detections from postprocess
|
|
[22:29:03 INFO] Video frame video_short01_000081: 1 dets, valid=True
|
|
[22:29:03 INFO] Video frame video_short01_000082: 1 dets, valid=True
|
|
[22:29:03 INFO] Video batch 27: frame 216/7500 (2%)
|
|
[22:29:03 INFO] Video batch 27: 2 detections from postprocess
|
|
[22:29:03 INFO] Video frame video_short01_000084: 1 dets, valid=True
|
|
[22:29:03 INFO] Video frame video_short01_000085: 1 dets, valid=True
|
|
[22:29:03 INFO] Video batch 28: frame 224/7500 (2%)
|
|
[22:29:03 INFO] Video batch 28: 2 detections from postprocess
|
|
[22:29:03 INFO] Video frame video_short01_000087: 1 dets, valid=True
|
|
[22:29:03 INFO] Video frame video_short01_000089: 1 dets, valid=True
|
|
[22:29:03 INFO] Video batch 29: frame 232/7500 (3%)
|
|
[22:29:03 INFO] Video batch 29: 2 detections from postprocess
|
|
[22:29:03 INFO] Video frame video_short01_000090: 1 dets, valid=True
|
|
[22:29:03 INFO] Video frame video_short01_000092: 1 dets, valid=True
|
|
[22:29:03 INFO] Video batch 30: frame 240/7500 (3%)
|
|
[22:29:04 INFO] Video batch 30: 2 detections from postprocess
|
|
[22:29:04 INFO] Video frame video_short01_000093: 1 dets, valid=True
|
|
[22:29:04 INFO] Video frame video_short01_000095: 1 dets, valid=True
|
|
[22:29:04 INFO] Video batch 31: frame 248/7500 (3%)
|
|
[22:29:04 INFO] Video batch 31: 2 detections from postprocess
|
|
[22:29:04 INFO] Video frame video_short01_000097: 1 dets, valid=True
|
|
[22:29:04 INFO] Video frame video_short01_000098: 1 dets, valid=True
|
|
[22:29:04 INFO] Video batch 32: frame 256/7500 (3%)
|
|
[22:29:04 INFO] Video batch 32: 2 detections from postprocess
|
|
[22:29:04 INFO] Video frame video_short01_000100: 1 dets, valid=True
|
|
[22:29:04 INFO] Video frame video_short01_000101: 1 dets, valid=True
|
|
[22:29:04 INFO] Video batch 33: frame 264/7500 (3%)
|
|
[22:29:04 INFO] Video batch 33: 2 detections from postprocess
|
|
[22:29:04 INFO] Video frame video_short01_000103: 1 dets, valid=True
|
|
[22:29:04 INFO] Video frame video_short01_000105: 1 dets, valid=True
|
|
[22:29:05 INFO] Video batch 34: frame 272/7500 (3%)
|
|
[22:29:05 INFO] Video batch 34: 2 detections from postprocess
|
|
[22:29:05 INFO] Video frame video_short01_000106: 1 dets, valid=True
|
|
[22:29:05 INFO] Video frame video_short01_000108: 1 dets, valid=True
|
|
[22:29:05 INFO] Video batch 35: frame 280/7500 (3%)
|
|
[22:29:05 INFO] Video batch 35: 2 detections from postprocess
|
|
[22:29:05 INFO] Video frame video_short01_000110: 1 dets, valid=True
|
|
[22:29:05 INFO] Video frame video_short01_000111: 1 dets, valid=True
|
|
[22:29:05 INFO] Video batch 36: frame 288/7500 (3%)
|
|
[22:29:05 INFO] Video batch 36: 2 detections from postprocess
|
|
[22:29:05 INFO] Video frame video_short01_000113: 1 dets, valid=True
|
|
[22:29:05 INFO] Video frame video_short01_000114: 1 dets, valid=True
|
|
[22:29:05 INFO] Video batch 37: frame 296/7500 (3%)
|
|
[22:29:05 INFO] Video batch 37: 2 detections from postprocess
|
|
[22:29:05 INFO] Video frame video_short01_000116: 1 dets, valid=True
|
|
[22:29:05 INFO] Video frame video_short01_000117: 1 dets, valid=True
|
|
[22:29:05 INFO] Video batch 38: frame 304/7500 (4%)
|
|
[22:29:06 INFO] Video batch 38: 1 detections from postprocess
|
|
[22:29:06 INFO] Video frame video_short01_000121: 1 dets, valid=True
|
|
[22:29:06 INFO] Video batch 39: frame 312/7500 (4%)
|
|
[22:29:06 INFO] Video batch 40: frame 320/7500 (4%)
|
|
[22:29:06 INFO] Video batch 41: frame 328/7500 (4%)
|
|
[22:29:06 INFO] Video batch 42: frame 336/7500 (4%)
|
|
[22:29:07 INFO] Video batch 43: frame 344/7500 (4%)
|
|
[22:29:07 INFO] Video batch 44: frame 352/7500 (4%)
|
|
[22:29:07 INFO] Video batch 44: 1 detections from postprocess
|
|
[22:29:07 INFO] Video frame video_short01_000140: 1 dets, valid=True
|
|
[22:29:07 INFO] Video batch 45: frame 360/7500 (4%)
|
|
[22:29:07 INFO] Video batch 46: frame 368/7500 (4%)
|
|
[22:29:07 INFO] Video batch 47: frame 376/7500 (5%)
|
|
[22:29:08 INFO] Video batch 47: 2 detections from postprocess
|
|
[22:29:08 INFO] Video frame video_short01_000150: 2 dets, valid=True
|
|
[22:29:08 INFO] Video batch 48: frame 384/7500 (5%)
|
|
[22:29:08 INFO] Video batch 48: 3 detections from postprocess
|
|
[22:29:08 INFO] Video frame video_short01_000151: 3 dets, valid=True
|
|
[22:29:08 INFO] Video batch 49: frame 392/7500 (5%)
|
|
[22:29:08 INFO] Video batch 50: frame 400/7500 (5%)
|
|
[22:29:08 INFO] Video batch 51: frame 408/7500 (5%)
|
|
[22:29:09 INFO] Video batch 52: frame 416/7500 (5%)
|
|
[22:29:09 INFO] Video batch 53: frame 424/7500 (5%)
|
|
[22:29:09 INFO] Video batch 54: frame 432/7500 (5%)
|
|
[22:29:09 INFO] Video batch 55: frame 440/7500 (5%)
|
|
[22:29:09 INFO] Video batch 56: frame 448/7500 (5%)
|
|
[22:29:10 INFO] Video batch 57: frame 456/7500 (6%)
|
|
[22:29:10 INFO] Video batch 58: frame 464/7500 (6%)
|
|
[22:29:10 INFO] Video batch 59: frame 472/7500 (6%)
|
|
[22:29:10 INFO] Video batch 60: frame 480/7500 (6%)
|
|
[22:29:11 INFO] Video batch 61: frame 488/7500 (6%)
|
|
[22:29:11 INFO] Video batch 62: frame 496/7500 (6%)
|
|
[22:29:11 INFO] Video batch 63: frame 504/7500 (6%)
|
|
[22:29:11 INFO] Video batch 64: frame 512/7500 (6%)
|
|
[22:29:11 INFO] Video batch 65: frame 520/7500 (6%)
|
|
[22:29:12 INFO] Video batch 66: frame 528/7500 (7%)
|
|
[22:29:12 INFO] Video batch 67: frame 536/7500 (7%)
|
|
[22:29:12 INFO] Video batch 68: frame 544/7500 (7%)
|
|
[22:29:12 INFO] Video batch 69: frame 552/7500 (7%)
|
|
[22:29:13 INFO] Video batch 70: frame 560/7500 (7%)
|
|
[22:29:13 INFO] Video batch 71: frame 568/7500 (7%)
|
|
[22:29:13 INFO] Video batch 72: frame 576/7500 (7%)
|
|
[22:29:13 INFO] Video batch 73: frame 584/7500 (7%)
|
|
[22:29:13 INFO] Video batch 74: frame 592/7500 (7%)
|
|
[22:29:14 INFO] Video batch 75: frame 600/7500 (8%)
|
|
[22:29:14 INFO] Video batch 76: frame 608/7500 (8%)
|
|
[22:29:14 INFO] Video batch 77: frame 616/7500 (8%)
|
|
[22:29:14 INFO] Video batch 78: frame 624/7500 (8%)
|
|
[22:29:14 INFO] Video batch 79: frame 632/7500 (8%)
|
|
[22:29:15 INFO] Video batch 80: frame 640/7500 (8%)
|
|
[22:29:15 INFO] Video batch 81: frame 648/7500 (8%)
|
|
[22:29:15 INFO] Video batch 82: frame 656/7500 (8%)
|
|
[22:29:15 INFO] Video batch 83: frame 664/7500 (8%)
|
|
[22:29:16 INFO] Video batch 84: frame 672/7500 (8%)
|
|
[22:29:16 INFO] Video batch 85: frame 680/7500 (9%)
|
|
[22:29:16 INFO] Video batch 86: frame 688/7500 (9%)
|
|
[22:29:16 INFO] Video batch 87: frame 696/7500 (9%)
|
|
[22:29:16 INFO] Video batch 88: frame 704/7500 (9%)
|
|
[22:29:17 INFO] Video batch 89: frame 712/7500 (9%)
|
|
[22:29:17 INFO] Video batch 90: frame 720/7500 (9%)
|
|
[22:29:17 INFO] Video batch 91: frame 728/7500 (9%)
|
|
[22:29:17 INFO] Video batch 92: frame 736/7500 (9%)
|
|
[22:29:18 INFO] Video batch 93: frame 744/7500 (9%)
|
|
[22:29:18 INFO] Video batch 94: frame 752/7500 (10%)
|
|
[22:29:18 INFO] Video batch 95: frame 760/7500 (10%)
|
|
[22:29:18 INFO] Video batch 95: 1 detections from postprocess
|
|
[22:29:18 INFO] Video frame video_short01_000303: 1 dets, valid=True
|
|
[22:29:18 INFO] Video batch 96: frame 768/7500 (10%)
|
|
[22:29:18 INFO] Video batch 96: 2 detections from postprocess
|
|
[22:29:18 INFO] Video frame video_short01_000305: 1 dets, valid=True
|
|
[22:29:19 INFO] Video frame video_short01_000306: 1 dets, valid=True
|
|
[22:29:19 INFO] Video batch 97: frame 776/7500 (10%)
|
|
[22:29:19 INFO] Video batch 97: 2 detections from postprocess
|
|
[22:29:19 INFO] Video frame video_short01_000308: 1 dets, valid=True
|
|
[22:29:19 INFO] Video frame video_short01_000310: 1 dets, valid=True
|
|
[22:29:19 INFO] Video batch 98: frame 784/7500 (10%)
|
|
[22:29:19 INFO] Video batch 98: 2 detections from postprocess
|
|
[22:29:19 INFO] Video frame video_short01_000311: 1 dets, valid=True
|
|
[22:29:19 INFO] Video frame video_short01_000313: 1 dets, valid=True
|
|
[22:29:19 INFO] Video batch 99: frame 792/7500 (10%)
|
|
[22:29:19 INFO] Video batch 99: 2 detections from postprocess
|
|
[22:29:19 INFO] Video frame video_short01_000314: 1 dets, valid=True
|
|
[22:29:19 INFO] Video frame video_short01_000316: 1 dets, valid=True
|
|
[22:29:19 INFO] Video batch 100: frame 800/7500 (10%)
|
|
[22:29:19 INFO] Video batch 100: 2 detections from postprocess
|
|
[22:29:19 INFO] Video frame video_short01_000317: 1 dets, valid=True
|
|
[22:29:20 INFO] Video frame video_short01_000319: 1 dets, valid=True
|
|
[22:29:20 INFO] Video batch 101: frame 808/7500 (10%)
|
|
[22:29:20 INFO] Video batch 101: 2 detections from postprocess
|
|
[22:29:20 INFO] Video frame video_short01_000321: 1 dets, valid=True
|
|
[22:29:20 INFO] Video frame video_short01_000322: 1 dets, valid=True
|
|
[22:29:20 INFO] Video batch 102: frame 816/7500 (10%)
|
|
[22:29:20 INFO] Video batch 102: 2 detections from postprocess
|
|
[22:29:20 INFO] Video frame video_short01_000324: 1 dets, valid=True
|
|
[22:29:20 INFO] Video frame video_short01_000325: 1 dets, valid=True
|
|
[22:29:20 INFO] Video batch 103: frame 824/7500 (10%)
|
|
[22:29:20 INFO] Video batch 103: 2 detections from postprocess
|
|
[22:29:20 INFO] Video frame video_short01_000327: 1 dets, valid=True
|
|
[22:29:20 INFO] Video frame video_short01_000329: 1 dets, valid=True
|
|
[22:29:20 INFO] Video batch 104: frame 832/7500 (11%)
|
|
[22:29:21 INFO] Video batch 105: frame 840/7500 (11%)
|
|
[22:29:21 INFO] Video batch 106: frame 848/7500 (11%)
|
|
[22:29:21 INFO] Video batch 107: frame 856/7500 (11%)
|
|
[22:29:21 INFO] Video batch 108: frame 864/7500 (11%)
|
|
[22:29:21 INFO] Video batch 109: frame 872/7500 (11%)
|
|
[22:29:22 INFO] Video batch 110: frame 880/7500 (11%)
|
|
[22:29:22 INFO] Video batch 111: frame 888/7500 (11%)
|
|
[22:29:22 INFO] Video batch 112: frame 896/7500 (11%)
|
|
[22:29:22 INFO] Video batch 113: frame 904/7500 (12%)
|
|
[22:29:22 INFO] Video batch 114: frame 912/7500 (12%)
|
|
[22:29:23 INFO] Video batch 115: frame 920/7500 (12%)
|
|
[22:29:23 INFO] Video batch 116: frame 928/7500 (12%)
|
|
[22:29:23 INFO] Video batch 117: frame 936/7500 (12%)
|
|
[22:29:23 INFO] Video batch 118: frame 944/7500 (12%)
|
|
[22:29:23 INFO] Video batch 119: frame 952/7500 (12%)
|
|
[22:29:24 INFO] Video batch 120: frame 960/7500 (12%)
|
|
[22:29:24 INFO] Video batch 120: 1 detections from postprocess
|
|
[22:29:24 INFO] Video frame video_short01_000383: 1 dets, valid=True
|
|
[22:29:24 INFO] Video batch 121: frame 968/7500 (12%)
|
|
[22:29:24 INFO] Video batch 122: frame 976/7500 (13%)
|
|
[22:29:24 INFO] Video batch 123: frame 984/7500 (13%)
|
|
[22:29:24 INFO] Video batch 124: frame 992/7500 (13%)
|
|
[22:29:25 INFO] Video batch 125: frame 1000/7500 (13%)
|
|
[22:29:25 INFO] Video batch 126: frame 1008/7500 (13%)
|
|
[22:29:25 INFO] Video batch 126: 1 detections from postprocess
|
|
[22:29:25 INFO] Video frame video_short01_000401: 1 dets, valid=True
|
|
[22:29:25 INFO] Video batch 127: frame 1016/7500 (13%)
|
|
[22:29:25 INFO] Video batch 128: frame 1024/7500 (13%)
|
|
[22:29:26 INFO] Video batch 129: frame 1032/7500 (13%)
|
|
[22:29:26 INFO] Video batch 130: frame 1040/7500 (13%)
|
|
[22:29:26 INFO] Video batch 131: frame 1048/7500 (13%)
|
|
[22:29:26 INFO] Video batch 131: 1 detections from postprocess
|
|
[22:29:26 INFO] Video frame video_short01_000418: 1 dets, valid=True
|
|
[22:29:26 INFO] Video batch 132: frame 1056/7500 (14%)
|
|
[22:29:26 INFO] Video batch 132: 2 detections from postprocess
|
|
[22:29:26 INFO] Video frame video_short01_000420: 1 dets, valid=True
|
|
[22:29:26 INFO] Video frame video_short01_000421: 1 dets, valid=True
|
|
[22:29:26 INFO] Video batch 133: frame 1064/7500 (14%)
|
|
[22:29:27 INFO] Video batch 133: 2 detections from postprocess
|
|
[22:29:27 INFO] Video frame video_short01_000423: 1 dets, valid=True
|
|
[22:29:27 INFO] Video frame video_short01_000425: 1 dets, valid=True
|
|
[22:29:27 INFO] Video batch 134: frame 1072/7500 (14%)
|
|
[22:29:27 INFO] Video batch 134: 3 detections from postprocess
|
|
[22:29:27 INFO] Video frame video_short01_000426: 2 dets, valid=True
|
|
[22:29:27 INFO] Video frame video_short01_000428: 1 dets, valid=True
|
|
[22:29:27 INFO] Video batch 135: frame 1080/7500 (14%)
|
|
[22:29:27 INFO] Video batch 136: frame 1088/7500 (14%)
|
|
[22:29:27 INFO] Video batch 137: frame 1096/7500 (14%)
|
|
[22:29:28 INFO] Video batch 138: frame 1104/7500 (14%)
|
|
[22:29:28 INFO] Video batch 139: frame 1112/7500 (14%)
|
|
[22:29:28 INFO] Video batch 140: frame 1120/7500 (14%)
|
|
[22:29:28 INFO] Video batch 141: frame 1128/7500 (15%)
|
|
[22:29:29 INFO] Video batch 142: frame 1136/7500 (15%)
|
|
[22:29:29 INFO] Video batch 143: frame 1144/7500 (15%)
|
|
[22:29:29 INFO] Video batch 144: frame 1152/7500 (15%)
|
|
[22:29:29 INFO] Video batch 144: 1 detections from postprocess
|
|
[22:29:29 INFO] Video frame video_short01_000458: 1 dets, valid=True
|
|
[22:29:29 INFO] Video batch 145: frame 1160/7500 (15%)
|
|
[22:29:29 INFO] Video batch 146: frame 1168/7500 (15%)
|
|
[22:29:30 INFO] Video batch 146: 1 detections from postprocess
|
|
[22:29:30 INFO] Video frame video_short01_000466: 1 dets, valid=True
|
|
[22:29:30 INFO] Video batch 147: frame 1176/7500 (15%)
|
|
[22:29:30 INFO] Video batch 148: frame 1184/7500 (15%)
|
|
[22:29:30 INFO] Video batch 149: frame 1192/7500 (15%)
|
|
[22:29:30 INFO] Video batch 149: 1 detections from postprocess
|
|
[22:29:30 INFO] Video frame video_short01_000476: 1 dets, valid=True
|
|
[22:29:30 INFO] Video batch 150: frame 1200/7500 (16%)
|
|
[22:29:31 INFO] Video batch 150: 1 detections from postprocess
|
|
[22:29:31 INFO] Video frame video_short01_000477: 1 dets, valid=True
|
|
[22:29:31 INFO] Video batch 151: frame 1208/7500 (16%)
|
|
[22:29:31 INFO] Video batch 152: frame 1216/7500 (16%)
|
|
[22:29:31 INFO] Video batch 152: 1 detections from postprocess
|
|
[22:29:31 INFO] Video frame video_short01_000485: 1 dets, valid=True
|
|
[22:29:31 INFO] Video batch 153: frame 1224/7500 (16%)
|
|
[22:29:31 INFO] Video batch 153: 3 detections from postprocess
|
|
[22:29:31 INFO] Video frame video_short01_000487: 2 dets, valid=True
|
|
[22:29:31 INFO] Video frame video_short01_000489: 1 dets, valid=True
|
|
[22:29:31 INFO] Video batch 154: frame 1232/7500 (16%)
|
|
[22:29:32 INFO] Video batch 154: 2 detections from postprocess
|
|
[22:29:32 INFO] Video frame video_short01_000490: 1 dets, valid=True
|
|
[22:29:32 INFO] Video frame video_short01_000492: 1 dets, valid=True
|
|
[22:29:32 INFO] Video batch 155: frame 1240/7500 (16%)
|
|
[22:29:32 INFO] Video batch 155: 1 detections from postprocess
|
|
[22:29:32 INFO] Video frame video_short01_000493: 1 dets, valid=True
|
|
[22:29:32 INFO] Video batch 156: frame 1248/7500 (16%)
|
|
[22:29:32 INFO] Video batch 157: frame 1256/7500 (16%)
|
|
[22:29:32 INFO] Video batch 158: frame 1264/7500 (16%)
|
|
[22:29:33 INFO] Video batch 159: frame 1272/7500 (16%)
|
|
[22:29:33 INFO] Video batch 160: frame 1280/7500 (17%)
|
|
[22:29:33 INFO] Video batch 161: frame 1288/7500 (17%)
|
|
[22:29:33 INFO] Video batch 162: frame 1296/7500 (17%)
|
|
[22:29:33 INFO] Video batch 163: frame 1304/7500 (17%)
|
|
[22:29:34 INFO] Video batch 164: frame 1312/7500 (17%)
|
|
[22:29:34 INFO] Video batch 165: frame 1320/7500 (17%)
|
|
[22:29:34 INFO] Video batch 166: frame 1328/7500 (17%)
|
|
[22:29:34 INFO] Video batch 167: frame 1336/7500 (17%)
|
|
[22:29:34 INFO] Video batch 168: frame 1344/7500 (17%)
|
|
[22:29:35 INFO] Video batch 169: frame 1352/7500 (18%)
|
|
[22:29:35 INFO] Video batch 170: frame 1360/7500 (18%)
|
|
[22:29:35 INFO] Video batch 171: frame 1368/7500 (18%)
|
|
[22:29:35 INFO] Video batch 172: frame 1376/7500 (18%)
|
|
[22:29:36 INFO] Video batch 173: frame 1384/7500 (18%)
|
|
[22:29:36 INFO] Video batch 174: frame 1392/7500 (18%)
|
|
[22:29:36 INFO] Video batch 175: frame 1400/7500 (18%)
|
|
[22:29:36 INFO] Video batch 176: frame 1408/7500 (18%)
|
|
[22:29:36 INFO] Video batch 177: frame 1416/7500 (18%)
|
|
[22:29:37 INFO] Video batch 178: frame 1424/7500 (18%)
|
|
[22:29:37 INFO] Video batch 179: frame 1432/7500 (19%)
|
|
[22:29:37 INFO] Video batch 180: frame 1440/7500 (19%)
|
|
[22:29:37 INFO] Video batch 181: frame 1448/7500 (19%)
|
|
[22:29:37 INFO] Video batch 182: frame 1456/7500 (19%)
|
|
[22:29:38 INFO] Video batch 183: frame 1464/7500 (19%)
|
|
[22:29:38 INFO] Video batch 184: frame 1472/7500 (19%)
|
|
[22:29:38 INFO] Video batch 185: frame 1480/7500 (19%)
|
|
[22:29:38 INFO] Video batch 186: frame 1488/7500 (19%)
|
|
[22:29:38 INFO] Video batch 187: frame 1496/7500 (19%)
|
|
[22:29:39 INFO] Video batch 188: frame 1504/7500 (20%)
|
|
[22:29:39 INFO] Video batch 189: frame 1512/7500 (20%)
|
|
[22:29:39 INFO] Video batch 190: frame 1520/7500 (20%)
|
|
[22:29:39 INFO] Video batch 191: frame 1528/7500 (20%)
|
|
[22:29:39 INFO] Video batch 192: frame 1536/7500 (20%)
|
|
[22:29:40 INFO] Video batch 193: frame 1544/7500 (20%)
|
|
[22:29:40 INFO] Video batch 193: 1 detections from postprocess
|
|
[22:29:40 INFO] Video frame video_short01_001017: 1 dets, valid=True
|
|
[22:29:40 INFO] Video batch 194: frame 1552/7500 (20%)
|
|
[22:29:40 INFO] Video batch 195: frame 1560/7500 (20%)
|
|
[22:29:40 INFO] Video batch 196: frame 1568/7500 (20%)
|
|
[22:29:40 INFO] Video batch 197: frame 1576/7500 (21%)
|
|
[22:29:41 INFO] Video batch 198: frame 1584/7500 (21%)
|
|
[22:29:41 INFO] Video batch 199: frame 1592/7500 (21%)
|
|
[22:29:41 INFO] Video batch 200: frame 1600/7500 (21%)
|
|
[22:29:41 INFO] Video batch 200: 1 detections from postprocess
|
|
[22:29:41 INFO] Video frame video_short01_001039: 1 dets, valid=True
|
|
[22:29:41 INFO] Video batch 201: frame 1608/7500 (21%)
|
|
[22:29:42 INFO] Video batch 201: 1 detections from postprocess
|
|
[22:29:42 INFO] Video frame video_short01_001041: 1 dets, valid=True
|
|
[22:29:42 INFO] Video batch 202: frame 1616/7500 (21%)
|
|
[22:29:42 INFO] Video batch 203: frame 1624/7500 (21%)
|
|
[22:29:42 INFO] Video batch 204: frame 1632/7500 (21%)
|
|
[22:29:43 INFO] Video batch 205: frame 1640/7500 (21%)
|
|
[22:29:43 INFO] Video batch 206: frame 1648/7500 (21%)
|
|
[22:29:43 INFO] Video batch 207: frame 1656/7500 (22%)
|
|
[22:29:43 INFO] Video batch 208: frame 1664/7500 (22%)
|
|
[22:29:43 INFO] Video batch 209: frame 1672/7500 (22%)
|
|
[22:29:44 INFO] Video batch 210: frame 1680/7500 (22%)
|
|
[22:29:44 INFO] Video batch 211: frame 1688/7500 (22%)
|
|
[22:29:44 INFO] Video batch 212: frame 1696/7500 (22%)
|
|
[22:29:44 INFO] Video batch 213: frame 1704/7500 (22%)
|
|
[22:29:45 INFO] Video batch 214: frame 1712/7500 (22%)
|
|
[22:29:45 INFO] Video batch 215: frame 1720/7500 (22%)
|
|
[22:29:45 INFO] Video batch 216: frame 1728/7500 (23%)
|
|
[22:29:45 INFO] Video batch 217: frame 1736/7500 (23%)
|
|
[22:29:45 INFO] Video batch 218: frame 1744/7500 (23%)
|
|
[22:29:46 INFO] Video batch 219: frame 1752/7500 (23%)
|
|
[22:29:46 INFO] Video batch 219: 1 detections from postprocess
|
|
[22:29:46 INFO] Video frame video_short01_001100: 1 dets, valid=True
|
|
[22:29:46 INFO] Video batch 220: frame 1760/7500 (23%)
|
|
[22:29:46 INFO] Video batch 220: 2 detections from postprocess
|
|
[22:29:46 INFO] Video frame video_short01_001101: 1 dets, valid=True
|
|
[22:29:46 INFO] Video frame video_short01_001103: 1 dets, valid=True
|
|
[22:29:46 INFO] Video batch 221: frame 1768/7500 (23%)
|
|
[22:29:46 INFO] Video batch 221: 2 detections from postprocess
|
|
[22:29:46 INFO] Video frame video_short01_001105: 1 dets, valid=True
|
|
[22:29:46 INFO] Video frame video_short01_001106: 1 dets, valid=True
|
|
[22:29:46 INFO] Video batch 222: frame 1776/7500 (23%)
|
|
[22:29:47 INFO] Video batch 222: 2 detections from postprocess
|
|
[22:29:47 INFO] Video frame video_short01_001108: 1 dets, valid=True
|
|
[22:29:47 INFO] Video frame video_short01_001110: 1 dets, valid=True
|
|
[22:29:47 INFO] Video batch 223: frame 1784/7500 (23%)
|
|
[22:29:47 INFO] Video batch 223: 2 detections from postprocess
|
|
[22:29:47 INFO] Video frame video_short01_001111: 1 dets, valid=True
|
|
[22:29:47 INFO] Video frame video_short01_001113: 1 dets, valid=True
|
|
[22:29:47 INFO] Video batch 224: frame 1792/7500 (23%)
|
|
[22:29:47 INFO] Video batch 225: frame 1800/7500 (24%)
|
|
[22:29:47 INFO] Video batch 226: frame 1808/7500 (24%)
|
|
[22:29:48 INFO] Video batch 227: frame 1816/7500 (24%)
|
|
[22:29:48 INFO] Video batch 228: frame 1824/7500 (24%)
|
|
[22:29:48 INFO] Video batch 229: frame 1832/7500 (24%)
|
|
[22:29:49 INFO] Video batch 230: frame 1840/7500 (24%)
|
|
[22:29:49 INFO] Video batch 231: frame 1848/7500 (24%)
|
|
[22:29:49 INFO] Video batch 231: 1 detections from postprocess
|
|
[22:29:49 INFO] Video frame video_short01_001137: 1 dets, valid=True
|
|
[22:29:49 INFO] Video batch 232: frame 1856/7500 (24%)
|
|
[22:29:49 INFO] Video batch 233: frame 1864/7500 (24%)
|
|
[22:29:49 INFO] Video batch 234: frame 1872/7500 (24%)
|
|
[22:29:50 INFO] Video batch 235: frame 1880/7500 (25%)
|
|
[22:29:50 INFO] Video batch 235: 1 detections from postprocess
|
|
[22:29:50 INFO] Video frame video_short01_001151: 1 dets, valid=True
|
|
[22:29:50 INFO] Video batch 236: frame 1888/7500 (25%)
|
|
[22:29:50 INFO] Video batch 237: frame 1896/7500 (25%)
|
|
[22:29:50 INFO] Video batch 238: frame 1904/7500 (25%)
|
|
[22:29:51 INFO] Video batch 239: frame 1912/7500 (25%)
|
|
[22:29:51 INFO] Video batch 240: frame 1920/7500 (25%)
|
|
[22:29:51 INFO] Video batch 241: frame 1928/7500 (25%)
|
|
[22:29:51 INFO] Video batch 242: frame 1936/7500 (25%)
|
|
[22:29:51 INFO] Video batch 243: frame 1944/7500 (25%)
|
|
[22:29:52 INFO] Video batch 244: frame 1952/7500 (26%)
|
|
[22:29:52 INFO] Video batch 245: frame 1960/7500 (26%)
|
|
[22:29:52 INFO] Video batch 246: frame 1968/7500 (26%)
|
|
[22:29:52 INFO] Video batch 247: frame 1976/7500 (26%)
|
|
[22:29:53 INFO] Video batch 248: frame 1984/7500 (26%)
|
|
[22:29:53 INFO] Video batch 249: frame 1992/7500 (26%)
|
|
[22:29:53 INFO] Video batch 250: frame 2000/7500 (26%)
|
|
[22:29:53 INFO] Video batch 251: frame 2008/7500 (26%)
|
|
[22:29:53 INFO] Video batch 252: frame 2016/7500 (26%)
|
|
[22:29:54 INFO] Video batch 253: frame 2024/7500 (26%)
|
|
[22:29:54 INFO] Video batch 254: frame 2032/7500 (27%)
|
|
[22:29:54 INFO] Video batch 255: frame 2040/7500 (27%)
|
|
[22:29:54 INFO] Video batch 256: frame 2048/7500 (27%)
|
|
[22:29:54 INFO] Video batch 257: frame 2056/7500 (27%)
|
|
[22:29:55 INFO] Video batch 258: frame 2064/7500 (27%)
|
|
[22:29:55 INFO] Video batch 259: frame 2072/7500 (27%)
|
|
[22:29:55 INFO] Video batch 260: frame 2080/7500 (27%)
|
|
[22:29:55 INFO] Video batch 261: frame 2088/7500 (27%)
|
|
[22:29:55 INFO] Video batch 262: frame 2096/7500 (27%)
|
|
[22:29:56 INFO] Video batch 263: frame 2104/7500 (28%)
|
|
[22:29:56 INFO] Video batch 264: frame 2112/7500 (28%)
|
|
[22:29:56 INFO] Video batch 265: frame 2120/7500 (28%)
|
|
[22:29:56 INFO] Video batch 266: frame 2128/7500 (28%)
|
|
[22:29:56 INFO] Video batch 267: frame 2136/7500 (28%)
|
|
[22:29:57 INFO] Video batch 268: frame 2144/7500 (28%)
|
|
[22:29:57 INFO] Video batch 269: frame 2152/7500 (28%)
|
|
[22:29:57 INFO] Video batch 270: frame 2160/7500 (28%)
|
|
[22:29:57 INFO] Video batch 271: frame 2168/7500 (28%)
|
|
[22:29:58 INFO] Video batch 272: frame 2176/7500 (29%)
|
|
[22:29:58 INFO] Video batch 273: frame 2184/7500 (29%)
|
|
[22:29:58 INFO] Video batch 274: frame 2192/7500 (29%)
|
|
[22:29:58 INFO] Video batch 275: frame 2200/7500 (29%)
|
|
[22:29:58 INFO] Video batch 276: frame 2208/7500 (29%)
|
|
[22:29:59 INFO] Video batch 277: frame 2216/7500 (29%)
|
|
[22:29:59 INFO] Video batch 278: frame 2224/7500 (29%)
|
|
[22:29:59 INFO] Video batch 279: frame 2232/7500 (29%)
|
|
[22:29:59 INFO] Video batch 280: frame 2240/7500 (29%)
|
|
[22:29:59 INFO] Video batch 281: frame 2248/7500 (29%)
|
|
[22:30:00 INFO] Video batch 282: frame 2256/7500 (30%)
|
|
[22:30:00 INFO] Video batch 283: frame 2264/7500 (30%)
|
|
[22:30:00 INFO] Video batch 283: 2 detections from postprocess
|
|
[22:30:00 INFO] Video frame video_short01_001303: 1 dets, valid=True
|
|
[22:30:00 INFO] Video frame video_short01_001305: 1 dets, valid=True
|
|
[22:30:00 INFO] Video batch 284: frame 2272/7500 (30%)
|
|
[22:30:00 INFO] Video batch 285: frame 2280/7500 (30%)
|
|
[22:30:01 INFO] Video batch 285: 1 detections from postprocess
|
|
[22:30:01 INFO] Video frame video_short01_001310: 1 dets, valid=True
|
|
[22:30:01 INFO] Video batch 286: frame 2288/7500 (30%)
|
|
[22:30:01 INFO] Video batch 287: frame 2296/7500 (30%)
|
|
[22:30:01 INFO] Video batch 288: frame 2304/7500 (30%)
|
|
[22:30:01 INFO] Video batch 288: 1 detections from postprocess
|
|
[22:30:01 INFO] Video frame video_short01_001319: 1 dets, valid=True
|
|
[22:30:01 INFO] Video batch 289: frame 2312/7500 (30%)
|
|
[22:30:01 INFO] Video batch 289: 1 detections from postprocess
|
|
[22:30:01 INFO] Video frame video_short01_001324: 1 dets, valid=True
|
|
[22:30:01 INFO] Video batch 290: frame 2320/7500 (30%)
|
|
[22:30:02 INFO] Video batch 291: frame 2328/7500 (31%)
|
|
[22:30:02 INFO] Video batch 292: frame 2336/7500 (31%)
|
|
[22:30:02 INFO] Video batch 293: frame 2344/7500 (31%)
|
|
[22:30:02 INFO] Video batch 294: frame 2352/7500 (31%)
|
|
[22:30:02 INFO] Video batch 294: 1 detections from postprocess
|
|
[22:30:02 INFO] Video frame video_short01_001340: 1 dets, valid=True
|
|
[22:30:03 INFO] Video batch 295: frame 2360/7500 (31%)
|
|
[22:30:03 INFO] Video batch 296: frame 2368/7500 (31%)
|
|
[22:30:03 INFO] Video batch 297: frame 2376/7500 (31%)
|
|
[22:30:03 INFO] Video batch 297: 1 detections from postprocess
|
|
[22:30:03 INFO] Video frame video_short01_001350: 1 dets, valid=True
|
|
[22:30:03 INFO] Video batch 298: frame 2384/7500 (31%)
|
|
[22:30:03 INFO] Video batch 298: 1 detections from postprocess
|
|
[22:30:03 INFO] Video frame video_short01_001351: 1 dets, valid=True
|
|
[22:30:03 INFO] Video batch 299: frame 2392/7500 (31%)
|
|
[22:30:04 INFO] Video batch 299: 2 detections from postprocess
|
|
[22:30:04 INFO] Video frame video_short01_001354: 1 dets, valid=True
|
|
[22:30:04 INFO] Video frame video_short01_001356: 1 dets, valid=True
|
|
[22:30:04 INFO] Video batch 300: frame 2400/7500 (32%)
|
|
[22:30:04 INFO] Video batch 300: 1 detections from postprocess
|
|
[22:30:04 INFO] Video frame video_short01_001359: 1 dets, valid=True
|
|
[22:30:04 INFO] Video batch 301: frame 2408/7500 (32%)
|
|
[22:30:04 INFO] Video batch 301: 1 detections from postprocess
|
|
[22:30:04 INFO] Video frame video_short01_001362: 1 dets, valid=True
|
|
[22:30:04 INFO] Video batch 302: frame 2416/7500 (32%)
|
|
[22:30:04 INFO] Video batch 302: 2 detections from postprocess
|
|
[22:30:04 INFO] Video frame video_short01_001364: 1 dets, valid=True
|
|
[22:30:04 INFO] Video frame video_short01_001365: 1 dets, valid=True
|
|
[22:30:04 INFO] Video batch 303: frame 2424/7500 (32%)
|
|
[22:30:04 INFO] Video batch 304: frame 2432/7500 (32%)
|
|
[22:30:05 INFO] Video batch 305: frame 2440/7500 (32%)
|
|
[22:30:05 INFO] Video batch 306: frame 2448/7500 (32%)
|
|
[22:30:05 INFO] Video batch 307: frame 2456/7500 (32%)
|
|
[22:30:05 INFO] Video batch 308: frame 2464/7500 (32%)
|
|
[22:30:05 INFO] Video batch 309: frame 2472/7500 (32%)
|
|
[22:30:06 INFO] Video batch 310: frame 2480/7500 (33%)
|
|
[22:30:06 INFO] Video batch 311: frame 2488/7500 (33%)
|
|
[22:30:06 INFO] Video batch 312: frame 2496/7500 (33%)
|
|
[22:30:06 INFO] Video batch 313: frame 2504/7500 (33%)
|
|
[22:30:06 INFO] Video batch 314: frame 2512/7500 (33%)
|
|
[22:30:07 INFO] Video batch 315: frame 2520/7500 (33%)
|
|
[22:30:07 INFO] Video batch 316: frame 2528/7500 (33%)
|
|
[22:30:07 INFO] Video batch 317: frame 2536/7500 (33%)
|
|
[22:30:07 INFO] Video batch 318: frame 2544/7500 (33%)
|
|
[22:30:07 INFO] Video batch 319: frame 2552/7500 (34%)
|
|
[22:30:08 INFO] Video batch 320: frame 2560/7500 (34%)
|
|
[22:30:08 INFO] Video batch 321: frame 2568/7500 (34%)
|
|
[22:30:08 INFO] Video batch 322: frame 2576/7500 (34%)
|
|
[22:30:08 INFO] Video batch 323: frame 2584/7500 (34%)
|
|
[22:30:09 INFO] Video batch 324: frame 2592/7500 (34%)
|
|
[22:30:09 INFO] Video batch 325: frame 2600/7500 (34%)
|
|
[22:30:09 INFO] Video batch 326: frame 2608/7500 (34%)
|
|
[22:30:09 INFO] Video batch 327: frame 2616/7500 (34%)
|
|
[22:30:10 INFO] Video batch 328: frame 2624/7500 (34%)
|
|
[22:30:10 INFO] Video batch 329: frame 2632/7500 (35%)
|
|
[22:30:10 INFO] Video batch 330: frame 2640/7500 (35%)
|
|
[22:30:10 INFO] Video batch 331: frame 2648/7500 (35%)
|
|
[22:30:11 INFO] Video batch 332: frame 2656/7500 (35%)
|
|
[22:30:11 INFO] Video batch 333: frame 2664/7500 (35%)
|
|
[22:30:11 INFO] Video batch 334: frame 2672/7500 (35%)
|
|
[22:30:11 INFO] Video batch 335: frame 2680/7500 (35%)
|
|
[22:30:12 INFO] Video batch 336: frame 2688/7500 (35%)
|
|
[22:30:12 INFO] Video batch 337: frame 2696/7500 (35%)
|
|
[22:30:12 INFO] Video batch 338: frame 2704/7500 (36%)
|
|
[22:30:12 INFO] Video batch 339: frame 2712/7500 (36%)
|
|
[22:30:13 INFO] Video batch 339: 1 detections from postprocess
|
|
[22:30:13 INFO] Video frame video_short01_001484: 1 dets, valid=True
|
|
[22:30:13 INFO] Video batch 340: frame 2720/7500 (36%)
|
|
[22:30:13 INFO] Video batch 340: 2 detections from postprocess
|
|
[22:30:13 INFO] Video frame video_short01_001485: 1 dets, valid=True
|
|
[22:30:13 INFO] Video frame video_short01_001487: 1 dets, valid=True
|
|
[22:30:13 INFO] Video batch 341: frame 2728/7500 (36%)
|
|
[22:30:13 INFO] Video batch 341: 2 detections from postprocess
|
|
[22:30:13 INFO] Video frame video_short01_001489: 1 dets, valid=True
|
|
[22:30:13 INFO] Video frame video_short01_001490: 1 dets, valid=True
|
|
[22:30:13 INFO] Video batch 342: frame 2736/7500 (36%)
|
|
[22:30:13 INFO] Video batch 342: 2 detections from postprocess
|
|
[22:30:13 INFO] Video frame video_short01_001492: 1 dets, valid=True
|
|
[22:30:13 INFO] Video frame video_short01_001493: 1 dets, valid=True
|
|
[22:30:13 INFO] Video batch 343: frame 2744/7500 (36%)
|
|
[22:30:13 INFO] Video batch 343: 2 detections from postprocess
|
|
[22:30:13 INFO] Video frame video_short01_001495: 1 dets, valid=True
|
|
[22:30:14 INFO] Video frame video_short01_001497: 1 dets, valid=True
|
|
[22:30:14 INFO] Video batch 344: frame 2752/7500 (36%)
|
|
[22:30:14 INFO] Video batch 344: 2 detections from postprocess
|
|
[22:30:14 INFO] Video frame video_short01_001498: 1 dets, valid=True
|
|
[22:30:14 INFO] Video frame video_short01_001500: 1 dets, valid=True
|
|
[22:30:14 INFO] Video batch 345: frame 2760/7500 (36%)
|
|
[22:30:14 INFO] Video batch 345: 2 detections from postprocess
|
|
[22:30:14 INFO] Video frame video_short01_001501: 1 dets, valid=True
|
|
[22:30:14 INFO] Video frame video_short01_001503: 1 dets, valid=True
|
|
[22:30:14 INFO] Video batch 346: frame 2768/7500 (36%)
|
|
[22:30:14 INFO] Video batch 346: 2 detections from postprocess
|
|
[22:30:14 INFO] Video frame video_short01_001505: 1 dets, valid=True
|
|
[22:30:14 INFO] Video frame video_short01_001506: 1 dets, valid=True
|
|
[22:30:14 INFO] Video batch 347: frame 2776/7500 (37%)
|
|
[22:30:14 INFO] Video batch 347: 2 detections from postprocess
|
|
[22:30:14 INFO] Video frame video_short01_001508: 1 dets, valid=True
|
|
[22:30:14 INFO] Video frame video_short01_001510: 1 dets, valid=True
|
|
[22:30:14 INFO] Video batch 348: frame 2784/7500 (37%)
|
|
[22:30:15 INFO] Video batch 348: 2 detections from postprocess
|
|
[22:30:15 INFO] Video frame video_short01_001511: 1 dets, valid=True
|
|
[22:30:15 INFO] Video frame video_short01_001513: 1 dets, valid=True
|
|
[22:30:15 INFO] Video batch 349: frame 2792/7500 (37%)
|
|
[22:30:15 INFO] Video batch 349: 2 detections from postprocess
|
|
[22:30:15 INFO] Video frame video_short01_001514: 1 dets, valid=True
|
|
[22:30:15 INFO] Video frame video_short01_001516: 1 dets, valid=True
|
|
[22:30:15 INFO] Video batch 350: frame 2800/7500 (37%)
|
|
[22:30:15 INFO] Video batch 350: 2 detections from postprocess
|
|
[22:30:15 INFO] Video frame video_short01_001517: 1 dets, valid=True
|
|
[22:30:15 INFO] Video frame video_short01_001519: 1 dets, valid=True
|
|
[22:30:15 INFO] Video batch 351: frame 2808/7500 (37%)
|
|
[22:30:15 INFO] Video batch 351: 2 detections from postprocess
|
|
[22:30:15 INFO] Video frame video_short01_001521: 1 dets, valid=True
|
|
[22:30:15 INFO] Video frame video_short01_001522: 1 dets, valid=True
|
|
[22:30:15 INFO] Video batch 352: frame 2816/7500 (37%)
|
|
[22:30:15 INFO] Video batch 352: 2 detections from postprocess
|
|
[22:30:15 INFO] Video frame video_short01_001524: 1 dets, valid=True
|
|
[22:30:15 INFO] Video frame video_short01_001525: 1 dets, valid=True
|
|
[22:30:16 INFO] Video batch 353: frame 2824/7500 (37%)
|
|
[22:30:16 INFO] Video batch 353: 2 detections from postprocess
|
|
[22:30:16 INFO] Video frame video_short01_001527: 1 dets, valid=True
|
|
[22:30:16 INFO] Video frame video_short01_001529: 1 dets, valid=True
|
|
[22:30:16 INFO] Video batch 354: frame 2832/7500 (37%)
|
|
[22:30:16 INFO] Video batch 354: 2 detections from postprocess
|
|
[22:30:16 INFO] Video frame video_short01_001530: 1 dets, valid=True
|
|
[22:30:16 INFO] Video frame video_short01_001532: 1 dets, valid=True
|
|
[22:30:16 INFO] Video batch 355: frame 2840/7500 (37%)
|
|
[22:30:16 INFO] Video batch 355: 2 detections from postprocess
|
|
[22:30:16 INFO] Video frame video_short01_001533: 1 dets, valid=True
|
|
[22:30:16 INFO] Video frame video_short01_001535: 1 dets, valid=True
|
|
[22:30:16 INFO] Video batch 356: frame 2848/7500 (37%)
|
|
[22:30:16 INFO] Video batch 356: 2 detections from postprocess
|
|
[22:30:16 INFO] Video frame video_short01_001537: 1 dets, valid=True
|
|
[22:30:16 INFO] Video frame video_short01_001538: 1 dets, valid=True
|
|
[22:30:16 INFO] Video batch 357: frame 2856/7500 (38%)
|
|
[22:30:17 INFO] Video batch 357: 2 detections from postprocess
|
|
[22:30:17 INFO] Video frame video_short01_001540: 1 dets, valid=True
|
|
[22:30:17 INFO] Video frame video_short01_001541: 1 dets, valid=True
|
|
[22:30:17 INFO] Video batch 358: frame 2864/7500 (38%)
|
|
[22:30:17 INFO] Video batch 358: 2 detections from postprocess
|
|
[22:30:17 INFO] Video frame video_short01_001543: 1 dets, valid=True
|
|
[22:30:17 INFO] Video frame video_short01_001545: 1 dets, valid=True
|
|
[22:30:17 INFO] Video batch 359: frame 2872/7500 (38%)
|
|
[22:30:17 INFO] Video batch 359: 2 detections from postprocess
|
|
[22:30:17 INFO] Video frame video_short01_001546: 1 dets, valid=True
|
|
[22:30:17 INFO] Video frame video_short01_001548: 1 dets, valid=True
|
|
[22:30:17 INFO] Video batch 360: frame 2880/7500 (38%)
|
|
[22:30:17 INFO] Video batch 360: 2 detections from postprocess
|
|
[22:30:17 INFO] Video frame video_short01_001550: 1 dets, valid=True
|
|
[22:30:17 INFO] Video frame video_short01_001551: 1 dets, valid=True
|
|
[22:30:17 INFO] Video batch 361: frame 2888/7500 (38%)
|
|
[22:30:17 INFO] Video batch 361: 2 detections from postprocess
|
|
[22:30:17 INFO] Video frame video_short01_001553: 1 dets, valid=True
|
|
[22:30:17 INFO] Video frame video_short01_001554: 1 dets, valid=True
|
|
[22:30:17 INFO] Video batch 362: frame 2896/7500 (38%)
|
|
[22:30:18 INFO] Video batch 362: 2 detections from postprocess
|
|
[22:30:18 INFO] Video frame video_short01_001556: 1 dets, valid=True
|
|
[22:30:18 INFO] Video frame video_short01_001557: 1 dets, valid=True
|
|
[22:30:18 INFO] Video batch 363: frame 2904/7500 (38%)
|
|
[22:30:18 INFO] Video batch 363: 2 detections from postprocess
|
|
[22:30:18 INFO] Video frame video_short01_001559: 1 dets, valid=True
|
|
[22:30:18 INFO] Video frame video_short01_001561: 1 dets, valid=True
|
|
[22:30:18 INFO] Video batch 364: frame 2912/7500 (38%)
|
|
[22:30:18 INFO] Video batch 364: 2 detections from postprocess
|
|
[22:30:18 INFO] Video frame video_short01_001562: 1 dets, valid=True
|
|
[22:30:18 INFO] Video frame video_short01_001564: 1 dets, valid=True
|
|
[22:30:18 INFO] Video batch 365: frame 2920/7500 (38%)
|
|
[22:30:18 INFO] Video batch 365: 2 detections from postprocess
|
|
[22:30:18 INFO] Video frame video_short01_001565: 1 dets, valid=True
|
|
[22:30:18 INFO] Video frame video_short01_001567: 1 dets, valid=True
|
|
[22:30:18 INFO] Video batch 366: frame 2928/7500 (39%)
|
|
[22:30:19 INFO] Video batch 366: 2 detections from postprocess
|
|
[22:30:19 INFO] Video frame video_short01_001569: 1 dets, valid=True
|
|
[22:30:19 INFO] Video frame video_short01_001570: 1 dets, valid=True
|
|
[22:30:19 INFO] Video batch 367: frame 2936/7500 (39%)
|
|
[22:30:19 INFO] Video batch 367: 2 detections from postprocess
|
|
[22:30:19 INFO] Video frame video_short01_001572: 1 dets, valid=True
|
|
[22:30:19 INFO] Video frame video_short01_001573: 1 dets, valid=True
|
|
[22:30:19 INFO] Video batch 368: frame 2944/7500 (39%)
|
|
[22:30:19 INFO] Video batch 368: 2 detections from postprocess
|
|
[22:30:19 INFO] Video frame video_short01_001575: 1 dets, valid=True
|
|
[22:30:19 INFO] Video frame video_short01_001577: 1 dets, valid=True
|
|
[22:30:19 INFO] Video batch 369: frame 2952/7500 (39%)
|
|
[22:30:19 INFO] Video batch 369: 2 detections from postprocess
|
|
[22:30:19 INFO] Video frame video_short01_001578: 1 dets, valid=True
|
|
[22:30:19 INFO] Video frame video_short01_001580: 1 dets, valid=True
|
|
[22:30:19 INFO] Video batch 370: frame 2960/7500 (39%)
|
|
[22:30:20 INFO] Video batch 370: 2 detections from postprocess
|
|
[22:30:20 INFO] Video frame video_short01_001581: 1 dets, valid=True
|
|
[22:30:20 INFO] Video frame video_short01_001583: 1 dets, valid=True
|
|
[22:30:20 INFO] Video batch 371: frame 2968/7500 (39%)
|
|
[22:30:20 INFO] Video batch 371: 2 detections from postprocess
|
|
[22:30:20 INFO] Video frame video_short01_001585: 1 dets, valid=True
|
|
[22:30:20 INFO] Video frame video_short01_001586: 1 dets, valid=True
|
|
[22:30:20 INFO] Video batch 372: frame 2976/7500 (39%)
|
|
[22:30:20 INFO] Video batch 372: 2 detections from postprocess
|
|
[22:30:20 INFO] Video frame video_short01_001588: 1 dets, valid=True
|
|
[22:30:20 INFO] Video frame video_short01_001590: 1 dets, valid=True
|
|
[22:30:20 INFO] Video batch 373: frame 2984/7500 (39%)
|
|
[22:30:20 INFO] Video batch 373: 2 detections from postprocess
|
|
[22:30:20 INFO] Video frame video_short01_001591: 1 dets, valid=True
|
|
[22:30:20 INFO] Video frame video_short01_001593: 1 dets, valid=True
|
|
[22:30:20 INFO] Video batch 374: frame 2992/7500 (39%)
|
|
[22:30:20 INFO] Video batch 374: 2 detections from postprocess
|
|
[22:30:20 INFO] Video frame video_short01_001594: 1 dets, valid=True
|
|
[22:30:20 INFO] Video frame video_short01_001596: 1 dets, valid=True
|
|
[22:30:20 INFO] Video batch 375: frame 3000/7500 (40%)
|
|
[22:30:21 INFO] Video batch 375: 1 detections from postprocess
|
|
[22:30:21 INFO] Video frame video_short01_001597: 1 dets, valid=True
|
|
[22:30:21 INFO] Video batch 376: frame 3008/7500 (40%)
|
|
[22:30:21 INFO] Video batch 376: 1 detections from postprocess
|
|
[22:30:21 INFO] Video frame video_short01_002002: 1 dets, valid=True
|
|
[22:30:21 INFO] Video batch 377: frame 3016/7500 (40%)
|
|
[22:30:21 INFO] Video batch 378: frame 3024/7500 (40%)
|
|
[22:30:21 INFO] Video batch 379: frame 3032/7500 (40%)
|
|
[22:30:22 INFO] Video batch 380: frame 3040/7500 (40%)
|
|
[22:30:22 INFO] Video batch 381: frame 3048/7500 (40%)
|
|
[22:30:22 INFO] Video batch 382: frame 3056/7500 (40%)
|
|
[22:30:22 INFO] Video batch 383: frame 3064/7500 (40%)
|
|
[22:30:22 INFO] Video batch 383: 1 detections from postprocess
|
|
[22:30:22 INFO] Video frame video_short01_002025: 1 dets, valid=True
|
|
[22:30:22 INFO] Video batch 384: frame 3072/7500 (40%)
|
|
[22:30:23 INFO] Video batch 384: 2 detections from postprocess
|
|
[22:30:23 INFO] Video frame video_short01_002026: 1 dets, valid=True
|
|
[22:30:23 INFO] Video frame video_short01_002028: 1 dets, valid=True
|
|
[22:30:23 INFO] Video batch 385: frame 3080/7500 (41%)
|
|
[22:30:23 INFO] Video batch 385: 2 detections from postprocess
|
|
[22:30:23 INFO] Video frame video_short01_002030: 1 dets, valid=True
|
|
[22:30:23 INFO] Video frame video_short01_002031: 1 dets, valid=True
|
|
[22:30:23 INFO] Video batch 386: frame 3088/7500 (41%)
|
|
[22:30:23 INFO] Video batch 386: 1 detections from postprocess
|
|
[22:30:23 INFO] Video frame video_short01_002033: 1 dets, valid=True
|
|
[22:30:23 INFO] Video batch 387: frame 3096/7500 (41%)
|
|
[22:30:23 INFO] Video batch 387: 1 detections from postprocess
|
|
[22:30:23 INFO] Video frame video_short01_002037: 1 dets, valid=True
|
|
[22:30:23 INFO] Video batch 388: frame 3104/7500 (41%)
|
|
[22:30:24 INFO] Video batch 389: frame 3112/7500 (41%)
|
|
[22:30:24 INFO] Video batch 390: frame 3120/7500 (41%)
|
|
[22:30:24 INFO] Video batch 391: frame 3128/7500 (41%)
|
|
[22:30:24 INFO] Video batch 392: frame 3136/7500 (41%)
|
|
[22:30:24 INFO] Video batch 393: frame 3144/7500 (41%)
|
|
[22:30:25 INFO] Video batch 394: frame 3152/7500 (42%)
|
|
[22:30:25 INFO] Video batch 395: frame 3160/7500 (42%)
|
|
[22:30:25 INFO] Video batch 396: frame 3168/7500 (42%)
|
|
[22:30:25 INFO] Video batch 397: frame 3176/7500 (42%)
|
|
[22:30:25 INFO] Video batch 397: 1 detections from postprocess
|
|
[22:30:25 INFO] Video frame video_short01_002070: 1 dets, valid=True
|
|
[22:30:25 INFO] Video batch 398: frame 3184/7500 (42%)
|
|
[22:30:26 INFO] Video batch 398: 2 detections from postprocess
|
|
[22:30:26 INFO] Video frame video_short01_002071: 1 dets, valid=True
|
|
[22:30:26 INFO] Video frame video_short01_002073: 1 dets, valid=True
|
|
[22:30:26 INFO] Video batch 399: frame 3192/7500 (42%)
|
|
[22:30:26 INFO] Video batch 399: 2 detections from postprocess
|
|
[22:30:26 INFO] Video frame video_short01_002074: 1 dets, valid=True
|
|
[22:30:26 INFO] Video frame video_short01_002076: 1 dets, valid=True
|
|
[22:30:26 INFO] Video batch 400: frame 3200/7500 (42%)
|
|
[22:30:26 INFO] Video batch 400: 2 detections from postprocess
|
|
[22:30:26 INFO] Video frame video_short01_002077: 1 dets, valid=True
|
|
[22:30:26 INFO] Video frame video_short01_002079: 1 dets, valid=True
|
|
[22:30:26 INFO] Video batch 401: frame 3208/7500 (42%)
|
|
[22:30:26 INFO] Video batch 401: 2 detections from postprocess
|
|
[22:30:26 INFO] Video frame video_short01_002081: 1 dets, valid=True
|
|
[22:30:26 INFO] Video frame video_short01_002082: 1 dets, valid=True
|
|
[22:30:26 INFO] Video batch 402: frame 3216/7500 (42%)
|
|
[22:30:26 INFO] Video batch 402: 1 detections from postprocess
|
|
[22:30:26 INFO] Video frame video_short01_002084: 1 dets, valid=True
|
|
[22:30:26 INFO] Video batch 403: frame 3224/7500 (42%)
|
|
[22:30:27 INFO] Video batch 404: frame 3232/7500 (43%)
|
|
[22:30:27 INFO] Video batch 405: frame 3240/7500 (43%)
|
|
[22:30:27 INFO] Video batch 406: frame 3248/7500 (43%)
|
|
[22:30:27 INFO] Video batch 407: frame 3256/7500 (43%)
|
|
[22:30:28 INFO] Video batch 407: 1 detections from postprocess
|
|
[22:30:28 INFO] Video frame video_short01_002101: 1 dets, valid=True
|
|
[22:30:28 INFO] Video batch 408: frame 3264/7500 (43%)
|
|
[22:30:28 INFO] Video batch 408: 2 detections from postprocess
|
|
[22:30:28 INFO] Video frame video_short01_002103: 1 dets, valid=True
|
|
[22:30:28 INFO] Video frame video_short01_002105: 1 dets, valid=True
|
|
[22:30:28 INFO] Video batch 409: frame 3272/7500 (43%)
|
|
[22:30:28 INFO] Video batch 409: 2 detections from postprocess
|
|
[22:30:28 INFO] Video frame video_short01_002106: 1 dets, valid=True
|
|
[22:30:28 INFO] Video frame video_short01_002108: 1 dets, valid=True
|
|
[22:30:28 INFO] Video batch 410: frame 3280/7500 (43%)
|
|
[22:30:28 INFO] Video batch 410: 2 detections from postprocess
|
|
[22:30:28 INFO] Video frame video_short01_002110: 1 dets, valid=True
|
|
[22:30:28 INFO] Video frame video_short01_002111: 1 dets, valid=True
|
|
[22:30:28 INFO] Video batch 411: frame 3288/7500 (43%)
|
|
[22:30:29 INFO] Video batch 411: 2 detections from postprocess
|
|
[22:30:29 INFO] Video frame video_short01_002113: 1 dets, valid=True
|
|
[22:30:29 INFO] Video frame video_short01_002114: 1 dets, valid=True
|
|
[22:30:29 INFO] Video batch 412: frame 3296/7500 (43%)
|
|
[22:30:29 INFO] Video batch 413: frame 3304/7500 (44%)
|
|
[22:30:29 INFO] Video batch 413: 1 detections from postprocess
|
|
[22:30:29 INFO] Video frame video_short01_002121: 1 dets, valid=True
|
|
[22:30:29 INFO] Video batch 414: frame 3312/7500 (44%)
|
|
[22:30:29 INFO] Video batch 415: frame 3320/7500 (44%)
|
|
[22:30:29 INFO] Video batch 415: 2 detections from postprocess
|
|
[22:30:29 INFO] Video frame video_short01_002125: 1 dets, valid=True
|
|
[22:30:29 INFO] Video frame video_short01_002127: 1 dets, valid=True
|
|
[22:30:29 INFO] Video batch 416: frame 3328/7500 (44%)
|
|
[22:30:30 INFO] Video batch 416: 1 detections from postprocess
|
|
[22:30:30 INFO] Video frame video_short01_002130: 1 dets, valid=True
|
|
[22:30:30 INFO] Video batch 417: frame 3336/7500 (44%)
|
|
[22:30:30 INFO] Video batch 417: 2 detections from postprocess
|
|
[22:30:30 INFO] Video frame video_short01_002132: 1 dets, valid=True
|
|
[22:30:30 INFO] Video frame video_short01_002133: 1 dets, valid=True
|
|
[22:30:30 INFO] Video batch 418: frame 3344/7500 (44%)
|
|
[22:30:30 INFO] Video batch 418: 1 detections from postprocess
|
|
[22:30:30 INFO] Video frame video_short01_002137: 1 dets, valid=True
|
|
[22:30:30 INFO] Video batch 419: frame 3352/7500 (44%)
|
|
[22:30:30 INFO] Video batch 420: frame 3360/7500 (44%)
|
|
[22:30:31 INFO] Video batch 421: frame 3368/7500 (44%)
|
|
[22:30:31 INFO] Video batch 422: frame 3376/7500 (45%)
|
|
[22:30:31 INFO] Video batch 422: 1 detections from postprocess
|
|
[22:30:31 INFO] Video frame video_short01_002150: 1 dets, valid=True
|
|
[22:30:31 INFO] Video batch 423: frame 3384/7500 (45%)
|
|
[22:30:31 INFO] Video batch 423: 1 detections from postprocess
|
|
[22:30:31 INFO] Video frame video_short01_002153: 1 dets, valid=True
|
|
[22:30:31 INFO] Video batch 424: frame 3392/7500 (45%)
|
|
[22:30:31 INFO] Video batch 424: 1 detections from postprocess
|
|
[22:30:31 INFO] Video frame video_short01_002156: 1 dets, valid=True
|
|
[22:30:31 INFO] Video batch 425: frame 3400/7500 (45%)
|
|
[22:30:31 INFO] Video batch 425: 1 detections from postprocess
|
|
[22:30:31 INFO] Video frame video_short01_002157: 1 dets, valid=True
|
|
[22:30:32 INFO] Video batch 426: frame 3408/7500 (45%)
|
|
[22:30:32 INFO] Video batch 426: 1 detections from postprocess
|
|
[22:30:32 INFO] Video frame video_short01_002162: 1 dets, valid=True
|
|
[22:30:32 INFO] Video batch 427: frame 3416/7500 (45%)
|
|
[22:30:32 INFO] Video batch 427: 2 detections from postprocess
|
|
[22:30:32 INFO] Video frame video_short01_002164: 1 dets, valid=True
|
|
[22:30:32 INFO] Video frame video_short01_002165: 1 dets, valid=True
|
|
[22:30:32 INFO] Video batch 428: frame 3424/7500 (45%)
|
|
[22:30:32 INFO] Video batch 429: frame 3432/7500 (45%)
|
|
[22:30:32 INFO] Video batch 430: frame 3440/7500 (45%)
|
|
[22:30:33 INFO] Video batch 431: frame 3448/7500 (45%)
|
|
[22:30:33 INFO] Video batch 432: frame 3456/7500 (46%)
|
|
[22:30:33 INFO] Video batch 433: frame 3464/7500 (46%)
|
|
[22:30:33 INFO] Video batch 433: 1 detections from postprocess
|
|
[22:30:33 INFO] Video frame video_short01_002185: 1 dets, valid=True
|
|
[22:30:33 INFO] Video batch 434: frame 3472/7500 (46%)
|
|
[22:30:33 INFO] Video batch 434: 1 detections from postprocess
|
|
[22:30:33 INFO] Video frame video_short01_002186: 1 dets, valid=True
|
|
[22:30:33 INFO] Video batch 435: frame 3480/7500 (46%)
|
|
[22:30:34 INFO] Video batch 436: frame 3488/7500 (46%)
|
|
[22:30:34 INFO] Video batch 437: frame 3496/7500 (46%)
|
|
[22:30:34 INFO] Video batch 438: frame 3504/7500 (46%)
|
|
[22:30:34 INFO] Video batch 439: frame 3512/7500 (46%)
|
|
[22:30:34 INFO] Video batch 440: frame 3520/7500 (46%)
|
|
[22:30:35 INFO] Video batch 441: frame 3528/7500 (47%)
|
|
[22:30:35 INFO] Video batch 442: frame 3536/7500 (47%)
|
|
[22:30:35 INFO] Video batch 443: frame 3544/7500 (47%)
|
|
[22:30:35 INFO] Video batch 444: frame 3552/7500 (47%)
|
|
[22:30:35 INFO] Video batch 445: frame 3560/7500 (47%)
|
|
[22:30:36 INFO] Video batch 446: frame 3568/7500 (47%)
|
|
[22:30:36 INFO] Video batch 447: frame 3576/7500 (47%)
|
|
[22:30:36 INFO] Video batch 448: frame 3584/7500 (47%)
|
|
[22:30:36 INFO] Video batch 449: frame 3592/7500 (47%)
|
|
[22:30:37 INFO] Video batch 450: frame 3600/7500 (48%)
|
|
[22:30:37 INFO] Video batch 451: frame 3608/7500 (48%)
|
|
[22:30:37 INFO] Video batch 452: frame 3616/7500 (48%)
|
|
[22:30:37 INFO] Video batch 453: frame 3624/7500 (48%)
|
|
[22:30:38 INFO] Video batch 454: frame 3632/7500 (48%)
|
|
[22:30:38 INFO] Video batch 455: frame 3640/7500 (48%)
|
|
[22:30:38 INFO] Video batch 456: frame 3648/7500 (48%)
|
|
[22:30:38 INFO] Video batch 457: frame 3656/7500 (48%)
|
|
[22:30:38 INFO] Video batch 458: frame 3664/7500 (48%)
|
|
[22:30:39 INFO] Video batch 459: frame 3672/7500 (48%)
|
|
[22:30:39 INFO] Video batch 460: frame 3680/7500 (49%)
|
|
[22:30:39 INFO] Video batch 461: frame 3688/7500 (49%)
|
|
[22:30:39 INFO] Video batch 462: frame 3696/7500 (49%)
|
|
[22:30:39 INFO] Video batch 463: frame 3704/7500 (49%)
|
|
[22:30:40 INFO] Video batch 464: frame 3712/7500 (49%)
|
|
[22:30:40 INFO] Video batch 465: frame 3720/7500 (49%)
|
|
[22:30:40 INFO] Video batch 466: frame 3728/7500 (49%)
|
|
[22:30:40 INFO] Video batch 467: frame 3736/7500 (49%)
|
|
[22:30:41 INFO] Video batch 467: 1 detections from postprocess
|
|
[22:30:41 INFO] Video frame video_short01_002293: 1 dets, valid=True
|
|
[22:30:41 INFO] Video batch 468: frame 3744/7500 (49%)
|
|
[22:30:41 INFO] Video batch 468: 3 detections from postprocess
|
|
[22:30:41 INFO] Video frame video_short01_002295: 1 dets, valid=True
|
|
[22:30:41 INFO] Video frame video_short01_002297: 2 dets, valid=True
|
|
[22:30:41 INFO] Video batch 469: frame 3752/7500 (50%)
|
|
[22:30:41 INFO] Video batch 469: 3 detections from postprocess
|
|
[22:30:41 INFO] Video frame video_short01_002298: 1 dets, valid=True
|
|
[22:30:41 INFO] Video frame video_short01_002300: 2 dets, valid=True
|
|
[22:30:41 INFO] Video batch 470: frame 3760/7500 (50%)
|
|
[22:30:41 INFO] Video batch 470: 4 detections from postprocess
|
|
[22:30:41 INFO] Video frame video_short01_002301: 2 dets, valid=True
|
|
[22:30:41 INFO] Video frame video_short01_002303: 2 dets, valid=True
|
|
[22:30:41 INFO] Video batch 471: frame 3768/7500 (50%)
|
|
[22:30:42 INFO] Video batch 471: 4 detections from postprocess
|
|
[22:30:42 INFO] Video frame video_short01_002305: 2 dets, valid=True
|
|
[22:30:42 INFO] Video frame video_short01_002306: 2 dets, valid=True
|
|
[22:30:42 INFO] Video batch 472: frame 3776/7500 (50%)
|
|
[22:30:42 INFO] Video batch 472: 2 detections from postprocess
|
|
[22:30:42 INFO] Video frame video_short01_002308: 1 dets, valid=True
|
|
[22:30:42 INFO] Video frame video_short01_002310: 1 dets, valid=True
|
|
[22:30:42 INFO] Video batch 473: frame 3784/7500 (50%)
|
|
[22:30:42 INFO] Video batch 473: 2 detections from postprocess
|
|
[22:30:42 INFO] Video frame video_short01_002311: 1 dets, valid=True
|
|
[22:30:42 INFO] Video frame video_short01_002313: 1 dets, valid=True
|
|
[22:30:42 INFO] Video batch 474: frame 3792/7500 (50%)
|
|
[22:30:42 INFO] Video batch 474: 2 detections from postprocess
|
|
[22:30:42 INFO] Video frame video_short01_002314: 1 dets, valid=True
|
|
[22:30:42 INFO] Video frame video_short01_002316: 1 dets, valid=True
|
|
[22:30:42 INFO] Video batch 475: frame 3800/7500 (50%)
|
|
[22:30:43 INFO] Video batch 475: 2 detections from postprocess
|
|
[22:30:43 INFO] Video frame video_short01_002317: 1 dets, valid=True
|
|
[22:30:43 INFO] Video frame video_short01_002319: 1 dets, valid=True
|
|
[22:30:43 INFO] Video batch 476: frame 3808/7500 (50%)
|
|
[22:30:43 INFO] Video batch 476: 2 detections from postprocess
|
|
[22:30:43 INFO] Video frame video_short01_002321: 1 dets, valid=True
|
|
[22:30:43 INFO] Video frame video_short01_002322: 1 dets, valid=True
|
|
[22:30:43 INFO] Video batch 477: frame 3816/7500 (50%)
|
|
[22:30:43 INFO] Video batch 477: 3 detections from postprocess
|
|
[22:30:43 INFO] Video frame video_short01_002324: 2 dets, valid=True
|
|
[22:30:43 INFO] Video frame video_short01_002325: 1 dets, valid=True
|
|
[22:30:43 INFO] Video batch 478: frame 3824/7500 (50%)
|
|
[22:30:43 INFO] Video batch 478: 2 detections from postprocess
|
|
[22:30:43 INFO] Video frame video_short01_002327: 1 dets, valid=True
|
|
[22:30:43 INFO] Video frame video_short01_002329: 1 dets, valid=True
|
|
[22:30:43 INFO] Video batch 479: frame 3832/7500 (51%)
|
|
[22:30:43 INFO] Video batch 479: 2 detections from postprocess
|
|
[22:30:43 INFO] Video frame video_short01_002330: 1 dets, valid=True
|
|
[22:30:43 INFO] Video frame video_short01_002332: 1 dets, valid=True
|
|
[22:30:43 INFO] Video batch 480: frame 3840/7500 (51%)
|
|
[22:30:44 INFO] Video batch 480: 2 detections from postprocess
|
|
[22:30:44 INFO] Video frame video_short01_002333: 1 dets, valid=True
|
|
[22:30:44 INFO] Video frame video_short01_002335: 1 dets, valid=True
|
|
[22:30:44 INFO] Video batch 481: frame 3848/7500 (51%)
|
|
[22:30:44 INFO] Video batch 481: 3 detections from postprocess
|
|
[22:30:44 INFO] Video frame video_short01_002337: 2 dets, valid=True
|
|
[22:30:44 INFO] Video frame video_short01_002338: 1 dets, valid=True
|
|
[22:30:44 INFO] Video batch 482: frame 3856/7500 (51%)
|
|
[22:30:44 INFO] Video batch 482: 4 detections from postprocess
|
|
[22:30:44 INFO] Video frame video_short01_002340: 2 dets, valid=True
|
|
[22:30:44 INFO] Video frame video_short01_002341: 2 dets, valid=True
|
|
[22:30:44 INFO] Video batch 483: frame 3864/7500 (51%)
|
|
[22:30:45 INFO] Video batch 483: 4 detections from postprocess
|
|
[22:30:45 INFO] Video frame video_short01_002343: 2 dets, valid=True
|
|
[22:30:45 INFO] Video frame video_short01_002345: 2 dets, valid=True
|
|
[22:30:45 INFO] Video batch 484: frame 3872/7500 (51%)
|
|
[22:30:45 INFO] Video batch 484: 4 detections from postprocess
|
|
[22:30:45 INFO] Video frame video_short01_002346: 2 dets, valid=True
|
|
[22:30:45 INFO] Video frame video_short01_002348: 2 dets, valid=True
|
|
[22:30:45 INFO] Video batch 485: frame 3880/7500 (51%)
|
|
[22:30:45 INFO] Video batch 485: 4 detections from postprocess
|
|
[22:30:45 INFO] Video frame video_short01_002350: 2 dets, valid=True
|
|
[22:30:45 INFO] Video frame video_short01_002351: 2 dets, valid=True
|
|
[22:30:45 INFO] Video batch 486: frame 3888/7500 (51%)
|
|
[22:30:45 INFO] Video batch 486: 4 detections from postprocess
|
|
[22:30:45 INFO] Video frame video_short01_002353: 4 dets, valid=True
|
|
[22:30:45 INFO] Video batch 487: frame 3896/7500 (51%)
|
|
[22:30:46 INFO] Video batch 488: frame 3904/7500 (52%)
|
|
[22:30:46 INFO] Video batch 489: frame 3912/7500 (52%)
|
|
[22:30:46 INFO] Video batch 490: frame 3920/7500 (52%)
|
|
[22:30:46 INFO] Video batch 491: frame 3928/7500 (52%)
|
|
[22:30:46 INFO] Video batch 492: frame 3936/7500 (52%)
|
|
[22:30:47 INFO] Video batch 493: frame 3944/7500 (52%)
|
|
[22:30:47 INFO] Video batch 494: frame 3952/7500 (52%)
|
|
[22:30:47 INFO] Video batch 495: frame 3960/7500 (52%)
|
|
[22:30:47 INFO] Video batch 496: frame 3968/7500 (52%)
|
|
[22:30:47 INFO] Video batch 497: frame 3976/7500 (53%)
|
|
[22:30:48 INFO] Video batch 498: frame 3984/7500 (53%)
|
|
[22:30:48 INFO] Video batch 499: frame 3992/7500 (53%)
|
|
[22:30:48 INFO] Video batch 500: frame 4000/7500 (53%)
|
|
[22:30:48 INFO] Video batch 501: frame 4008/7500 (53%)
|
|
[22:30:48 INFO] Video batch 502: frame 4016/7500 (53%)
|
|
[22:30:49 INFO] Video batch 503: frame 4024/7500 (53%)
|
|
[22:30:49 INFO] Video batch 504: frame 4032/7500 (53%)
|
|
[22:30:49 INFO] Video batch 505: frame 4040/7500 (53%)
|
|
[22:30:49 INFO] Video batch 506: frame 4048/7500 (53%)
|
|
[22:30:49 INFO] Video batch 507: frame 4056/7500 (54%)
|
|
[22:30:50 INFO] Video batch 508: frame 4064/7500 (54%)
|
|
[22:30:50 INFO] Video batch 509: frame 4072/7500 (54%)
|
|
[22:30:50 INFO] Video batch 510: frame 4080/7500 (54%)
|
|
[22:30:50 INFO] Video batch 511: frame 4088/7500 (54%)
|
|
[22:30:50 INFO] Video batch 512: frame 4096/7500 (54%)
|
|
[22:30:51 INFO] Video batch 512: 1 detections from postprocess
|
|
[22:30:51 INFO] Video frame video_short01_002437: 1 dets, valid=True
|
|
[22:30:51 INFO] Video batch 513: frame 4104/7500 (54%)
|
|
[22:30:51 INFO] Video batch 513: 1 detections from postprocess
|
|
[22:30:51 INFO] Video frame video_short01_002439: 1 dets, valid=True
|
|
[22:30:51 INFO] Video batch 514: frame 4112/7500 (54%)
|
|
[22:30:51 INFO] Video batch 515: frame 4120/7500 (54%)
|
|
[22:30:51 INFO] Video batch 516: frame 4128/7500 (55%)
|
|
[22:30:51 INFO] Video batch 517: frame 4136/7500 (55%)
|
|
[22:30:52 INFO] Video batch 518: frame 4144/7500 (55%)
|
|
[22:30:52 INFO] Video batch 519: frame 4152/7500 (55%)
|
|
[22:30:52 INFO] Video batch 520: frame 4160/7500 (55%)
|
|
[22:30:52 INFO] Video batch 521: frame 4168/7500 (55%)
|
|
[22:30:52 INFO] Video batch 522: frame 4176/7500 (55%)
|
|
[22:30:53 INFO] Video batch 523: frame 4184/7500 (55%)
|
|
[22:30:53 INFO] Video batch 524: frame 4192/7500 (55%)
|
|
[22:30:53 INFO] Video batch 525: frame 4200/7500 (56%)
|
|
[22:30:53 INFO] Video batch 526: frame 4208/7500 (56%)
|
|
[22:30:53 INFO] Video batch 527: frame 4216/7500 (56%)
|
|
[22:30:54 INFO] Video batch 528: frame 4224/7500 (56%)
|
|
[22:30:54 INFO] Video batch 529: frame 4232/7500 (56%)
|
|
[22:30:54 INFO] Video batch 530: frame 4240/7500 (56%)
|
|
[22:30:54 INFO] Video batch 531: frame 4248/7500 (56%)
|
|
[22:30:55 INFO] Video batch 532: frame 4256/7500 (56%)
|
|
[22:30:55 INFO] Video batch 533: frame 4264/7500 (56%)
|
|
[22:30:55 INFO] Video batch 534: frame 4272/7500 (56%)
|
|
[22:30:55 INFO] Video batch 535: frame 4280/7500 (57%)
|
|
[22:30:55 INFO] Video batch 536: frame 4288/7500 (57%)
|
|
[22:30:56 INFO] Video batch 537: frame 4296/7500 (57%)
|
|
[22:30:56 INFO] Video batch 538: frame 4304/7500 (57%)
|
|
[22:30:56 INFO] Video batch 539: frame 4312/7500 (57%)
|
|
[22:30:56 INFO] Video batch 540: frame 4320/7500 (57%)
|
|
[22:30:56 INFO] Video batch 541: frame 4328/7500 (57%)
|
|
[22:30:57 INFO] Video batch 542: frame 4336/7500 (57%)
|
|
[22:30:57 INFO] Video batch 543: frame 4344/7500 (57%)
|
|
[22:30:57 INFO] Video batch 544: frame 4352/7500 (58%)
|
|
[22:30:57 INFO] Video batch 545: frame 4360/7500 (58%)
|
|
[22:30:57 INFO] Video batch 546: frame 4368/7500 (58%)
|
|
[22:30:58 INFO] Video batch 547: frame 4376/7500 (58%)
|
|
[22:30:58 INFO] Video batch 547: 3 detections from postprocess
|
|
[22:30:58 INFO] Video frame video_short01_002548: 2 dets, valid=True
|
|
[22:30:58 INFO] Video frame video_short01_002550: 1 dets, valid=True
|
|
[22:30:58 INFO] Video batch 548: frame 4384/7500 (58%)
|
|
[22:30:58 INFO] Video batch 548: 2 detections from postprocess
|
|
[22:30:58 INFO] Video frame video_short01_002551: 1 dets, valid=True
|
|
[22:30:58 INFO] Video frame video_short01_002553: 1 dets, valid=True
|
|
[22:30:58 INFO] Video batch 549: frame 4392/7500 (58%)
|
|
[22:30:58 INFO] Video batch 549: 2 detections from postprocess
|
|
[22:30:58 INFO] Video frame video_short01_002554: 1 dets, valid=True
|
|
[22:30:58 INFO] Video frame video_short01_002556: 1 dets, valid=True
|
|
[22:30:58 INFO] Video batch 550: frame 4400/7500 (58%)
|
|
[22:30:58 INFO] Video batch 550: 2 detections from postprocess
|
|
[22:30:58 INFO] Video frame video_short01_002557: 1 dets, valid=True
|
|
[22:30:58 INFO] Video frame video_short01_002559: 1 dets, valid=True
|
|
[22:30:59 INFO] Video batch 551: frame 4408/7500 (58%)
|
|
[22:30:59 INFO] Video batch 551: 2 detections from postprocess
|
|
[22:30:59 INFO] Video frame video_short01_002561: 1 dets, valid=True
|
|
[22:30:59 INFO] Video frame video_short01_002562: 1 dets, valid=True
|
|
[22:30:59 INFO] Video batch 552: frame 4416/7500 (58%)
|
|
[22:30:59 INFO] Video batch 552: 2 detections from postprocess
|
|
[22:30:59 INFO] Video frame video_short01_002564: 1 dets, valid=True
|
|
[22:30:59 INFO] Video frame video_short01_002565: 1 dets, valid=True
|
|
[22:30:59 INFO] Video batch 553: frame 4424/7500 (58%)
|
|
[22:30:59 INFO] Video batch 553: 1 detections from postprocess
|
|
[22:30:59 INFO] Video frame video_short01_002567: 1 dets, valid=True
|
|
[22:30:59 INFO] Video batch 554: frame 4432/7500 (59%)
|
|
[22:30:59 INFO] Video batch 555: frame 4440/7500 (59%)
|
|
[22:31:00 INFO] Video batch 556: frame 4448/7500 (59%)
|
|
[22:31:00 INFO] Video batch 557: frame 4456/7500 (59%)
|
|
[22:31:00 INFO] Video batch 558: frame 4464/7500 (59%)
|
|
[22:31:00 INFO] Video batch 559: frame 4472/7500 (59%)
|
|
[22:31:00 INFO] Video batch 560: frame 4480/7500 (59%)
|
|
[22:31:01 INFO] Video batch 561: frame 4488/7500 (59%)
|
|
[22:31:01 INFO] Video batch 562: frame 4496/7500 (59%)
|
|
[22:31:01 INFO] Video batch 563: frame 4504/7500 (60%)
|
|
[22:31:01 INFO] Video batch 564: frame 4512/7500 (60%)
|
|
[22:31:01 INFO] Video batch 565: frame 4520/7500 (60%)
|
|
[22:31:02 INFO] Video batch 566: frame 4528/7500 (60%)
|
|
[22:31:02 INFO] Video batch 567: frame 4536/7500 (60%)
|
|
[22:31:02 INFO] Video batch 568: frame 4544/7500 (60%)
|
|
[22:31:02 INFO] Video batch 568: 1 detections from postprocess
|
|
[22:31:02 INFO] Video frame video_short01_003017: 1 dets, valid=True
|
|
[22:31:02 INFO] Video batch 569: frame 4552/7500 (60%)
|
|
[22:31:03 INFO] Video batch 570: frame 4560/7500 (60%)
|
|
[22:31:03 INFO] Video batch 571: frame 4568/7500 (60%)
|
|
[22:31:03 INFO] Video batch 572: frame 4576/7500 (61%)
|
|
[22:31:03 INFO] Video batch 572: 1 detections from postprocess
|
|
[22:31:03 INFO] Video frame video_short01_003028: 1 dets, valid=True
|
|
[22:31:03 INFO] Video batch 573: frame 4584/7500 (61%)
|
|
[22:31:03 INFO] Video batch 574: frame 4592/7500 (61%)
|
|
[22:31:04 INFO] Video batch 575: frame 4600/7500 (61%)
|
|
[22:31:04 INFO] Video batch 576: frame 4608/7500 (61%)
|
|
[22:31:04 INFO] Video batch 577: frame 4616/7500 (61%)
|
|
[22:31:04 INFO] Video batch 578: frame 4624/7500 (61%)
|
|
[22:31:05 INFO] Video batch 579: frame 4632/7500 (61%)
|
|
[22:31:05 INFO] Video batch 580: frame 4640/7500 (61%)
|
|
[22:31:05 INFO] Video batch 581: frame 4648/7500 (61%)
|
|
[22:31:05 INFO] Video batch 582: frame 4656/7500 (62%)
|
|
[22:31:05 INFO] Video batch 583: frame 4664/7500 (62%)
|
|
[22:31:06 INFO] Video batch 584: frame 4672/7500 (62%)
|
|
[22:31:06 INFO] Video batch 585: frame 4680/7500 (62%)
|
|
[22:31:06 INFO] Video batch 586: frame 4688/7500 (62%)
|
|
[22:31:06 INFO] Video batch 587: frame 4696/7500 (62%)
|
|
[22:31:06 INFO] Video batch 587: 1 detections from postprocess
|
|
[22:31:06 INFO] Video frame video_short01_003077: 1 dets, valid=True
|
|
[22:31:06 INFO] Video batch 588: frame 4704/7500 (62%)
|
|
[22:31:07 INFO] Video batch 589: frame 4712/7500 (62%)
|
|
[22:31:07 INFO] Video batch 590: frame 4720/7500 (62%)
|
|
[22:31:07 INFO] Video batch 591: frame 4728/7500 (63%)
|
|
[22:31:07 INFO] Video batch 592: frame 4736/7500 (63%)
|
|
[22:31:08 INFO] Video batch 593: frame 4744/7500 (63%)
|
|
[22:31:08 INFO] Video batch 594: frame 4752/7500 (63%)
|
|
[22:31:08 INFO] Video batch 594: 1 detections from postprocess
|
|
[22:31:08 INFO] Video frame video_short01_003098: 1 dets, valid=True
|
|
[22:31:08 INFO] Video batch 595: frame 4760/7500 (63%)
|
|
[22:31:08 INFO] Video batch 595: 1 detections from postprocess
|
|
[22:31:08 INFO] Video frame video_short01_003101: 1 dets, valid=True
|
|
[22:31:08 INFO] Video batch 596: frame 4768/7500 (63%)
|
|
[22:31:08 INFO] Video batch 597: frame 4776/7500 (63%)
|
|
[22:31:09 INFO] Video batch 598: frame 4784/7500 (63%)
|
|
[22:31:09 INFO] Video batch 599: frame 4792/7500 (63%)
|
|
[22:31:09 INFO] Video batch 599: 1 detections from postprocess
|
|
[22:31:09 INFO] Video frame video_short01_003116: 1 dets, valid=True
|
|
[22:31:09 INFO] Video batch 600: frame 4800/7500 (64%)
|
|
[22:31:09 INFO] Video batch 600: 4 detections from postprocess
|
|
[22:31:09 INFO] Video frame video_short01_003117: 1 dets, valid=True
|
|
[22:31:09 INFO] Video frame video_short01_003119: 3 dets, valid=True
|
|
[22:31:09 INFO] Video batch 601: frame 4808/7500 (64%)
|
|
[22:31:10 INFO] Video batch 601: 4 detections from postprocess
|
|
[22:31:10 INFO] Video frame video_short01_003121: 2 dets, valid=True
|
|
[22:31:10 INFO] Video frame video_short01_003122: 2 dets, valid=True
|
|
[22:31:10 INFO] Video batch 602: frame 4816/7500 (64%)
|
|
[22:31:10 INFO] Video batch 602: 6 detections from postprocess
|
|
[22:31:10 INFO] Video frame video_short01_003124: 3 dets, valid=True
|
|
[22:31:10 INFO] Video frame video_short01_003125: 3 dets, valid=True
|
|
[22:31:10 INFO] Video batch 603: frame 4824/7500 (64%)
|
|
[22:31:10 INFO] Video batch 603: 4 detections from postprocess
|
|
[22:31:10 INFO] Video frame video_short01_003127: 2 dets, valid=True
|
|
[22:31:10 INFO] Video frame video_short01_003129: 2 dets, valid=True
|
|
[22:31:10 INFO] Video batch 604: frame 4832/7500 (64%)
|
|
[22:31:10 INFO] Video batch 604: 5 detections from postprocess
|
|
[22:31:10 INFO] Video frame video_short01_003130: 2 dets, valid=True
|
|
[22:31:10 INFO] Video frame video_short01_003132: 3 dets, valid=True
|
|
[22:31:10 INFO] Video batch 605: frame 4840/7500 (64%)
|
|
[22:31:10 INFO] Video batch 605: 4 detections from postprocess
|
|
[22:31:10 INFO] Video frame video_short01_003133: 2 dets, valid=True
|
|
[22:31:10 INFO] Video frame video_short01_003135: 2 dets, valid=True
|
|
[22:31:11 INFO] Video batch 606: frame 4848/7500 (64%)
|
|
[22:31:11 INFO] Video batch 606: 4 detections from postprocess
|
|
[22:31:11 INFO] Video frame video_short01_003137: 2 dets, valid=True
|
|
[22:31:11 INFO] Video frame video_short01_003138: 2 dets, valid=True
|
|
[22:31:11 INFO] Video batch 607: frame 4856/7500 (64%)
|
|
[22:31:11 INFO] Video batch 607: 4 detections from postprocess
|
|
[22:31:11 INFO] Video frame video_short01_003140: 2 dets, valid=True
|
|
[22:31:11 INFO] Video frame video_short01_003141: 2 dets, valid=True
|
|
[22:31:11 INFO] Video batch 608: frame 4864/7500 (64%)
|
|
[22:31:11 INFO] Video batch 608: 4 detections from postprocess
|
|
[22:31:11 INFO] Video frame video_short01_003143: 2 dets, valid=True
|
|
[22:31:11 INFO] Video frame video_short01_003145: 2 dets, valid=True
|
|
[22:31:11 INFO] Video batch 609: frame 4872/7500 (64%)
|
|
[22:31:11 INFO] Video batch 609: 3 detections from postprocess
|
|
[22:31:11 INFO] Video frame video_short01_003146: 1 dets, valid=True
|
|
[22:31:11 INFO] Video frame video_short01_003148: 2 dets, valid=True
|
|
[22:31:11 INFO] Video batch 610: frame 4880/7500 (65%)
|
|
[22:31:12 INFO] Video batch 610: 4 detections from postprocess
|
|
[22:31:12 INFO] Video frame video_short01_003150: 2 dets, valid=True
|
|
[22:31:12 INFO] Video frame video_short01_003151: 2 dets, valid=True
|
|
[22:31:12 INFO] Video batch 611: frame 4888/7500 (65%)
|
|
[22:31:12 INFO] Video batch 611: 3 detections from postprocess
|
|
[22:31:12 INFO] Video frame video_short01_003153: 2 dets, valid=True
|
|
[22:31:12 INFO] Video frame video_short01_003154: 1 dets, valid=True
|
|
[22:31:12 INFO] Video batch 612: frame 4896/7500 (65%)
|
|
[22:31:12 INFO] Video batch 612: 2 detections from postprocess
|
|
[22:31:12 INFO] Video frame video_short01_003156: 1 dets, valid=True
|
|
[22:31:12 INFO] Video frame video_short01_003157: 1 dets, valid=True
|
|
[22:31:12 INFO] Video batch 613: frame 4904/7500 (65%)
|
|
[22:31:12 INFO] Video batch 613: 2 detections from postprocess
|
|
[22:31:12 INFO] Video frame video_short01_003159: 1 dets, valid=True
|
|
[22:31:12 INFO] Video frame video_short01_003161: 1 dets, valid=True
|
|
[22:31:12 INFO] Video batch 614: frame 4912/7500 (65%)
|
|
[22:31:12 INFO] Video batch 614: 2 detections from postprocess
|
|
[22:31:12 INFO] Video frame video_short01_003162: 1 dets, valid=True
|
|
[22:31:13 INFO] Video frame video_short01_003164: 1 dets, valid=True
|
|
[22:31:13 INFO] Video batch 615: frame 4920/7500 (65%)
|
|
[22:31:13 INFO] Video batch 615: 2 detections from postprocess
|
|
[22:31:13 INFO] Video frame video_short01_003165: 1 dets, valid=True
|
|
[22:31:13 INFO] Video frame video_short01_003167: 1 dets, valid=True
|
|
[22:31:13 INFO] Video batch 616: frame 4928/7500 (65%)
|
|
[22:31:13 INFO] Video batch 616: 2 detections from postprocess
|
|
[22:31:13 INFO] Video frame video_short01_003169: 1 dets, valid=True
|
|
[22:31:13 INFO] Video frame video_short01_003170: 1 dets, valid=True
|
|
[22:31:13 INFO] Video batch 617: frame 4936/7500 (65%)
|
|
[22:31:13 INFO] Video batch 617: 3 detections from postprocess
|
|
[22:31:13 INFO] Video frame video_short01_003172: 1 dets, valid=True
|
|
[22:31:13 INFO] Video frame video_short01_003173: 2 dets, valid=True
|
|
[22:31:13 INFO] Video batch 618: frame 4944/7500 (65%)
|
|
[22:31:13 INFO] Video batch 618: 4 detections from postprocess
|
|
[22:31:13 INFO] Video frame video_short01_003175: 2 dets, valid=True
|
|
[22:31:13 INFO] Video frame video_short01_003177: 2 dets, valid=True
|
|
[22:31:13 INFO] Video batch 619: frame 4952/7500 (66%)
|
|
[22:31:14 INFO] Video batch 619: 4 detections from postprocess
|
|
[22:31:14 INFO] Video frame video_short01_003178: 2 dets, valid=True
|
|
[22:31:14 INFO] Video frame video_short01_003180: 2 dets, valid=True
|
|
[22:31:14 INFO] Video batch 620: frame 4960/7500 (66%)
|
|
[22:31:14 INFO] Video batch 620: 2 detections from postprocess
|
|
[22:31:14 INFO] Video frame video_short01_003181: 1 dets, valid=True
|
|
[22:31:14 INFO] Video frame video_short01_003183: 1 dets, valid=True
|
|
[22:31:14 INFO] Video batch 621: frame 4968/7500 (66%)
|
|
[22:31:14 INFO] Video batch 621: 3 detections from postprocess
|
|
[22:31:14 INFO] Video frame video_short01_003185: 2 dets, valid=True
|
|
[22:31:14 INFO] Video frame video_short01_003186: 1 dets, valid=True
|
|
[22:31:14 INFO] Video batch 622: frame 4976/7500 (66%)
|
|
[22:31:14 INFO] Video batch 622: 2 detections from postprocess
|
|
[22:31:14 INFO] Video frame video_short01_003188: 1 dets, valid=True
|
|
[22:31:14 INFO] Video frame video_short01_003190: 1 dets, valid=True
|
|
[22:31:14 INFO] Video batch 623: frame 4984/7500 (66%)
|
|
[22:31:14 INFO] Video batch 623: 2 detections from postprocess
|
|
[22:31:14 INFO] Video frame video_short01_003191: 1 dets, valid=True
|
|
[22:31:14 INFO] Video frame video_short01_003193: 1 dets, valid=True
|
|
[22:31:15 INFO] Video batch 624: frame 4992/7500 (66%)
|
|
[22:31:15 INFO] Video batch 624: 2 detections from postprocess
|
|
[22:31:15 INFO] Video frame video_short01_003194: 1 dets, valid=True
|
|
[22:31:15 INFO] Video frame video_short01_003196: 1 dets, valid=True
|
|
[22:31:15 INFO] Video batch 625: frame 5000/7500 (66%)
|
|
[22:31:15 INFO] Video batch 625: 3 detections from postprocess
|
|
[22:31:15 INFO] Video frame video_short01_003197: 1 dets, valid=True
|
|
[22:31:15 INFO] Video frame video_short01_003199: 2 dets, valid=True
|
|
[22:31:15 INFO] Video batch 626: frame 5008/7500 (66%)
|
|
[22:31:15 INFO] Video batch 626: 4 detections from postprocess
|
|
[22:31:15 INFO] Video frame video_short01_003201: 2 dets, valid=True
|
|
[22:31:15 INFO] Video frame video_short01_003202: 2 dets, valid=True
|
|
[22:31:15 INFO] Video batch 627: frame 5016/7500 (66%)
|
|
[22:31:15 INFO] Video batch 628: frame 5024/7500 (66%)
|
|
[22:31:16 INFO] Video batch 628: 1 detections from postprocess
|
|
[22:31:16 INFO] Video frame video_short01_003207: 1 dets, valid=True
|
|
[22:31:16 INFO] Video batch 629: frame 5032/7500 (67%)
|
|
[22:31:16 INFO] Video batch 629: 2 detections from postprocess
|
|
[22:31:16 INFO] Video frame video_short01_003210: 1 dets, valid=True
|
|
[22:31:16 INFO] Video frame video_short01_003212: 1 dets, valid=True
|
|
[22:31:16 INFO] Video batch 630: frame 5040/7500 (67%)
|
|
[22:31:16 INFO] Video batch 630: 2 detections from postprocess
|
|
[22:31:16 INFO] Video frame video_short01_003213: 1 dets, valid=True
|
|
[22:31:16 INFO] Video frame video_short01_003215: 1 dets, valid=True
|
|
[22:31:16 INFO] Video batch 631: frame 5048/7500 (67%)
|
|
[22:31:16 INFO] Video batch 631: 1 detections from postprocess
|
|
[22:31:16 INFO] Video frame video_short01_003218: 1 dets, valid=True
|
|
[22:31:16 INFO] Video batch 632: frame 5056/7500 (67%)
|
|
[22:31:17 INFO] Video batch 632: 1 detections from postprocess
|
|
[22:31:17 INFO] Video frame video_short01_003220: 1 dets, valid=True
|
|
[22:31:17 INFO] Video batch 633: frame 5064/7500 (67%)
|
|
[22:31:17 INFO] Video batch 634: frame 5072/7500 (67%)
|
|
[22:31:17 INFO] Video batch 634: 2 detections from postprocess
|
|
[22:31:17 INFO] Video frame video_short01_003226: 1 dets, valid=True
|
|
[22:31:17 INFO] Video frame video_short01_003228: 1 dets, valid=True
|
|
[22:31:17 INFO] Video batch 635: frame 5080/7500 (67%)
|
|
[22:31:17 INFO] Video batch 635: 1 detections from postprocess
|
|
[22:31:17 INFO] Video frame video_short01_003230: 1 dets, valid=True
|
|
[22:31:18 INFO] Video batch 636: frame 5088/7500 (67%)
|
|
[22:31:18 INFO] Video batch 636: 2 detections from postprocess
|
|
[22:31:18 INFO] Video frame video_short01_003233: 1 dets, valid=True
|
|
[22:31:18 INFO] Video frame video_short01_003234: 1 dets, valid=True
|
|
[22:31:18 INFO] Video batch 637: frame 5096/7500 (67%)
|
|
[22:31:18 INFO] Video batch 637: 2 detections from postprocess
|
|
[22:31:18 INFO] Video frame video_short01_003236: 1 dets, valid=True
|
|
[22:31:18 INFO] Video frame video_short01_003237: 1 dets, valid=True
|
|
[22:31:18 INFO] Video batch 638: frame 5104/7500 (68%)
|
|
[22:31:18 INFO] Video batch 638: 1 detections from postprocess
|
|
[22:31:18 INFO] Video frame video_short01_003239: 1 dets, valid=True
|
|
[22:31:18 INFO] Video batch 639: frame 5112/7500 (68%)
|
|
[22:31:18 INFO] Video batch 640: frame 5120/7500 (68%)
|
|
[22:31:19 INFO] Video batch 641: frame 5128/7500 (68%)
|
|
[22:31:19 INFO] Video batch 642: frame 5136/7500 (68%)
|
|
[22:31:19 INFO] Video batch 643: frame 5144/7500 (68%)
|
|
[22:31:19 INFO] Video batch 644: frame 5152/7500 (68%)
|
|
[22:31:20 INFO] Video batch 645: frame 5160/7500 (68%)
|
|
[22:31:20 INFO] Video batch 646: frame 5168/7500 (68%)
|
|
[22:31:20 INFO] Video batch 647: frame 5176/7500 (69%)
|
|
[22:31:20 INFO] Video batch 648: frame 5184/7500 (69%)
|
|
[22:31:20 INFO] Video batch 648: 1 detections from postprocess
|
|
[22:31:20 INFO] Video frame video_short01_003273: 1 dets, valid=True
|
|
[22:31:20 INFO] Video batch 649: frame 5192/7500 (69%)
|
|
[22:31:21 INFO] Video batch 650: frame 5200/7500 (69%)
|
|
[22:31:21 INFO] Video batch 651: frame 5208/7500 (69%)
|
|
[22:31:21 INFO] Video batch 652: frame 5216/7500 (69%)
|
|
[22:31:21 INFO] Video batch 653: frame 5224/7500 (69%)
|
|
[22:31:22 INFO] Video batch 654: frame 5232/7500 (69%)
|
|
[22:31:22 INFO] Video batch 655: frame 5240/7500 (69%)
|
|
[22:31:22 INFO] Video batch 656: frame 5248/7500 (69%)
|
|
[22:31:22 INFO] Video batch 657: frame 5256/7500 (70%)
|
|
[22:31:22 INFO] Video batch 658: frame 5264/7500 (70%)
|
|
[22:31:23 INFO] Video batch 659: frame 5272/7500 (70%)
|
|
[22:31:23 INFO] Video batch 660: frame 5280/7500 (70%)
|
|
[22:31:23 INFO] Video batch 661: frame 5288/7500 (70%)
|
|
[22:31:23 INFO] Video batch 662: frame 5296/7500 (70%)
|
|
[22:31:23 INFO] Video batch 663: frame 5304/7500 (70%)
|
|
[22:31:24 INFO] Video batch 664: frame 5312/7500 (70%)
|
|
[22:31:24 INFO] Video batch 665: frame 5320/7500 (70%)
|
|
[22:31:24 INFO] Video batch 666: frame 5328/7500 (71%)
|
|
[22:31:24 INFO] Video batch 667: frame 5336/7500 (71%)
|
|
[22:31:25 INFO] Video batch 668: frame 5344/7500 (71%)
|
|
[22:31:25 INFO] Video batch 669: frame 5352/7500 (71%)
|
|
[22:31:25 INFO] Video batch 669: 1 detections from postprocess
|
|
[22:31:25 INFO] Video frame video_short01_003340: 1 dets, valid=True
|
|
[22:31:25 INFO] Video batch 670: frame 5360/7500 (71%)
|
|
[22:31:25 INFO] Video batch 670: 2 detections from postprocess
|
|
[22:31:25 INFO] Video frame video_short01_003341: 1 dets, valid=True
|
|
[22:31:25 INFO] Video frame video_short01_003343: 1 dets, valid=True
|
|
[22:31:25 INFO] Video batch 671: frame 5368/7500 (71%)
|
|
[22:31:25 INFO] Video batch 671: 1 detections from postprocess
|
|
[22:31:25 INFO] Video frame video_short01_003345: 1 dets, valid=True
|
|
[22:31:25 INFO] Video batch 672: frame 5376/7500 (71%)
|
|
[22:31:26 INFO] Video batch 673: frame 5384/7500 (71%)
|
|
[22:31:26 INFO] Video batch 674: frame 5392/7500 (71%)
|
|
[22:31:26 INFO] Video batch 675: frame 5400/7500 (72%)
|
|
[22:31:26 INFO] Video batch 676: frame 5408/7500 (72%)
|
|
[22:31:27 INFO] Video batch 677: frame 5416/7500 (72%)
|
|
[22:31:27 INFO] Video batch 678: frame 5424/7500 (72%)
|
|
[22:31:27 INFO] Video batch 679: frame 5432/7500 (72%)
|
|
[22:31:27 INFO] Video batch 680: frame 5440/7500 (72%)
|
|
[22:31:27 INFO] Video batch 681: frame 5448/7500 (72%)
|
|
[22:31:28 INFO] Video batch 682: frame 5456/7500 (72%)
|
|
[22:31:28 INFO] Video batch 683: frame 5464/7500 (72%)
|
|
[22:31:28 INFO] Video batch 684: frame 5472/7500 (72%)
|
|
[22:31:28 INFO] Video batch 685: frame 5480/7500 (73%)
|
|
[22:31:29 INFO] Video batch 686: frame 5488/7500 (73%)
|
|
[22:31:29 INFO] Video batch 687: frame 5496/7500 (73%)
|
|
[22:31:29 INFO] Video batch 687: 2 detections from postprocess
|
|
[22:31:29 INFO] Video frame video_short01_003396: 1 dets, valid=True
|
|
[22:31:29 INFO] Video frame video_short01_003397: 1 dets, valid=True
|
|
[22:31:29 INFO] Video batch 688: frame 5504/7500 (73%)
|
|
[22:31:29 INFO] Video batch 689: frame 5512/7500 (73%)
|
|
[22:31:30 INFO] Video batch 690: frame 5520/7500 (73%)
|
|
[22:31:30 INFO] Video batch 691: frame 5528/7500 (73%)
|
|
[22:31:30 INFO] Video batch 692: frame 5536/7500 (73%)
|
|
[22:31:30 INFO] Video batch 693: frame 5544/7500 (73%)
|
|
[22:31:30 INFO] Video batch 694: frame 5552/7500 (74%)
|
|
[22:31:31 INFO] Video batch 694: 1 detections from postprocess
|
|
[22:31:31 INFO] Video frame video_short01_003418: 1 dets, valid=True
|
|
[22:31:31 INFO] Video batch 695: frame 5560/7500 (74%)
|
|
[22:31:31 INFO] Video batch 695: 1 detections from postprocess
|
|
[22:31:31 INFO] Video frame video_short01_003421: 1 dets, valid=True
|
|
[22:31:31 INFO] Video batch 696: frame 5568/7500 (74%)
|
|
[22:31:31 INFO] Video batch 696: 1 detections from postprocess
|
|
[22:31:31 INFO] Video frame video_short01_003425: 1 dets, valid=True
|
|
[22:31:31 INFO] Video batch 697: frame 5576/7500 (74%)
|
|
[22:31:31 INFO] Video batch 698: frame 5584/7500 (74%)
|
|
[22:31:31 INFO] Video batch 699: frame 5592/7500 (74%)
|
|
[22:31:32 INFO] Video batch 700: frame 5600/7500 (74%)
|
|
[22:31:32 INFO] Video batch 701: frame 5608/7500 (74%)
|
|
[22:31:32 INFO] Video batch 702: frame 5616/7500 (74%)
|
|
[22:31:32 INFO] Video batch 703: frame 5624/7500 (74%)
|
|
[22:31:33 INFO] Video batch 704: frame 5632/7500 (75%)
|
|
[22:31:33 INFO] Video batch 705: frame 5640/7500 (75%)
|
|
[22:31:33 INFO] Video batch 706: frame 5648/7500 (75%)
|
|
[22:31:33 INFO] Video batch 707: frame 5656/7500 (75%)
|
|
[22:31:33 INFO] Video batch 708: frame 5664/7500 (75%)
|
|
[22:31:34 INFO] Video batch 709: frame 5672/7500 (75%)
|
|
[22:31:34 INFO] Video batch 710: frame 5680/7500 (75%)
|
|
[22:31:34 INFO] Video batch 711: frame 5688/7500 (75%)
|
|
[22:31:34 INFO] Video batch 712: frame 5696/7500 (75%)
|
|
[22:31:34 INFO] Video batch 713: frame 5704/7500 (76%)
|
|
[22:31:35 INFO] Video batch 714: frame 5712/7500 (76%)
|
|
[22:31:35 INFO] Video batch 715: frame 5720/7500 (76%)
|
|
[22:31:35 INFO] Video batch 716: frame 5728/7500 (76%)
|
|
[22:31:35 INFO] Video batch 717: frame 5736/7500 (76%)
|
|
[22:31:35 INFO] Video batch 718: frame 5744/7500 (76%)
|
|
[22:31:36 INFO] Video batch 719: frame 5752/7500 (76%)
|
|
[22:31:36 INFO] Video batch 720: frame 5760/7500 (76%)
|
|
[22:31:36 INFO] Video batch 721: frame 5768/7500 (76%)
|
|
[22:31:36 INFO] Video batch 722: frame 5776/7500 (77%)
|
|
[22:31:36 INFO] Video batch 723: frame 5784/7500 (77%)
|
|
[22:31:37 INFO] Video batch 724: frame 5792/7500 (77%)
|
|
[22:31:37 INFO] Video batch 725: frame 5800/7500 (77%)
|
|
[22:31:37 INFO] Video batch 726: frame 5808/7500 (77%)
|
|
[22:31:37 INFO] Video batch 727: frame 5816/7500 (77%)
|
|
[22:31:37 INFO] Video batch 728: frame 5824/7500 (77%)
|
|
[22:31:38 INFO] Video batch 729: frame 5832/7500 (77%)
|
|
[22:31:38 INFO] Video batch 729: 1 detections from postprocess
|
|
[22:31:38 INFO] Video frame video_short01_003532: 1 dets, valid=True
|
|
[22:31:38 INFO] Video batch 730: frame 5840/7500 (77%)
|
|
[22:31:38 INFO] Video batch 730: 1 detections from postprocess
|
|
[22:31:38 INFO] Video frame video_short01_003533: 1 dets, valid=True
|
|
[22:31:38 INFO] Video batch 731: frame 5848/7500 (77%)
|
|
[22:31:38 INFO] Video batch 732: frame 5856/7500 (78%)
|
|
[22:31:38 INFO] Video batch 733: frame 5864/7500 (78%)
|
|
[22:31:39 INFO] Video batch 734: frame 5872/7500 (78%)
|
|
[22:31:39 INFO] Video batch 735: frame 5880/7500 (78%)
|
|
[22:31:39 INFO] Video batch 736: frame 5888/7500 (78%)
|
|
[22:31:39 INFO] Video batch 737: frame 5896/7500 (78%)
|
|
[22:31:39 INFO] Video batch 738: frame 5904/7500 (78%)
|
|
[22:31:40 INFO] Video batch 739: frame 5912/7500 (78%)
|
|
[22:31:40 INFO] Video batch 740: frame 5920/7500 (78%)
|
|
[22:31:40 INFO] Video batch 741: frame 5928/7500 (79%)
|
|
[22:31:40 INFO] Video batch 742: frame 5936/7500 (79%)
|
|
[22:31:40 INFO] Video batch 743: frame 5944/7500 (79%)
|
|
[22:31:41 INFO] Video batch 744: frame 5952/7500 (79%)
|
|
[22:31:41 INFO] Video batch 745: frame 5960/7500 (79%)
|
|
[22:31:41 INFO] Video batch 746: frame 5968/7500 (79%)
|
|
[22:31:41 INFO] Video batch 747: frame 5976/7500 (79%)
|
|
[22:31:41 INFO] Video batch 748: frame 5984/7500 (79%)
|
|
[22:31:42 INFO] Video batch 749: frame 5992/7500 (79%)
|
|
[22:31:42 INFO] Video batch 750: frame 6000/7500 (80%)
|
|
[22:31:42 INFO] Video batch 751: frame 6008/7500 (80%)
|
|
[22:31:42 INFO] Video batch 752: frame 6016/7500 (80%)
|
|
[22:31:42 INFO] Video batch 753: frame 6024/7500 (80%)
|
|
[22:31:43 INFO] Video batch 754: frame 6032/7500 (80%)
|
|
[22:31:43 INFO] Video batch 755: frame 6040/7500 (80%)
|
|
[22:31:43 INFO] Video batch 755: 1 detections from postprocess
|
|
[22:31:43 INFO] Video frame video_short01_004015: 1 dets, valid=True
|
|
[22:31:43 INFO] Video batch 756: frame 6048/7500 (80%)
|
|
[22:31:43 INFO] Video batch 756: 2 detections from postprocess
|
|
[22:31:43 INFO] Video frame video_short01_004017: 1 dets, valid=True
|
|
[22:31:43 INFO] Video frame video_short01_004018: 1 dets, valid=True
|
|
[22:31:43 INFO] Video batch 757: frame 6056/7500 (80%)
|
|
[22:31:43 INFO] Video batch 757: 1 detections from postprocess
|
|
[22:31:43 INFO] Video frame video_short01_004021: 1 dets, valid=True
|
|
[22:31:43 INFO] Video batch 758: frame 6064/7500 (80%)
|
|
[22:31:44 INFO] Video batch 759: frame 6072/7500 (80%)
|
|
[22:31:44 INFO] Video batch 759: 5 detections from postprocess
|
|
[22:31:44 INFO] Video frame video_short01_004026: 1 dets, valid=True
|
|
[22:31:44 INFO] Video frame video_short01_004028: 4 dets, valid=True
|
|
[22:31:44 INFO] Video batch 760: frame 6080/7500 (81%)
|
|
[22:31:44 INFO] Video batch 760: 8 detections from postprocess
|
|
[22:31:44 INFO] Video frame video_short01_004030: 4 dets, valid=True
|
|
[22:31:44 INFO] Video frame video_short01_004031: 4 dets, valid=True
|
|
[22:31:44 INFO] Video batch 761: frame 6088/7500 (81%)
|
|
[22:31:44 INFO] Video batch 761: 7 detections from postprocess
|
|
[22:31:44 INFO] Video frame video_short01_004033: 4 dets, valid=True
|
|
[22:31:44 INFO] Video frame video_short01_004034: 3 dets, valid=True
|
|
[22:31:44 INFO] Video batch 762: frame 6096/7500 (81%)
|
|
[22:31:44 INFO] Video batch 762: 6 detections from postprocess
|
|
[22:31:44 INFO] Video frame video_short01_004036: 3 dets, valid=True
|
|
[22:31:44 INFO] Video frame video_short01_004037: 3 dets, valid=True
|
|
[22:31:44 INFO] Video batch 763: frame 6104/7500 (81%)
|
|
[22:31:45 INFO] Video batch 763: 8 detections from postprocess
|
|
[22:31:45 INFO] Video frame video_short01_004039: 4 dets, valid=True
|
|
[22:31:45 INFO] Video frame video_short01_004041: 4 dets, valid=True
|
|
[22:31:45 INFO] Video batch 764: frame 6112/7500 (81%)
|
|
[22:31:45 INFO] Video batch 764: 8 detections from postprocess
|
|
[22:31:45 INFO] Video frame video_short01_004042: 4 dets, valid=True
|
|
[22:31:45 INFO] Video frame video_short01_004044: 4 dets, valid=True
|
|
[22:31:45 INFO] Video batch 765: frame 6120/7500 (81%)
|
|
[22:31:45 INFO] Video batch 765: 8 detections from postprocess
|
|
[22:31:45 INFO] Video frame video_short01_004045: 4 dets, valid=True
|
|
[22:31:45 INFO] Video frame video_short01_004047: 4 dets, valid=True
|
|
[22:31:45 INFO] Video batch 766: frame 6128/7500 (81%)
|
|
[22:31:45 INFO] Video batch 766: 6 detections from postprocess
|
|
[22:31:45 INFO] Video frame video_short01_004049: 3 dets, valid=True
|
|
[22:31:45 INFO] Video frame video_short01_004050: 3 dets, valid=True
|
|
[22:31:45 INFO] Video batch 767: frame 6136/7500 (81%)
|
|
[22:31:46 INFO] Video batch 767: 6 detections from postprocess
|
|
[22:31:46 INFO] Video frame video_short01_004052: 3 dets, valid=True
|
|
[22:31:46 INFO] Video frame video_short01_004053: 3 dets, valid=True
|
|
[22:31:46 INFO] Video batch 768: frame 6144/7500 (81%)
|
|
[22:31:46 INFO] Video batch 768: 5 detections from postprocess
|
|
[22:31:46 INFO] Video frame video_short01_004055: 3 dets, valid=True
|
|
[22:31:46 INFO] Video frame video_short01_004057: 2 dets, valid=True
|
|
[22:31:46 INFO] Video batch 769: frame 6152/7500 (82%)
|
|
[22:31:46 INFO] Video batch 769: 4 detections from postprocess
|
|
[22:31:46 INFO] Video frame video_short01_004058: 3 dets, valid=True
|
|
[22:31:46 INFO] Video frame video_short01_004060: 1 dets, valid=True
|
|
[22:31:46 INFO] Video batch 770: frame 6160/7500 (82%)
|
|
[22:31:46 INFO] Video batch 771: frame 6168/7500 (82%)
|
|
[22:31:46 INFO] Video batch 772: frame 6176/7500 (82%)
|
|
[22:31:47 INFO] Video batch 773: frame 6184/7500 (82%)
|
|
[22:31:47 INFO] Video batch 774: frame 6192/7500 (82%)
|
|
[22:31:47 INFO] Video batch 775: frame 6200/7500 (82%)
|
|
[22:31:47 INFO] Video batch 776: frame 6208/7500 (82%)
|
|
[22:31:47 INFO] Video batch 777: frame 6216/7500 (82%)
|
|
[22:31:48 INFO] Video batch 778: frame 6224/7500 (82%)
|
|
[22:31:48 INFO] Video batch 779: frame 6232/7500 (83%)
|
|
[22:31:48 INFO] Video batch 780: frame 6240/7500 (83%)
|
|
[22:31:48 INFO] Video batch 781: frame 6248/7500 (83%)
|
|
[22:31:48 INFO] Video batch 782: frame 6256/7500 (83%)
|
|
[22:31:49 INFO] Video batch 783: frame 6264/7500 (83%)
|
|
[22:31:49 INFO] Video batch 784: frame 6272/7500 (83%)
|
|
[22:31:49 INFO] Video batch 785: frame 6280/7500 (83%)
|
|
[22:31:49 INFO] Video batch 786: frame 6288/7500 (83%)
|
|
[22:31:50 INFO] Video batch 787: frame 6296/7500 (83%)
|
|
[22:31:50 INFO] Video batch 788: frame 6304/7500 (84%)
|
|
[22:31:50 INFO] Video batch 789: frame 6312/7500 (84%)
|
|
[22:31:50 INFO] Video batch 789: 1 detections from postprocess
|
|
[22:31:50 INFO] Video frame video_short01_004122: 1 dets, valid=True
|
|
[22:31:50 INFO] Video batch 790: frame 6320/7500 (84%)
|
|
[22:31:50 INFO] Video batch 791: frame 6328/7500 (84%)
|
|
[22:31:51 INFO] Video batch 792: frame 6336/7500 (84%)
|
|
[22:31:51 INFO] Video batch 793: frame 6344/7500 (84%)
|
|
[22:31:51 INFO] Video batch 794: frame 6352/7500 (84%)
|
|
[22:31:51 INFO] Video batch 795: frame 6360/7500 (84%)
|
|
[22:31:51 INFO] Video batch 796: frame 6368/7500 (84%)
|
|
[22:31:52 INFO] Video batch 796: 1 detections from postprocess
|
|
[22:31:52 INFO] Video frame video_short01_004146: 1 dets, valid=True
|
|
[22:31:52 INFO] Video batch 797: frame 6376/7500 (85%)
|
|
[22:31:52 INFO] Video batch 798: frame 6384/7500 (85%)
|
|
[22:31:52 INFO] Video batch 799: frame 6392/7500 (85%)
|
|
[22:31:52 INFO] Video batch 800: frame 6400/7500 (85%)
|
|
[22:31:52 INFO] Video batch 801: frame 6408/7500 (85%)
|
|
[22:31:53 INFO] Video batch 802: frame 6416/7500 (85%)
|
|
[22:31:53 INFO] Video batch 803: frame 6424/7500 (85%)
|
|
[22:31:53 INFO] Video batch 804: frame 6432/7500 (85%)
|
|
[22:31:53 INFO] Video batch 805: frame 6440/7500 (85%)
|
|
[22:31:53 INFO] Video batch 806: frame 6448/7500 (85%)
|
|
[22:31:54 INFO] Video batch 807: frame 6456/7500 (86%)
|
|
[22:31:54 INFO] Video batch 808: frame 6464/7500 (86%)
|
|
[22:31:54 INFO] Video batch 809: frame 6472/7500 (86%)
|
|
[22:31:54 INFO] Video batch 810: frame 6480/7500 (86%)
|
|
[22:31:54 INFO] Video batch 811: frame 6488/7500 (86%)
|
|
[22:31:55 INFO] Video batch 812: frame 6496/7500 (86%)
|
|
[22:31:55 INFO] Video batch 813: frame 6504/7500 (86%)
|
|
[22:31:55 INFO] Video batch 814: frame 6512/7500 (86%)
|
|
[22:31:55 INFO] Video batch 815: frame 6520/7500 (86%)
|
|
[22:31:56 INFO] Video batch 816: frame 6528/7500 (87%)
|
|
[22:31:56 INFO] Video batch 817: frame 6536/7500 (87%)
|
|
[22:31:56 INFO] Video batch 818: frame 6544/7500 (87%)
|
|
[22:31:56 INFO] Video batch 819: frame 6552/7500 (87%)
|
|
[22:31:56 INFO] Video batch 820: frame 6560/7500 (87%)
|
|
[22:31:57 INFO] Video batch 821: frame 6568/7500 (87%)
|
|
[22:31:57 INFO] Video batch 822: frame 6576/7500 (87%)
|
|
[22:31:57 INFO] Video batch 823: frame 6584/7500 (87%)
|
|
[22:31:57 INFO] Video batch 824: frame 6592/7500 (87%)
|
|
[22:31:57 INFO] Video batch 825: frame 6600/7500 (88%)
|
|
[22:31:58 INFO] Video batch 826: frame 6608/7500 (88%)
|
|
[22:31:58 INFO] Video batch 827: frame 6616/7500 (88%)
|
|
[22:31:58 INFO] Video batch 828: frame 6624/7500 (88%)
|
|
[22:31:58 INFO] Video batch 829: frame 6632/7500 (88%)
|
|
[22:31:59 INFO] Video batch 830: frame 6640/7500 (88%)
|
|
[22:31:59 INFO] Video batch 831: frame 6648/7500 (88%)
|
|
[22:31:59 INFO] Video batch 832: frame 6656/7500 (88%)
|
|
[22:31:59 INFO] Video batch 833: frame 6664/7500 (88%)
|
|
[22:31:59 INFO] Video batch 834: frame 6672/7500 (88%)
|
|
[22:32:00 INFO] Video batch 835: frame 6680/7500 (89%)
|
|
[22:32:00 INFO] Video batch 836: frame 6688/7500 (89%)
|
|
[22:32:00 INFO] Video batch 837: frame 6696/7500 (89%)
|
|
[22:32:00 INFO] Video batch 838: frame 6704/7500 (89%)
|
|
[22:32:00 INFO] Video batch 839: frame 6712/7500 (89%)
|
|
[22:32:01 INFO] Video batch 840: frame 6720/7500 (89%)
|
|
[22:32:01 INFO] Video batch 841: frame 6728/7500 (89%)
|
|
[22:32:01 INFO] Video batch 842: frame 6736/7500 (89%)
|
|
[22:32:01 INFO] Video batch 843: frame 6744/7500 (89%)
|
|
[22:32:01 INFO] Video batch 844: frame 6752/7500 (90%)
|
|
[22:32:02 INFO] Video batch 845: frame 6760/7500 (90%)
|
|
[22:32:02 INFO] Video batch 846: frame 6768/7500 (90%)
|
|
[22:32:02 INFO] Video batch 847: frame 6776/7500 (90%)
|
|
[22:32:02 INFO] Video batch 848: frame 6784/7500 (90%)
|
|
[22:32:02 INFO] Video batch 849: frame 6792/7500 (90%)
|
|
[22:32:03 INFO] Video batch 850: frame 6800/7500 (90%)
|
|
[22:32:03 INFO] Video batch 851: frame 6808/7500 (90%)
|
|
[22:32:03 INFO] Video batch 851: 1 detections from postprocess
|
|
[22:32:03 INFO] Video frame video_short01_004321: 1 dets, valid=True
|
|
[22:32:03 INFO] Video batch 852: frame 6816/7500 (90%)
|
|
[22:32:03 INFO] Video batch 853: frame 6824/7500 (90%)
|
|
[22:32:04 INFO] Video batch 854: frame 6832/7500 (91%)
|
|
[22:32:04 INFO] Video batch 855: frame 6840/7500 (91%)
|
|
[22:32:04 INFO] Video batch 856: frame 6848/7500 (91%)
|
|
[22:32:04 INFO] Video batch 857: frame 6856/7500 (91%)
|
|
[22:32:04 INFO] Video batch 858: frame 6864/7500 (91%)
|
|
[22:32:05 INFO] Video batch 859: frame 6872/7500 (91%)
|
|
[22:32:05 INFO] Video batch 860: frame 6880/7500 (91%)
|
|
[22:32:05 INFO] Video batch 861: frame 6888/7500 (91%)
|
|
[22:32:05 INFO] Video batch 862: frame 6896/7500 (91%)
|
|
[22:32:05 INFO] Video batch 863: frame 6904/7500 (92%)
|
|
[22:32:06 INFO] Video batch 864: frame 6912/7500 (92%)
|
|
[22:32:06 INFO] Video batch 865: frame 6920/7500 (92%)
|
|
[22:32:06 INFO] Video batch 866: frame 6928/7500 (92%)
|
|
[22:32:06 INFO] Video batch 867: frame 6936/7500 (92%)
|
|
[22:32:06 INFO] Video batch 868: frame 6944/7500 (92%)
|
|
[22:32:07 INFO] Video batch 869: frame 6952/7500 (92%)
|
|
[22:32:07 INFO] Video batch 870: frame 6960/7500 (92%)
|
|
[22:32:07 INFO] Video batch 871: frame 6968/7500 (92%)
|
|
[22:32:07 INFO] Video batch 872: frame 6976/7500 (93%)
|
|
[22:32:07 INFO] Video batch 873: frame 6984/7500 (93%)
|
|
[22:32:08 INFO] Video batch 874: frame 6992/7500 (93%)
|
|
[22:32:08 INFO] Video batch 875: frame 7000/7500 (93%)
|
|
[22:32:08 INFO] Video batch 876: frame 7008/7500 (93%)
|
|
[22:32:08 INFO] Video batch 877: frame 7016/7500 (93%)
|
|
[22:32:08 INFO] Video batch 878: frame 7024/7500 (93%)
|
|
[22:32:09 INFO] Video batch 879: frame 7032/7500 (93%)
|
|
[22:32:09 INFO] Video batch 880: frame 7040/7500 (93%)
|
|
[22:32:09 INFO] Video batch 881: frame 7048/7500 (93%)
|
|
[22:32:09 INFO] Video batch 882: frame 7056/7500 (94%)
|
|
[22:32:09 INFO] Video batch 883: frame 7064/7500 (94%)
|
|
[22:32:10 INFO] Video batch 883: 2 detections from postprocess
|
|
[22:32:10 INFO] Video frame video_short01_004423: 1 dets, valid=True
|
|
[22:32:10 INFO] Video frame video_short01_004425: 1 dets, valid=True
|
|
[22:32:10 INFO] Video batch 884: frame 7072/7500 (94%)
|
|
[22:32:10 INFO] Video batch 884: 1 detections from postprocess
|
|
[22:32:10 INFO] Video frame video_short01_004428: 1 dets, valid=True
|
|
[22:32:10 INFO] Video batch 885: frame 7080/7500 (94%)
|
|
[22:32:10 INFO] Video batch 885: 1 detections from postprocess
|
|
[22:32:10 INFO] Video frame video_short01_004431: 1 dets, valid=True
|
|
[22:32:10 INFO] Video batch 886: frame 7088/7500 (94%)
|
|
[22:32:10 INFO] Video batch 886: 2 detections from postprocess
|
|
[22:32:10 INFO] Video frame video_short01_004433: 1 dets, valid=True
|
|
[22:32:10 INFO] Video frame video_short01_004434: 1 dets, valid=True
|
|
[22:32:10 INFO] Video batch 887: frame 7096/7500 (94%)
|
|
[22:32:10 INFO] Video batch 887: 1 detections from postprocess
|
|
[22:32:10 INFO] Video frame video_short01_004436: 1 dets, valid=True
|
|
[22:32:10 INFO] Video batch 888: frame 7104/7500 (94%)
|
|
[22:32:11 INFO] Video batch 888: 2 detections from postprocess
|
|
[22:32:11 INFO] Video frame video_short01_004439: 1 dets, valid=True
|
|
[22:32:11 INFO] Video frame video_short01_004441: 1 dets, valid=True
|
|
[22:32:11 INFO] Video batch 889: frame 7112/7500 (94%)
|
|
[22:32:11 INFO] Video batch 889: 2 detections from postprocess
|
|
[22:32:11 INFO] Video frame video_short01_004442: 1 dets, valid=True
|
|
[22:32:11 INFO] Video frame video_short01_004444: 1 dets, valid=True
|
|
[22:32:11 INFO] Video batch 890: frame 7120/7500 (94%)
|
|
[22:32:11 INFO] Video batch 891: frame 7128/7500 (95%)
|
|
[22:32:11 INFO] Video batch 892: frame 7136/7500 (95%)
|
|
[22:32:12 INFO] Video batch 893: frame 7144/7500 (95%)
|
|
[22:32:12 INFO] Video batch 894: frame 7152/7500 (95%)
|
|
[22:32:12 INFO] Video batch 895: frame 7160/7500 (95%)
|
|
[22:32:12 INFO] Video batch 896: frame 7168/7500 (95%)
|
|
[22:32:12 INFO] Video batch 897: frame 7176/7500 (95%)
|
|
[22:32:13 INFO] Video batch 898: frame 7184/7500 (95%)
|
|
[22:32:13 INFO] Video batch 898: 2 detections from postprocess
|
|
[22:32:13 INFO] Video frame video_short01_004471: 1 dets, valid=True
|
|
[22:32:13 INFO] Video frame video_short01_004473: 1 dets, valid=True
|
|
[22:32:13 INFO] Video batch 899: frame 7192/7500 (95%)
|
|
[22:32:13 INFO] Video batch 899: 2 detections from postprocess
|
|
[22:32:13 INFO] Video frame video_short01_004474: 1 dets, valid=True
|
|
[22:32:13 INFO] Video frame video_short01_004476: 1 dets, valid=True
|
|
[22:32:13 INFO] Video batch 900: frame 7200/7500 (96%)
|
|
[22:32:13 INFO] Video batch 900: 2 detections from postprocess
|
|
[22:32:13 INFO] Video frame video_short01_004477: 1 dets, valid=True
|
|
[22:32:13 INFO] Video frame video_short01_004479: 1 dets, valid=True
|
|
[22:32:13 INFO] Video batch 901: frame 7208/7500 (96%)
|
|
[22:32:13 INFO] Video batch 901: 2 detections from postprocess
|
|
[22:32:13 INFO] Video frame video_short01_004481: 1 dets, valid=True
|
|
[22:32:13 INFO] Video frame video_short01_004482: 1 dets, valid=True
|
|
[22:32:14 INFO] Video batch 902: frame 7216/7500 (96%)
|
|
[22:32:14 INFO] Video batch 902: 2 detections from postprocess
|
|
[22:32:14 INFO] Video frame video_short01_004484: 1 dets, valid=True
|
|
[22:32:14 INFO] Video frame video_short01_004485: 1 dets, valid=True
|
|
[22:32:14 INFO] Video batch 903: frame 7224/7500 (96%)
|
|
[22:32:14 INFO] Video batch 903: 2 detections from postprocess
|
|
[22:32:14 INFO] Video frame video_short01_004487: 1 dets, valid=True
|
|
[22:32:14 INFO] Video frame video_short01_004489: 1 dets, valid=True
|
|
[22:32:14 INFO] Video batch 904: frame 7232/7500 (96%)
|
|
[22:32:14 INFO] Video batch 904: 1 detections from postprocess
|
|
[22:32:14 INFO] Video frame video_short01_004490: 1 dets, valid=True
|
|
[22:32:14 INFO] Video batch 905: frame 7240/7500 (96%)
|
|
[22:32:14 INFO] Video batch 906: frame 7248/7500 (96%)
|
|
[22:32:15 INFO] Video batch 907: frame 7256/7500 (96%)
|
|
[22:32:15 INFO] Video batch 907: 1 detections from postprocess
|
|
[22:32:15 INFO] Video frame video_short01_004500: 1 dets, valid=True
|
|
[22:32:15 INFO] Video batch 908: frame 7264/7500 (96%)
|
|
[22:32:15 INFO] Video batch 908: 2 detections from postprocess
|
|
[22:32:15 INFO] Video frame video_short01_004503: 1 dets, valid=True
|
|
[22:32:15 INFO] Video frame video_short01_004505: 1 dets, valid=True
|
|
[22:32:15 INFO] Video batch 909: frame 7272/7500 (96%)
|
|
[22:32:15 INFO] Video batch 909: 2 detections from postprocess
|
|
[22:32:15 INFO] Video frame video_short01_004506: 1 dets, valid=True
|
|
[22:32:15 INFO] Video frame video_short01_004508: 1 dets, valid=True
|
|
[22:32:15 INFO] Video batch 910: frame 7280/7500 (97%)
|
|
[22:32:15 INFO] Video batch 910: 2 detections from postprocess
|
|
[22:32:15 INFO] Video frame video_short01_004510: 1 dets, valid=True
|
|
[22:32:15 INFO] Video frame video_short01_004511: 1 dets, valid=True
|
|
[22:32:15 INFO] Video batch 911: frame 7288/7500 (97%)
|
|
[22:32:16 INFO] Video batch 911: 2 detections from postprocess
|
|
[22:32:16 INFO] Video frame video_short01_004513: 1 dets, valid=True
|
|
[22:32:16 INFO] Video frame video_short01_004514: 1 dets, valid=True
|
|
[22:32:16 INFO] Video batch 912: frame 7296/7500 (97%)
|
|
[22:32:16 INFO] Video batch 912: 2 detections from postprocess
|
|
[22:32:16 INFO] Video frame video_short01_004516: 1 dets, valid=True
|
|
[22:32:16 INFO] Video frame video_short01_004517: 1 dets, valid=True
|
|
[22:32:16 INFO] Video batch 913: frame 7304/7500 (97%)
|
|
[22:32:16 INFO] Video batch 913: 2 detections from postprocess
|
|
[22:32:16 INFO] Video frame video_short01_004519: 1 dets, valid=True
|
|
[22:32:16 INFO] Video frame video_short01_004521: 1 dets, valid=True
|
|
[22:32:16 INFO] Video batch 914: frame 7312/7500 (97%)
|
|
[22:32:16 INFO] Video batch 914: 1 detections from postprocess
|
|
[22:32:16 INFO] Video frame video_short01_004522: 1 dets, valid=True
|
|
[22:32:16 INFO] Video batch 915: frame 7320/7500 (97%)
|
|
[22:32:16 INFO] Video batch 915: 1 detections from postprocess
|
|
[22:32:16 INFO] Video frame video_short01_004527: 1 dets, valid=True
|
|
[22:32:16 INFO] Video batch 916: frame 7328/7500 (97%)
|
|
[22:32:17 INFO] Video batch 916: 1 detections from postprocess
|
|
[22:32:17 INFO] Video frame video_short01_004530: 1 dets, valid=True
|
|
[22:32:17 INFO] Video batch 917: frame 7336/7500 (97%)
|
|
[22:32:17 INFO] Video batch 918: frame 7344/7500 (97%)
|
|
[22:32:17 INFO] Video batch 919: frame 7352/7500 (98%)
|
|
[22:32:17 INFO] Video batch 920: frame 7360/7500 (98%)
|
|
[22:32:17 INFO] Video batch 921: frame 7368/7500 (98%)
|
|
[22:32:18 INFO] Video batch 922: frame 7376/7500 (98%)
|
|
[22:32:18 INFO] Video batch 923: frame 7384/7500 (98%)
|
|
[22:32:18 INFO] Video batch 924: frame 7392/7500 (98%)
|
|
[22:32:18 INFO] Video batch 925: frame 7400/7500 (98%)
|
|
[22:32:18 INFO] Video batch 926: frame 7408/7500 (98%)
|
|
[22:32:19 INFO] Video batch 927: frame 7416/7500 (98%)
|
|
[22:32:19 INFO] Video batch 928: frame 7424/7500 (98%)
|
|
[22:32:19 INFO] Video batch 929: frame 7432/7500 (99%)
|
|
[22:32:19 INFO] Video batch 930: frame 7440/7500 (99%)
|
|
[22:32:19 INFO] Video batch 931: frame 7448/7500 (99%)
|
|
[22:32:20 INFO] Video batch 932: frame 7456/7500 (99%)
|
|
[22:32:20 INFO] Video batch 933: frame 7464/7500 (99%)
|
|
[22:32:20 INFO] Video batch 934: frame 7472/7500 (99%)
|
|
[22:32:20 INFO] Video batch 935: frame 7480/7500 (99%)
|
|
[22:32:21 INFO] Video batch 936: frame 7488/7500 (99%)
|
|
[22:32:21 INFO] Video batch 937: frame 7496/7500 (99%)
|
|
[22:32:21 INFO] Video done: 7500 frames read, 937 batches processed
|
|
[22:34:23 INFO] init AI...
|
|
[22:34:23 INFO] Downloading
|
|
[22:34:26 INFO] CoreML model: input=input shape=(2, 3, 1280, 1280)
|
|
[22:34:26 INFO] Enabled
|
|
[22:34:26 INFO] init AI...
|
|
[22:34:27 INFO] init AI...
|
|
[22:34:27 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4...
|
|
[22:34:27 INFO] Video: 7500 frames, 25.0 fps, 2560x1440
|
|
[22:34:28 INFO] Video batch 1: frame 8/7500 (0%)
|
|
[22:34:28 INFO] Video batch 2: frame 16/7500 (0%)
|
|
[22:34:28 INFO] Video batch 2: 2 detections from postprocess
|
|
[22:34:28 INFO] Video frame video_short01_000004: 1 dets, valid=True
|
|
[22:34:28 INFO] Video frame video_short01_000005: 1 dets, valid=True
|
|
[22:34:28 INFO] Video batch 3: frame 24/7500 (0%)
|
|
[22:34:28 INFO] Video batch 3: 2 detections from postprocess
|
|
[22:34:28 INFO] Video frame video_short01_000007: 1 dets, valid=True
|
|
[22:34:28 INFO] Video frame video_short01_000009: 1 dets, valid=True
|
|
[22:34:28 INFO] Video batch 4: frame 32/7500 (0%)
|
|
[22:34:28 INFO] Video batch 4: 2 detections from postprocess
|
|
[22:34:28 INFO] Video frame video_short01_000010: 1 dets, valid=True
|
|
[22:34:28 INFO] Video frame video_short01_000012: 1 dets, valid=True
|
|
[22:34:29 INFO] Video batch 5: frame 40/7500 (0%)
|
|
[22:34:29 INFO] Video batch 5: 2 detections from postprocess
|
|
[22:34:29 INFO] Video frame video_short01_000013: 1 dets, valid=True
|
|
[22:34:29 INFO] Video frame video_short01_000015: 1 dets, valid=True
|
|
[22:34:29 INFO] Video batch 6: frame 48/7500 (0%)
|
|
[22:34:29 INFO] Video batch 6: 2 detections from postprocess
|
|
[22:34:29 INFO] Video frame video_short01_000017: 1 dets, valid=True
|
|
[22:34:29 INFO] Video frame video_short01_000018: 1 dets, valid=True
|
|
[22:34:29 INFO] Video batch 7: frame 56/7500 (0%)
|
|
[22:34:29 INFO] Video batch 7: 2 detections from postprocess
|
|
[22:34:29 INFO] Video frame video_short01_000020: 1 dets, valid=True
|
|
[22:34:29 INFO] Video frame video_short01_000021: 1 dets, valid=True
|
|
[22:34:29 INFO] Video batch 8: frame 64/7500 (0%)
|
|
[22:34:29 INFO] Video batch 8: 2 detections from postprocess
|
|
[22:34:29 INFO] Video frame video_short01_000023: 1 dets, valid=True
|
|
[22:34:29 INFO] Video frame video_short01_000025: 1 dets, valid=True
|
|
[22:34:30 INFO] Video batch 9: frame 72/7500 (0%)
|
|
[22:34:30 INFO] Video batch 9: 2 detections from postprocess
|
|
[22:34:30 INFO] Video frame video_short01_000026: 1 dets, valid=True
|
|
[22:34:30 INFO] Video frame video_short01_000028: 1 dets, valid=True
|
|
[22:34:30 INFO] Video batch 10: frame 80/7500 (1%)
|
|
[22:34:30 INFO] Video batch 10: 2 detections from postprocess
|
|
[22:34:30 INFO] Video frame video_short01_000030: 1 dets, valid=True
|
|
[22:34:30 INFO] Video frame video_short01_000031: 1 dets, valid=True
|
|
[22:34:30 INFO] Video batch 11: frame 88/7500 (1%)
|
|
[22:34:30 INFO] Video batch 11: 3 detections from postprocess
|
|
[22:34:30 INFO] Video frame video_short01_000033: 1 dets, valid=True
|
|
[22:34:30 INFO] Video frame video_short01_000034: 2 dets, valid=True
|
|
[22:34:30 INFO] Video batch 12: frame 96/7500 (1%)
|
|
[22:34:31 INFO] Video batch 13: frame 104/7500 (1%)
|
|
[22:34:31 INFO] Video batch 13: 1 detections from postprocess
|
|
[22:34:31 INFO] Video frame video_short01_000041: 1 dets, valid=True
|
|
[22:34:31 INFO] Video batch 14: frame 112/7500 (1%)
|
|
[22:34:31 INFO] Video batch 14: 2 detections from postprocess
|
|
[22:34:31 INFO] Video frame video_short01_000042: 1 dets, valid=True
|
|
[22:34:31 INFO] Video frame video_short01_000044: 1 dets, valid=True
|
|
[22:34:31 INFO] Video batch 15: frame 120/7500 (1%)
|
|
[22:34:31 INFO] Video batch 15: 2 detections from postprocess
|
|
[22:34:31 INFO] Video frame video_short01_000045: 1 dets, valid=True
|
|
[22:34:31 INFO] Video frame video_short01_000047: 1 dets, valid=True
|
|
[22:34:31 INFO] Video batch 16: frame 128/7500 (1%)
|
|
[22:34:32 INFO] Video batch 16: 2 detections from postprocess
|
|
[22:34:32 INFO] Video frame video_short01_000049: 1 dets, valid=True
|
|
[22:34:32 INFO] Video frame video_short01_000050: 1 dets, valid=True
|
|
[22:34:32 INFO] Video batch 17: frame 136/7500 (1%)
|
|
[22:34:32 INFO] Video batch 17: 2 detections from postprocess
|
|
[22:34:32 INFO] Video frame video_short01_000052: 1 dets, valid=True
|
|
[22:34:32 INFO] Video frame video_short01_000053: 1 dets, valid=True
|
|
[22:34:32 INFO] Video batch 18: frame 144/7500 (1%)
|
|
[22:34:32 INFO] Video batch 18: 2 detections from postprocess
|
|
[22:34:32 INFO] Video frame video_short01_000055: 1 dets, valid=True
|
|
[22:34:32 INFO] Video frame video_short01_000057: 1 dets, valid=True
|
|
[22:34:32 INFO] Video batch 19: frame 152/7500 (2%)
|
|
[22:34:32 INFO] Video batch 20: frame 160/7500 (2%)
|
|
[22:34:33 INFO] Video batch 21: frame 168/7500 (2%)
|
|
[22:34:33 INFO] Video batch 21: 1 detections from postprocess
|
|
[22:34:33 INFO] Video frame video_short01_000066: 1 dets, valid=True
|
|
[22:34:33 INFO] Video batch 22: frame 176/7500 (2%)
|
|
[22:34:33 INFO] Video batch 22: 1 detections from postprocess
|
|
[22:34:33 INFO] Video frame video_short01_000068: 1 dets, valid=True
|
|
[22:34:33 INFO] Video batch 23: frame 184/7500 (2%)
|
|
[22:34:33 INFO] Video batch 23: 1 detections from postprocess
|
|
[22:34:33 INFO] Video frame video_short01_000073: 1 dets, valid=True
|
|
[22:34:33 INFO] Video batch 24: frame 192/7500 (2%)
|
|
[22:34:33 INFO] Video batch 24: 2 detections from postprocess
|
|
[22:34:33 INFO] Video frame video_short01_000074: 1 dets, valid=True
|
|
[22:34:33 INFO] Video frame video_short01_000076: 1 dets, valid=True
|
|
[22:34:34 INFO] Video batch 25: frame 200/7500 (2%)
|
|
[22:34:34 INFO] Video batch 25: 2 detections from postprocess
|
|
[22:34:34 INFO] Video frame video_short01_000077: 1 dets, valid=True
|
|
[22:34:34 INFO] Video frame video_short01_000079: 1 dets, valid=True
|
|
[22:34:34 INFO] Video batch 26: frame 208/7500 (2%)
|
|
[22:34:34 INFO] Video batch 26: 2 detections from postprocess
|
|
[22:34:34 INFO] Video frame video_short01_000081: 1 dets, valid=True
|
|
[22:34:34 INFO] Video frame video_short01_000082: 1 dets, valid=True
|
|
[22:34:34 INFO] Video batch 27: frame 216/7500 (2%)
|
|
[22:34:34 INFO] Video batch 27: 2 detections from postprocess
|
|
[22:34:34 INFO] Video frame video_short01_000084: 1 dets, valid=True
|
|
[22:34:34 INFO] Video frame video_short01_000085: 1 dets, valid=True
|
|
[22:34:34 INFO] Video batch 28: frame 224/7500 (2%)
|
|
[22:34:34 INFO] Video batch 28: 2 detections from postprocess
|
|
[22:34:34 INFO] Video frame video_short01_000087: 1 dets, valid=True
|
|
[22:34:34 INFO] Video frame video_short01_000089: 1 dets, valid=True
|
|
[22:34:34 INFO] Video batch 29: frame 232/7500 (3%)
|
|
[22:34:35 INFO] Video batch 29: 2 detections from postprocess
|
|
[22:34:35 INFO] Video frame video_short01_000090: 1 dets, valid=True
|
|
[22:34:35 INFO] Video frame video_short01_000092: 1 dets, valid=True
|
|
[22:34:35 INFO] Video batch 30: frame 240/7500 (3%)
|
|
[22:34:35 INFO] Video batch 30: 2 detections from postprocess
|
|
[22:34:35 INFO] Video frame video_short01_000093: 1 dets, valid=True
|
|
[22:34:35 INFO] Video frame video_short01_000095: 1 dets, valid=True
|
|
[22:34:35 INFO] Video batch 31: frame 248/7500 (3%)
|
|
[22:34:35 INFO] Video batch 31: 2 detections from postprocess
|
|
[22:34:35 INFO] Video frame video_short01_000097: 1 dets, valid=True
|
|
[22:34:35 INFO] Video frame video_short01_000098: 1 dets, valid=True
|
|
[22:34:35 INFO] Video batch 32: frame 256/7500 (3%)
|
|
[22:34:35 INFO] Video batch 32: 2 detections from postprocess
|
|
[22:34:35 INFO] Video frame video_short01_000100: 1 dets, valid=True
|
|
[22:34:35 INFO] Video frame video_short01_000101: 1 dets, valid=True
|
|
[22:34:35 INFO] Video batch 33: frame 264/7500 (3%)
|
|
[22:34:36 INFO] Video batch 33: 2 detections from postprocess
|
|
[22:34:36 INFO] Video frame video_short01_000103: 1 dets, valid=True
|
|
[22:34:36 INFO] Video frame video_short01_000105: 1 dets, valid=True
|
|
[22:34:36 INFO] Video batch 34: frame 272/7500 (3%)
|
|
[22:34:36 INFO] Video batch 34: 2 detections from postprocess
|
|
[22:34:36 INFO] Video frame video_short01_000106: 1 dets, valid=True
|
|
[22:34:36 INFO] Video frame video_short01_000108: 1 dets, valid=True
|
|
[22:34:36 INFO] Video batch 35: frame 280/7500 (3%)
|
|
[22:34:36 INFO] Video batch 35: 2 detections from postprocess
|
|
[22:34:36 INFO] Video frame video_short01_000110: 1 dets, valid=True
|
|
[22:34:36 INFO] Video frame video_short01_000111: 1 dets, valid=True
|
|
[22:34:36 INFO] Video batch 36: frame 288/7500 (3%)
|
|
[22:34:36 INFO] Video batch 36: 2 detections from postprocess
|
|
[22:34:36 INFO] Video frame video_short01_000113: 1 dets, valid=True
|
|
[22:34:36 INFO] Video frame video_short01_000114: 1 dets, valid=True
|
|
[22:34:36 INFO] Video batch 37: frame 296/7500 (3%)
|
|
[22:34:37 INFO] Video batch 37: 2 detections from postprocess
|
|
[22:34:37 INFO] Video frame video_short01_000116: 1 dets, valid=True
|
|
[22:34:37 INFO] Video frame video_short01_000117: 1 dets, valid=True
|
|
[22:34:37 INFO] Video batch 38: frame 304/7500 (4%)
|
|
[22:34:37 INFO] Video batch 38: 1 detections from postprocess
|
|
[22:34:37 INFO] Video frame video_short01_000121: 1 dets, valid=True
|
|
[22:34:37 INFO] Video batch 39: frame 312/7500 (4%)
|
|
[22:34:37 INFO] Video batch 40: frame 320/7500 (4%)
|
|
[22:34:37 INFO] Video batch 41: frame 328/7500 (4%)
|
|
[22:34:38 INFO] Video batch 42: frame 336/7500 (4%)
|
|
[22:34:38 INFO] Video batch 43: frame 344/7500 (4%)
|
|
[22:34:38 INFO] Video batch 44: frame 352/7500 (4%)
|
|
[22:34:38 INFO] Video batch 44: 1 detections from postprocess
|
|
[22:34:38 INFO] Video frame video_short01_000140: 1 dets, valid=True
|
|
[22:34:38 INFO] Video batch 45: frame 360/7500 (4%)
|
|
[22:34:38 INFO] Video batch 46: frame 368/7500 (4%)
|
|
[22:34:39 INFO] Video batch 47: frame 376/7500 (5%)
|
|
[22:34:39 INFO] Video batch 47: 2 detections from postprocess
|
|
[22:34:39 INFO] Video frame video_short01_000150: 2 dets, valid=True
|
|
[22:34:39 INFO] Video batch 48: frame 384/7500 (5%)
|
|
[22:34:39 INFO] Video batch 48: 3 detections from postprocess
|
|
[22:34:39 INFO] Video frame video_short01_000151: 3 dets, valid=True
|
|
[22:34:39 INFO] Video batch 49: frame 392/7500 (5%)
|
|
[22:34:39 INFO] Video batch 50: frame 400/7500 (5%)
|
|
[22:34:40 INFO] Video batch 51: frame 408/7500 (5%)
|
|
[22:34:40 INFO] Video batch 52: frame 416/7500 (5%)
|
|
[22:34:40 INFO] Video batch 53: frame 424/7500 (5%)
|
|
[22:34:40 INFO] Video batch 54: frame 432/7500 (5%)
|
|
[22:34:40 INFO] Video batch 55: frame 440/7500 (5%)
|
|
[22:34:41 INFO] Video batch 56: frame 448/7500 (5%)
|
|
[22:34:41 INFO] Video batch 57: frame 456/7500 (6%)
|
|
[22:34:41 INFO] Video batch 58: frame 464/7500 (6%)
|
|
[22:34:41 INFO] Video batch 59: frame 472/7500 (6%)
|
|
[22:34:42 INFO] Video batch 60: frame 480/7500 (6%)
|
|
[22:34:42 INFO] Video batch 61: frame 488/7500 (6%)
|
|
[22:34:42 INFO] Video batch 62: frame 496/7500 (6%)
|
|
[22:34:42 INFO] Video batch 63: frame 504/7500 (6%)
|
|
[22:34:42 INFO] Video batch 64: frame 512/7500 (6%)
|
|
[22:34:43 INFO] Video batch 65: frame 520/7500 (6%)
|
|
[22:34:43 INFO] Video batch 66: frame 528/7500 (7%)
|
|
[22:34:43 INFO] Video batch 67: frame 536/7500 (7%)
|
|
[22:34:43 INFO] Video batch 68: frame 544/7500 (7%)
|
|
[22:34:43 INFO] Video batch 69: frame 552/7500 (7%)
|
|
[22:34:44 INFO] Video batch 70: frame 560/7500 (7%)
|
|
[22:34:44 INFO] Video batch 71: frame 568/7500 (7%)
|
|
[22:34:44 INFO] Video batch 72: frame 576/7500 (7%)
|
|
[22:34:44 INFO] Video batch 73: frame 584/7500 (7%)
|
|
[22:34:45 INFO] Video batch 74: frame 592/7500 (7%)
|
|
[22:34:45 INFO] Video batch 75: frame 600/7500 (8%)
|
|
[22:34:45 INFO] Video batch 76: frame 608/7500 (8%)
|
|
[22:34:45 INFO] Video batch 77: frame 616/7500 (8%)
|
|
[22:34:45 INFO] Video batch 78: frame 624/7500 (8%)
|
|
[22:34:46 INFO] Video batch 79: frame 632/7500 (8%)
|
|
[22:34:46 INFO] Video batch 80: frame 640/7500 (8%)
|
|
[22:34:46 INFO] Video batch 81: frame 648/7500 (8%)
|
|
[22:34:46 INFO] Video batch 82: frame 656/7500 (8%)
|
|
[22:34:46 INFO] Video batch 83: frame 664/7500 (8%)
|
|
[22:34:47 INFO] Video batch 84: frame 672/7500 (8%)
|
|
[22:34:47 INFO] Video batch 85: frame 680/7500 (9%)
|
|
[22:34:47 INFO] Video batch 86: frame 688/7500 (9%)
|
|
[22:34:47 INFO] Video batch 87: frame 696/7500 (9%)
|
|
[22:34:48 INFO] Video batch 88: frame 704/7500 (9%)
|
|
[22:34:48 INFO] Video batch 89: frame 712/7500 (9%)
|
|
[22:34:48 INFO] Video batch 90: frame 720/7500 (9%)
|
|
[22:34:48 INFO] Video batch 91: frame 728/7500 (9%)
|
|
[22:34:48 INFO] Video batch 92: frame 736/7500 (9%)
|
|
[22:34:49 INFO] Video batch 93: frame 744/7500 (9%)
|
|
[22:34:49 INFO] Video batch 94: frame 752/7500 (10%)
|
|
[22:34:49 INFO] Video batch 95: frame 760/7500 (10%)
|
|
[22:34:49 INFO] Video batch 95: 1 detections from postprocess
|
|
[22:34:49 INFO] Video frame video_short01_000303: 1 dets, valid=True
|
|
[22:34:49 INFO] Video batch 96: frame 768/7500 (10%)
|
|
[22:34:50 INFO] Video batch 96: 2 detections from postprocess
|
|
[22:34:50 INFO] Video frame video_short01_000305: 1 dets, valid=True
|
|
[22:34:50 INFO] Video frame video_short01_000306: 1 dets, valid=True
|
|
[22:34:50 INFO] Video batch 97: frame 776/7500 (10%)
|
|
[22:34:50 INFO] Video batch 97: 2 detections from postprocess
|
|
[22:34:50 INFO] Video frame video_short01_000308: 1 dets, valid=True
|
|
[22:34:50 INFO] Video frame video_short01_000310: 1 dets, valid=True
|
|
[22:34:50 INFO] Video batch 98: frame 784/7500 (10%)
|
|
[22:34:50 INFO] Video batch 98: 2 detections from postprocess
|
|
[22:34:50 INFO] Video frame video_short01_000311: 1 dets, valid=True
|
|
[22:34:50 INFO] Video frame video_short01_000313: 1 dets, valid=True
|
|
[22:34:50 INFO] Video batch 99: frame 792/7500 (10%)
|
|
[22:34:50 INFO] Video batch 99: 2 detections from postprocess
|
|
[22:34:50 INFO] Video frame video_short01_000314: 1 dets, valid=True
|
|
[22:34:50 INFO] Video frame video_short01_000316: 1 dets, valid=True
|
|
[22:34:50 INFO] Video batch 100: frame 800/7500 (10%)
|
|
[22:34:51 INFO] Video batch 100: 2 detections from postprocess
|
|
[22:34:51 INFO] Video frame video_short01_000317: 1 dets, valid=True
|
|
[22:34:51 INFO] Video frame video_short01_000319: 1 dets, valid=True
|
|
[22:34:51 INFO] Video batch 101: frame 808/7500 (10%)
|
|
[22:34:51 INFO] Video batch 101: 2 detections from postprocess
|
|
[22:34:51 INFO] Video frame video_short01_000321: 1 dets, valid=True
|
|
[22:34:51 INFO] Video frame video_short01_000322: 1 dets, valid=True
|
|
[22:34:51 INFO] Video batch 102: frame 816/7500 (10%)
|
|
[22:34:51 INFO] Video batch 102: 2 detections from postprocess
|
|
[22:34:51 INFO] Video frame video_short01_000324: 1 dets, valid=True
|
|
[22:34:51 INFO] Video frame video_short01_000325: 1 dets, valid=True
|
|
[22:34:51 INFO] Video batch 103: frame 824/7500 (10%)
|
|
[22:34:51 INFO] Video batch 103: 2 detections from postprocess
|
|
[22:34:51 INFO] Video frame video_short01_000327: 1 dets, valid=True
|
|
[22:34:51 INFO] Video frame video_short01_000329: 1 dets, valid=True
|
|
[22:34:51 INFO] Video batch 104: frame 832/7500 (11%)
|
|
[22:34:52 INFO] Video batch 105: frame 840/7500 (11%)
|
|
[22:34:52 INFO] Video batch 106: frame 848/7500 (11%)
|
|
[22:34:52 INFO] Video batch 107: frame 856/7500 (11%)
|
|
[22:34:52 INFO] Video batch 108: frame 864/7500 (11%)
|
|
[22:34:52 INFO] Video batch 109: frame 872/7500 (11%)
|
|
[22:34:53 INFO] Video batch 110: frame 880/7500 (11%)
|
|
[22:34:53 INFO] Video batch 111: frame 888/7500 (11%)
|
|
[22:34:53 INFO] Video batch 112: frame 896/7500 (11%)
|
|
[22:34:53 INFO] Video batch 113: frame 904/7500 (12%)
|
|
[22:34:53 INFO] Video batch 114: frame 912/7500 (12%)
|
|
[22:34:54 INFO] Video batch 115: frame 920/7500 (12%)
|
|
[22:34:54 INFO] Video batch 116: frame 928/7500 (12%)
|
|
[22:34:54 INFO] Video batch 117: frame 936/7500 (12%)
|
|
[22:34:54 INFO] Video batch 118: frame 944/7500 (12%)
|
|
[22:34:55 INFO] Video batch 119: frame 952/7500 (12%)
|
|
[22:34:55 INFO] Video batch 120: frame 960/7500 (12%)
|
|
[22:34:55 INFO] Video batch 120: 1 detections from postprocess
|
|
[22:34:55 INFO] Video frame video_short01_000383: 1 dets, valid=True
|
|
[22:34:55 INFO] Video batch 121: frame 968/7500 (12%)
|
|
[22:34:55 INFO] Video batch 122: frame 976/7500 (13%)
|
|
[22:34:55 INFO] Video batch 123: frame 984/7500 (13%)
|
|
[22:34:56 INFO] Video batch 124: frame 992/7500 (13%)
|
|
[22:34:56 INFO] Video batch 125: frame 1000/7500 (13%)
|
|
[22:34:56 INFO] Video batch 126: frame 1008/7500 (13%)
|
|
[22:34:56 INFO] Video batch 126: 1 detections from postprocess
|
|
[22:34:56 INFO] Video frame video_short01_000401: 1 dets, valid=True
|
|
[22:34:56 INFO] Video batch 127: frame 1016/7500 (13%)
|
|
[22:34:56 INFO] Video batch 128: frame 1024/7500 (13%)
|
|
[22:34:57 INFO] Video batch 129: frame 1032/7500 (13%)
|
|
[22:34:57 INFO] Video batch 130: frame 1040/7500 (13%)
|
|
[22:34:57 INFO] Video batch 131: frame 1048/7500 (13%)
|
|
[22:34:57 INFO] Video batch 131: 1 detections from postprocess
|
|
[22:34:57 INFO] Video frame video_short01_000418: 1 dets, valid=True
|
|
[22:34:57 INFO] Video batch 132: frame 1056/7500 (14%)
|
|
[22:34:58 INFO] Video batch 132: 2 detections from postprocess
|
|
[22:34:58 INFO] Video frame video_short01_000420: 1 dets, valid=True
|
|
[22:34:58 INFO] Video frame video_short01_000421: 1 dets, valid=True
|
|
[22:34:58 INFO] Video batch 133: frame 1064/7500 (14%)
|
|
[22:34:58 INFO] Video batch 133: 2 detections from postprocess
|
|
[22:34:58 INFO] Video frame video_short01_000423: 1 dets, valid=True
|
|
[22:34:58 INFO] Video frame video_short01_000425: 1 dets, valid=True
|
|
[22:34:58 INFO] Video batch 134: frame 1072/7500 (14%)
|
|
[22:34:58 INFO] Video batch 134: 3 detections from postprocess
|
|
[22:34:58 INFO] Video frame video_short01_000426: 2 dets, valid=True
|
|
[22:34:58 INFO] Video frame video_short01_000428: 1 dets, valid=True
|
|
[22:34:58 INFO] Video batch 135: frame 1080/7500 (14%)
|
|
[22:34:58 INFO] Video batch 136: frame 1088/7500 (14%)
|
|
[22:34:59 INFO] Video batch 137: frame 1096/7500 (14%)
|
|
[22:34:59 INFO] Video batch 138: frame 1104/7500 (14%)
|
|
[22:34:59 INFO] Video batch 139: frame 1112/7500 (14%)
|
|
[22:34:59 INFO] Video batch 140: frame 1120/7500 (14%)
|
|
[22:35:00 INFO] Video batch 141: frame 1128/7500 (15%)
|
|
[22:35:00 INFO] Video batch 142: frame 1136/7500 (15%)
|
|
[22:35:00 INFO] Video batch 143: frame 1144/7500 (15%)
|
|
[22:35:00 INFO] Video batch 144: frame 1152/7500 (15%)
|
|
[22:35:01 INFO] Video batch 144: 1 detections from postprocess
|
|
[22:35:01 INFO] Video frame video_short01_000458: 1 dets, valid=True
|
|
[22:35:01 INFO] Video batch 145: frame 1160/7500 (15%)
|
|
[22:35:01 INFO] Video batch 146: frame 1168/7500 (15%)
|
|
[22:35:01 INFO] Video batch 146: 1 detections from postprocess
|
|
[22:35:01 INFO] Video frame video_short01_000466: 1 dets, valid=True
|
|
[22:35:01 INFO] Video batch 147: frame 1176/7500 (15%)
|
|
[22:35:01 INFO] Video batch 148: frame 1184/7500 (15%)
|
|
[22:35:02 INFO] Video batch 149: frame 1192/7500 (15%)
|
|
[22:35:02 INFO] Video batch 149: 1 detections from postprocess
|
|
[22:35:02 INFO] Video frame video_short01_000476: 1 dets, valid=True
|
|
[22:35:02 INFO] Video batch 150: frame 1200/7500 (16%)
|
|
[22:35:02 INFO] Video batch 150: 1 detections from postprocess
|
|
[22:35:02 INFO] Video frame video_short01_000477: 1 dets, valid=True
|
|
[22:35:02 INFO] Video batch 151: frame 1208/7500 (16%)
|
|
[22:35:02 INFO] Video batch 152: frame 1216/7500 (16%)
|
|
[22:35:03 INFO] Video batch 152: 1 detections from postprocess
|
|
[22:35:03 INFO] Video frame video_short01_000485: 1 dets, valid=True
|
|
[22:35:03 INFO] Video batch 153: frame 1224/7500 (16%)
|
|
[22:35:03 INFO] Video batch 153: 3 detections from postprocess
|
|
[22:35:03 INFO] Video frame video_short01_000487: 2 dets, valid=True
|
|
[22:35:03 INFO] Video frame video_short01_000489: 1 dets, valid=True
|
|
[22:35:03 INFO] Video batch 154: frame 1232/7500 (16%)
|
|
[22:35:03 INFO] Video batch 154: 2 detections from postprocess
|
|
[22:35:03 INFO] Video frame video_short01_000490: 1 dets, valid=True
|
|
[22:35:03 INFO] Video frame video_short01_000492: 1 dets, valid=True
|
|
[22:35:03 INFO] Video batch 155: frame 1240/7500 (16%)
|
|
[22:35:03 INFO] Video batch 155: 1 detections from postprocess
|
|
[22:35:03 INFO] Video frame video_short01_000493: 1 dets, valid=True
|
|
[22:35:03 INFO] Video batch 156: frame 1248/7500 (16%)
|
|
[22:35:04 INFO] Video batch 157: frame 1256/7500 (16%)
|
|
[22:35:04 INFO] Video batch 158: frame 1264/7500 (16%)
|
|
[22:35:04 INFO] Video batch 159: frame 1272/7500 (16%)
|
|
[22:35:04 INFO] Video batch 160: frame 1280/7500 (17%)
|
|
[22:35:04 INFO] Video batch 161: frame 1288/7500 (17%)
|
|
[22:35:05 INFO] Video batch 162: frame 1296/7500 (17%)
|
|
[22:35:05 INFO] Video batch 163: frame 1304/7500 (17%)
|
|
[22:35:05 INFO] Video batch 164: frame 1312/7500 (17%)
|
|
[22:35:05 INFO] Video batch 165: frame 1320/7500 (17%)
|
|
[22:35:06 INFO] Video batch 166: frame 1328/7500 (17%)
|
|
[22:35:06 INFO] Video batch 167: frame 1336/7500 (17%)
|
|
[22:35:06 INFO] Video batch 168: frame 1344/7500 (17%)
|
|
[22:35:06 INFO] Video batch 169: frame 1352/7500 (18%)
|
|
[22:35:06 INFO] Video batch 170: frame 1360/7500 (18%)
|
|
[22:35:07 INFO] Video batch 171: frame 1368/7500 (18%)
|
|
[22:35:07 INFO] Video batch 172: frame 1376/7500 (18%)
|
|
[22:35:07 INFO] Video batch 173: frame 1384/7500 (18%)
|
|
[22:35:07 INFO] Video batch 174: frame 1392/7500 (18%)
|
|
[22:35:07 INFO] Video batch 175: frame 1400/7500 (18%)
|
|
[22:35:08 INFO] Video batch 176: frame 1408/7500 (18%)
|
|
[22:35:08 INFO] Video batch 177: frame 1416/7500 (18%)
|
|
[22:35:08 INFO] Video batch 178: frame 1424/7500 (18%)
|
|
[22:35:08 INFO] Video batch 179: frame 1432/7500 (19%)
|
|
[22:35:09 INFO] Video batch 180: frame 1440/7500 (19%)
|
|
[22:35:09 INFO] Video batch 181: frame 1448/7500 (19%)
|
|
[22:35:09 INFO] Video batch 182: frame 1456/7500 (19%)
|
|
[22:35:09 INFO] Video batch 183: frame 1464/7500 (19%)
|
|
[22:35:09 INFO] Video batch 184: frame 1472/7500 (19%)
|
|
[22:35:10 INFO] Video batch 185: frame 1480/7500 (19%)
|
|
[22:35:10 INFO] Video batch 186: frame 1488/7500 (19%)
|
|
[22:35:10 INFO] Video batch 187: frame 1496/7500 (19%)
|
|
[22:35:10 INFO] Video batch 188: frame 1504/7500 (20%)
|
|
[22:35:10 INFO] Video batch 189: frame 1512/7500 (20%)
|
|
[22:35:11 INFO] Video batch 190: frame 1520/7500 (20%)
|
|
[22:35:11 INFO] Video batch 191: frame 1528/7500 (20%)
|
|
[22:35:11 INFO] Video batch 192: frame 1536/7500 (20%)
|
|
[22:35:11 INFO] Video batch 193: frame 1544/7500 (20%)
|
|
[22:35:11 INFO] Video batch 193: 1 detections from postprocess
|
|
[22:35:11 INFO] Video frame video_short01_001017: 1 dets, valid=True
|
|
[22:35:11 INFO] Video batch 194: frame 1552/7500 (20%)
|
|
[22:35:12 INFO] Video batch 195: frame 1560/7500 (20%)
|
|
[22:35:12 INFO] Video batch 196: frame 1568/7500 (20%)
|
|
[22:35:12 INFO] Video batch 197: frame 1576/7500 (21%)
|
|
[22:35:12 INFO] Video batch 198: frame 1584/7500 (21%)
|
|
[22:35:12 INFO] Video batch 199: frame 1592/7500 (21%)
|
|
[22:35:13 INFO] Video batch 200: frame 1600/7500 (21%)
|
|
[22:35:13 INFO] Video batch 200: 1 detections from postprocess
|
|
[22:35:13 INFO] Video frame video_short01_001039: 1 dets, valid=True
|
|
[22:35:13 INFO] Video batch 201: frame 1608/7500 (21%)
|
|
[22:35:13 INFO] Video batch 201: 1 detections from postprocess
|
|
[22:35:13 INFO] Video frame video_short01_001041: 1 dets, valid=True
|
|
[22:35:13 INFO] Video batch 202: frame 1616/7500 (21%)
|
|
[22:35:13 INFO] Video batch 203: frame 1624/7500 (21%)
|
|
[22:35:13 INFO] Video batch 204: frame 1632/7500 (21%)
|
|
[22:35:14 INFO] Video batch 205: frame 1640/7500 (21%)
|
|
[22:35:14 INFO] Video batch 206: frame 1648/7500 (21%)
|
|
[22:35:14 INFO] Video batch 207: frame 1656/7500 (22%)
|
|
[22:35:14 INFO] Video batch 208: frame 1664/7500 (22%)
|
|
[22:35:15 INFO] Video batch 209: frame 1672/7500 (22%)
|
|
[22:35:15 INFO] Video batch 210: frame 1680/7500 (22%)
|
|
[22:35:15 INFO] Video batch 211: frame 1688/7500 (22%)
|
|
[22:35:15 INFO] Video batch 212: frame 1696/7500 (22%)
|
|
[22:35:15 INFO] Video batch 213: frame 1704/7500 (22%)
|
|
[22:35:16 INFO] Video batch 214: frame 1712/7500 (22%)
|
|
[22:35:16 INFO] Video batch 215: frame 1720/7500 (22%)
|
|
[22:35:16 INFO] Video batch 216: frame 1728/7500 (23%)
|
|
[22:35:16 INFO] Video batch 217: frame 1736/7500 (23%)
|
|
[22:35:17 INFO] Video batch 218: frame 1744/7500 (23%)
|
|
[22:35:17 INFO] Video batch 219: frame 1752/7500 (23%)
|
|
[22:35:17 INFO] Video batch 219: 1 detections from postprocess
|
|
[22:35:17 INFO] Video frame video_short01_001100: 1 dets, valid=True
|
|
[22:35:17 INFO] Video batch 220: frame 1760/7500 (23%)
|
|
[22:35:17 INFO] Video batch 220: 2 detections from postprocess
|
|
[22:35:17 INFO] Video frame video_short01_001101: 1 dets, valid=True
|
|
[22:35:17 INFO] Video frame video_short01_001103: 1 dets, valid=True
|
|
[22:35:17 INFO] Video batch 221: frame 1768/7500 (23%)
|
|
[22:35:17 INFO] Video batch 221: 2 detections from postprocess
|
|
[22:35:17 INFO] Video frame video_short01_001105: 1 dets, valid=True
|
|
[22:35:17 INFO] Video frame video_short01_001106: 1 dets, valid=True
|
|
[22:35:18 INFO] Video batch 222: frame 1776/7500 (23%)
|
|
[22:35:18 INFO] Video batch 222: 2 detections from postprocess
|
|
[22:35:18 INFO] Video frame video_short01_001108: 1 dets, valid=True
|
|
[22:35:18 INFO] Video frame video_short01_001110: 1 dets, valid=True
|
|
[22:35:18 INFO] Video batch 223: frame 1784/7500 (23%)
|
|
[22:35:18 INFO] Video batch 223: 2 detections from postprocess
|
|
[22:35:18 INFO] Video frame video_short01_001111: 1 dets, valid=True
|
|
[22:35:18 INFO] Video frame video_short01_001113: 1 dets, valid=True
|
|
[22:35:18 INFO] Video batch 224: frame 1792/7500 (23%)
|
|
[22:35:18 INFO] Video batch 225: frame 1800/7500 (24%)
|
|
[22:35:18 INFO] Video batch 226: frame 1808/7500 (24%)
|
|
[22:35:19 INFO] Video batch 227: frame 1816/7500 (24%)
|
|
[22:35:19 INFO] Video batch 228: frame 1824/7500 (24%)
|
|
[22:35:19 INFO] Video batch 229: frame 1832/7500 (24%)
|
|
[22:35:19 INFO] Video batch 230: frame 1840/7500 (24%)
|
|
[22:35:20 INFO] Video batch 231: frame 1848/7500 (24%)
|
|
[22:35:20 INFO] Video batch 231: 1 detections from postprocess
|
|
[22:35:20 INFO] Video frame video_short01_001137: 1 dets, valid=True
|
|
[22:35:20 INFO] Video batch 232: frame 1856/7500 (24%)
|
|
[22:35:20 INFO] Video batch 233: frame 1864/7500 (24%)
|
|
[22:35:20 INFO] Video batch 234: frame 1872/7500 (24%)
|
|
[22:35:20 INFO] Video batch 235: frame 1880/7500 (25%)
|
|
[22:35:21 INFO] Video batch 235: 1 detections from postprocess
|
|
[22:35:21 INFO] Video frame video_short01_001151: 1 dets, valid=True
|
|
[22:35:21 INFO] Video batch 236: frame 1888/7500 (25%)
|
|
[22:35:21 INFO] Video batch 237: frame 1896/7500 (25%)
|
|
[22:35:21 INFO] Video batch 238: frame 1904/7500 (25%)
|
|
[22:35:21 INFO] Video batch 239: frame 1912/7500 (25%)
|
|
[22:35:22 INFO] Video batch 240: frame 1920/7500 (25%)
|
|
[22:35:22 INFO] Video batch 241: frame 1928/7500 (25%)
|
|
[22:35:22 INFO] Video batch 242: frame 1936/7500 (25%)
|
|
[22:35:22 INFO] Video batch 243: frame 1944/7500 (25%)
|
|
[22:35:22 INFO] Video batch 244: frame 1952/7500 (26%)
|
|
[22:35:23 INFO] Video batch 245: frame 1960/7500 (26%)
|
|
[22:35:23 INFO] Video batch 246: frame 1968/7500 (26%)
|
|
[22:35:23 INFO] Video batch 247: frame 1976/7500 (26%)
|
|
[22:35:23 INFO] Video batch 248: frame 1984/7500 (26%)
|
|
[22:35:24 INFO] Video batch 249: frame 1992/7500 (26%)
|
|
[22:35:24 INFO] Video batch 250: frame 2000/7500 (26%)
|
|
[22:35:24 INFO] Video batch 251: frame 2008/7500 (26%)
|
|
[22:35:24 INFO] Video batch 252: frame 2016/7500 (26%)
|
|
[22:35:24 INFO] Video batch 253: frame 2024/7500 (26%)
|
|
[22:35:25 INFO] Video batch 254: frame 2032/7500 (27%)
|
|
[22:35:25 INFO] Video batch 255: frame 2040/7500 (27%)
|
|
[22:35:25 INFO] Video batch 256: frame 2048/7500 (27%)
|
|
[22:35:25 INFO] Video batch 257: frame 2056/7500 (27%)
|
|
[22:35:26 INFO] Video batch 258: frame 2064/7500 (27%)
|
|
[22:35:26 INFO] Video batch 259: frame 2072/7500 (27%)
|
|
[22:35:26 INFO] Video batch 260: frame 2080/7500 (27%)
|
|
[22:35:26 INFO] Video batch 261: frame 2088/7500 (27%)
|
|
[22:35:26 INFO] Video batch 262: frame 2096/7500 (27%)
|
|
[22:35:27 INFO] Video batch 263: frame 2104/7500 (28%)
|
|
[22:35:27 INFO] Video batch 264: frame 2112/7500 (28%)
|
|
[22:35:27 INFO] Video batch 265: frame 2120/7500 (28%)
|
|
[22:35:27 INFO] Video batch 266: frame 2128/7500 (28%)
|
|
[22:35:27 INFO] Video batch 267: frame 2136/7500 (28%)
|
|
[22:35:28 INFO] Video batch 268: frame 2144/7500 (28%)
|
|
[22:35:28 INFO] Video batch 269: frame 2152/7500 (28%)
|
|
[22:35:28 INFO] Video batch 270: frame 2160/7500 (28%)
|
|
[22:35:28 INFO] Video batch 271: frame 2168/7500 (28%)
|
|
[22:35:29 INFO] Video batch 272: frame 2176/7500 (29%)
|
|
[22:35:29 INFO] Video batch 273: frame 2184/7500 (29%)
|
|
[22:35:29 INFO] Video batch 274: frame 2192/7500 (29%)
|
|
[22:35:29 INFO] Video batch 275: frame 2200/7500 (29%)
|
|
[22:35:30 INFO] Video batch 276: frame 2208/7500 (29%)
|
|
[22:35:30 INFO] Video batch 277: frame 2216/7500 (29%)
|
|
[22:35:30 INFO] Video batch 278: frame 2224/7500 (29%)
|
|
[22:35:31 INFO] Video batch 279: frame 2232/7500 (29%)
|
|
[22:35:31 INFO] Video batch 280: frame 2240/7500 (29%)
|
|
[22:35:31 INFO] Video batch 281: frame 2248/7500 (29%)
|
|
[22:35:31 INFO] Video batch 282: frame 2256/7500 (30%)
|
|
[22:35:31 INFO] Video batch 283: frame 2264/7500 (30%)
|
|
[22:35:32 INFO] Video batch 283: 2 detections from postprocess
|
|
[22:35:32 INFO] Video frame video_short01_001303: 1 dets, valid=True
|
|
[22:35:32 INFO] Video frame video_short01_001305: 1 dets, valid=True
|
|
[22:35:32 INFO] Video batch 284: frame 2272/7500 (30%)
|
|
[22:35:32 INFO] Video batch 285: frame 2280/7500 (30%)
|
|
[22:35:32 INFO] Video batch 285: 1 detections from postprocess
|
|
[22:35:32 INFO] Video frame video_short01_001310: 1 dets, valid=True
|
|
[22:35:32 INFO] Video batch 286: frame 2288/7500 (30%)
|
|
[22:35:32 INFO] Video batch 287: frame 2296/7500 (30%)
|
|
[22:35:32 INFO] Video batch 288: frame 2304/7500 (30%)
|
|
[22:35:33 INFO] Video batch 288: 1 detections from postprocess
|
|
[22:35:33 INFO] Video frame video_short01_001319: 1 dets, valid=True
|
|
[22:35:33 INFO] Video batch 289: frame 2312/7500 (30%)
|
|
[22:35:33 INFO] Video batch 289: 1 detections from postprocess
|
|
[22:35:33 INFO] Video frame video_short01_001324: 1 dets, valid=True
|
|
[22:35:33 INFO] Video batch 290: frame 2320/7500 (30%)
|
|
[22:35:33 INFO] Video batch 291: frame 2328/7500 (31%)
|
|
[22:35:33 INFO] Video batch 292: frame 2336/7500 (31%)
|
|
[22:35:33 INFO] Video batch 293: frame 2344/7500 (31%)
|
|
[22:35:34 INFO] Video batch 294: frame 2352/7500 (31%)
|
|
[22:35:34 INFO] Video batch 294: 1 detections from postprocess
|
|
[22:35:34 INFO] Video frame video_short01_001340: 1 dets, valid=True
|
|
[22:35:34 INFO] Video batch 295: frame 2360/7500 (31%)
|
|
[22:35:34 INFO] Video batch 296: frame 2368/7500 (31%)
|
|
[22:35:34 INFO] Video batch 297: frame 2376/7500 (31%)
|
|
[22:35:34 INFO] Video batch 297: 1 detections from postprocess
|
|
[22:35:34 INFO] Video frame video_short01_001350: 1 dets, valid=True
|
|
[22:35:34 INFO] Video batch 298: frame 2384/7500 (31%)
|
|
[22:35:35 INFO] Video batch 298: 1 detections from postprocess
|
|
[22:35:35 INFO] Video frame video_short01_001351: 1 dets, valid=True
|
|
[22:35:35 INFO] Video batch 299: frame 2392/7500 (31%)
|
|
[22:35:35 INFO] Video batch 299: 2 detections from postprocess
|
|
[22:35:35 INFO] Video frame video_short01_001354: 1 dets, valid=True
|
|
[22:35:35 INFO] Video frame video_short01_001356: 1 dets, valid=True
|
|
[22:35:35 INFO] Video batch 300: frame 2400/7500 (32%)
|
|
[22:35:35 INFO] Video batch 300: 1 detections from postprocess
|
|
[22:35:35 INFO] Video frame video_short01_001359: 1 dets, valid=True
|
|
[22:35:35 INFO] Video batch 301: frame 2408/7500 (32%)
|
|
[22:35:35 INFO] Video batch 301: 1 detections from postprocess
|
|
[22:35:35 INFO] Video frame video_short01_001362: 1 dets, valid=True
|
|
[22:35:35 INFO] Video batch 302: frame 2416/7500 (32%)
|
|
[22:35:35 INFO] Video batch 302: 2 detections from postprocess
|
|
[22:35:35 INFO] Video frame video_short01_001364: 1 dets, valid=True
|
|
[22:35:35 INFO] Video frame video_short01_001365: 1 dets, valid=True
|
|
[22:35:36 INFO] Video batch 303: frame 2424/7500 (32%)
|
|
[22:35:36 INFO] Video batch 304: frame 2432/7500 (32%)
|
|
[22:35:36 INFO] Video batch 305: frame 2440/7500 (32%)
|
|
[22:35:36 INFO] Video batch 306: frame 2448/7500 (32%)
|
|
[22:35:36 INFO] Video batch 307: frame 2456/7500 (32%)
|
|
[22:35:37 INFO] Video batch 308: frame 2464/7500 (32%)
|
|
[22:35:37 INFO] Video batch 309: frame 2472/7500 (32%)
|
|
[22:35:37 INFO] Video batch 310: frame 2480/7500 (33%)
|
|
[22:35:37 INFO] Video batch 311: frame 2488/7500 (33%)
|
|
[22:35:37 INFO] Video batch 312: frame 2496/7500 (33%)
|
|
[22:35:37 INFO] Video batch 313: frame 2504/7500 (33%)
|
|
[22:35:38 INFO] Video batch 314: frame 2512/7500 (33%)
|
|
[22:35:38 INFO] Video batch 315: frame 2520/7500 (33%)
|
|
[22:35:38 INFO] Video batch 316: frame 2528/7500 (33%)
|
|
[22:35:38 INFO] Video batch 317: frame 2536/7500 (33%)
|
|
[22:35:39 INFO] Video batch 318: frame 2544/7500 (33%)
|
|
[22:35:39 INFO] Video batch 319: frame 2552/7500 (34%)
|
|
[22:35:39 INFO] Video batch 320: frame 2560/7500 (34%)
|
|
[22:35:39 INFO] Video batch 321: frame 2568/7500 (34%)
|
|
[22:35:39 INFO] Video batch 322: frame 2576/7500 (34%)
|
|
[22:35:39 INFO] Video batch 323: frame 2584/7500 (34%)
|
|
[22:35:40 INFO] Video batch 324: frame 2592/7500 (34%)
|
|
[22:35:40 INFO] Video batch 325: frame 2600/7500 (34%)
|
|
[22:35:40 INFO] Video batch 326: frame 2608/7500 (34%)
|
|
[22:35:40 INFO] Video batch 327: frame 2616/7500 (34%)
|
|
[22:35:41 INFO] Video batch 328: frame 2624/7500 (34%)
|
|
[22:35:41 INFO] Video batch 329: frame 2632/7500 (35%)
|
|
[22:35:41 INFO] Video batch 330: frame 2640/7500 (35%)
|
|
[22:35:41 INFO] Video batch 331: frame 2648/7500 (35%)
|
|
[22:35:41 INFO] Video batch 332: frame 2656/7500 (35%)
|
|
[22:35:42 INFO] Video batch 333: frame 2664/7500 (35%)
|
|
[22:35:42 INFO] Video batch 334: frame 2672/7500 (35%)
|
|
[22:35:42 INFO] Video batch 335: frame 2680/7500 (35%)
|
|
[22:35:42 INFO] Video batch 336: frame 2688/7500 (35%)
|
|
[22:35:42 INFO] Video batch 337: frame 2696/7500 (35%)
|
|
[22:35:43 INFO] Video batch 338: frame 2704/7500 (36%)
|
|
[22:35:43 INFO] Video batch 339: frame 2712/7500 (36%)
|
|
[22:35:43 INFO] Video batch 339: 1 detections from postprocess
|
|
[22:35:43 INFO] Video frame video_short01_001484: 1 dets, valid=True
|
|
[22:35:43 INFO] Video batch 340: frame 2720/7500 (36%)
|
|
[22:35:43 INFO] Video batch 340: 2 detections from postprocess
|
|
[22:35:43 INFO] Video frame video_short01_001485: 1 dets, valid=True
|
|
[22:35:43 INFO] Video frame video_short01_001487: 1 dets, valid=True
|
|
[22:35:43 INFO] Video batch 341: frame 2728/7500 (36%)
|
|
[22:35:43 INFO] Video batch 341: 2 detections from postprocess
|
|
[22:35:43 INFO] Video frame video_short01_001489: 1 dets, valid=True
|
|
[22:35:43 INFO] Video frame video_short01_001490: 1 dets, valid=True
|
|
[22:35:44 INFO] Video batch 342: frame 2736/7500 (36%)
|
|
[22:35:44 INFO] Video batch 342: 2 detections from postprocess
|
|
[22:35:44 INFO] Video frame video_short01_001492: 1 dets, valid=True
|
|
[22:35:44 INFO] Video frame video_short01_001493: 1 dets, valid=True
|
|
[22:35:44 INFO] Video batch 343: frame 2744/7500 (36%)
|
|
[22:35:44 INFO] Video batch 343: 2 detections from postprocess
|
|
[22:35:44 INFO] Video frame video_short01_001495: 1 dets, valid=True
|
|
[22:35:44 INFO] Video frame video_short01_001497: 1 dets, valid=True
|
|
[22:35:44 INFO] Video batch 344: frame 2752/7500 (36%)
|
|
[22:35:44 INFO] Video batch 344: 2 detections from postprocess
|
|
[22:35:44 INFO] Video frame video_short01_001498: 1 dets, valid=True
|
|
[22:35:44 INFO] Video frame video_short01_001500: 1 dets, valid=True
|
|
[22:35:44 INFO] Video batch 345: frame 2760/7500 (36%)
|
|
[22:35:44 INFO] Video batch 345: 2 detections from postprocess
|
|
[22:35:44 INFO] Video frame video_short01_001501: 1 dets, valid=True
|
|
[22:35:45 INFO] Video frame video_short01_001503: 1 dets, valid=True
|
|
[22:35:45 INFO] Video batch 346: frame 2768/7500 (36%)
|
|
[22:35:45 INFO] Video batch 346: 2 detections from postprocess
|
|
[22:35:45 INFO] Video frame video_short01_001505: 1 dets, valid=True
|
|
[22:35:45 INFO] Video frame video_short01_001506: 1 dets, valid=True
|
|
[22:35:45 INFO] Video batch 347: frame 2776/7500 (37%)
|
|
[22:35:45 INFO] Video batch 347: 2 detections from postprocess
|
|
[22:35:45 INFO] Video frame video_short01_001508: 1 dets, valid=True
|
|
[22:35:45 INFO] Video frame video_short01_001510: 1 dets, valid=True
|
|
[22:35:45 INFO] Video batch 348: frame 2784/7500 (37%)
|
|
[22:35:45 INFO] Video batch 348: 2 detections from postprocess
|
|
[22:35:45 INFO] Video frame video_short01_001511: 1 dets, valid=True
|
|
[22:35:45 INFO] Video frame video_short01_001513: 1 dets, valid=True
|
|
[22:35:45 INFO] Video batch 349: frame 2792/7500 (37%)
|
|
[22:35:45 INFO] Video batch 349: 2 detections from postprocess
|
|
[22:35:45 INFO] Video frame video_short01_001514: 1 dets, valid=True
|
|
[22:35:45 INFO] Video frame video_short01_001516: 1 dets, valid=True
|
|
[22:35:45 INFO] Video batch 350: frame 2800/7500 (37%)
|
|
[22:35:46 INFO] Video batch 350: 2 detections from postprocess
|
|
[22:35:46 INFO] Video frame video_short01_001517: 1 dets, valid=True
|
|
[22:35:46 INFO] Video frame video_short01_001519: 1 dets, valid=True
|
|
[22:35:46 INFO] Video batch 351: frame 2808/7500 (37%)
|
|
[22:35:46 INFO] Video batch 351: 2 detections from postprocess
|
|
[22:35:46 INFO] Video frame video_short01_001521: 1 dets, valid=True
|
|
[22:35:46 INFO] Video frame video_short01_001522: 1 dets, valid=True
|
|
[22:35:46 INFO] Video batch 352: frame 2816/7500 (37%)
|
|
[22:35:46 INFO] Video batch 352: 2 detections from postprocess
|
|
[22:35:46 INFO] Video frame video_short01_001524: 1 dets, valid=True
|
|
[22:35:46 INFO] Video frame video_short01_001525: 1 dets, valid=True
|
|
[22:35:46 INFO] Video batch 353: frame 2824/7500 (37%)
|
|
[22:35:46 INFO] Video batch 353: 2 detections from postprocess
|
|
[22:35:46 INFO] Video frame video_short01_001527: 1 dets, valid=True
|
|
[22:35:46 INFO] Video frame video_short01_001529: 1 dets, valid=True
|
|
[22:35:47 INFO] Video batch 354: frame 2832/7500 (37%)
|
|
[22:35:47 INFO] Video batch 354: 2 detections from postprocess
|
|
[22:35:47 INFO] Video frame video_short01_001530: 1 dets, valid=True
|
|
[22:35:47 INFO] Video frame video_short01_001532: 1 dets, valid=True
|
|
[22:35:47 INFO] Video batch 355: frame 2840/7500 (37%)
|
|
[22:35:47 INFO] Video batch 355: 2 detections from postprocess
|
|
[22:35:47 INFO] Video frame video_short01_001533: 1 dets, valid=True
|
|
[22:35:47 INFO] Video frame video_short01_001535: 1 dets, valid=True
|
|
[22:35:47 INFO] Video batch 356: frame 2848/7500 (37%)
|
|
[22:35:47 INFO] Video batch 356: 2 detections from postprocess
|
|
[22:35:47 INFO] Video frame video_short01_001537: 1 dets, valid=True
|
|
[22:35:47 INFO] Video frame video_short01_001538: 1 dets, valid=True
|
|
[22:35:47 INFO] Video batch 357: frame 2856/7500 (38%)
|
|
[22:35:47 INFO] Video batch 357: 2 detections from postprocess
|
|
[22:35:47 INFO] Video frame video_short01_001540: 1 dets, valid=True
|
|
[22:35:47 INFO] Video frame video_short01_001541: 1 dets, valid=True
|
|
[22:35:48 INFO] Video batch 358: frame 2864/7500 (38%)
|
|
[22:35:48 INFO] Video batch 358: 2 detections from postprocess
|
|
[22:35:48 INFO] Video frame video_short01_001543: 1 dets, valid=True
|
|
[22:35:48 INFO] Video frame video_short01_001545: 1 dets, valid=True
|
|
[22:35:48 INFO] Video batch 359: frame 2872/7500 (38%)
|
|
[22:35:48 INFO] Video batch 359: 2 detections from postprocess
|
|
[22:35:48 INFO] Video frame video_short01_001546: 1 dets, valid=True
|
|
[22:35:48 INFO] Video frame video_short01_001548: 1 dets, valid=True
|
|
[22:35:48 INFO] Video batch 360: frame 2880/7500 (38%)
|
|
[22:35:48 INFO] Video batch 360: 2 detections from postprocess
|
|
[22:35:48 INFO] Video frame video_short01_001550: 1 dets, valid=True
|
|
[22:35:48 INFO] Video frame video_short01_001551: 1 dets, valid=True
|
|
[22:35:48 INFO] Video batch 361: frame 2888/7500 (38%)
|
|
[22:35:49 INFO] Video batch 361: 2 detections from postprocess
|
|
[22:35:49 INFO] Video frame video_short01_001553: 1 dets, valid=True
|
|
[22:35:49 INFO] Video frame video_short01_001554: 1 dets, valid=True
|
|
[22:35:49 INFO] Video batch 362: frame 2896/7500 (38%)
|
|
[22:35:49 INFO] Video batch 362: 2 detections from postprocess
|
|
[22:35:49 INFO] Video frame video_short01_001556: 1 dets, valid=True
|
|
[22:35:49 INFO] Video frame video_short01_001557: 1 dets, valid=True
|
|
[22:35:49 INFO] Video batch 363: frame 2904/7500 (38%)
|
|
[22:35:49 INFO] Video batch 363: 2 detections from postprocess
|
|
[22:35:49 INFO] Video frame video_short01_001559: 1 dets, valid=True
|
|
[22:35:49 INFO] Video frame video_short01_001561: 1 dets, valid=True
|
|
[22:35:49 INFO] Video batch 364: frame 2912/7500 (38%)
|
|
[22:35:49 INFO] Video batch 364: 2 detections from postprocess
|
|
[22:35:49 INFO] Video frame video_short01_001562: 1 dets, valid=True
|
|
[22:35:49 INFO] Video frame video_short01_001564: 1 dets, valid=True
|
|
[22:35:49 INFO] Video batch 365: frame 2920/7500 (38%)
|
|
[22:35:50 INFO] Video batch 365: 2 detections from postprocess
|
|
[22:35:50 INFO] Video frame video_short01_001565: 1 dets, valid=True
|
|
[22:35:50 INFO] Video frame video_short01_001567: 1 dets, valid=True
|
|
[22:35:50 INFO] Video batch 366: frame 2928/7500 (39%)
|
|
[22:35:50 INFO] Video batch 366: 2 detections from postprocess
|
|
[22:35:50 INFO] Video frame video_short01_001569: 1 dets, valid=True
|
|
[22:35:50 INFO] Video frame video_short01_001570: 1 dets, valid=True
|
|
[22:35:50 INFO] Video batch 367: frame 2936/7500 (39%)
|
|
[22:35:50 INFO] Video batch 367: 2 detections from postprocess
|
|
[22:35:50 INFO] Video frame video_short01_001572: 1 dets, valid=True
|
|
[22:35:50 INFO] Video frame video_short01_001573: 1 dets, valid=True
|
|
[22:35:50 INFO] Video batch 368: frame 2944/7500 (39%)
|
|
[22:35:50 INFO] Video batch 368: 2 detections from postprocess
|
|
[22:35:50 INFO] Video frame video_short01_001575: 1 dets, valid=True
|
|
[22:35:50 INFO] Video frame video_short01_001577: 1 dets, valid=True
|
|
[22:35:50 INFO] Video batch 369: frame 2952/7500 (39%)
|
|
[22:35:50 INFO] Video batch 369: 2 detections from postprocess
|
|
[22:35:50 INFO] Video frame video_short01_001578: 1 dets, valid=True
|
|
[22:35:50 INFO] Video frame video_short01_001580: 1 dets, valid=True
|
|
[22:35:51 INFO] Video batch 370: frame 2960/7500 (39%)
|
|
[22:35:51 INFO] Video batch 370: 2 detections from postprocess
|
|
[22:35:51 INFO] Video frame video_short01_001581: 1 dets, valid=True
|
|
[22:35:51 INFO] Video frame video_short01_001583: 1 dets, valid=True
|
|
[22:35:51 INFO] Video batch 371: frame 2968/7500 (39%)
|
|
[22:35:51 INFO] Video batch 371: 2 detections from postprocess
|
|
[22:35:51 INFO] Video frame video_short01_001585: 1 dets, valid=True
|
|
[22:35:51 INFO] Video frame video_short01_001586: 1 dets, valid=True
|
|
[22:35:51 INFO] Video batch 372: frame 2976/7500 (39%)
|
|
[22:35:51 INFO] Video batch 372: 2 detections from postprocess
|
|
[22:35:51 INFO] Video frame video_short01_001588: 1 dets, valid=True
|
|
[22:35:51 INFO] Video frame video_short01_001590: 1 dets, valid=True
|
|
[22:35:51 INFO] Video batch 373: frame 2984/7500 (39%)
|
|
[22:35:51 INFO] Video batch 373: 2 detections from postprocess
|
|
[22:35:51 INFO] Video frame video_short01_001591: 1 dets, valid=True
|
|
[22:35:51 INFO] Video frame video_short01_001593: 1 dets, valid=True
|
|
[22:35:52 INFO] Video batch 374: frame 2992/7500 (39%)
|
|
[22:35:52 INFO] Video batch 374: 2 detections from postprocess
|
|
[22:35:52 INFO] Video frame video_short01_001594: 1 dets, valid=True
|
|
[22:35:52 INFO] Video frame video_short01_001596: 1 dets, valid=True
|
|
[22:35:52 INFO] Video batch 375: frame 3000/7500 (40%)
|
|
[22:35:52 INFO] Video batch 375: 1 detections from postprocess
|
|
[22:35:52 INFO] Video frame video_short01_001597: 1 dets, valid=True
|
|
[22:35:52 INFO] Video batch 376: frame 3008/7500 (40%)
|
|
[22:35:52 INFO] Video batch 376: 1 detections from postprocess
|
|
[22:35:52 INFO] Video frame video_short01_002002: 1 dets, valid=True
|
|
[22:35:52 INFO] Video batch 377: frame 3016/7500 (40%)
|
|
[22:35:52 INFO] Video batch 378: frame 3024/7500 (40%)
|
|
[22:35:53 INFO] Video batch 379: frame 3032/7500 (40%)
|
|
[22:35:53 INFO] Video batch 380: frame 3040/7500 (40%)
|
|
[22:35:53 INFO] Video batch 381: frame 3048/7500 (40%)
|
|
[22:35:53 INFO] Video batch 382: frame 3056/7500 (40%)
|
|
[22:35:54 INFO] Video batch 383: frame 3064/7500 (40%)
|
|
[22:35:54 INFO] Video batch 383: 1 detections from postprocess
|
|
[22:35:54 INFO] Video frame video_short01_002025: 1 dets, valid=True
|
|
[22:35:54 INFO] Video batch 384: frame 3072/7500 (40%)
|
|
[22:35:54 INFO] Video batch 384: 2 detections from postprocess
|
|
[22:35:54 INFO] Video frame video_short01_002026: 1 dets, valid=True
|
|
[22:35:54 INFO] Video frame video_short01_002028: 1 dets, valid=True
|
|
[22:35:54 INFO] Video batch 385: frame 3080/7500 (41%)
|
|
[22:35:54 INFO] Video batch 385: 2 detections from postprocess
|
|
[22:35:54 INFO] Video frame video_short01_002030: 1 dets, valid=True
|
|
[22:35:54 INFO] Video frame video_short01_002031: 1 dets, valid=True
|
|
[22:35:54 INFO] Video batch 386: frame 3088/7500 (41%)
|
|
[22:35:54 INFO] Video batch 386: 1 detections from postprocess
|
|
[22:35:54 INFO] Video frame video_short01_002033: 1 dets, valid=True
|
|
[22:35:54 INFO] Video batch 387: frame 3096/7500 (41%)
|
|
[22:35:55 INFO] Video batch 387: 1 detections from postprocess
|
|
[22:35:55 INFO] Video frame video_short01_002037: 1 dets, valid=True
|
|
[22:35:55 INFO] Video batch 388: frame 3104/7500 (41%)
|
|
[22:35:55 INFO] Video batch 389: frame 3112/7500 (41%)
|
|
[22:35:55 INFO] Video batch 390: frame 3120/7500 (41%)
|
|
[22:35:55 INFO] Video batch 391: frame 3128/7500 (41%)
|
|
[22:35:55 INFO] Video batch 392: frame 3136/7500 (41%)
|
|
[22:35:56 INFO] Video batch 393: frame 3144/7500 (41%)
|
|
[22:35:56 INFO] Video batch 394: frame 3152/7500 (42%)
|
|
[22:35:56 INFO] Video batch 395: frame 3160/7500 (42%)
|
|
[22:35:56 INFO] Video batch 396: frame 3168/7500 (42%)
|
|
[22:35:57 INFO] Video batch 397: frame 3176/7500 (42%)
|
|
[22:35:57 INFO] Video batch 397: 1 detections from postprocess
|
|
[22:35:57 INFO] Video frame video_short01_002070: 1 dets, valid=True
|
|
[22:35:57 INFO] Video batch 398: frame 3184/7500 (42%)
|
|
[22:35:57 INFO] Video batch 398: 2 detections from postprocess
|
|
[22:35:57 INFO] Video frame video_short01_002071: 1 dets, valid=True
|
|
[22:35:57 INFO] Video frame video_short01_002073: 1 dets, valid=True
|
|
[22:35:57 INFO] Video batch 399: frame 3192/7500 (42%)
|
|
[22:35:57 INFO] Video batch 399: 2 detections from postprocess
|
|
[22:35:57 INFO] Video frame video_short01_002074: 1 dets, valid=True
|
|
[22:35:57 INFO] Video frame video_short01_002076: 1 dets, valid=True
|
|
[22:35:57 INFO] Video batch 400: frame 3200/7500 (42%)
|
|
[22:35:57 INFO] Video batch 400: 2 detections from postprocess
|
|
[22:35:57 INFO] Video frame video_short01_002077: 1 dets, valid=True
|
|
[22:35:57 INFO] Video frame video_short01_002079: 1 dets, valid=True
|
|
[22:35:57 INFO] Video batch 401: frame 3208/7500 (42%)
|
|
[22:35:58 INFO] Video batch 401: 2 detections from postprocess
|
|
[22:35:58 INFO] Video frame video_short01_002081: 1 dets, valid=True
|
|
[22:35:58 INFO] Video frame video_short01_002082: 1 dets, valid=True
|
|
[22:35:58 INFO] Video batch 402: frame 3216/7500 (42%)
|
|
[22:35:58 INFO] Video batch 402: 1 detections from postprocess
|
|
[22:35:58 INFO] Video frame video_short01_002084: 1 dets, valid=True
|
|
[22:35:58 INFO] Video batch 403: frame 3224/7500 (42%)
|
|
[22:35:58 INFO] Video batch 404: frame 3232/7500 (43%)
|
|
[22:35:58 INFO] Video batch 405: frame 3240/7500 (43%)
|
|
[22:35:59 INFO] Video batch 406: frame 3248/7500 (43%)
|
|
[22:35:59 INFO] Video batch 407: frame 3256/7500 (43%)
|
|
[22:35:59 INFO] Video batch 407: 1 detections from postprocess
|
|
[22:35:59 INFO] Video frame video_short01_002101: 1 dets, valid=True
|
|
[22:35:59 INFO] Video batch 408: frame 3264/7500 (43%)
|
|
[22:35:59 INFO] Video batch 408: 2 detections from postprocess
|
|
[22:35:59 INFO] Video frame video_short01_002103: 1 dets, valid=True
|
|
[22:35:59 INFO] Video frame video_short01_002105: 1 dets, valid=True
|
|
[22:35:59 INFO] Video batch 409: frame 3272/7500 (43%)
|
|
[22:36:00 INFO] Video batch 409: 2 detections from postprocess
|
|
[22:36:00 INFO] Video frame video_short01_002106: 1 dets, valid=True
|
|
[22:36:00 INFO] Video frame video_short01_002108: 1 dets, valid=True
|
|
[22:36:00 INFO] Video batch 410: frame 3280/7500 (43%)
|
|
[22:36:00 INFO] Video batch 410: 2 detections from postprocess
|
|
[22:36:00 INFO] Video frame video_short01_002110: 1 dets, valid=True
|
|
[22:36:00 INFO] Video frame video_short01_002111: 1 dets, valid=True
|
|
[22:36:00 INFO] Video batch 411: frame 3288/7500 (43%)
|
|
[22:36:00 INFO] Video batch 411: 2 detections from postprocess
|
|
[22:36:00 INFO] Video frame video_short01_002113: 1 dets, valid=True
|
|
[22:36:00 INFO] Video frame video_short01_002114: 1 dets, valid=True
|
|
[22:36:00 INFO] Video batch 412: frame 3296/7500 (43%)
|
|
[22:36:00 INFO] Video batch 413: frame 3304/7500 (44%)
|
|
[22:36:00 INFO] Video batch 413: 1 detections from postprocess
|
|
[22:36:00 INFO] Video frame video_short01_002121: 1 dets, valid=True
|
|
[22:36:01 INFO] Video batch 414: frame 3312/7500 (44%)
|
|
[22:36:01 INFO] Video batch 415: frame 3320/7500 (44%)
|
|
[22:36:01 INFO] Video batch 415: 2 detections from postprocess
|
|
[22:36:01 INFO] Video frame video_short01_002125: 1 dets, valid=True
|
|
[22:36:01 INFO] Video frame video_short01_002127: 1 dets, valid=True
|
|
[22:36:01 INFO] Video batch 416: frame 3328/7500 (44%)
|
|
[22:36:01 INFO] Video batch 416: 1 detections from postprocess
|
|
[22:36:01 INFO] Video frame video_short01_002130: 1 dets, valid=True
|
|
[22:36:01 INFO] Video batch 417: frame 3336/7500 (44%)
|
|
[22:36:01 INFO] Video batch 417: 2 detections from postprocess
|
|
[22:36:01 INFO] Video frame video_short01_002132: 1 dets, valid=True
|
|
[22:36:01 INFO] Video frame video_short01_002133: 1 dets, valid=True
|
|
[22:36:02 INFO] Video batch 418: frame 3344/7500 (44%)
|
|
[22:36:02 INFO] Video batch 418: 1 detections from postprocess
|
|
[22:36:02 INFO] Video frame video_short01_002137: 1 dets, valid=True
|
|
[22:36:02 INFO] Video batch 419: frame 3352/7500 (44%)
|
|
[22:36:02 INFO] Video batch 420: frame 3360/7500 (44%)
|
|
[22:36:02 INFO] Video batch 421: frame 3368/7500 (44%)
|
|
[22:36:02 INFO] Video batch 422: frame 3376/7500 (45%)
|
|
[22:36:03 INFO] Video batch 422: 1 detections from postprocess
|
|
[22:36:03 INFO] Video frame video_short01_002150: 1 dets, valid=True
|
|
[22:36:03 INFO] Video batch 423: frame 3384/7500 (45%)
|
|
[22:36:03 INFO] Video batch 423: 1 detections from postprocess
|
|
[22:36:03 INFO] Video frame video_short01_002153: 1 dets, valid=True
|
|
[22:36:03 INFO] Video batch 424: frame 3392/7500 (45%)
|
|
[22:36:03 INFO] Video batch 424: 1 detections from postprocess
|
|
[22:36:03 INFO] Video frame video_short01_002156: 1 dets, valid=True
|
|
[22:36:03 INFO] Video batch 425: frame 3400/7500 (45%)
|
|
[22:36:03 INFO] Video batch 425: 1 detections from postprocess
|
|
[22:36:03 INFO] Video frame video_short01_002157: 1 dets, valid=True
|
|
[22:36:03 INFO] Video batch 426: frame 3408/7500 (45%)
|
|
[22:36:04 INFO] Video batch 426: 1 detections from postprocess
|
|
[22:36:04 INFO] Video frame video_short01_002162: 1 dets, valid=True
|
|
[22:36:04 INFO] Video batch 427: frame 3416/7500 (45%)
|
|
[22:36:04 INFO] Video batch 427: 2 detections from postprocess
|
|
[22:36:04 INFO] Video frame video_short01_002164: 1 dets, valid=True
|
|
[22:36:04 INFO] Video frame video_short01_002165: 1 dets, valid=True
|
|
[22:36:04 INFO] Video batch 428: frame 3424/7500 (45%)
|
|
[22:36:04 INFO] Video batch 429: frame 3432/7500 (45%)
|
|
[22:36:04 INFO] Video batch 430: frame 3440/7500 (45%)
|
|
[22:36:05 INFO] Video batch 431: frame 3448/7500 (45%)
|
|
[22:36:05 INFO] Video batch 432: frame 3456/7500 (46%)
|
|
[22:36:05 INFO] Video batch 433: frame 3464/7500 (46%)
|
|
[22:36:05 INFO] Video batch 433: 1 detections from postprocess
|
|
[22:36:05 INFO] Video frame video_short01_002185: 1 dets, valid=True
|
|
[22:36:05 INFO] Video batch 434: frame 3472/7500 (46%)
|
|
[22:36:05 INFO] Video batch 434: 1 detections from postprocess
|
|
[22:36:05 INFO] Video frame video_short01_002186: 1 dets, valid=True
|
|
[22:36:05 INFO] Video batch 435: frame 3480/7500 (46%)
|
|
[22:36:06 INFO] Video batch 436: frame 3488/7500 (46%)
|
|
[22:36:06 INFO] Video batch 437: frame 3496/7500 (46%)
|
|
[22:36:06 INFO] Video batch 438: frame 3504/7500 (46%)
|
|
[22:36:06 INFO] Video batch 439: frame 3512/7500 (46%)
|
|
[22:36:07 INFO] Video batch 440: frame 3520/7500 (46%)
|
|
[22:36:07 INFO] Video batch 441: frame 3528/7500 (47%)
|
|
[22:36:07 INFO] Video batch 442: frame 3536/7500 (47%)
|
|
[22:36:07 INFO] Video batch 443: frame 3544/7500 (47%)
|
|
[22:36:08 INFO] Video batch 444: frame 3552/7500 (47%)
|
|
[22:36:08 INFO] Video batch 445: frame 3560/7500 (47%)
|
|
[22:36:08 INFO] Video batch 446: frame 3568/7500 (47%)
|
|
[22:36:08 INFO] Video batch 447: frame 3576/7500 (47%)
|
|
[22:36:09 INFO] Video batch 448: frame 3584/7500 (47%)
|
|
[22:36:09 INFO] Video batch 449: frame 3592/7500 (47%)
|
|
[22:36:09 INFO] Video batch 450: frame 3600/7500 (48%)
|
|
[22:36:09 INFO] Video batch 451: frame 3608/7500 (48%)
|
|
[22:36:10 INFO] Video batch 452: frame 3616/7500 (48%)
|
|
[22:36:10 INFO] Video batch 453: frame 3624/7500 (48%)
|
|
[22:36:10 INFO] Video batch 454: frame 3632/7500 (48%)
|
|
[22:36:11 INFO] Video batch 455: frame 3640/7500 (48%)
|
|
[22:36:11 INFO] Video batch 456: frame 3648/7500 (48%)
|
|
[22:36:11 INFO] Video batch 457: frame 3656/7500 (48%)
|
|
[22:36:11 INFO] Video batch 458: frame 3664/7500 (48%)
|
|
[22:36:12 INFO] Video batch 459: frame 3672/7500 (48%)
|
|
[22:36:12 INFO] Video batch 460: frame 3680/7500 (49%)
|
|
[22:36:12 INFO] Video batch 461: frame 3688/7500 (49%)
|
|
[22:36:12 INFO] Video batch 462: frame 3696/7500 (49%)
|
|
[22:36:12 INFO] Video batch 463: frame 3704/7500 (49%)
|
|
[22:36:13 INFO] Video batch 464: frame 3712/7500 (49%)
|
|
[22:36:13 INFO] Video batch 465: frame 3720/7500 (49%)
|
|
[22:36:13 INFO] Video batch 466: frame 3728/7500 (49%)
|
|
[22:36:13 INFO] Video batch 467: frame 3736/7500 (49%)
|
|
[22:36:13 INFO] Video batch 467: 1 detections from postprocess
|
|
[22:36:13 INFO] Video frame video_short01_002293: 1 dets, valid=True
|
|
[22:36:14 INFO] Video batch 468: frame 3744/7500 (49%)
|
|
[22:36:14 INFO] Video batch 468: 3 detections from postprocess
|
|
[22:36:14 INFO] Video frame video_short01_002295: 1 dets, valid=True
|
|
[22:36:14 INFO] Video frame video_short01_002297: 2 dets, valid=True
|
|
[22:36:14 INFO] Video batch 469: frame 3752/7500 (50%)
|
|
[22:36:14 INFO] Video batch 469: 3 detections from postprocess
|
|
[22:36:14 INFO] Video frame video_short01_002298: 1 dets, valid=True
|
|
[22:36:14 INFO] Video frame video_short01_002300: 2 dets, valid=True
|
|
[22:36:14 INFO] Video batch 470: frame 3760/7500 (50%)
|
|
[22:36:14 INFO] Video batch 470: 4 detections from postprocess
|
|
[22:36:14 INFO] Video frame video_short01_002301: 2 dets, valid=True
|
|
[22:36:14 INFO] Video frame video_short01_002303: 2 dets, valid=True
|
|
[22:36:14 INFO] Video batch 471: frame 3768/7500 (50%)
|
|
[22:36:14 INFO] Video batch 471: 4 detections from postprocess
|
|
[22:36:14 INFO] Video frame video_short01_002305: 2 dets, valid=True
|
|
[22:36:14 INFO] Video frame video_short01_002306: 2 dets, valid=True
|
|
[22:36:14 INFO] Video batch 472: frame 3776/7500 (50%)
|
|
[22:36:15 INFO] Video batch 472: 2 detections from postprocess
|
|
[22:36:15 INFO] Video frame video_short01_002308: 1 dets, valid=True
|
|
[22:36:15 INFO] Video frame video_short01_002310: 1 dets, valid=True
|
|
[22:36:15 INFO] Video batch 473: frame 3784/7500 (50%)
|
|
[22:36:15 INFO] Video batch 473: 2 detections from postprocess
|
|
[22:36:15 INFO] Video frame video_short01_002311: 1 dets, valid=True
|
|
[22:36:15 INFO] Video frame video_short01_002313: 1 dets, valid=True
|
|
[22:36:15 INFO] Video batch 474: frame 3792/7500 (50%)
|
|
[22:36:15 INFO] Video batch 474: 2 detections from postprocess
|
|
[22:36:15 INFO] Video frame video_short01_002314: 1 dets, valid=True
|
|
[22:36:15 INFO] Video frame video_short01_002316: 1 dets, valid=True
|
|
[22:36:15 INFO] Video batch 475: frame 3800/7500 (50%)
|
|
[22:36:15 INFO] Video batch 475: 2 detections from postprocess
|
|
[22:36:15 INFO] Video frame video_short01_002317: 1 dets, valid=True
|
|
[22:36:15 INFO] Video frame video_short01_002319: 1 dets, valid=True
|
|
[22:36:15 INFO] Video batch 476: frame 3808/7500 (50%)
|
|
[22:36:15 INFO] Video batch 476: 2 detections from postprocess
|
|
[22:36:15 INFO] Video frame video_short01_002321: 1 dets, valid=True
|
|
[22:36:16 INFO] Video frame video_short01_002322: 1 dets, valid=True
|
|
[22:36:16 INFO] Video batch 477: frame 3816/7500 (50%)
|
|
[22:36:16 INFO] Video batch 477: 3 detections from postprocess
|
|
[22:36:16 INFO] Video frame video_short01_002324: 2 dets, valid=True
|
|
[22:36:16 INFO] Video frame video_short01_002325: 1 dets, valid=True
|
|
[22:36:16 INFO] Video batch 478: frame 3824/7500 (50%)
|
|
[22:36:16 INFO] Video batch 478: 2 detections from postprocess
|
|
[22:36:16 INFO] Video frame video_short01_002327: 1 dets, valid=True
|
|
[22:36:16 INFO] Video frame video_short01_002329: 1 dets, valid=True
|
|
[22:36:16 INFO] Video batch 479: frame 3832/7500 (51%)
|
|
[22:36:16 INFO] Video batch 479: 2 detections from postprocess
|
|
[22:36:16 INFO] Video frame video_short01_002330: 1 dets, valid=True
|
|
[22:36:16 INFO] Video frame video_short01_002332: 1 dets, valid=True
|
|
[22:36:16 INFO] Video batch 480: frame 3840/7500 (51%)
|
|
[22:36:16 INFO] Video batch 480: 2 detections from postprocess
|
|
[22:36:16 INFO] Video frame video_short01_002333: 1 dets, valid=True
|
|
[22:36:16 INFO] Video frame video_short01_002335: 1 dets, valid=True
|
|
[22:36:16 INFO] Video batch 481: frame 3848/7500 (51%)
|
|
[22:36:17 INFO] Video batch 481: 3 detections from postprocess
|
|
[22:36:17 INFO] Video frame video_short01_002337: 2 dets, valid=True
|
|
[22:36:17 INFO] Video frame video_short01_002338: 1 dets, valid=True
|
|
[22:36:17 INFO] Video batch 482: frame 3856/7500 (51%)
|
|
[22:36:17 INFO] Video batch 482: 4 detections from postprocess
|
|
[22:36:17 INFO] Video frame video_short01_002340: 2 dets, valid=True
|
|
[22:36:17 INFO] Video frame video_short01_002341: 2 dets, valid=True
|
|
[22:36:17 INFO] Video batch 483: frame 3864/7500 (51%)
|
|
[22:36:17 INFO] Video batch 483: 4 detections from postprocess
|
|
[22:36:17 INFO] Video frame video_short01_002343: 2 dets, valid=True
|
|
[22:36:17 INFO] Video frame video_short01_002345: 2 dets, valid=True
|
|
[22:36:17 INFO] Video batch 484: frame 3872/7500 (51%)
|
|
[22:36:17 INFO] Video batch 484: 4 detections from postprocess
|
|
[22:36:17 INFO] Video frame video_short01_002346: 2 dets, valid=True
|
|
[22:36:17 INFO] Video frame video_short01_002348: 2 dets, valid=True
|
|
[22:36:17 INFO] Video batch 485: frame 3880/7500 (51%)
|
|
[22:36:18 INFO] Video batch 485: 4 detections from postprocess
|
|
[22:36:18 INFO] Video frame video_short01_002350: 2 dets, valid=True
|
|
[22:36:18 INFO] Video frame video_short01_002351: 2 dets, valid=True
|
|
[22:36:18 INFO] Video batch 486: frame 3888/7500 (51%)
|
|
[22:36:18 INFO] Video batch 486: 4 detections from postprocess
|
|
[22:36:18 INFO] Video frame video_short01_002353: 4 dets, valid=True
|
|
[22:36:18 INFO] Video batch 487: frame 3896/7500 (51%)
|
|
[22:36:18 INFO] Video batch 488: frame 3904/7500 (52%)
|
|
[22:36:18 INFO] Video batch 489: frame 3912/7500 (52%)
|
|
[22:36:18 INFO] Video batch 490: frame 3920/7500 (52%)
|
|
[22:36:19 INFO] Video batch 491: frame 3928/7500 (52%)
|
|
[22:36:19 INFO] Video batch 492: frame 3936/7500 (52%)
|
|
[22:36:19 INFO] Video batch 493: frame 3944/7500 (52%)
|
|
[22:36:19 INFO] Video batch 494: frame 3952/7500 (52%)
|
|
[22:36:19 INFO] Video batch 495: frame 3960/7500 (52%)
|
|
[22:36:20 INFO] Video batch 496: frame 3968/7500 (52%)
|
|
[22:36:20 INFO] Video batch 497: frame 3976/7500 (53%)
|
|
[22:36:20 INFO] Video batch 498: frame 3984/7500 (53%)
|
|
[22:36:20 INFO] Video batch 499: frame 3992/7500 (53%)
|
|
[22:36:20 INFO] Video batch 500: frame 4000/7500 (53%)
|
|
[22:36:21 INFO] Video batch 501: frame 4008/7500 (53%)
|
|
[22:36:21 INFO] Video batch 502: frame 4016/7500 (53%)
|
|
[22:36:21 INFO] Video batch 503: frame 4024/7500 (53%)
|
|
[22:36:21 INFO] Video batch 504: frame 4032/7500 (53%)
|
|
[22:36:21 INFO] Video batch 505: frame 4040/7500 (53%)
|
|
[22:36:22 INFO] Video batch 506: frame 4048/7500 (53%)
|
|
[22:36:22 INFO] Video batch 507: frame 4056/7500 (54%)
|
|
[22:36:22 INFO] Video batch 508: frame 4064/7500 (54%)
|
|
[22:36:22 INFO] Video batch 509: frame 4072/7500 (54%)
|
|
[22:36:22 INFO] Video batch 510: frame 4080/7500 (54%)
|
|
[22:36:23 INFO] Video batch 511: frame 4088/7500 (54%)
|
|
[22:36:23 INFO] Video batch 512: frame 4096/7500 (54%)
|
|
[22:36:23 INFO] Video batch 512: 1 detections from postprocess
|
|
[22:36:23 INFO] Video frame video_short01_002437: 1 dets, valid=True
|
|
[22:36:23 INFO] Video batch 513: frame 4104/7500 (54%)
|
|
[22:36:23 INFO] Video batch 513: 1 detections from postprocess
|
|
[22:36:23 INFO] Video frame video_short01_002439: 1 dets, valid=True
|
|
[22:36:23 INFO] Video batch 514: frame 4112/7500 (54%)
|
|
[22:36:24 INFO] Video batch 515: frame 4120/7500 (54%)
|
|
[22:36:24 INFO] Video batch 516: frame 4128/7500 (55%)
|
|
[22:36:24 INFO] Video batch 517: frame 4136/7500 (55%)
|
|
[22:36:24 INFO] Video batch 518: frame 4144/7500 (55%)
|
|
[22:36:24 INFO] Video batch 519: frame 4152/7500 (55%)
|
|
[22:36:25 INFO] Video batch 520: frame 4160/7500 (55%)
|
|
[22:36:25 INFO] Video batch 521: frame 4168/7500 (55%)
|
|
[22:36:25 INFO] Video batch 522: frame 4176/7500 (55%)
|
|
[22:36:26 INFO] Video batch 523: frame 4184/7500 (55%)
|
|
[22:36:26 INFO] Video batch 524: frame 4192/7500 (55%)
|
|
[22:36:26 INFO] Video batch 525: frame 4200/7500 (56%)
|
|
[22:36:26 INFO] Video batch 526: frame 4208/7500 (56%)
|
|
[22:36:26 INFO] Video batch 527: frame 4216/7500 (56%)
|
|
[22:36:27 INFO] Video batch 528: frame 4224/7500 (56%)
|
|
[22:36:27 INFO] Video batch 529: frame 4232/7500 (56%)
|
|
[22:36:27 INFO] Video batch 530: frame 4240/7500 (56%)
|
|
[22:36:27 INFO] Video batch 531: frame 4248/7500 (56%)
|
|
[22:36:28 INFO] Video batch 532: frame 4256/7500 (56%)
|
|
[22:36:28 INFO] Video batch 533: frame 4264/7500 (56%)
|
|
[22:36:28 INFO] Video batch 534: frame 4272/7500 (56%)
|
|
[22:36:28 INFO] Video batch 535: frame 4280/7500 (57%)
|
|
[22:36:28 INFO] Video batch 536: frame 4288/7500 (57%)
|
|
[22:36:29 INFO] Video batch 537: frame 4296/7500 (57%)
|
|
[22:36:29 INFO] Video batch 538: frame 4304/7500 (57%)
|
|
[22:36:29 INFO] Video batch 539: frame 4312/7500 (57%)
|
|
[22:36:29 INFO] Video batch 540: frame 4320/7500 (57%)
|
|
[22:36:29 INFO] Video batch 541: frame 4328/7500 (57%)
|
|
[22:36:30 INFO] Video batch 542: frame 4336/7500 (57%)
|
|
[22:36:30 INFO] Video batch 543: frame 4344/7500 (57%)
|
|
[22:36:30 INFO] Video batch 544: frame 4352/7500 (58%)
|
|
[22:36:30 INFO] Video batch 545: frame 4360/7500 (58%)
|
|
[22:36:31 INFO] Video batch 546: frame 4368/7500 (58%)
|
|
[22:36:31 INFO] Video batch 547: frame 4376/7500 (58%)
|
|
[22:36:31 INFO] Video batch 547: 3 detections from postprocess
|
|
[22:36:31 INFO] Video frame video_short01_002548: 2 dets, valid=True
|
|
[22:36:31 INFO] Video frame video_short01_002550: 1 dets, valid=True
|
|
[22:36:31 INFO] Video batch 548: frame 4384/7500 (58%)
|
|
[22:36:31 INFO] Video batch 548: 2 detections from postprocess
|
|
[22:36:31 INFO] Video frame video_short01_002551: 1 dets, valid=True
|
|
[22:36:31 INFO] Video frame video_short01_002553: 1 dets, valid=True
|
|
[22:36:31 INFO] Video batch 549: frame 4392/7500 (58%)
|
|
[22:36:32 INFO] Video batch 549: 2 detections from postprocess
|
|
[22:36:32 INFO] Video frame video_short01_002554: 1 dets, valid=True
|
|
[22:36:32 INFO] Video frame video_short01_002556: 1 dets, valid=True
|
|
[22:36:32 INFO] Video batch 550: frame 4400/7500 (58%)
|
|
[22:36:32 INFO] Video batch 550: 2 detections from postprocess
|
|
[22:36:32 INFO] Video frame video_short01_002557: 1 dets, valid=True
|
|
[22:36:32 INFO] Video frame video_short01_002559: 1 dets, valid=True
|
|
[22:36:32 INFO] Video batch 551: frame 4408/7500 (58%)
|
|
[22:36:32 INFO] Video batch 551: 2 detections from postprocess
|
|
[22:36:32 INFO] Video frame video_short01_002561: 1 dets, valid=True
|
|
[22:36:32 INFO] Video frame video_short01_002562: 1 dets, valid=True
|
|
[22:36:32 INFO] Video batch 552: frame 4416/7500 (58%)
|
|
[22:36:32 INFO] Video batch 552: 2 detections from postprocess
|
|
[22:36:32 INFO] Video frame video_short01_002564: 1 dets, valid=True
|
|
[22:36:32 INFO] Video frame video_short01_002565: 1 dets, valid=True
|
|
[22:36:32 INFO] Video batch 553: frame 4424/7500 (58%)
|
|
[22:36:32 INFO] Video batch 553: 1 detections from postprocess
|
|
[22:36:32 INFO] Video frame video_short01_002567: 1 dets, valid=True
|
|
[22:36:33 INFO] Video batch 554: frame 4432/7500 (59%)
|
|
[22:36:33 INFO] Video batch 555: frame 4440/7500 (59%)
|
|
[22:36:33 INFO] Video batch 556: frame 4448/7500 (59%)
|
|
[22:36:33 INFO] Video batch 557: frame 4456/7500 (59%)
|
|
[22:36:33 INFO] Video batch 558: frame 4464/7500 (59%)
|
|
[22:36:34 INFO] Video batch 559: frame 4472/7500 (59%)
|
|
[22:36:34 INFO] Video batch 560: frame 4480/7500 (59%)
|
|
[22:36:34 INFO] Video batch 561: frame 4488/7500 (59%)
|
|
[22:36:34 INFO] Video batch 562: frame 4496/7500 (59%)
|
|
[22:36:35 INFO] Video batch 563: frame 4504/7500 (60%)
|
|
[22:36:35 INFO] Video batch 564: frame 4512/7500 (60%)
|
|
[22:36:35 INFO] Video batch 565: frame 4520/7500 (60%)
|
|
[22:36:35 INFO] Video batch 566: frame 4528/7500 (60%)
|
|
[22:36:35 INFO] Video batch 567: frame 4536/7500 (60%)
|
|
[22:36:36 INFO] Video batch 568: frame 4544/7500 (60%)
|
|
[22:36:36 INFO] Video batch 568: 1 detections from postprocess
|
|
[22:36:36 INFO] Video frame video_short01_003017: 1 dets, valid=True
|
|
[22:36:36 INFO] Video batch 569: frame 4552/7500 (60%)
|
|
[22:36:36 INFO] Video batch 570: frame 4560/7500 (60%)
|
|
[22:36:36 INFO] Video batch 571: frame 4568/7500 (60%)
|
|
[22:36:37 INFO] Video batch 572: frame 4576/7500 (61%)
|
|
[22:36:37 INFO] Video batch 572: 1 detections from postprocess
|
|
[22:36:37 INFO] Video frame video_short01_003028: 1 dets, valid=True
|
|
[22:36:37 INFO] Video batch 573: frame 4584/7500 (61%)
|
|
[22:36:37 INFO] Video batch 574: frame 4592/7500 (61%)
|
|
[22:36:37 INFO] Video batch 575: frame 4600/7500 (61%)
|
|
[22:36:37 INFO] Video batch 576: frame 4608/7500 (61%)
|
|
[22:36:38 INFO] Video batch 577: frame 4616/7500 (61%)
|
|
[22:36:38 INFO] Video batch 578: frame 4624/7500 (61%)
|
|
[22:36:38 INFO] Video batch 579: frame 4632/7500 (61%)
|
|
[22:36:38 INFO] Video batch 580: frame 4640/7500 (61%)
|
|
[22:36:38 INFO] Video batch 581: frame 4648/7500 (61%)
|
|
[22:36:39 INFO] Video batch 582: frame 4656/7500 (62%)
|
|
[22:36:39 INFO] Video batch 583: frame 4664/7500 (62%)
|
|
[22:36:39 INFO] Video batch 584: frame 4672/7500 (62%)
|
|
[22:36:39 INFO] Video batch 585: frame 4680/7500 (62%)
|
|
[22:36:39 INFO] Video batch 586: frame 4688/7500 (62%)
|
|
[22:36:40 INFO] Video batch 587: frame 4696/7500 (62%)
|
|
[22:36:40 INFO] Video batch 587: 1 detections from postprocess
|
|
[22:36:40 INFO] Video frame video_short01_003077: 1 dets, valid=True
|
|
[22:36:40 INFO] Video batch 588: frame 4704/7500 (62%)
|
|
[22:36:40 INFO] Video batch 589: frame 4712/7500 (62%)
|
|
[22:36:40 INFO] Video batch 590: frame 4720/7500 (62%)
|
|
[22:36:41 INFO] Video batch 591: frame 4728/7500 (63%)
|
|
[22:36:41 INFO] Video batch 592: frame 4736/7500 (63%)
|
|
[22:36:41 INFO] Video batch 593: frame 4744/7500 (63%)
|
|
[22:36:41 INFO] Video batch 594: frame 4752/7500 (63%)
|
|
[22:36:41 INFO] Video batch 594: 1 detections from postprocess
|
|
[22:36:41 INFO] Video frame video_short01_003098: 1 dets, valid=True
|
|
[22:36:41 INFO] Video batch 595: frame 4760/7500 (63%)
|
|
[22:36:42 INFO] Video batch 595: 1 detections from postprocess
|
|
[22:36:42 INFO] Video frame video_short01_003101: 1 dets, valid=True
|
|
[22:36:42 INFO] Video batch 596: frame 4768/7500 (63%)
|
|
[22:36:42 INFO] Video batch 597: frame 4776/7500 (63%)
|
|
[22:36:42 INFO] Video batch 598: frame 4784/7500 (63%)
|
|
[22:36:42 INFO] Video batch 599: frame 4792/7500 (63%)
|
|
[22:36:43 INFO] Video batch 599: 1 detections from postprocess
|
|
[22:36:43 INFO] Video frame video_short01_003116: 1 dets, valid=True
|
|
[22:36:43 INFO] Video batch 600: frame 4800/7500 (64%)
|
|
[22:36:43 INFO] Video batch 600: 4 detections from postprocess
|
|
[22:36:43 INFO] Video frame video_short01_003117: 1 dets, valid=True
|
|
[22:36:43 INFO] Video frame video_short01_003119: 3 dets, valid=True
|
|
[22:36:43 INFO] Video batch 601: frame 4808/7500 (64%)
|
|
[22:36:43 INFO] Video batch 601: 4 detections from postprocess
|
|
[22:36:43 INFO] Video frame video_short01_003121: 2 dets, valid=True
|
|
[22:36:43 INFO] Video frame video_short01_003122: 2 dets, valid=True
|
|
[22:36:43 INFO] Video batch 602: frame 4816/7500 (64%)
|
|
[22:36:43 INFO] Video batch 602: 6 detections from postprocess
|
|
[22:36:43 INFO] Video frame video_short01_003124: 3 dets, valid=True
|
|
[22:36:43 INFO] Video frame video_short01_003125: 3 dets, valid=True
|
|
[22:36:43 INFO] Video batch 603: frame 4824/7500 (64%)
|
|
[22:36:43 INFO] Video batch 603: 4 detections from postprocess
|
|
[22:36:43 INFO] Video frame video_short01_003127: 2 dets, valid=True
|
|
[22:36:43 INFO] Video frame video_short01_003129: 2 dets, valid=True
|
|
[22:36:43 INFO] Video batch 604: frame 4832/7500 (64%)
|
|
[22:36:44 INFO] Video batch 604: 5 detections from postprocess
|
|
[22:36:44 INFO] Video frame video_short01_003130: 2 dets, valid=True
|
|
[22:36:44 INFO] Video frame video_short01_003132: 3 dets, valid=True
|
|
[22:36:44 INFO] Video batch 605: frame 4840/7500 (64%)
|
|
[22:36:44 INFO] Video batch 605: 4 detections from postprocess
|
|
[22:36:44 INFO] Video frame video_short01_003133: 2 dets, valid=True
|
|
[22:36:44 INFO] Video frame video_short01_003135: 2 dets, valid=True
|
|
[22:36:44 INFO] Video batch 606: frame 4848/7500 (64%)
|
|
[22:36:44 INFO] Video batch 606: 4 detections from postprocess
|
|
[22:36:44 INFO] Video frame video_short01_003137: 2 dets, valid=True
|
|
[22:36:44 INFO] Video frame video_short01_003138: 2 dets, valid=True
|
|
[22:36:44 INFO] Video batch 607: frame 4856/7500 (64%)
|
|
[22:36:44 INFO] Video batch 607: 4 detections from postprocess
|
|
[22:36:44 INFO] Video frame video_short01_003140: 2 dets, valid=True
|
|
[22:36:44 INFO] Video frame video_short01_003141: 2 dets, valid=True
|
|
[22:36:44 INFO] Video batch 608: frame 4864/7500 (64%)
|
|
[22:36:45 INFO] Video batch 608: 4 detections from postprocess
|
|
[22:36:45 INFO] Video frame video_short01_003143: 2 dets, valid=True
|
|
[22:36:45 INFO] Video frame video_short01_003145: 2 dets, valid=True
|
|
[22:36:45 INFO] Video batch 609: frame 4872/7500 (64%)
|
|
[22:36:45 INFO] Video batch 609: 3 detections from postprocess
|
|
[22:36:45 INFO] Video frame video_short01_003146: 1 dets, valid=True
|
|
[22:36:45 INFO] Video frame video_short01_003148: 2 dets, valid=True
|
|
[22:36:45 INFO] Video batch 610: frame 4880/7500 (65%)
|
|
[22:36:45 INFO] Video batch 610: 4 detections from postprocess
|
|
[22:36:45 INFO] Video frame video_short01_003150: 2 dets, valid=True
|
|
[22:36:45 INFO] Video frame video_short01_003151: 2 dets, valid=True
|
|
[22:36:45 INFO] Video batch 611: frame 4888/7500 (65%)
|
|
[22:36:45 INFO] Video batch 611: 3 detections from postprocess
|
|
[22:36:45 INFO] Video frame video_short01_003153: 2 dets, valid=True
|
|
[22:36:45 INFO] Video frame video_short01_003154: 1 dets, valid=True
|
|
[22:36:45 INFO] Video batch 612: frame 4896/7500 (65%)
|
|
[22:36:46 INFO] Video batch 612: 2 detections from postprocess
|
|
[22:36:46 INFO] Video frame video_short01_003156: 1 dets, valid=True
|
|
[22:36:46 INFO] Video frame video_short01_003157: 1 dets, valid=True
|
|
[22:36:46 INFO] Video batch 613: frame 4904/7500 (65%)
|
|
[22:36:46 INFO] Video batch 613: 2 detections from postprocess
|
|
[22:36:46 INFO] Video frame video_short01_003159: 1 dets, valid=True
|
|
[22:36:46 INFO] Video frame video_short01_003161: 1 dets, valid=True
|
|
[22:36:46 INFO] Video batch 614: frame 4912/7500 (65%)
|
|
[22:36:46 INFO] Video batch 614: 2 detections from postprocess
|
|
[22:36:46 INFO] Video frame video_short01_003162: 1 dets, valid=True
|
|
[22:36:46 INFO] Video frame video_short01_003164: 1 dets, valid=True
|
|
[22:36:46 INFO] Video batch 615: frame 4920/7500 (65%)
|
|
[22:36:46 INFO] Video batch 615: 2 detections from postprocess
|
|
[22:36:46 INFO] Video frame video_short01_003165: 1 dets, valid=True
|
|
[22:36:46 INFO] Video frame video_short01_003167: 1 dets, valid=True
|
|
[22:36:46 INFO] Video batch 616: frame 4928/7500 (65%)
|
|
[22:36:47 INFO] Video batch 616: 2 detections from postprocess
|
|
[22:36:47 INFO] Video frame video_short01_003169: 1 dets, valid=True
|
|
[22:36:47 INFO] Video frame video_short01_003170: 1 dets, valid=True
|
|
[22:36:47 INFO] Video batch 617: frame 4936/7500 (65%)
|
|
[22:36:47 INFO] Video batch 617: 3 detections from postprocess
|
|
[22:36:47 INFO] Video frame video_short01_003172: 1 dets, valid=True
|
|
[22:36:47 INFO] Video frame video_short01_003173: 2 dets, valid=True
|
|
[22:36:47 INFO] Video batch 618: frame 4944/7500 (65%)
|
|
[22:36:47 INFO] Video batch 618: 4 detections from postprocess
|
|
[22:36:47 INFO] Video frame video_short01_003175: 2 dets, valid=True
|
|
[22:36:47 INFO] Video frame video_short01_003177: 2 dets, valid=True
|
|
[22:36:47 INFO] Video batch 619: frame 4952/7500 (66%)
|
|
[22:36:47 INFO] Video batch 619: 4 detections from postprocess
|
|
[22:36:47 INFO] Video frame video_short01_003178: 2 dets, valid=True
|
|
[22:36:47 INFO] Video frame video_short01_003180: 2 dets, valid=True
|
|
[22:36:47 INFO] Video batch 620: frame 4960/7500 (66%)
|
|
[22:36:48 INFO] Video batch 620: 2 detections from postprocess
|
|
[22:36:48 INFO] Video frame video_short01_003181: 1 dets, valid=True
|
|
[22:36:48 INFO] Video frame video_short01_003183: 1 dets, valid=True
|
|
[22:36:48 INFO] Video batch 621: frame 4968/7500 (66%)
|
|
[22:36:48 INFO] Video batch 621: 3 detections from postprocess
|
|
[22:36:48 INFO] Video frame video_short01_003185: 2 dets, valid=True
|
|
[22:36:48 INFO] Video frame video_short01_003186: 1 dets, valid=True
|
|
[22:36:48 INFO] Video batch 622: frame 4976/7500 (66%)
|
|
[22:36:48 INFO] Video batch 622: 2 detections from postprocess
|
|
[22:36:48 INFO] Video frame video_short01_003188: 1 dets, valid=True
|
|
[22:36:48 INFO] Video frame video_short01_003190: 1 dets, valid=True
|
|
[22:36:48 INFO] Video batch 623: frame 4984/7500 (66%)
|
|
[22:36:48 INFO] Video batch 623: 2 detections from postprocess
|
|
[22:36:48 INFO] Video frame video_short01_003191: 1 dets, valid=True
|
|
[22:36:48 INFO] Video frame video_short01_003193: 1 dets, valid=True
|
|
[22:36:48 INFO] Video batch 624: frame 4992/7500 (66%)
|
|
[22:36:48 INFO] Video batch 624: 2 detections from postprocess
|
|
[22:36:48 INFO] Video frame video_short01_003194: 1 dets, valid=True
|
|
[22:36:49 INFO] Video frame video_short01_003196: 1 dets, valid=True
|
|
[22:36:49 INFO] Video batch 625: frame 5000/7500 (66%)
|
|
[22:36:49 INFO] Video batch 625: 3 detections from postprocess
|
|
[22:36:49 INFO] Video frame video_short01_003197: 1 dets, valid=True
|
|
[22:36:49 INFO] Video frame video_short01_003199: 2 dets, valid=True
|
|
[22:36:49 INFO] Video batch 626: frame 5008/7500 (66%)
|
|
[22:36:49 INFO] Video batch 626: 4 detections from postprocess
|
|
[22:36:49 INFO] Video frame video_short01_003201: 2 dets, valid=True
|
|
[22:36:49 INFO] Video frame video_short01_003202: 2 dets, valid=True
|
|
[22:36:49 INFO] Video batch 627: frame 5016/7500 (66%)
|
|
[22:36:49 INFO] Video batch 628: frame 5024/7500 (66%)
|
|
[22:36:49 INFO] Video batch 628: 1 detections from postprocess
|
|
[22:36:49 INFO] Video frame video_short01_003207: 1 dets, valid=True
|
|
[22:36:50 INFO] Video batch 629: frame 5032/7500 (67%)
|
|
[22:36:50 INFO] Video batch 629: 2 detections from postprocess
|
|
[22:36:50 INFO] Video frame video_short01_003210: 1 dets, valid=True
|
|
[22:36:50 INFO] Video frame video_short01_003212: 1 dets, valid=True
|
|
[22:36:50 INFO] Video batch 630: frame 5040/7500 (67%)
|
|
[22:36:50 INFO] Video batch 630: 2 detections from postprocess
|
|
[22:36:50 INFO] Video frame video_short01_003213: 1 dets, valid=True
|
|
[22:36:50 INFO] Video frame video_short01_003215: 1 dets, valid=True
|
|
[22:36:50 INFO] Video batch 631: frame 5048/7500 (67%)
|
|
[22:36:50 INFO] Video batch 631: 1 detections from postprocess
|
|
[22:36:50 INFO] Video frame video_short01_003218: 1 dets, valid=True
|
|
[22:36:50 INFO] Video batch 632: frame 5056/7500 (67%)
|
|
[22:36:50 INFO] Video batch 632: 1 detections from postprocess
|
|
[22:36:50 INFO] Video frame video_short01_003220: 1 dets, valid=True
|
|
[22:36:50 INFO] Video batch 633: frame 5064/7500 (67%)
|
|
[22:36:51 INFO] Video batch 634: frame 5072/7500 (67%)
|
|
[22:36:51 INFO] Video batch 634: 2 detections from postprocess
|
|
[22:36:51 INFO] Video frame video_short01_003226: 1 dets, valid=True
|
|
[22:36:51 INFO] Video frame video_short01_003228: 1 dets, valid=True
|
|
[22:36:51 INFO] Video batch 635: frame 5080/7500 (67%)
|
|
[22:36:51 INFO] Video batch 635: 1 detections from postprocess
|
|
[22:36:51 INFO] Video frame video_short01_003230: 1 dets, valid=True
|
|
[22:36:51 INFO] Video batch 636: frame 5088/7500 (67%)
|
|
[22:36:51 INFO] Video batch 636: 2 detections from postprocess
|
|
[22:36:51 INFO] Video frame video_short01_003233: 1 dets, valid=True
|
|
[22:36:51 INFO] Video frame video_short01_003234: 1 dets, valid=True
|
|
[22:36:51 INFO] Video batch 637: frame 5096/7500 (67%)
|
|
[22:36:51 INFO] Video batch 637: 2 detections from postprocess
|
|
[22:36:51 INFO] Video frame video_short01_003236: 1 dets, valid=True
|
|
[22:36:52 INFO] Video frame video_short01_003237: 1 dets, valid=True
|
|
[22:36:52 INFO] Video batch 638: frame 5104/7500 (68%)
|
|
[22:36:52 INFO] Video batch 638: 1 detections from postprocess
|
|
[22:36:52 INFO] Video frame video_short01_003239: 1 dets, valid=True
|
|
[22:36:52 INFO] Video batch 639: frame 5112/7500 (68%)
|
|
[22:36:52 INFO] Video batch 640: frame 5120/7500 (68%)
|
|
[22:36:52 INFO] Video batch 641: frame 5128/7500 (68%)
|
|
[22:36:52 INFO] Video batch 642: frame 5136/7500 (68%)
|
|
[22:36:53 INFO] Video batch 643: frame 5144/7500 (68%)
|
|
[22:36:53 INFO] Video batch 644: frame 5152/7500 (68%)
|
|
[22:36:53 INFO] Video batch 645: frame 5160/7500 (68%)
|
|
[22:36:53 INFO] Video batch 646: frame 5168/7500 (68%)
|
|
[22:36:53 INFO] Video batch 647: frame 5176/7500 (69%)
|
|
[22:36:54 INFO] Video batch 648: frame 5184/7500 (69%)
|
|
[22:36:54 INFO] Video batch 648: 1 detections from postprocess
|
|
[22:36:54 INFO] Video frame video_short01_003273: 1 dets, valid=True
|
|
[22:36:54 INFO] Video batch 649: frame 5192/7500 (69%)
|
|
[22:36:54 INFO] Video batch 650: frame 5200/7500 (69%)
|
|
[22:36:54 INFO] Video batch 651: frame 5208/7500 (69%)
|
|
[22:36:55 INFO] Video batch 652: frame 5216/7500 (69%)
|
|
[22:36:55 INFO] Video batch 653: frame 5224/7500 (69%)
|
|
[22:36:55 INFO] Video batch 654: frame 5232/7500 (69%)
|
|
[22:36:55 INFO] Video batch 655: frame 5240/7500 (69%)
|
|
[22:36:55 INFO] Video batch 656: frame 5248/7500 (69%)
|
|
[22:36:56 INFO] Video batch 657: frame 5256/7500 (70%)
|
|
[22:36:56 INFO] Video batch 658: frame 5264/7500 (70%)
|
|
[22:36:56 INFO] Video batch 659: frame 5272/7500 (70%)
|
|
[22:36:56 INFO] Video batch 660: frame 5280/7500 (70%)
|
|
[22:36:56 INFO] Video batch 661: frame 5288/7500 (70%)
|
|
[22:36:57 INFO] Video batch 662: frame 5296/7500 (70%)
|
|
[22:36:57 INFO] Video batch 663: frame 5304/7500 (70%)
|
|
[22:36:57 INFO] Video batch 664: frame 5312/7500 (70%)
|
|
[22:36:57 INFO] Video batch 665: frame 5320/7500 (70%)
|
|
[22:36:58 INFO] Video batch 666: frame 5328/7500 (71%)
|
|
[22:36:58 INFO] Video batch 667: frame 5336/7500 (71%)
|
|
[22:36:58 INFO] Video batch 668: frame 5344/7500 (71%)
|
|
[22:36:58 INFO] Video batch 669: frame 5352/7500 (71%)
|
|
[22:36:58 INFO] Video batch 669: 1 detections from postprocess
|
|
[22:36:58 INFO] Video frame video_short01_003340: 1 dets, valid=True
|
|
[22:36:58 INFO] Video batch 670: frame 5360/7500 (71%)
|
|
[22:36:59 INFO] Video batch 670: 2 detections from postprocess
|
|
[22:36:59 INFO] Video frame video_short01_003341: 1 dets, valid=True
|
|
[22:36:59 INFO] Video frame video_short01_003343: 1 dets, valid=True
|
|
[22:36:59 INFO] Video batch 671: frame 5368/7500 (71%)
|
|
[22:36:59 INFO] Video batch 671: 1 detections from postprocess
|
|
[22:36:59 INFO] Video frame video_short01_003345: 1 dets, valid=True
|
|
[22:36:59 INFO] Video batch 672: frame 5376/7500 (71%)
|
|
[22:36:59 INFO] Video batch 673: frame 5384/7500 (71%)
|
|
[22:36:59 INFO] Video batch 674: frame 5392/7500 (71%)
|
|
[22:37:00 INFO] Video batch 675: frame 5400/7500 (72%)
|
|
[22:37:00 INFO] Video batch 676: frame 5408/7500 (72%)
|
|
[22:37:00 INFO] Video batch 677: frame 5416/7500 (72%)
|
|
[22:37:00 INFO] Video batch 678: frame 5424/7500 (72%)
|
|
[22:37:00 INFO] Video batch 679: frame 5432/7500 (72%)
|
|
[22:37:01 INFO] Video batch 680: frame 5440/7500 (72%)
|
|
[22:37:01 INFO] Video batch 681: frame 5448/7500 (72%)
|
|
[22:37:01 INFO] Video batch 682: frame 5456/7500 (72%)
|
|
[22:37:01 INFO] Video batch 683: frame 5464/7500 (72%)
|
|
[22:37:02 INFO] Video batch 684: frame 5472/7500 (72%)
|
|
[22:37:02 INFO] Video batch 685: frame 5480/7500 (73%)
|
|
[22:37:02 INFO] Video batch 686: frame 5488/7500 (73%)
|
|
[22:37:02 INFO] Video batch 687: frame 5496/7500 (73%)
|
|
[22:37:02 INFO] Video batch 687: 2 detections from postprocess
|
|
[22:37:02 INFO] Video frame video_short01_003396: 1 dets, valid=True
|
|
[22:37:02 INFO] Video frame video_short01_003397: 1 dets, valid=True
|
|
[22:37:02 INFO] Video batch 688: frame 5504/7500 (73%)
|
|
[22:37:03 INFO] Video batch 689: frame 5512/7500 (73%)
|
|
[22:37:03 INFO] Video batch 690: frame 5520/7500 (73%)
|
|
[22:37:03 INFO] Video batch 691: frame 5528/7500 (73%)
|
|
[22:37:03 INFO] Video batch 692: frame 5536/7500 (73%)
|
|
[22:37:04 INFO] Video batch 693: frame 5544/7500 (73%)
|
|
[22:37:04 INFO] Video batch 694: frame 5552/7500 (74%)
|
|
[22:37:04 INFO] Video batch 694: 1 detections from postprocess
|
|
[22:37:04 INFO] Video frame video_short01_003418: 1 dets, valid=True
|
|
[22:37:04 INFO] Video batch 695: frame 5560/7500 (74%)
|
|
[22:37:04 INFO] Video batch 695: 1 detections from postprocess
|
|
[22:37:04 INFO] Video frame video_short01_003421: 1 dets, valid=True
|
|
[22:37:04 INFO] Video batch 696: frame 5568/7500 (74%)
|
|
[22:37:04 INFO] Video batch 696: 1 detections from postprocess
|
|
[22:37:04 INFO] Video frame video_short01_003425: 1 dets, valid=True
|
|
[22:37:05 INFO] Video batch 697: frame 5576/7500 (74%)
|
|
[22:37:05 INFO] Video batch 698: frame 5584/7500 (74%)
|
|
[22:37:05 INFO] Video batch 699: frame 5592/7500 (74%)
|
|
[22:37:05 INFO] Video batch 700: frame 5600/7500 (74%)
|
|
[22:37:05 INFO] Video batch 701: frame 5608/7500 (74%)
|
|
[22:37:06 INFO] Video batch 702: frame 5616/7500 (74%)
|
|
[22:37:06 INFO] Video batch 703: frame 5624/7500 (74%)
|
|
[22:37:06 INFO] Video batch 704: frame 5632/7500 (75%)
|
|
[22:37:06 INFO] Video batch 705: frame 5640/7500 (75%)
|
|
[22:37:07 INFO] Video batch 706: frame 5648/7500 (75%)
|
|
[22:37:07 INFO] Video batch 707: frame 5656/7500 (75%)
|
|
[22:37:07 INFO] Video batch 708: frame 5664/7500 (75%)
|
|
[22:37:07 INFO] Video batch 709: frame 5672/7500 (75%)
|
|
[22:37:07 INFO] Video batch 710: frame 5680/7500 (75%)
|
|
[22:37:08 INFO] Video batch 711: frame 5688/7500 (75%)
|
|
[22:37:08 INFO] Video batch 712: frame 5696/7500 (75%)
|
|
[22:37:08 INFO] Video batch 713: frame 5704/7500 (76%)
|
|
[22:37:08 INFO] Video batch 714: frame 5712/7500 (76%)
|
|
[22:37:08 INFO] Video batch 715: frame 5720/7500 (76%)
|
|
[22:37:09 INFO] Video batch 716: frame 5728/7500 (76%)
|
|
[22:37:09 INFO] Video batch 717: frame 5736/7500 (76%)
|
|
[22:37:09 INFO] Video batch 718: frame 5744/7500 (76%)
|
|
[22:37:09 INFO] Video batch 719: frame 5752/7500 (76%)
|
|
[22:37:09 INFO] Video batch 720: frame 5760/7500 (76%)
|
|
[22:37:10 INFO] Video batch 721: frame 5768/7500 (76%)
|
|
[22:37:10 INFO] Video batch 722: frame 5776/7500 (77%)
|
|
[22:37:10 INFO] Video batch 723: frame 5784/7500 (77%)
|
|
[22:37:10 INFO] Video batch 724: frame 5792/7500 (77%)
|
|
[22:37:11 INFO] Video batch 725: frame 5800/7500 (77%)
|
|
[22:37:11 INFO] Video batch 726: frame 5808/7500 (77%)
|
|
[22:37:11 INFO] Video batch 727: frame 5816/7500 (77%)
|
|
[22:37:11 INFO] Video batch 728: frame 5824/7500 (77%)
|
|
[22:37:11 INFO] Video batch 729: frame 5832/7500 (77%)
|
|
[22:37:12 INFO] Video batch 729: 1 detections from postprocess
|
|
[22:37:12 INFO] Video frame video_short01_003532: 1 dets, valid=True
|
|
[22:37:12 INFO] Video batch 730: frame 5840/7500 (77%)
|
|
[22:37:12 INFO] Video batch 730: 1 detections from postprocess
|
|
[22:37:12 INFO] Video frame video_short01_003533: 1 dets, valid=True
|
|
[22:37:12 INFO] Video batch 731: frame 5848/7500 (77%)
|
|
[22:37:12 INFO] Video batch 732: frame 5856/7500 (78%)
|
|
[22:37:12 INFO] Video batch 733: frame 5864/7500 (78%)
|
|
[22:37:13 INFO] Video batch 734: frame 5872/7500 (78%)
|
|
[22:37:13 INFO] Video batch 735: frame 5880/7500 (78%)
|
|
[22:37:13 INFO] Video batch 736: frame 5888/7500 (78%)
|
|
[22:37:13 INFO] Video batch 737: frame 5896/7500 (78%)
|
|
[22:37:13 INFO] Video batch 738: frame 5904/7500 (78%)
|
|
[22:37:14 INFO] Video batch 739: frame 5912/7500 (78%)
|
|
[22:37:14 INFO] Video batch 740: frame 5920/7500 (78%)
|
|
[22:37:14 INFO] Video batch 741: frame 5928/7500 (79%)
|
|
[22:37:14 INFO] Video batch 742: frame 5936/7500 (79%)
|
|
[22:37:14 INFO] Video batch 743: frame 5944/7500 (79%)
|
|
[22:37:15 INFO] Video batch 744: frame 5952/7500 (79%)
|
|
[22:37:15 INFO] Video batch 745: frame 5960/7500 (79%)
|
|
[22:37:15 INFO] Video batch 746: frame 5968/7500 (79%)
|
|
[22:37:15 INFO] Video batch 747: frame 5976/7500 (79%)
|
|
[22:37:16 INFO] Video batch 748: frame 5984/7500 (79%)
|
|
[22:37:16 INFO] Video batch 749: frame 5992/7500 (79%)
|
|
[22:37:16 INFO] Video batch 750: frame 6000/7500 (80%)
|
|
[22:37:16 INFO] Video batch 751: frame 6008/7500 (80%)
|
|
[22:37:17 INFO] Video batch 752: frame 6016/7500 (80%)
|
|
[22:37:17 INFO] Video batch 753: frame 6024/7500 (80%)
|
|
[22:37:17 INFO] Video batch 754: frame 6032/7500 (80%)
|
|
[22:37:17 INFO] Video batch 755: frame 6040/7500 (80%)
|
|
[22:37:17 INFO] Video batch 755: 1 detections from postprocess
|
|
[22:37:17 INFO] Video frame video_short01_004015: 1 dets, valid=True
|
|
[22:37:17 INFO] Video batch 756: frame 6048/7500 (80%)
|
|
[22:37:18 INFO] Video batch 756: 2 detections from postprocess
|
|
[22:37:18 INFO] Video frame video_short01_004017: 1 dets, valid=True
|
|
[22:37:18 INFO] Video frame video_short01_004018: 1 dets, valid=True
|
|
[22:37:18 INFO] Video batch 757: frame 6056/7500 (80%)
|
|
[22:37:18 INFO] Video batch 757: 1 detections from postprocess
|
|
[22:37:18 INFO] Video frame video_short01_004021: 1 dets, valid=True
|
|
[22:37:18 INFO] Video batch 758: frame 6064/7500 (80%)
|
|
[22:37:18 INFO] Video batch 759: frame 6072/7500 (80%)
|
|
[22:37:18 INFO] Video batch 759: 5 detections from postprocess
|
|
[22:37:18 INFO] Video frame video_short01_004026: 1 dets, valid=True
|
|
[22:37:18 INFO] Video frame video_short01_004028: 4 dets, valid=True
|
|
[22:37:18 INFO] Video batch 760: frame 6080/7500 (81%)
|
|
[22:37:19 INFO] Video batch 760: 8 detections from postprocess
|
|
[22:37:19 INFO] Video frame video_short01_004030: 4 dets, valid=True
|
|
[22:37:19 INFO] Video frame video_short01_004031: 4 dets, valid=True
|
|
[22:37:19 INFO] Video batch 761: frame 6088/7500 (81%)
|
|
[22:37:19 INFO] Video batch 761: 7 detections from postprocess
|
|
[22:37:19 INFO] Video frame video_short01_004033: 4 dets, valid=True
|
|
[22:37:19 INFO] Video frame video_short01_004034: 3 dets, valid=True
|
|
[22:37:19 INFO] Video batch 762: frame 6096/7500 (81%)
|
|
[22:37:19 INFO] Video batch 762: 6 detections from postprocess
|
|
[22:37:19 INFO] Video frame video_short01_004036: 3 dets, valid=True
|
|
[22:37:19 INFO] Video frame video_short01_004037: 3 dets, valid=True
|
|
[22:37:19 INFO] Video batch 763: frame 6104/7500 (81%)
|
|
[22:37:19 INFO] Video batch 763: 8 detections from postprocess
|
|
[22:37:19 INFO] Video frame video_short01_004039: 4 dets, valid=True
|
|
[22:37:19 INFO] Video frame video_short01_004041: 4 dets, valid=True
|
|
[22:37:19 INFO] Video batch 764: frame 6112/7500 (81%)
|
|
[22:37:20 INFO] Video batch 764: 8 detections from postprocess
|
|
[22:37:20 INFO] Video frame video_short01_004042: 4 dets, valid=True
|
|
[22:37:20 INFO] Video frame video_short01_004044: 4 dets, valid=True
|
|
[22:37:20 INFO] Video batch 765: frame 6120/7500 (81%)
|
|
[22:37:20 INFO] Video batch 765: 8 detections from postprocess
|
|
[22:37:20 INFO] Video frame video_short01_004045: 4 dets, valid=True
|
|
[22:37:20 INFO] Video frame video_short01_004047: 4 dets, valid=True
|
|
[22:37:20 INFO] Video batch 766: frame 6128/7500 (81%)
|
|
[22:37:20 INFO] Video batch 766: 6 detections from postprocess
|
|
[22:37:20 INFO] Video frame video_short01_004049: 3 dets, valid=True
|
|
[22:37:20 INFO] Video frame video_short01_004050: 3 dets, valid=True
|
|
[22:37:20 INFO] Video batch 767: frame 6136/7500 (81%)
|
|
[22:37:20 INFO] Video batch 767: 6 detections from postprocess
|
|
[22:37:20 INFO] Video frame video_short01_004052: 3 dets, valid=True
|
|
[22:37:20 INFO] Video frame video_short01_004053: 3 dets, valid=True
|
|
[22:37:20 INFO] Video batch 768: frame 6144/7500 (81%)
|
|
[22:37:21 INFO] Video batch 768: 5 detections from postprocess
|
|
[22:37:21 INFO] Video frame video_short01_004055: 3 dets, valid=True
|
|
[22:37:21 INFO] Video frame video_short01_004057: 2 dets, valid=True
|
|
[22:37:21 INFO] Video batch 769: frame 6152/7500 (82%)
|
|
[22:37:21 INFO] Video batch 769: 4 detections from postprocess
|
|
[22:37:21 INFO] Video frame video_short01_004058: 3 dets, valid=True
|
|
[22:37:21 INFO] Video frame video_short01_004060: 1 dets, valid=True
|
|
[22:37:21 INFO] Video batch 770: frame 6160/7500 (82%)
|
|
[22:37:21 INFO] Video batch 771: frame 6168/7500 (82%)
|
|
[22:37:21 INFO] Video batch 772: frame 6176/7500 (82%)
|
|
[22:37:21 INFO] Video batch 773: frame 6184/7500 (82%)
|
|
[22:37:22 INFO] Video batch 774: frame 6192/7500 (82%)
|
|
[22:37:22 INFO] Video batch 775: frame 6200/7500 (82%)
|
|
[22:37:22 INFO] Video batch 776: frame 6208/7500 (82%)
|
|
[22:37:22 INFO] Video batch 777: frame 6216/7500 (82%)
|
|
[22:37:22 INFO] Video batch 778: frame 6224/7500 (82%)
|
|
[22:37:23 INFO] Video batch 779: frame 6232/7500 (83%)
|
|
[22:37:23 INFO] Video batch 780: frame 6240/7500 (83%)
|
|
[22:37:23 INFO] Video batch 781: frame 6248/7500 (83%)
|
|
[22:37:23 INFO] Video batch 782: frame 6256/7500 (83%)
|
|
[22:37:23 INFO] Video batch 783: frame 6264/7500 (83%)
|
|
[22:37:24 INFO] Video batch 784: frame 6272/7500 (83%)
|
|
[22:37:24 INFO] Video batch 785: frame 6280/7500 (83%)
|
|
[22:37:24 INFO] Video batch 786: frame 6288/7500 (83%)
|
|
[22:37:24 INFO] Video batch 787: frame 6296/7500 (83%)
|
|
[22:37:25 INFO] Video batch 788: frame 6304/7500 (84%)
|
|
[22:37:25 INFO] Video batch 789: frame 6312/7500 (84%)
|
|
[22:37:25 INFO] Video batch 789: 1 detections from postprocess
|
|
[22:37:25 INFO] Video frame video_short01_004122: 1 dets, valid=True
|
|
[22:37:25 INFO] Video batch 790: frame 6320/7500 (84%)
|
|
[22:37:25 INFO] Video batch 791: frame 6328/7500 (84%)
|
|
[22:37:25 INFO] Video batch 792: frame 6336/7500 (84%)
|
|
[22:37:26 INFO] Video batch 793: frame 6344/7500 (84%)
|
|
[22:37:26 INFO] Video batch 794: frame 6352/7500 (84%)
|
|
[22:37:26 INFO] Video batch 795: frame 6360/7500 (84%)
|
|
[22:37:26 INFO] Video batch 796: frame 6368/7500 (84%)
|
|
[22:37:26 INFO] Video batch 796: 1 detections from postprocess
|
|
[22:37:26 INFO] Video frame video_short01_004146: 1 dets, valid=True
|
|
[22:37:26 INFO] Video batch 797: frame 6376/7500 (85%)
|
|
[22:37:27 INFO] Video batch 798: frame 6384/7500 (85%)
|
|
[22:37:27 INFO] Video batch 799: frame 6392/7500 (85%)
|
|
[22:37:27 INFO] Video batch 800: frame 6400/7500 (85%)
|
|
[22:37:27 INFO] Video batch 801: frame 6408/7500 (85%)
|
|
[22:37:27 INFO] Video batch 802: frame 6416/7500 (85%)
|
|
[22:37:28 INFO] Video batch 803: frame 6424/7500 (85%)
|
|
[22:37:28 INFO] Video batch 804: frame 6432/7500 (85%)
|
|
[22:37:28 INFO] Video batch 805: frame 6440/7500 (85%)
|
|
[22:37:28 INFO] Video batch 806: frame 6448/7500 (85%)
|
|
[22:37:28 INFO] Video batch 807: frame 6456/7500 (86%)
|
|
[22:37:29 INFO] Video batch 808: frame 6464/7500 (86%)
|
|
[22:37:29 INFO] Video batch 809: frame 6472/7500 (86%)
|
|
[22:37:29 INFO] Video batch 810: frame 6480/7500 (86%)
|
|
[22:37:29 INFO] Video batch 811: frame 6488/7500 (86%)
|
|
[22:37:29 INFO] Video batch 812: frame 6496/7500 (86%)
|
|
[22:37:30 INFO] Video batch 813: frame 6504/7500 (86%)
|
|
[22:37:30 INFO] Video batch 814: frame 6512/7500 (86%)
|
|
[22:37:30 INFO] Video batch 815: frame 6520/7500 (86%)
|
|
[22:37:30 INFO] Video batch 816: frame 6528/7500 (87%)
|
|
[22:37:30 INFO] Video batch 817: frame 6536/7500 (87%)
|
|
[22:37:31 INFO] Video batch 818: frame 6544/7500 (87%)
|
|
[22:37:31 INFO] Video batch 819: frame 6552/7500 (87%)
|
|
[22:37:31 INFO] Video batch 820: frame 6560/7500 (87%)
|
|
[22:37:31 INFO] Video batch 821: frame 6568/7500 (87%)
|
|
[22:37:31 INFO] Video batch 822: frame 6576/7500 (87%)
|
|
[22:37:32 INFO] Video batch 823: frame 6584/7500 (87%)
|
|
[22:37:32 INFO] Video batch 824: frame 6592/7500 (87%)
|
|
[22:37:32 INFO] Video batch 825: frame 6600/7500 (88%)
|
|
[22:37:32 INFO] Video batch 826: frame 6608/7500 (88%)
|
|
[22:37:32 INFO] Video batch 827: frame 6616/7500 (88%)
|
|
[22:37:33 INFO] Video batch 828: frame 6624/7500 (88%)
|
|
[22:37:33 INFO] Video batch 829: frame 6632/7500 (88%)
|
|
[22:37:33 INFO] Video batch 830: frame 6640/7500 (88%)
|
|
[22:37:33 INFO] Video batch 831: frame 6648/7500 (88%)
|
|
[22:37:33 INFO] Video batch 832: frame 6656/7500 (88%)
|
|
[22:37:34 INFO] Video batch 833: frame 6664/7500 (88%)
|
|
[22:37:34 INFO] Video batch 834: frame 6672/7500 (88%)
|
|
[22:37:34 INFO] Video batch 835: frame 6680/7500 (89%)
|
|
[22:37:34 INFO] Video batch 836: frame 6688/7500 (89%)
|
|
[22:37:34 INFO] Video batch 837: frame 6696/7500 (89%)
|
|
[22:37:35 INFO] Video batch 838: frame 6704/7500 (89%)
|
|
[22:37:35 INFO] Video batch 839: frame 6712/7500 (89%)
|
|
[22:37:35 INFO] Video batch 840: frame 6720/7500 (89%)
|
|
[22:37:35 INFO] Video batch 841: frame 6728/7500 (89%)
|
|
[22:37:35 INFO] Video batch 842: frame 6736/7500 (89%)
|
|
[22:37:36 INFO] Video batch 843: frame 6744/7500 (89%)
|
|
[22:37:36 INFO] Video batch 844: frame 6752/7500 (90%)
|
|
[22:37:36 INFO] Video batch 845: frame 6760/7500 (90%)
|
|
[22:37:36 INFO] Video batch 846: frame 6768/7500 (90%)
|
|
[22:37:36 INFO] Video batch 847: frame 6776/7500 (90%)
|
|
[22:37:37 INFO] Video batch 848: frame 6784/7500 (90%)
|
|
[22:37:37 INFO] Video batch 849: frame 6792/7500 (90%)
|
|
[22:37:37 INFO] Video batch 850: frame 6800/7500 (90%)
|
|
[22:37:37 INFO] Video batch 851: frame 6808/7500 (90%)
|
|
[22:37:37 INFO] Video batch 851: 1 detections from postprocess
|
|
[22:37:37 INFO] Video frame video_short01_004321: 1 dets, valid=True
|
|
[22:37:37 INFO] Video batch 852: frame 6816/7500 (90%)
|
|
[22:37:38 INFO] Video batch 853: frame 6824/7500 (90%)
|
|
[22:37:38 INFO] Video batch 854: frame 6832/7500 (91%)
|
|
[22:37:38 INFO] Video batch 855: frame 6840/7500 (91%)
|
|
[22:37:38 INFO] Video batch 856: frame 6848/7500 (91%)
|
|
[22:37:38 INFO] Video batch 857: frame 6856/7500 (91%)
|
|
[22:37:39 INFO] Video batch 858: frame 6864/7500 (91%)
|
|
[22:37:39 INFO] Video batch 859: frame 6872/7500 (91%)
|
|
[22:37:39 INFO] Video batch 860: frame 6880/7500 (91%)
|
|
[22:37:39 INFO] Video batch 861: frame 6888/7500 (91%)
|
|
[22:37:39 INFO] Video batch 862: frame 6896/7500 (91%)
|
|
[22:37:40 INFO] Video batch 863: frame 6904/7500 (92%)
|
|
[22:37:40 INFO] Video batch 864: frame 6912/7500 (92%)
|
|
[22:37:40 INFO] Video batch 865: frame 6920/7500 (92%)
|
|
[22:37:40 INFO] Video batch 866: frame 6928/7500 (92%)
|
|
[22:37:40 INFO] Video batch 867: frame 6936/7500 (92%)
|
|
[22:37:41 INFO] Video batch 868: frame 6944/7500 (92%)
|
|
[22:37:41 INFO] Video batch 869: frame 6952/7500 (92%)
|
|
[22:37:41 INFO] Video batch 870: frame 6960/7500 (92%)
|
|
[22:37:41 INFO] Video batch 871: frame 6968/7500 (92%)
|
|
[22:37:41 INFO] Video batch 872: frame 6976/7500 (93%)
|
|
[22:37:42 INFO] Video batch 873: frame 6984/7500 (93%)
|
|
[22:37:42 INFO] Video batch 874: frame 6992/7500 (93%)
|
|
[22:37:42 INFO] Video batch 875: frame 7000/7500 (93%)
|
|
[22:37:42 INFO] Video batch 876: frame 7008/7500 (93%)
|
|
[22:37:42 INFO] Video batch 877: frame 7016/7500 (93%)
|
|
[22:37:43 INFO] Video batch 878: frame 7024/7500 (93%)
|
|
[22:37:43 INFO] Video batch 879: frame 7032/7500 (93%)
|
|
[22:37:43 INFO] Video batch 880: frame 7040/7500 (93%)
|
|
[22:37:43 INFO] Video batch 881: frame 7048/7500 (93%)
|
|
[22:37:44 INFO] Video batch 882: frame 7056/7500 (94%)
|
|
[22:37:44 INFO] Video batch 883: frame 7064/7500 (94%)
|
|
[22:37:44 INFO] Video batch 883: 2 detections from postprocess
|
|
[22:37:44 INFO] Video frame video_short01_004423: 1 dets, valid=True
|
|
[22:37:44 INFO] Video frame video_short01_004425: 1 dets, valid=True
|
|
[22:37:44 INFO] Video batch 884: frame 7072/7500 (94%)
|
|
[22:37:44 INFO] Video batch 884: 1 detections from postprocess
|
|
[22:37:44 INFO] Video frame video_short01_004428: 1 dets, valid=True
|
|
[22:37:44 INFO] Video batch 885: frame 7080/7500 (94%)
|
|
[22:37:44 INFO] Video batch 885: 1 detections from postprocess
|
|
[22:37:44 INFO] Video frame video_short01_004431: 1 dets, valid=True
|
|
[22:37:44 INFO] Video batch 886: frame 7088/7500 (94%)
|
|
[22:37:45 INFO] Video batch 886: 2 detections from postprocess
|
|
[22:37:45 INFO] Video frame video_short01_004433: 1 dets, valid=True
|
|
[22:37:45 INFO] Video frame video_short01_004434: 1 dets, valid=True
|
|
[22:37:45 INFO] Video batch 887: frame 7096/7500 (94%)
|
|
[22:37:45 INFO] Video batch 887: 1 detections from postprocess
|
|
[22:37:45 INFO] Video frame video_short01_004436: 1 dets, valid=True
|
|
[22:37:45 INFO] Video batch 888: frame 7104/7500 (94%)
|
|
[22:37:45 INFO] Video batch 888: 2 detections from postprocess
|
|
[22:37:45 INFO] Video frame video_short01_004439: 1 dets, valid=True
|
|
[22:37:45 INFO] Video frame video_short01_004441: 1 dets, valid=True
|
|
[22:37:45 INFO] Video batch 889: frame 7112/7500 (94%)
|
|
[22:37:45 INFO] Video batch 889: 2 detections from postprocess
|
|
[22:37:45 INFO] Video frame video_short01_004442: 1 dets, valid=True
|
|
[22:37:45 INFO] Video frame video_short01_004444: 1 dets, valid=True
|
|
[22:37:45 INFO] Video batch 890: frame 7120/7500 (94%)
|
|
[22:37:45 INFO] Video batch 891: frame 7128/7500 (95%)
|
|
[22:37:46 INFO] Video batch 892: frame 7136/7500 (95%)
|
|
[22:37:46 INFO] Video batch 893: frame 7144/7500 (95%)
|
|
[22:37:46 INFO] Video batch 894: frame 7152/7500 (95%)
|
|
[22:37:46 INFO] Video batch 895: frame 7160/7500 (95%)
|
|
[22:37:46 INFO] Video batch 896: frame 7168/7500 (95%)
|
|
[22:37:47 INFO] Video batch 897: frame 7176/7500 (95%)
|
|
[22:37:47 INFO] Video batch 898: frame 7184/7500 (95%)
|
|
[22:37:47 INFO] Video batch 898: 2 detections from postprocess
|
|
[22:37:47 INFO] Video frame video_short01_004471: 1 dets, valid=True
|
|
[22:37:47 INFO] Video frame video_short01_004473: 1 dets, valid=True
|
|
[22:37:47 INFO] Video batch 899: frame 7192/7500 (95%)
|
|
[22:37:47 INFO] Video batch 899: 2 detections from postprocess
|
|
[22:37:47 INFO] Video frame video_short01_004474: 1 dets, valid=True
|
|
[22:37:47 INFO] Video frame video_short01_004476: 1 dets, valid=True
|
|
[22:37:47 INFO] Video batch 900: frame 7200/7500 (96%)
|
|
[22:37:47 INFO] Video batch 900: 2 detections from postprocess
|
|
[22:37:47 INFO] Video frame video_short01_004477: 1 dets, valid=True
|
|
[22:37:47 INFO] Video frame video_short01_004479: 1 dets, valid=True
|
|
[22:37:47 INFO] Video batch 901: frame 7208/7500 (96%)
|
|
[22:37:48 INFO] Video batch 901: 2 detections from postprocess
|
|
[22:37:48 INFO] Video frame video_short01_004481: 1 dets, valid=True
|
|
[22:37:48 INFO] Video frame video_short01_004482: 1 dets, valid=True
|
|
[22:37:48 INFO] Video batch 902: frame 7216/7500 (96%)
|
|
[22:37:48 INFO] Video batch 902: 2 detections from postprocess
|
|
[22:37:48 INFO] Video frame video_short01_004484: 1 dets, valid=True
|
|
[22:37:48 INFO] Video frame video_short01_004485: 1 dets, valid=True
|
|
[22:37:48 INFO] Video batch 903: frame 7224/7500 (96%)
|
|
[22:37:48 INFO] Video batch 903: 2 detections from postprocess
|
|
[22:37:48 INFO] Video frame video_short01_004487: 1 dets, valid=True
|
|
[22:37:48 INFO] Video frame video_short01_004489: 1 dets, valid=True
|
|
[22:37:48 INFO] Video batch 904: frame 7232/7500 (96%)
|
|
[22:37:48 INFO] Video batch 904: 1 detections from postprocess
|
|
[22:37:48 INFO] Video frame video_short01_004490: 1 dets, valid=True
|
|
[22:37:49 INFO] Video batch 905: frame 7240/7500 (96%)
|
|
[22:37:49 INFO] Video batch 906: frame 7248/7500 (96%)
|
|
[22:37:49 INFO] Video batch 907: frame 7256/7500 (96%)
|
|
[22:37:49 INFO] Video batch 907: 1 detections from postprocess
|
|
[22:37:49 INFO] Video frame video_short01_004500: 1 dets, valid=True
|
|
[22:37:49 INFO] Video batch 908: frame 7264/7500 (96%)
|
|
[22:37:49 INFO] Video batch 908: 2 detections from postprocess
|
|
[22:37:49 INFO] Video frame video_short01_004503: 1 dets, valid=True
|
|
[22:37:49 INFO] Video frame video_short01_004505: 1 dets, valid=True
|
|
[22:37:49 INFO] Video batch 909: frame 7272/7500 (96%)
|
|
[22:37:50 INFO] Video batch 909: 2 detections from postprocess
|
|
[22:37:50 INFO] Video frame video_short01_004506: 1 dets, valid=True
|
|
[22:37:50 INFO] Video frame video_short01_004508: 1 dets, valid=True
|
|
[22:37:50 INFO] Video batch 910: frame 7280/7500 (97%)
|
|
[22:37:50 INFO] Video batch 910: 2 detections from postprocess
|
|
[22:37:50 INFO] Video frame video_short01_004510: 1 dets, valid=True
|
|
[22:37:50 INFO] Video frame video_short01_004511: 1 dets, valid=True
|
|
[22:37:50 INFO] Video batch 911: frame 7288/7500 (97%)
|
|
[22:37:50 INFO] Video batch 911: 2 detections from postprocess
|
|
[22:37:50 INFO] Video frame video_short01_004513: 1 dets, valid=True
|
|
[22:37:50 INFO] Video frame video_short01_004514: 1 dets, valid=True
|
|
[22:37:50 INFO] Video batch 912: frame 7296/7500 (97%)
|
|
[22:37:50 INFO] Video batch 912: 2 detections from postprocess
|
|
[22:37:50 INFO] Video frame video_short01_004516: 1 dets, valid=True
|
|
[22:37:50 INFO] Video frame video_short01_004517: 1 dets, valid=True
|
|
[22:37:50 INFO] Video batch 913: frame 7304/7500 (97%)
|
|
[22:37:51 INFO] Video batch 913: 2 detections from postprocess
|
|
[22:37:51 INFO] Video frame video_short01_004519: 1 dets, valid=True
|
|
[22:37:51 INFO] Video frame video_short01_004521: 1 dets, valid=True
|
|
[22:37:51 INFO] Video batch 914: frame 7312/7500 (97%)
|
|
[22:37:51 INFO] Video batch 914: 1 detections from postprocess
|
|
[22:37:51 INFO] Video frame video_short01_004522: 1 dets, valid=True
|
|
[22:37:51 INFO] Video batch 915: frame 7320/7500 (97%)
|
|
[22:37:51 INFO] Video batch 915: 1 detections from postprocess
|
|
[22:37:51 INFO] Video frame video_short01_004527: 1 dets, valid=True
|
|
[22:37:51 INFO] Video batch 916: frame 7328/7500 (97%)
|
|
[22:37:51 INFO] Video batch 916: 1 detections from postprocess
|
|
[22:37:51 INFO] Video frame video_short01_004530: 1 dets, valid=True
|
|
[22:37:51 INFO] Video batch 917: frame 7336/7500 (97%)
|
|
[22:37:52 INFO] Video batch 918: frame 7344/7500 (97%)
|
|
[22:37:52 INFO] Video batch 919: frame 7352/7500 (98%)
|
|
[22:37:52 INFO] Video batch 920: frame 7360/7500 (98%)
|
|
[22:37:52 INFO] Video batch 921: frame 7368/7500 (98%)
|
|
[22:37:52 INFO] Video batch 922: frame 7376/7500 (98%)
|
|
[22:37:53 INFO] Video batch 923: frame 7384/7500 (98%)
|
|
[22:37:53 INFO] Video batch 924: frame 7392/7500 (98%)
|
|
[22:37:53 INFO] Video batch 925: frame 7400/7500 (98%)
|
|
[22:37:53 INFO] Video batch 926: frame 7408/7500 (98%)
|
|
[22:37:54 INFO] Video batch 927: frame 7416/7500 (98%)
|
|
[22:37:54 INFO] Video batch 928: frame 7424/7500 (98%)
|
|
[22:37:54 INFO] Video batch 929: frame 7432/7500 (99%)
|
|
[22:37:54 INFO] Video batch 930: frame 7440/7500 (99%)
|
|
[22:37:54 INFO] Video batch 931: frame 7448/7500 (99%)
|
|
[22:37:55 INFO] Video batch 932: frame 7456/7500 (99%)
|
|
[22:37:55 INFO] Video batch 933: frame 7464/7500 (99%)
|
|
[22:37:55 INFO] Video batch 934: frame 7472/7500 (99%)
|
|
[22:37:55 INFO] Video batch 935: frame 7480/7500 (99%)
|
|
[22:37:56 INFO] Video batch 936: frame 7488/7500 (99%)
|
|
[22:37:56 INFO] Video batch 937: frame 7496/7500 (99%)
|
|
[22:37:56 INFO] Video done: 7500 frames read, 937 batches processed
|
|
[22:38:58 INFO] init AI...
|
|
[22:38:58 INFO] Downloading
|
|
[22:39:00 INFO] CoreML model: input=input shape=(2, 3, 1280, 1280)
|
|
[22:39:00 INFO] Enabled
|
|
[22:39:02 INFO] init AI...
|
|
[22:39:02 INFO] init AI...
|
|
[22:39:02 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[22:39:02 INFO] ground sampling distance: 0.3059895833333333
|
|
[22:39:03 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[22:39:03 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[22:39:03 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[22:39:03 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[22:39:03 INFO] init AI...
|
|
[22:39:03 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4...
|
|
[22:39:03 INFO] Video: 7500 frames, 25.0 fps, 2560x1440
|
|
[22:39:03 INFO] Video batch 1: frame 8/7500 (0%)
|
|
[22:39:03 INFO] Video batch 2: frame 16/7500 (0%)
|
|
[22:39:04 INFO] Video batch 2: 2 detections from postprocess
|
|
[22:39:04 INFO] Video frame video_short01_000004: 1 dets, valid=True
|
|
[22:39:04 INFO] Video frame video_short01_000005: 1 dets, valid=True
|
|
[22:39:04 INFO] Video batch 3: frame 24/7500 (0%)
|
|
[22:39:04 INFO] Video batch 3: 2 detections from postprocess
|
|
[22:39:04 INFO] Video frame video_short01_000007: 1 dets, valid=True
|
|
[22:39:04 INFO] Video frame video_short01_000009: 1 dets, valid=True
|
|
[22:39:04 INFO] Video batch 4: frame 32/7500 (0%)
|
|
[22:39:04 INFO] Video batch 4: 2 detections from postprocess
|
|
[22:39:04 INFO] Video frame video_short01_000010: 1 dets, valid=True
|
|
[22:39:04 INFO] Video frame video_short01_000012: 1 dets, valid=True
|
|
[22:39:04 INFO] Video batch 5: frame 40/7500 (0%)
|
|
[22:39:04 INFO] Video batch 5: 2 detections from postprocess
|
|
[22:39:04 INFO] Video frame video_short01_000013: 1 dets, valid=True
|
|
[22:39:04 INFO] Video frame video_short01_000015: 1 dets, valid=True
|
|
[22:39:04 INFO] Video batch 6: frame 48/7500 (0%)
|
|
[22:39:05 INFO] Video batch 6: 2 detections from postprocess
|
|
[22:39:05 INFO] Video frame video_short01_000017: 1 dets, valid=True
|
|
[22:39:05 INFO] Video frame video_short01_000018: 1 dets, valid=True
|
|
[22:39:05 INFO] Video batch 7: frame 56/7500 (0%)
|
|
[22:39:05 INFO] Video batch 7: 2 detections from postprocess
|
|
[22:39:05 INFO] Video frame video_short01_000020: 1 dets, valid=True
|
|
[22:39:05 INFO] Video frame video_short01_000021: 1 dets, valid=True
|
|
[22:39:05 INFO] Video batch 8: frame 64/7500 (0%)
|
|
[22:39:05 INFO] Video batch 8: 2 detections from postprocess
|
|
[22:39:05 INFO] Video frame video_short01_000023: 1 dets, valid=True
|
|
[22:39:05 INFO] Video frame video_short01_000025: 1 dets, valid=True
|
|
[22:39:05 INFO] Video batch 9: frame 72/7500 (0%)
|
|
[22:39:05 INFO] Video batch 9: 2 detections from postprocess
|
|
[22:39:05 INFO] Video frame video_short01_000026: 1 dets, valid=True
|
|
[22:39:05 INFO] Video frame video_short01_000028: 1 dets, valid=True
|
|
[22:39:05 INFO] Video batch 10: frame 80/7500 (1%)
|
|
[22:39:05 INFO] Video batch 10: 2 detections from postprocess
|
|
[22:39:05 INFO] Video frame video_short01_000030: 1 dets, valid=True
|
|
[22:39:05 INFO] Video frame video_short01_000031: 1 dets, valid=True
|
|
[22:39:05 INFO] Video batch 11: frame 88/7500 (1%)
|
|
[22:39:06 INFO] Video batch 11: 3 detections from postprocess
|
|
[22:39:06 INFO] Video frame video_short01_000033: 1 dets, valid=True
|
|
[22:39:06 INFO] Video frame video_short01_000034: 2 dets, valid=True
|
|
[22:39:06 INFO] Video batch 12: frame 96/7500 (1%)
|
|
[22:39:06 INFO] Video batch 13: frame 104/7500 (1%)
|
|
[22:39:06 INFO] Video batch 13: 1 detections from postprocess
|
|
[22:39:06 INFO] Video frame video_short01_000041: 1 dets, valid=True
|
|
[22:39:06 INFO] Video batch 14: frame 112/7500 (1%)
|
|
[22:39:06 INFO] Video batch 14: 2 detections from postprocess
|
|
[22:39:06 INFO] Video frame video_short01_000042: 1 dets, valid=True
|
|
[22:39:06 INFO] Video frame video_short01_000044: 1 dets, valid=True
|
|
[22:39:06 INFO] Video batch 15: frame 120/7500 (1%)
|
|
[22:39:07 INFO] Video batch 15: 2 detections from postprocess
|
|
[22:39:07 INFO] Video frame video_short01_000045: 1 dets, valid=True
|
|
[22:39:07 INFO] Video frame video_short01_000047: 1 dets, valid=True
|
|
[22:39:07 INFO] Video batch 16: frame 128/7500 (1%)
|
|
[22:39:07 INFO] Video batch 16: 2 detections from postprocess
|
|
[22:39:07 INFO] Video frame video_short01_000049: 1 dets, valid=True
|
|
[22:39:07 INFO] Video frame video_short01_000050: 1 dets, valid=True
|
|
[22:39:07 INFO] Video batch 17: frame 136/7500 (1%)
|
|
[22:39:07 INFO] Video batch 17: 2 detections from postprocess
|
|
[22:39:07 INFO] Video frame video_short01_000052: 1 dets, valid=True
|
|
[22:39:07 INFO] Video frame video_short01_000053: 1 dets, valid=True
|
|
[22:39:07 INFO] Video batch 18: frame 144/7500 (1%)
|
|
[22:39:07 INFO] Video batch 18: 2 detections from postprocess
|
|
[22:39:07 INFO] Video frame video_short01_000055: 1 dets, valid=True
|
|
[22:39:07 INFO] Video frame video_short01_000057: 1 dets, valid=True
|
|
[22:39:07 INFO] Video batch 19: frame 152/7500 (2%)
|
|
[22:39:08 INFO] Video batch 20: frame 160/7500 (2%)
|
|
[22:39:08 INFO] Video batch 21: frame 168/7500 (2%)
|
|
[22:39:08 INFO] Video batch 21: 1 detections from postprocess
|
|
[22:39:08 INFO] Video frame video_short01_000066: 1 dets, valid=True
|
|
[22:39:08 INFO] Video batch 22: frame 176/7500 (2%)
|
|
[22:39:08 INFO] Video batch 22: 1 detections from postprocess
|
|
[22:39:08 INFO] Video frame video_short01_000068: 1 dets, valid=True
|
|
[22:39:08 INFO] Video batch 23: frame 184/7500 (2%)
|
|
[22:39:08 INFO] Video batch 23: 1 detections from postprocess
|
|
[22:39:08 INFO] Video frame video_short01_000073: 1 dets, valid=True
|
|
[22:39:08 INFO] Video batch 24: frame 192/7500 (2%)
|
|
[22:39:09 INFO] Video batch 24: 2 detections from postprocess
|
|
[22:39:09 INFO] Video frame video_short01_000074: 1 dets, valid=True
|
|
[22:39:09 INFO] Video frame video_short01_000076: 1 dets, valid=True
|
|
[22:39:09 INFO] Video batch 25: frame 200/7500 (2%)
|
|
[22:39:09 INFO] Video batch 25: 2 detections from postprocess
|
|
[22:39:09 INFO] Video frame video_short01_000077: 1 dets, valid=True
|
|
[22:39:09 INFO] Video frame video_short01_000079: 1 dets, valid=True
|
|
[22:39:09 INFO] Video batch 26: frame 208/7500 (2%)
|
|
[22:39:09 INFO] Video batch 26: 2 detections from postprocess
|
|
[22:39:09 INFO] Video frame video_short01_000081: 1 dets, valid=True
|
|
[22:39:09 INFO] Video frame video_short01_000082: 1 dets, valid=True
|
|
[22:39:09 INFO] Video batch 27: frame 216/7500 (2%)
|
|
[22:39:09 INFO] Video batch 27: 2 detections from postprocess
|
|
[22:39:09 INFO] Video frame video_short01_000084: 1 dets, valid=True
|
|
[22:39:09 INFO] Video frame video_short01_000085: 1 dets, valid=True
|
|
[22:39:09 INFO] Video batch 28: frame 224/7500 (2%)
|
|
[22:39:09 INFO] Video batch 28: 2 detections from postprocess
|
|
[22:39:09 INFO] Video frame video_short01_000087: 1 dets, valid=True
|
|
[22:39:09 INFO] Video frame video_short01_000089: 1 dets, valid=True
|
|
[22:39:10 INFO] Video batch 29: frame 232/7500 (3%)
|
|
[22:39:10 INFO] Video batch 29: 2 detections from postprocess
|
|
[22:39:10 INFO] Video frame video_short01_000090: 1 dets, valid=True
|
|
[22:39:10 INFO] Video frame video_short01_000092: 1 dets, valid=True
|
|
[22:39:10 INFO] Video batch 30: frame 240/7500 (3%)
|
|
[22:39:10 INFO] Video batch 30: 2 detections from postprocess
|
|
[22:39:10 INFO] Video frame video_short01_000093: 1 dets, valid=True
|
|
[22:39:10 INFO] Video frame video_short01_000095: 1 dets, valid=True
|
|
[22:39:10 INFO] Video batch 31: frame 248/7500 (3%)
|
|
[22:39:10 INFO] Video batch 31: 2 detections from postprocess
|
|
[22:39:10 INFO] Video frame video_short01_000097: 1 dets, valid=True
|
|
[22:39:10 INFO] Video frame video_short01_000098: 1 dets, valid=True
|
|
[22:39:10 INFO] Video batch 32: frame 256/7500 (3%)
|
|
[22:39:10 INFO] Video batch 32: 2 detections from postprocess
|
|
[22:39:10 INFO] Video frame video_short01_000100: 1 dets, valid=True
|
|
[22:39:10 INFO] Video frame video_short01_000101: 1 dets, valid=True
|
|
[22:39:10 INFO] Video batch 33: frame 264/7500 (3%)
|
|
[22:39:11 INFO] Video batch 33: 2 detections from postprocess
|
|
[22:39:11 INFO] Video frame video_short01_000103: 1 dets, valid=True
|
|
[22:39:11 INFO] Video frame video_short01_000105: 1 dets, valid=True
|
|
[22:39:11 INFO] Video batch 34: frame 272/7500 (3%)
|
|
[22:39:11 INFO] Video batch 34: 2 detections from postprocess
|
|
[22:39:11 INFO] Video frame video_short01_000106: 1 dets, valid=True
|
|
[22:39:11 INFO] Video frame video_short01_000108: 1 dets, valid=True
|
|
[22:39:11 INFO] Video batch 35: frame 280/7500 (3%)
|
|
[22:39:11 INFO] Video batch 35: 2 detections from postprocess
|
|
[22:39:11 INFO] Video frame video_short01_000110: 1 dets, valid=True
|
|
[22:39:11 INFO] Video frame video_short01_000111: 1 dets, valid=True
|
|
[22:39:11 INFO] Video batch 36: frame 288/7500 (3%)
|
|
[22:39:11 INFO] Video batch 36: 2 detections from postprocess
|
|
[22:39:11 INFO] Video frame video_short01_000113: 1 dets, valid=True
|
|
[22:39:11 INFO] Video frame video_short01_000114: 1 dets, valid=True
|
|
[22:39:11 INFO] Video batch 37: frame 296/7500 (3%)
|
|
[22:39:11 INFO] Video batch 37: 2 detections from postprocess
|
|
[22:39:11 INFO] Video frame video_short01_000116: 1 dets, valid=True
|
|
[22:39:12 INFO] Video frame video_short01_000117: 1 dets, valid=True
|
|
[22:39:12 INFO] Video batch 38: frame 304/7500 (4%)
|
|
[22:39:12 INFO] Video batch 38: 1 detections from postprocess
|
|
[22:39:12 INFO] Video frame video_short01_000121: 1 dets, valid=True
|
|
[22:39:12 INFO] Video batch 39: frame 312/7500 (4%)
|
|
[22:39:12 INFO] Video batch 40: frame 320/7500 (4%)
|
|
[22:39:12 INFO] Video batch 41: frame 328/7500 (4%)
|
|
[22:39:12 INFO] Video batch 42: frame 336/7500 (4%)
|
|
[22:39:13 INFO] Video batch 43: frame 344/7500 (4%)
|
|
[22:39:13 INFO] Video batch 44: frame 352/7500 (4%)
|
|
[22:39:13 INFO] Video batch 44: 1 detections from postprocess
|
|
[22:39:13 INFO] Video frame video_short01_000140: 1 dets, valid=True
|
|
[22:39:13 INFO] Video batch 45: frame 360/7500 (4%)
|
|
[22:39:13 INFO] Video batch 46: frame 368/7500 (4%)
|
|
[22:39:13 INFO] Video batch 47: frame 376/7500 (5%)
|
|
[22:39:14 INFO] Video batch 47: 2 detections from postprocess
|
|
[22:39:14 INFO] Video frame video_short01_000150: 2 dets, valid=True
|
|
[22:39:14 INFO] Video batch 48: frame 384/7500 (5%)
|
|
[22:39:14 INFO] Video batch 48: 3 detections from postprocess
|
|
[22:39:14 INFO] Video frame video_short01_000151: 3 dets, valid=True
|
|
[22:39:14 INFO] Video batch 49: frame 392/7500 (5%)
|
|
[22:39:14 INFO] Video batch 50: frame 400/7500 (5%)
|
|
[22:39:14 INFO] Video batch 51: frame 408/7500 (5%)
|
|
[22:39:15 INFO] Video batch 52: frame 416/7500 (5%)
|
|
[22:39:15 INFO] Video batch 53: frame 424/7500 (5%)
|
|
[22:39:15 INFO] Video batch 54: frame 432/7500 (5%)
|
|
[22:39:15 INFO] Video batch 55: frame 440/7500 (5%)
|
|
[22:39:15 INFO] Video batch 56: frame 448/7500 (5%)
|
|
[22:39:16 INFO] Video batch 57: frame 456/7500 (6%)
|
|
[22:39:16 INFO] Video batch 58: frame 464/7500 (6%)
|
|
[22:39:16 INFO] Video batch 59: frame 472/7500 (6%)
|
|
[22:39:16 INFO] Video batch 60: frame 480/7500 (6%)
|
|
[22:39:16 INFO] Video batch 61: frame 488/7500 (6%)
|
|
[22:39:17 INFO] Video batch 62: frame 496/7500 (6%)
|
|
[22:39:17 INFO] Video batch 63: frame 504/7500 (6%)
|
|
[22:39:17 INFO] Video batch 64: frame 512/7500 (6%)
|
|
[22:39:17 INFO] Video batch 65: frame 520/7500 (6%)
|
|
[22:39:18 INFO] Video batch 66: frame 528/7500 (7%)
|
|
[22:39:18 INFO] Video batch 67: frame 536/7500 (7%)
|
|
[22:39:18 INFO] Video batch 68: frame 544/7500 (7%)
|
|
[22:39:18 INFO] Video batch 69: frame 552/7500 (7%)
|
|
[22:39:18 INFO] Video batch 70: frame 560/7500 (7%)
|
|
[22:39:19 INFO] Video batch 71: frame 568/7500 (7%)
|
|
[22:39:19 INFO] Video batch 72: frame 576/7500 (7%)
|
|
[22:39:19 INFO] Video batch 73: frame 584/7500 (7%)
|
|
[22:39:19 INFO] Video batch 74: frame 592/7500 (7%)
|
|
[22:39:19 INFO] Video batch 75: frame 600/7500 (8%)
|
|
[22:39:20 INFO] Video batch 76: frame 608/7500 (8%)
|
|
[22:39:20 INFO] Video batch 77: frame 616/7500 (8%)
|
|
[22:39:20 INFO] Video batch 78: frame 624/7500 (8%)
|
|
[22:39:20 INFO] Video batch 79: frame 632/7500 (8%)
|
|
[22:39:21 INFO] Video batch 80: frame 640/7500 (8%)
|
|
[22:39:21 INFO] Video batch 81: frame 648/7500 (8%)
|
|
[22:39:21 INFO] Video batch 82: frame 656/7500 (8%)
|
|
[22:39:21 INFO] Video batch 83: frame 664/7500 (8%)
|
|
[22:39:21 INFO] Video batch 84: frame 672/7500 (8%)
|
|
[22:39:22 INFO] Video batch 85: frame 680/7500 (9%)
|
|
[22:39:22 INFO] Video batch 86: frame 688/7500 (9%)
|
|
[22:39:22 INFO] Video batch 87: frame 696/7500 (9%)
|
|
[22:39:22 INFO] Video batch 88: frame 704/7500 (9%)
|
|
[22:39:23 INFO] Video batch 89: frame 712/7500 (9%)
|
|
[22:39:23 INFO] Video batch 90: frame 720/7500 (9%)
|
|
[22:39:23 INFO] Video batch 91: frame 728/7500 (9%)
|
|
[22:39:23 INFO] Video batch 92: frame 736/7500 (9%)
|
|
[22:39:24 INFO] Video batch 93: frame 744/7500 (9%)
|
|
[22:39:24 INFO] Video batch 94: frame 752/7500 (10%)
|
|
[22:39:24 INFO] Video batch 95: frame 760/7500 (10%)
|
|
[22:39:24 INFO] Video batch 95: 1 detections from postprocess
|
|
[22:39:24 INFO] Video frame video_short01_000303: 1 dets, valid=True
|
|
[22:39:24 INFO] Video batch 96: frame 768/7500 (10%)
|
|
[22:39:24 INFO] Video batch 96: 2 detections from postprocess
|
|
[22:39:24 INFO] Video frame video_short01_000305: 1 dets, valid=True
|
|
[22:39:24 INFO] Video frame video_short01_000306: 1 dets, valid=True
|
|
[22:39:24 INFO] Video batch 97: frame 776/7500 (10%)
|
|
[22:39:25 INFO] Video batch 97: 2 detections from postprocess
|
|
[22:39:25 INFO] Video frame video_short01_000308: 1 dets, valid=True
|
|
[22:39:25 INFO] Video frame video_short01_000310: 1 dets, valid=True
|
|
[22:39:25 INFO] Video batch 98: frame 784/7500 (10%)
|
|
[22:39:25 INFO] Video batch 98: 2 detections from postprocess
|
|
[22:39:25 INFO] Video frame video_short01_000311: 1 dets, valid=True
|
|
[22:39:25 INFO] Video frame video_short01_000313: 1 dets, valid=True
|
|
[22:39:25 INFO] Video batch 99: frame 792/7500 (10%)
|
|
[22:39:25 INFO] Video batch 99: 2 detections from postprocess
|
|
[22:39:25 INFO] Video frame video_short01_000314: 1 dets, valid=True
|
|
[22:39:25 INFO] Video frame video_short01_000316: 1 dets, valid=True
|
|
[22:39:25 INFO] Video batch 100: frame 800/7500 (10%)
|
|
[22:39:25 INFO] Video batch 100: 2 detections from postprocess
|
|
[22:39:25 INFO] Video frame video_short01_000317: 1 dets, valid=True
|
|
[22:39:25 INFO] Video frame video_short01_000319: 1 dets, valid=True
|
|
[22:39:25 INFO] Video batch 101: frame 808/7500 (10%)
|
|
[22:39:26 INFO] Video batch 101: 2 detections from postprocess
|
|
[22:39:26 INFO] Video frame video_short01_000321: 1 dets, valid=True
|
|
[22:39:26 INFO] Video frame video_short01_000322: 1 dets, valid=True
|
|
[22:39:26 INFO] Video batch 102: frame 816/7500 (10%)
|
|
[22:39:26 INFO] Video batch 102: 2 detections from postprocess
|
|
[22:39:26 INFO] Video frame video_short01_000324: 1 dets, valid=True
|
|
[22:39:26 INFO] Video frame video_short01_000325: 1 dets, valid=True
|
|
[22:39:26 INFO] Video batch 103: frame 824/7500 (10%)
|
|
[22:39:26 INFO] Video batch 103: 2 detections from postprocess
|
|
[22:39:26 INFO] Video frame video_short01_000327: 1 dets, valid=True
|
|
[22:39:26 INFO] Video frame video_short01_000329: 1 dets, valid=True
|
|
[22:39:27 INFO] Video batch 104: frame 832/7500 (11%)
|
|
[22:39:27 INFO] Video batch 105: frame 840/7500 (11%)
|
|
[22:39:27 INFO] Video batch 106: frame 848/7500 (11%)
|
|
[22:39:27 INFO] Video batch 107: frame 856/7500 (11%)
|
|
[22:39:28 INFO] Video batch 108: frame 864/7500 (11%)
|
|
[22:39:28 INFO] Video batch 109: frame 872/7500 (11%)
|
|
[22:39:28 INFO] Video batch 110: frame 880/7500 (11%)
|
|
[22:39:29 INFO] Video batch 111: frame 888/7500 (11%)
|
|
[22:39:29 INFO] Video batch 112: frame 896/7500 (11%)
|
|
[22:39:29 INFO] Video batch 113: frame 904/7500 (12%)
|
|
[22:39:29 INFO] Video batch 114: frame 912/7500 (12%)
|
|
[22:39:30 INFO] Video batch 115: frame 920/7500 (12%)
|
|
[22:39:30 INFO] Video batch 116: frame 928/7500 (12%)
|
|
[22:39:30 INFO] Video batch 117: frame 936/7500 (12%)
|
|
[22:39:30 INFO] Video batch 118: frame 944/7500 (12%)
|
|
[22:39:30 INFO] Video batch 119: frame 952/7500 (12%)
|
|
[22:39:30 INFO] Video batch 120: frame 960/7500 (12%)
|
|
[22:39:31 INFO] Video batch 120: 1 detections from postprocess
|
|
[22:39:31 INFO] Video frame video_short01_000383: 1 dets, valid=True
|
|
[22:39:31 INFO] Video batch 121: frame 968/7500 (12%)
|
|
[22:39:31 INFO] Video batch 122: frame 976/7500 (13%)
|
|
[22:39:31 INFO] Video batch 123: frame 984/7500 (13%)
|
|
[22:39:31 INFO] Video batch 124: frame 992/7500 (13%)
|
|
[22:39:32 INFO] Video batch 125: frame 1000/7500 (13%)
|
|
[22:39:32 INFO] Video batch 126: frame 1008/7500 (13%)
|
|
[22:39:32 INFO] Video batch 126: 1 detections from postprocess
|
|
[22:39:32 INFO] Video frame video_short01_000401: 1 dets, valid=True
|
|
[22:39:32 INFO] Video batch 127: frame 1016/7500 (13%)
|
|
[22:39:32 INFO] Video batch 128: frame 1024/7500 (13%)
|
|
[22:39:33 INFO] Video batch 129: frame 1032/7500 (13%)
|
|
[22:39:33 INFO] Video batch 130: frame 1040/7500 (13%)
|
|
[22:39:33 INFO] Video batch 131: frame 1048/7500 (13%)
|
|
[22:39:33 INFO] Video batch 131: 1 detections from postprocess
|
|
[22:39:33 INFO] Video frame video_short01_000418: 1 dets, valid=True
|
|
[22:39:33 INFO] Video batch 132: frame 1056/7500 (14%)
|
|
[22:39:33 INFO] Video batch 132: 2 detections from postprocess
|
|
[22:39:33 INFO] Video frame video_short01_000420: 1 dets, valid=True
|
|
[22:39:33 INFO] Video frame video_short01_000421: 1 dets, valid=True
|
|
[22:39:33 INFO] Video batch 133: frame 1064/7500 (14%)
|
|
[22:39:34 INFO] Video batch 133: 2 detections from postprocess
|
|
[22:39:34 INFO] Video frame video_short01_000423: 1 dets, valid=True
|
|
[22:39:34 INFO] Video frame video_short01_000425: 1 dets, valid=True
|
|
[22:39:34 INFO] Video batch 134: frame 1072/7500 (14%)
|
|
[22:39:34 INFO] Video batch 134: 3 detections from postprocess
|
|
[22:39:34 INFO] Video frame video_short01_000426: 2 dets, valid=True
|
|
[22:39:34 INFO] Video frame video_short01_000428: 1 dets, valid=True
|
|
[22:39:34 INFO] Video batch 135: frame 1080/7500 (14%)
|
|
[22:39:34 INFO] Video batch 136: frame 1088/7500 (14%)
|
|
[22:39:34 INFO] Video batch 137: frame 1096/7500 (14%)
|
|
[22:39:35 INFO] Video batch 138: frame 1104/7500 (14%)
|
|
[22:39:35 INFO] Video batch 139: frame 1112/7500 (14%)
|
|
[22:39:35 INFO] Video batch 140: frame 1120/7500 (14%)
|
|
[22:39:35 INFO] Video batch 141: frame 1128/7500 (15%)
|
|
[22:39:35 INFO] Video batch 142: frame 1136/7500 (15%)
|
|
[22:39:36 INFO] Video batch 143: frame 1144/7500 (15%)
|
|
[22:39:36 INFO] Video batch 144: frame 1152/7500 (15%)
|
|
[22:39:36 INFO] Video batch 144: 1 detections from postprocess
|
|
[22:39:36 INFO] Video frame video_short01_000458: 1 dets, valid=True
|
|
[22:39:36 INFO] Video batch 145: frame 1160/7500 (15%)
|
|
[22:39:37 INFO] Video batch 146: frame 1168/7500 (15%)
|
|
[22:39:37 INFO] Video batch 146: 1 detections from postprocess
|
|
[22:39:37 INFO] Video frame video_short01_000466: 1 dets, valid=True
|
|
[22:39:37 INFO] Video batch 147: frame 1176/7500 (15%)
|
|
[22:39:37 INFO] Video batch 148: frame 1184/7500 (15%)
|
|
[22:39:38 INFO] Video batch 149: frame 1192/7500 (15%)
|
|
[22:39:38 INFO] Video batch 149: 1 detections from postprocess
|
|
[22:39:38 INFO] Video frame video_short01_000476: 1 dets, valid=True
|
|
[22:39:38 INFO] Video batch 150: frame 1200/7500 (16%)
|
|
[22:39:38 INFO] Video batch 150: 1 detections from postprocess
|
|
[22:39:38 INFO] Video frame video_short01_000477: 1 dets, valid=True
|
|
[22:39:38 INFO] Video batch 151: frame 1208/7500 (16%)
|
|
[22:39:38 INFO] Video batch 152: frame 1216/7500 (16%)
|
|
[22:39:39 INFO] Video batch 152: 1 detections from postprocess
|
|
[22:39:39 INFO] Video frame video_short01_000485: 1 dets, valid=True
|
|
[22:39:39 INFO] Video batch 153: frame 1224/7500 (16%)
|
|
[22:39:39 INFO] Video batch 153: 3 detections from postprocess
|
|
[22:39:39 INFO] Video frame video_short01_000487: 2 dets, valid=True
|
|
[22:39:39 INFO] Video frame video_short01_000489: 1 dets, valid=True
|
|
[22:39:39 INFO] Video batch 154: frame 1232/7500 (16%)
|
|
[22:39:39 INFO] Video batch 154: 2 detections from postprocess
|
|
[22:39:39 INFO] Video frame video_short01_000490: 1 dets, valid=True
|
|
[22:39:39 INFO] Video frame video_short01_000492: 1 dets, valid=True
|
|
[22:39:39 INFO] Video batch 155: frame 1240/7500 (16%)
|
|
[22:39:40 INFO] Video batch 155: 1 detections from postprocess
|
|
[22:39:40 INFO] Video frame video_short01_000493: 1 dets, valid=True
|
|
[22:39:40 INFO] Video batch 156: frame 1248/7500 (16%)
|
|
[22:39:40 INFO] Video batch 157: frame 1256/7500 (16%)
|
|
[22:39:40 INFO] Video batch 158: frame 1264/7500 (16%)
|
|
[22:39:40 INFO] Video batch 159: frame 1272/7500 (16%)
|
|
[22:39:40 INFO] Video batch 160: frame 1280/7500 (17%)
|
|
[22:39:41 INFO] Video batch 161: frame 1288/7500 (17%)
|
|
[22:39:41 INFO] Video batch 162: frame 1296/7500 (17%)
|
|
[22:39:41 INFO] Video batch 163: frame 1304/7500 (17%)
|
|
[22:39:41 INFO] Video batch 164: frame 1312/7500 (17%)
|
|
[22:39:41 INFO] Video batch 165: frame 1320/7500 (17%)
|
|
[22:39:42 INFO] Video batch 166: frame 1328/7500 (17%)
|
|
[22:39:42 INFO] Video batch 167: frame 1336/7500 (17%)
|
|
[22:39:42 INFO] Video batch 168: frame 1344/7500 (17%)
|
|
[22:39:42 INFO] Video batch 169: frame 1352/7500 (18%)
|
|
[22:39:42 INFO] Video batch 170: frame 1360/7500 (18%)
|
|
[22:39:43 INFO] Video batch 171: frame 1368/7500 (18%)
|
|
[22:39:43 INFO] Video batch 172: frame 1376/7500 (18%)
|
|
[22:39:43 INFO] Video batch 173: frame 1384/7500 (18%)
|
|
[22:39:43 INFO] Video batch 174: frame 1392/7500 (18%)
|
|
[22:39:44 INFO] Video batch 175: frame 1400/7500 (18%)
|
|
[22:39:44 INFO] Video batch 176: frame 1408/7500 (18%)
|
|
[22:39:44 INFO] Video batch 177: frame 1416/7500 (18%)
|
|
[22:39:44 INFO] Video batch 178: frame 1424/7500 (18%)
|
|
[22:39:44 INFO] Video batch 179: frame 1432/7500 (19%)
|
|
[22:39:45 INFO] Video batch 180: frame 1440/7500 (19%)
|
|
[22:39:45 INFO] Video batch 181: frame 1448/7500 (19%)
|
|
[22:39:45 INFO] Video batch 182: frame 1456/7500 (19%)
|
|
[22:39:45 INFO] Video batch 183: frame 1464/7500 (19%)
|
|
[22:39:45 INFO] Video batch 184: frame 1472/7500 (19%)
|
|
[22:39:46 INFO] Video batch 185: frame 1480/7500 (19%)
|
|
[22:39:46 INFO] Video batch 186: frame 1488/7500 (19%)
|
|
[22:39:46 INFO] Video batch 187: frame 1496/7500 (19%)
|
|
[22:39:46 INFO] Video batch 188: frame 1504/7500 (20%)
|
|
[22:39:46 INFO] Video batch 189: frame 1512/7500 (20%)
|
|
[22:39:47 INFO] Video batch 190: frame 1520/7500 (20%)
|
|
[22:39:47 INFO] Video batch 191: frame 1528/7500 (20%)
|
|
[22:39:47 INFO] Video batch 192: frame 1536/7500 (20%)
|
|
[22:39:47 INFO] Video batch 193: frame 1544/7500 (20%)
|
|
[22:39:48 INFO] Video batch 193: 1 detections from postprocess
|
|
[22:39:48 INFO] Video frame video_short01_001017: 1 dets, valid=True
|
|
[22:39:48 INFO] Video batch 194: frame 1552/7500 (20%)
|
|
[22:39:48 INFO] Video batch 195: frame 1560/7500 (20%)
|
|
[22:39:48 INFO] Video batch 196: frame 1568/7500 (20%)
|
|
[22:39:48 INFO] Video batch 197: frame 1576/7500 (21%)
|
|
[22:39:48 INFO] Video batch 198: frame 1584/7500 (21%)
|
|
[22:39:49 INFO] Video batch 199: frame 1592/7500 (21%)
|
|
[22:39:49 INFO] Video batch 200: frame 1600/7500 (21%)
|
|
[22:39:49 INFO] Video batch 200: 1 detections from postprocess
|
|
[22:39:49 INFO] Video frame video_short01_001039: 1 dets, valid=True
|
|
[22:39:49 INFO] Video batch 201: frame 1608/7500 (21%)
|
|
[22:39:49 INFO] Video batch 201: 1 detections from postprocess
|
|
[22:39:49 INFO] Video frame video_short01_001041: 1 dets, valid=True
|
|
[22:39:49 INFO] Video batch 202: frame 1616/7500 (21%)
|
|
[22:39:49 INFO] Video batch 203: frame 1624/7500 (21%)
|
|
[22:39:50 INFO] Video batch 204: frame 1632/7500 (21%)
|
|
[22:39:50 INFO] Video batch 205: frame 1640/7500 (21%)
|
|
[22:39:50 INFO] Video batch 206: frame 1648/7500 (21%)
|
|
[22:39:50 INFO] Video batch 207: frame 1656/7500 (22%)
|
|
[22:39:50 INFO] Video batch 208: frame 1664/7500 (22%)
|
|
[22:39:51 INFO] Video batch 209: frame 1672/7500 (22%)
|
|
[22:39:51 INFO] Video batch 210: frame 1680/7500 (22%)
|
|
[22:39:51 INFO] Video batch 211: frame 1688/7500 (22%)
|
|
[22:39:51 INFO] Video batch 212: frame 1696/7500 (22%)
|
|
[22:39:51 INFO] Video batch 213: frame 1704/7500 (22%)
|
|
[22:39:52 INFO] Video batch 214: frame 1712/7500 (22%)
|
|
[22:39:52 INFO] Video batch 215: frame 1720/7500 (22%)
|
|
[22:39:52 INFO] Video batch 216: frame 1728/7500 (23%)
|
|
[22:39:52 INFO] Video batch 217: frame 1736/7500 (23%)
|
|
[22:39:52 INFO] Video batch 218: frame 1744/7500 (23%)
|
|
[22:39:53 INFO] Video batch 219: frame 1752/7500 (23%)
|
|
[22:39:53 INFO] Video batch 219: 1 detections from postprocess
|
|
[22:39:53 INFO] Video frame video_short01_001100: 1 dets, valid=True
|
|
[22:39:53 INFO] Video batch 220: frame 1760/7500 (23%)
|
|
[22:39:53 INFO] Video batch 220: 2 detections from postprocess
|
|
[22:39:53 INFO] Video frame video_short01_001101: 1 dets, valid=True
|
|
[22:39:53 INFO] Video frame video_short01_001103: 1 dets, valid=True
|
|
[22:39:53 INFO] Video batch 221: frame 1768/7500 (23%)
|
|
[22:39:53 INFO] Video batch 221: 2 detections from postprocess
|
|
[22:39:53 INFO] Video frame video_short01_001105: 1 dets, valid=True
|
|
[22:39:53 INFO] Video frame video_short01_001106: 1 dets, valid=True
|
|
[22:39:53 INFO] Video batch 222: frame 1776/7500 (23%)
|
|
[22:39:54 INFO] Video batch 222: 2 detections from postprocess
|
|
[22:39:54 INFO] Video frame video_short01_001108: 1 dets, valid=True
|
|
[22:39:54 INFO] Video frame video_short01_001110: 1 dets, valid=True
|
|
[22:39:54 INFO] Video batch 223: frame 1784/7500 (23%)
|
|
[22:39:54 INFO] Video batch 223: 2 detections from postprocess
|
|
[22:39:54 INFO] Video frame video_short01_001111: 1 dets, valid=True
|
|
[22:39:54 INFO] Video frame video_short01_001113: 1 dets, valid=True
|
|
[22:39:54 INFO] Video batch 224: frame 1792/7500 (23%)
|
|
[22:39:54 INFO] Video batch 225: frame 1800/7500 (24%)
|
|
[22:39:54 INFO] Video batch 226: frame 1808/7500 (24%)
|
|
[22:39:54 INFO] Video batch 227: frame 1816/7500 (24%)
|
|
[22:39:55 INFO] Video batch 228: frame 1824/7500 (24%)
|
|
[22:39:55 INFO] Video batch 229: frame 1832/7500 (24%)
|
|
[22:39:55 INFO] Video batch 230: frame 1840/7500 (24%)
|
|
[22:39:55 INFO] Video batch 231: frame 1848/7500 (24%)
|
|
[22:39:55 INFO] Video batch 231: 1 detections from postprocess
|
|
[22:39:55 INFO] Video frame video_short01_001137: 1 dets, valid=True
|
|
[22:39:55 INFO] Video batch 232: frame 1856/7500 (24%)
|
|
[22:39:56 INFO] Video batch 233: frame 1864/7500 (24%)
|
|
[22:39:56 INFO] Video batch 234: frame 1872/7500 (24%)
|
|
[22:39:56 INFO] Video batch 235: frame 1880/7500 (25%)
|
|
[22:39:56 INFO] Video batch 235: 1 detections from postprocess
|
|
[22:39:56 INFO] Video frame video_short01_001151: 1 dets, valid=True
|
|
[22:39:56 INFO] Video batch 236: frame 1888/7500 (25%)
|
|
[22:39:57 INFO] Video batch 237: frame 1896/7500 (25%)
|
|
[22:39:57 INFO] Video batch 238: frame 1904/7500 (25%)
|
|
[22:39:57 INFO] Video batch 239: frame 1912/7500 (25%)
|
|
[22:39:57 INFO] Video batch 240: frame 1920/7500 (25%)
|
|
[22:39:57 INFO] Video batch 241: frame 1928/7500 (25%)
|
|
[22:39:58 INFO] Video batch 242: frame 1936/7500 (25%)
|
|
[22:39:58 INFO] Video batch 243: frame 1944/7500 (25%)
|
|
[22:39:58 INFO] Video batch 244: frame 1952/7500 (26%)
|
|
[22:39:58 INFO] Video batch 245: frame 1960/7500 (26%)
|
|
[22:39:58 INFO] Video batch 246: frame 1968/7500 (26%)
|
|
[22:39:59 INFO] Video batch 247: frame 1976/7500 (26%)
|
|
[22:39:59 INFO] Video batch 248: frame 1984/7500 (26%)
|
|
[22:39:59 INFO] Video batch 249: frame 1992/7500 (26%)
|
|
[22:39:59 INFO] Video batch 250: frame 2000/7500 (26%)
|
|
[22:39:59 INFO] Video batch 251: frame 2008/7500 (26%)
|
|
[22:40:00 INFO] Video batch 252: frame 2016/7500 (26%)
|
|
[22:40:00 INFO] Video batch 253: frame 2024/7500 (26%)
|
|
[22:40:00 INFO] Video batch 254: frame 2032/7500 (27%)
|
|
[22:40:00 INFO] Video batch 255: frame 2040/7500 (27%)
|
|
[22:40:00 INFO] Video batch 256: frame 2048/7500 (27%)
|
|
[22:40:01 INFO] Video batch 257: frame 2056/7500 (27%)
|
|
[22:40:01 INFO] Video batch 258: frame 2064/7500 (27%)
|
|
[22:40:01 INFO] Video batch 259: frame 2072/7500 (27%)
|
|
[22:40:01 INFO] Video batch 260: frame 2080/7500 (27%)
|
|
[22:40:02 INFO] Video batch 261: frame 2088/7500 (27%)
|
|
[22:40:02 INFO] Video batch 262: frame 2096/7500 (27%)
|
|
[22:40:02 INFO] Video batch 263: frame 2104/7500 (28%)
|
|
[22:40:02 INFO] Video batch 264: frame 2112/7500 (28%)
|
|
[22:40:02 INFO] Video batch 265: frame 2120/7500 (28%)
|
|
[22:40:03 INFO] Video batch 266: frame 2128/7500 (28%)
|
|
[22:40:03 INFO] Video batch 267: frame 2136/7500 (28%)
|
|
[22:40:03 INFO] Video batch 268: frame 2144/7500 (28%)
|
|
[22:40:03 INFO] Video batch 269: frame 2152/7500 (28%)
|
|
[22:40:03 INFO] Video batch 270: frame 2160/7500 (28%)
|
|
[22:40:04 INFO] Video batch 271: frame 2168/7500 (28%)
|
|
[22:40:04 INFO] Video batch 272: frame 2176/7500 (29%)
|
|
[22:40:04 INFO] Video batch 273: frame 2184/7500 (29%)
|
|
[22:40:04 INFO] Video batch 274: frame 2192/7500 (29%)
|
|
[22:40:05 INFO] Video batch 275: frame 2200/7500 (29%)
|
|
[22:40:05 INFO] Video batch 276: frame 2208/7500 (29%)
|
|
[22:40:05 INFO] Video batch 277: frame 2216/7500 (29%)
|
|
[22:40:05 INFO] Video batch 278: frame 2224/7500 (29%)
|
|
[22:40:05 INFO] Video batch 279: frame 2232/7500 (29%)
|
|
[22:40:06 INFO] Video batch 280: frame 2240/7500 (29%)
|
|
[22:40:06 INFO] Video batch 281: frame 2248/7500 (29%)
|
|
[22:40:06 INFO] Video batch 282: frame 2256/7500 (30%)
|
|
[22:40:06 INFO] Video batch 283: frame 2264/7500 (30%)
|
|
[22:40:06 INFO] Video batch 283: 2 detections from postprocess
|
|
[22:40:06 INFO] Video frame video_short01_001303: 1 dets, valid=True
|
|
[22:40:06 INFO] Video frame video_short01_001305: 1 dets, valid=True
|
|
[22:40:06 INFO] Video batch 284: frame 2272/7500 (30%)
|
|
[22:40:07 INFO] Video batch 285: frame 2280/7500 (30%)
|
|
[22:40:07 INFO] Video batch 285: 1 detections from postprocess
|
|
[22:40:07 INFO] Video frame video_short01_001310: 1 dets, valid=True
|
|
[22:40:07 INFO] Video batch 286: frame 2288/7500 (30%)
|
|
[22:40:07 INFO] Video batch 287: frame 2296/7500 (30%)
|
|
[22:40:07 INFO] Video batch 288: frame 2304/7500 (30%)
|
|
[22:40:07 INFO] Video batch 288: 1 detections from postprocess
|
|
[22:40:07 INFO] Video frame video_short01_001319: 1 dets, valid=True
|
|
[22:40:07 INFO] Video batch 289: frame 2312/7500 (30%)
|
|
[22:40:08 INFO] Video batch 289: 1 detections from postprocess
|
|
[22:40:08 INFO] Video frame video_short01_001324: 1 dets, valid=True
|
|
[22:40:08 INFO] Video batch 290: frame 2320/7500 (30%)
|
|
[22:40:08 INFO] Video batch 291: frame 2328/7500 (31%)
|
|
[22:40:08 INFO] Video batch 292: frame 2336/7500 (31%)
|
|
[22:40:08 INFO] Video batch 293: frame 2344/7500 (31%)
|
|
[22:40:09 INFO] Video batch 294: frame 2352/7500 (31%)
|
|
[22:40:09 INFO] Video batch 294: 1 detections from postprocess
|
|
[22:40:09 INFO] Video frame video_short01_001340: 1 dets, valid=True
|
|
[22:40:09 INFO] Video batch 295: frame 2360/7500 (31%)
|
|
[22:40:09 INFO] Video batch 296: frame 2368/7500 (31%)
|
|
[22:40:09 INFO] Video batch 297: frame 2376/7500 (31%)
|
|
[22:40:10 INFO] Video batch 297: 1 detections from postprocess
|
|
[22:40:10 INFO] Video frame video_short01_001350: 1 dets, valid=True
|
|
[22:40:10 INFO] Video batch 298: frame 2384/7500 (31%)
|
|
[22:40:10 INFO] Video batch 298: 1 detections from postprocess
|
|
[22:40:10 INFO] Video frame video_short01_001351: 1 dets, valid=True
|
|
[22:40:10 INFO] Video batch 299: frame 2392/7500 (31%)
|
|
[22:40:10 INFO] Video batch 299: 2 detections from postprocess
|
|
[22:40:10 INFO] Video frame video_short01_001354: 1 dets, valid=True
|
|
[22:40:10 INFO] Video frame video_short01_001356: 1 dets, valid=True
|
|
[22:40:10 INFO] Video batch 300: frame 2400/7500 (32%)
|
|
[22:40:10 INFO] Video batch 300: 1 detections from postprocess
|
|
[22:40:10 INFO] Video frame video_short01_001359: 1 dets, valid=True
|
|
[22:40:10 INFO] Video batch 301: frame 2408/7500 (32%)
|
|
[22:40:11 INFO] Video batch 301: 1 detections from postprocess
|
|
[22:40:11 INFO] Video frame video_short01_001362: 1 dets, valid=True
|
|
[22:40:11 INFO] Video batch 302: frame 2416/7500 (32%)
|
|
[22:40:11 INFO] Video batch 302: 2 detections from postprocess
|
|
[22:40:11 INFO] Video frame video_short01_001364: 1 dets, valid=True
|
|
[22:40:11 INFO] Video frame video_short01_001365: 1 dets, valid=True
|
|
[22:40:11 INFO] Video batch 303: frame 2424/7500 (32%)
|
|
[22:40:11 INFO] Video batch 304: frame 2432/7500 (32%)
|
|
[22:40:11 INFO] Video batch 305: frame 2440/7500 (32%)
|
|
[22:40:12 INFO] Video batch 306: frame 2448/7500 (32%)
|
|
[22:40:12 INFO] Video batch 307: frame 2456/7500 (32%)
|
|
[22:40:12 INFO] Video batch 308: frame 2464/7500 (32%)
|
|
[22:40:12 INFO] Video batch 309: frame 2472/7500 (32%)
|
|
[22:40:13 INFO] Video batch 310: frame 2480/7500 (33%)
|
|
[22:40:13 INFO] Video batch 311: frame 2488/7500 (33%)
|
|
[22:40:13 INFO] Video batch 312: frame 2496/7500 (33%)
|
|
[22:40:13 INFO] Video batch 313: frame 2504/7500 (33%)
|
|
[22:40:13 INFO] Video batch 314: frame 2512/7500 (33%)
|
|
[22:40:14 INFO] Video batch 315: frame 2520/7500 (33%)
|
|
[22:40:14 INFO] Video batch 316: frame 2528/7500 (33%)
|
|
[22:40:14 INFO] Video batch 317: frame 2536/7500 (33%)
|
|
[22:40:14 INFO] Video batch 318: frame 2544/7500 (33%)
|
|
[22:40:15 INFO] Video batch 319: frame 2552/7500 (34%)
|
|
[22:40:15 INFO] Video batch 320: frame 2560/7500 (34%)
|
|
[22:40:15 INFO] Video batch 321: frame 2568/7500 (34%)
|
|
[22:40:15 INFO] Video batch 322: frame 2576/7500 (34%)
|
|
[22:40:15 INFO] Video batch 323: frame 2584/7500 (34%)
|
|
[22:40:15 INFO] Video batch 324: frame 2592/7500 (34%)
|
|
[22:40:16 INFO] Video batch 325: frame 2600/7500 (34%)
|
|
[22:40:16 INFO] Video batch 326: frame 2608/7500 (34%)
|
|
[22:40:16 INFO] Video batch 327: frame 2616/7500 (34%)
|
|
[22:40:16 INFO] Video batch 328: frame 2624/7500 (34%)
|
|
[22:40:16 INFO] Video batch 329: frame 2632/7500 (35%)
|
|
[22:40:17 INFO] Video batch 330: frame 2640/7500 (35%)
|
|
[22:40:17 INFO] Video batch 331: frame 2648/7500 (35%)
|
|
[22:40:17 INFO] Video batch 332: frame 2656/7500 (35%)
|
|
[22:40:17 INFO] Video batch 333: frame 2664/7500 (35%)
|
|
[22:40:18 INFO] Video batch 334: frame 2672/7500 (35%)
|
|
[22:40:18 INFO] Video batch 335: frame 2680/7500 (35%)
|
|
[22:40:18 INFO] Video batch 336: frame 2688/7500 (35%)
|
|
[22:40:18 INFO] Video batch 337: frame 2696/7500 (35%)
|
|
[22:40:18 INFO] Video batch 338: frame 2704/7500 (36%)
|
|
[22:40:19 INFO] Video batch 339: frame 2712/7500 (36%)
|
|
[22:40:19 INFO] Video batch 339: 1 detections from postprocess
|
|
[22:40:19 INFO] Video frame video_short01_001484: 1 dets, valid=True
|
|
[22:40:19 INFO] Video batch 340: frame 2720/7500 (36%)
|
|
[22:40:19 INFO] Video batch 340: 2 detections from postprocess
|
|
[22:40:19 INFO] Video frame video_short01_001485: 1 dets, valid=True
|
|
[22:40:19 INFO] Video frame video_short01_001487: 1 dets, valid=True
|
|
[22:40:19 INFO] Video batch 341: frame 2728/7500 (36%)
|
|
[22:40:19 INFO] Video batch 341: 2 detections from postprocess
|
|
[22:40:19 INFO] Video frame video_short01_001489: 1 dets, valid=True
|
|
[22:40:19 INFO] Video frame video_short01_001490: 1 dets, valid=True
|
|
[22:40:19 INFO] Video batch 342: frame 2736/7500 (36%)
|
|
[22:40:19 INFO] Video batch 342: 2 detections from postprocess
|
|
[22:40:19 INFO] Video frame video_short01_001492: 1 dets, valid=True
|
|
[22:40:19 INFO] Video frame video_short01_001493: 1 dets, valid=True
|
|
[22:40:19 INFO] Video batch 343: frame 2744/7500 (36%)
|
|
[22:40:20 INFO] Video batch 343: 2 detections from postprocess
|
|
[22:40:20 INFO] Video frame video_short01_001495: 1 dets, valid=True
|
|
[22:40:20 INFO] Video frame video_short01_001497: 1 dets, valid=True
|
|
[22:40:20 INFO] Video batch 344: frame 2752/7500 (36%)
|
|
[22:40:20 INFO] Video batch 344: 2 detections from postprocess
|
|
[22:40:20 INFO] Video frame video_short01_001498: 1 dets, valid=True
|
|
[22:40:20 INFO] Video frame video_short01_001500: 1 dets, valid=True
|
|
[22:40:20 INFO] Video batch 345: frame 2760/7500 (36%)
|
|
[22:40:20 INFO] Video batch 345: 2 detections from postprocess
|
|
[22:40:20 INFO] Video frame video_short01_001501: 1 dets, valid=True
|
|
[22:40:20 INFO] Video frame video_short01_001503: 1 dets, valid=True
|
|
[22:40:20 INFO] Video batch 346: frame 2768/7500 (36%)
|
|
[22:40:20 INFO] Video batch 346: 2 detections from postprocess
|
|
[22:40:20 INFO] Video frame video_short01_001505: 1 dets, valid=True
|
|
[22:40:20 INFO] Video frame video_short01_001506: 1 dets, valid=True
|
|
[22:40:20 INFO] Video batch 347: frame 2776/7500 (37%)
|
|
[22:40:20 INFO] Video batch 347: 2 detections from postprocess
|
|
[22:40:20 INFO] Video frame video_short01_001508: 1 dets, valid=True
|
|
[22:40:20 INFO] Video frame video_short01_001510: 1 dets, valid=True
|
|
[22:40:20 INFO] Video batch 348: frame 2784/7500 (37%)
|
|
[22:40:21 INFO] Video batch 348: 2 detections from postprocess
|
|
[22:40:21 INFO] Video frame video_short01_001511: 1 dets, valid=True
|
|
[22:40:21 INFO] Video frame video_short01_001513: 1 dets, valid=True
|
|
[22:40:21 INFO] Video batch 349: frame 2792/7500 (37%)
|
|
[22:40:21 INFO] Video batch 349: 2 detections from postprocess
|
|
[22:40:21 INFO] Video frame video_short01_001514: 1 dets, valid=True
|
|
[22:40:21 INFO] Video frame video_short01_001516: 1 dets, valid=True
|
|
[22:40:21 INFO] Video batch 350: frame 2800/7500 (37%)
|
|
[22:40:21 INFO] Video batch 350: 2 detections from postprocess
|
|
[22:40:21 INFO] Video frame video_short01_001517: 1 dets, valid=True
|
|
[22:40:21 INFO] Video frame video_short01_001519: 1 dets, valid=True
|
|
[22:40:21 INFO] Video batch 351: frame 2808/7500 (37%)
|
|
[22:40:21 INFO] Video batch 351: 2 detections from postprocess
|
|
[22:40:21 INFO] Video frame video_short01_001521: 1 dets, valid=True
|
|
[22:40:21 INFO] Video frame video_short01_001522: 1 dets, valid=True
|
|
[22:40:21 INFO] Video batch 352: frame 2816/7500 (37%)
|
|
[22:40:21 INFO] Video batch 352: 2 detections from postprocess
|
|
[22:40:21 INFO] Video frame video_short01_001524: 1 dets, valid=True
|
|
[22:40:21 INFO] Video frame video_short01_001525: 1 dets, valid=True
|
|
[22:40:22 INFO] Video batch 353: frame 2824/7500 (37%)
|
|
[22:40:22 INFO] Video batch 353: 2 detections from postprocess
|
|
[22:40:22 INFO] Video frame video_short01_001527: 1 dets, valid=True
|
|
[22:40:22 INFO] Video frame video_short01_001529: 1 dets, valid=True
|
|
[22:40:22 INFO] Video batch 354: frame 2832/7500 (37%)
|
|
[22:40:22 INFO] Video batch 354: 2 detections from postprocess
|
|
[22:40:22 INFO] Video frame video_short01_001530: 1 dets, valid=True
|
|
[22:40:22 INFO] Video frame video_short01_001532: 1 dets, valid=True
|
|
[22:40:22 INFO] Video batch 355: frame 2840/7500 (37%)
|
|
[22:40:22 INFO] Video batch 355: 2 detections from postprocess
|
|
[22:40:22 INFO] Video frame video_short01_001533: 1 dets, valid=True
|
|
[22:40:22 INFO] Video frame video_short01_001535: 1 dets, valid=True
|
|
[22:40:22 INFO] Video batch 356: frame 2848/7500 (37%)
|
|
[22:40:22 INFO] Video batch 356: 2 detections from postprocess
|
|
[22:40:22 INFO] Video frame video_short01_001537: 1 dets, valid=True
|
|
[22:40:22 INFO] Video frame video_short01_001538: 1 dets, valid=True
|
|
[22:40:22 INFO] Video batch 357: frame 2856/7500 (38%)
|
|
[22:40:23 INFO] Video batch 357: 2 detections from postprocess
|
|
[22:40:23 INFO] Video frame video_short01_001540: 1 dets, valid=True
|
|
[22:40:23 INFO] Video frame video_short01_001541: 1 dets, valid=True
|
|
[22:40:23 INFO] Video batch 358: frame 2864/7500 (38%)
|
|
[22:40:23 INFO] Video batch 358: 2 detections from postprocess
|
|
[22:40:23 INFO] Video frame video_short01_001543: 1 dets, valid=True
|
|
[22:40:23 INFO] Video frame video_short01_001545: 1 dets, valid=True
|
|
[22:40:23 INFO] Video batch 359: frame 2872/7500 (38%)
|
|
[22:40:23 INFO] Video batch 359: 2 detections from postprocess
|
|
[22:40:23 INFO] Video frame video_short01_001546: 1 dets, valid=True
|
|
[22:40:23 INFO] Video frame video_short01_001548: 1 dets, valid=True
|
|
[22:40:23 INFO] Video batch 360: frame 2880/7500 (38%)
|
|
[22:40:23 INFO] Video batch 360: 2 detections from postprocess
|
|
[22:40:23 INFO] Video frame video_short01_001550: 1 dets, valid=True
|
|
[22:40:23 INFO] Video frame video_short01_001551: 1 dets, valid=True
|
|
[22:40:23 INFO] Video batch 361: frame 2888/7500 (38%)
|
|
[22:40:23 INFO] Video batch 361: 2 detections from postprocess
|
|
[22:40:23 INFO] Video frame video_short01_001553: 1 dets, valid=True
|
|
[22:40:23 INFO] Video frame video_short01_001554: 1 dets, valid=True
|
|
[22:40:23 INFO] Video batch 362: frame 2896/7500 (38%)
|
|
[22:40:24 INFO] Video batch 362: 2 detections from postprocess
|
|
[22:40:24 INFO] Video frame video_short01_001556: 1 dets, valid=True
|
|
[22:40:24 INFO] Video frame video_short01_001557: 1 dets, valid=True
|
|
[22:40:24 INFO] Video batch 363: frame 2904/7500 (38%)
|
|
[22:40:24 INFO] Video batch 363: 2 detections from postprocess
|
|
[22:40:24 INFO] Video frame video_short01_001559: 1 dets, valid=True
|
|
[22:40:24 INFO] Video frame video_short01_001561: 1 dets, valid=True
|
|
[22:40:24 INFO] Video batch 364: frame 2912/7500 (38%)
|
|
[22:40:24 INFO] Video batch 364: 2 detections from postprocess
|
|
[22:40:24 INFO] Video frame video_short01_001562: 1 dets, valid=True
|
|
[22:40:24 INFO] Video frame video_short01_001564: 1 dets, valid=True
|
|
[22:40:24 INFO] Video batch 365: frame 2920/7500 (38%)
|
|
[22:40:25 INFO] Video batch 365: 2 detections from postprocess
|
|
[22:40:25 INFO] Video frame video_short01_001565: 1 dets, valid=True
|
|
[22:40:25 INFO] Video frame video_short01_001567: 1 dets, valid=True
|
|
[22:40:25 INFO] Video batch 366: frame 2928/7500 (39%)
|
|
[22:40:25 INFO] Video batch 366: 2 detections from postprocess
|
|
[22:40:25 INFO] Video frame video_short01_001569: 1 dets, valid=True
|
|
[22:40:25 INFO] Video frame video_short01_001570: 1 dets, valid=True
|
|
[22:40:25 INFO] Video batch 367: frame 2936/7500 (39%)
|
|
[22:40:25 INFO] Video batch 367: 2 detections from postprocess
|
|
[22:40:25 INFO] Video frame video_short01_001572: 1 dets, valid=True
|
|
[22:40:25 INFO] Video frame video_short01_001573: 1 dets, valid=True
|
|
[22:40:25 INFO] Video batch 368: frame 2944/7500 (39%)
|
|
[22:40:25 INFO] Video batch 368: 2 detections from postprocess
|
|
[22:40:25 INFO] Video frame video_short01_001575: 1 dets, valid=True
|
|
[22:40:25 INFO] Video frame video_short01_001577: 1 dets, valid=True
|
|
[22:40:25 INFO] Video batch 369: frame 2952/7500 (39%)
|
|
[22:40:26 INFO] Video batch 369: 2 detections from postprocess
|
|
[22:40:26 INFO] Video frame video_short01_001578: 1 dets, valid=True
|
|
[22:40:26 INFO] Video frame video_short01_001580: 1 dets, valid=True
|
|
[22:40:26 INFO] Video batch 370: frame 2960/7500 (39%)
|
|
[22:40:26 INFO] Video batch 370: 2 detections from postprocess
|
|
[22:40:26 INFO] Video frame video_short01_001581: 1 dets, valid=True
|
|
[22:40:26 INFO] Video frame video_short01_001583: 1 dets, valid=True
|
|
[22:40:26 INFO] Video batch 371: frame 2968/7500 (39%)
|
|
[22:40:26 INFO] Video batch 371: 2 detections from postprocess
|
|
[22:40:26 INFO] Video frame video_short01_001585: 1 dets, valid=True
|
|
[22:40:26 INFO] Video frame video_short01_001586: 1 dets, valid=True
|
|
[22:40:26 INFO] Video batch 372: frame 2976/7500 (39%)
|
|
[22:40:27 INFO] Video batch 372: 2 detections from postprocess
|
|
[22:40:27 INFO] Video frame video_short01_001588: 1 dets, valid=True
|
|
[22:40:27 INFO] Video frame video_short01_001590: 1 dets, valid=True
|
|
[22:40:27 INFO] Video batch 373: frame 2984/7500 (39%)
|
|
[22:40:27 INFO] Video batch 373: 2 detections from postprocess
|
|
[22:40:27 INFO] Video frame video_short01_001591: 1 dets, valid=True
|
|
[22:40:27 INFO] Video frame video_short01_001593: 1 dets, valid=True
|
|
[22:40:27 INFO] Video batch 374: frame 2992/7500 (39%)
|
|
[22:40:27 INFO] Video batch 374: 2 detections from postprocess
|
|
[22:40:27 INFO] Video frame video_short01_001594: 1 dets, valid=True
|
|
[22:40:27 INFO] Video frame video_short01_001596: 1 dets, valid=True
|
|
[22:40:27 INFO] Video batch 375: frame 3000/7500 (40%)
|
|
[22:40:27 INFO] Video batch 375: 1 detections from postprocess
|
|
[22:40:27 INFO] Video frame video_short01_001597: 1 dets, valid=True
|
|
[22:40:27 INFO] Video batch 376: frame 3008/7500 (40%)
|
|
[22:40:27 INFO] Video batch 376: 1 detections from postprocess
|
|
[22:40:27 INFO] Video frame video_short01_002002: 1 dets, valid=True
|
|
[22:40:27 INFO] Video batch 377: frame 3016/7500 (40%)
|
|
[22:40:28 INFO] Video batch 378: frame 3024/7500 (40%)
|
|
[22:40:28 INFO] Video batch 379: frame 3032/7500 (40%)
|
|
[22:40:28 INFO] Video batch 380: frame 3040/7500 (40%)
|
|
[22:40:28 INFO] Video batch 381: frame 3048/7500 (40%)
|
|
[22:40:28 INFO] Video batch 382: frame 3056/7500 (40%)
|
|
[22:40:29 INFO] Video batch 383: frame 3064/7500 (40%)
|
|
[22:40:29 INFO] Video batch 383: 1 detections from postprocess
|
|
[22:40:29 INFO] Video frame video_short01_002025: 1 dets, valid=True
|
|
[22:40:29 INFO] Video batch 384: frame 3072/7500 (40%)
|
|
[22:40:29 INFO] Video batch 384: 2 detections from postprocess
|
|
[22:40:29 INFO] Video frame video_short01_002026: 1 dets, valid=True
|
|
[22:40:29 INFO] Video frame video_short01_002028: 1 dets, valid=True
|
|
[22:40:29 INFO] Video batch 385: frame 3080/7500 (41%)
|
|
[22:40:29 INFO] Video batch 385: 2 detections from postprocess
|
|
[22:40:29 INFO] Video frame video_short01_002030: 1 dets, valid=True
|
|
[22:40:29 INFO] Video frame video_short01_002031: 1 dets, valid=True
|
|
[22:40:29 INFO] Video batch 386: frame 3088/7500 (41%)
|
|
[22:40:29 INFO] Video batch 386: 1 detections from postprocess
|
|
[22:40:29 INFO] Video frame video_short01_002033: 1 dets, valid=True
|
|
[22:40:29 INFO] Video batch 387: frame 3096/7500 (41%)
|
|
[22:40:30 INFO] Video batch 387: 1 detections from postprocess
|
|
[22:40:30 INFO] Video frame video_short01_002037: 1 dets, valid=True
|
|
[22:40:30 INFO] Video batch 388: frame 3104/7500 (41%)
|
|
[22:40:30 INFO] Video batch 389: frame 3112/7500 (41%)
|
|
[22:40:30 INFO] Video batch 390: frame 3120/7500 (41%)
|
|
[22:40:30 INFO] Video batch 391: frame 3128/7500 (41%)
|
|
[22:40:30 INFO] Video batch 392: frame 3136/7500 (41%)
|
|
[22:40:31 INFO] Video batch 393: frame 3144/7500 (41%)
|
|
[22:40:31 INFO] Video batch 394: frame 3152/7500 (42%)
|
|
[22:40:31 INFO] Video batch 395: frame 3160/7500 (42%)
|
|
[22:40:31 INFO] Video batch 396: frame 3168/7500 (42%)
|
|
[22:40:31 INFO] Video batch 397: frame 3176/7500 (42%)
|
|
[22:40:32 INFO] Video batch 397: 1 detections from postprocess
|
|
[22:40:32 INFO] Video frame video_short01_002070: 1 dets, valid=True
|
|
[22:40:32 INFO] Video batch 398: frame 3184/7500 (42%)
|
|
[22:40:32 INFO] Video batch 398: 2 detections from postprocess
|
|
[22:40:32 INFO] Video frame video_short01_002071: 1 dets, valid=True
|
|
[22:40:32 INFO] Video frame video_short01_002073: 1 dets, valid=True
|
|
[22:40:32 INFO] Video batch 399: frame 3192/7500 (42%)
|
|
[22:40:32 INFO] Video batch 399: 2 detections from postprocess
|
|
[22:40:32 INFO] Video frame video_short01_002074: 1 dets, valid=True
|
|
[22:40:32 INFO] Video frame video_short01_002076: 1 dets, valid=True
|
|
[22:40:32 INFO] Video batch 400: frame 3200/7500 (42%)
|
|
[22:40:32 INFO] Video batch 400: 2 detections from postprocess
|
|
[22:40:32 INFO] Video frame video_short01_002077: 1 dets, valid=True
|
|
[22:40:32 INFO] Video frame video_short01_002079: 1 dets, valid=True
|
|
[22:40:32 INFO] Video batch 401: frame 3208/7500 (42%)
|
|
[22:40:33 INFO] Video batch 401: 2 detections from postprocess
|
|
[22:40:33 INFO] Video frame video_short01_002081: 1 dets, valid=True
|
|
[22:40:33 INFO] Video frame video_short01_002082: 1 dets, valid=True
|
|
[22:40:33 INFO] Video batch 402: frame 3216/7500 (42%)
|
|
[22:40:33 INFO] Video batch 402: 1 detections from postprocess
|
|
[22:40:33 INFO] Video frame video_short01_002084: 1 dets, valid=True
|
|
[22:40:33 INFO] Video batch 403: frame 3224/7500 (42%)
|
|
[22:40:33 INFO] Video batch 404: frame 3232/7500 (43%)
|
|
[22:40:33 INFO] Video batch 405: frame 3240/7500 (43%)
|
|
[22:40:33 INFO] Video batch 406: frame 3248/7500 (43%)
|
|
[22:40:34 INFO] Video batch 407: frame 3256/7500 (43%)
|
|
[22:40:34 INFO] Video batch 407: 1 detections from postprocess
|
|
[22:40:34 INFO] Video frame video_short01_002101: 1 dets, valid=True
|
|
[22:40:34 INFO] Video batch 408: frame 3264/7500 (43%)
|
|
[22:40:34 INFO] Video batch 408: 2 detections from postprocess
|
|
[22:40:34 INFO] Video frame video_short01_002103: 1 dets, valid=True
|
|
[22:40:34 INFO] Video frame video_short01_002105: 1 dets, valid=True
|
|
[22:40:34 INFO] Video batch 409: frame 3272/7500 (43%)
|
|
[22:40:34 INFO] Video batch 409: 2 detections from postprocess
|
|
[22:40:34 INFO] Video frame video_short01_002106: 1 dets, valid=True
|
|
[22:40:34 INFO] Video frame video_short01_002108: 1 dets, valid=True
|
|
[22:40:34 INFO] Video batch 410: frame 3280/7500 (43%)
|
|
[22:40:34 INFO] Video batch 410: 2 detections from postprocess
|
|
[22:40:34 INFO] Video frame video_short01_002110: 1 dets, valid=True
|
|
[22:40:34 INFO] Video frame video_short01_002111: 1 dets, valid=True
|
|
[22:40:34 INFO] Video batch 411: frame 3288/7500 (43%)
|
|
[22:40:35 INFO] Video batch 411: 2 detections from postprocess
|
|
[22:40:35 INFO] Video frame video_short01_002113: 1 dets, valid=True
|
|
[22:40:35 INFO] Video frame video_short01_002114: 1 dets, valid=True
|
|
[22:40:35 INFO] Video batch 412: frame 3296/7500 (43%)
|
|
[22:40:35 INFO] Video batch 413: frame 3304/7500 (44%)
|
|
[22:40:35 INFO] Video batch 413: 1 detections from postprocess
|
|
[22:40:35 INFO] Video frame video_short01_002121: 1 dets, valid=True
|
|
[22:40:35 INFO] Video batch 414: frame 3312/7500 (44%)
|
|
[22:40:35 INFO] Video batch 415: frame 3320/7500 (44%)
|
|
[22:40:35 INFO] Video batch 415: 2 detections from postprocess
|
|
[22:40:35 INFO] Video frame video_short01_002125: 1 dets, valid=True
|
|
[22:40:35 INFO] Video frame video_short01_002127: 1 dets, valid=True
|
|
[22:40:35 INFO] Video batch 416: frame 3328/7500 (44%)
|
|
[22:40:36 INFO] Video batch 416: 1 detections from postprocess
|
|
[22:40:36 INFO] Video frame video_short01_002130: 1 dets, valid=True
|
|
[22:40:36 INFO] Video batch 417: frame 3336/7500 (44%)
|
|
[22:40:36 INFO] Video batch 417: 2 detections from postprocess
|
|
[22:40:36 INFO] Video frame video_short01_002132: 1 dets, valid=True
|
|
[22:40:36 INFO] Video frame video_short01_002133: 1 dets, valid=True
|
|
[22:40:36 INFO] Video batch 418: frame 3344/7500 (44%)
|
|
[22:40:37 INFO] Video batch 418: 1 detections from postprocess
|
|
[22:40:37 INFO] Video frame video_short01_002137: 1 dets, valid=True
|
|
[22:40:37 INFO] Video batch 419: frame 3352/7500 (44%)
|
|
[22:40:37 INFO] Video batch 420: frame 3360/7500 (44%)
|
|
[22:40:37 INFO] Video batch 421: frame 3368/7500 (44%)
|
|
[22:40:38 INFO] Video batch 422: frame 3376/7500 (45%)
|
|
[22:40:38 INFO] Video batch 422: 1 detections from postprocess
|
|
[22:40:38 INFO] Video frame video_short01_002150: 1 dets, valid=True
|
|
[22:40:38 INFO] Video batch 423: frame 3384/7500 (45%)
|
|
[22:40:38 INFO] Video batch 423: 1 detections from postprocess
|
|
[22:40:38 INFO] Video frame video_short01_002153: 1 dets, valid=True
|
|
[22:40:39 INFO] Video batch 424: frame 3392/7500 (45%)
|
|
[22:40:39 INFO] Video batch 424: 1 detections from postprocess
|
|
[22:40:39 INFO] Video frame video_short01_002156: 1 dets, valid=True
|
|
[22:40:39 INFO] Video batch 425: frame 3400/7500 (45%)
|
|
[22:40:39 INFO] Video batch 425: 1 detections from postprocess
|
|
[22:40:39 INFO] Video frame video_short01_002157: 1 dets, valid=True
|
|
[22:40:39 INFO] Video batch 426: frame 3408/7500 (45%)
|
|
[22:40:39 INFO] Video batch 426: 1 detections from postprocess
|
|
[22:40:39 INFO] Video frame video_short01_002162: 1 dets, valid=True
|
|
[22:40:40 INFO] Video batch 427: frame 3416/7500 (45%)
|
|
[22:40:40 INFO] Video batch 427: 2 detections from postprocess
|
|
[22:40:40 INFO] Video frame video_short01_002164: 1 dets, valid=True
|
|
[22:40:40 INFO] Video frame video_short01_002165: 1 dets, valid=True
|
|
[22:40:40 INFO] Video batch 428: frame 3424/7500 (45%)
|
|
[22:40:40 INFO] Video batch 429: frame 3432/7500 (45%)
|
|
[22:40:40 INFO] Video batch 430: frame 3440/7500 (45%)
|
|
[22:40:41 INFO] Video batch 431: frame 3448/7500 (45%)
|
|
[22:40:41 INFO] Video batch 432: frame 3456/7500 (46%)
|
|
[22:40:41 INFO] Video batch 433: frame 3464/7500 (46%)
|
|
[22:40:41 INFO] Video batch 433: 1 detections from postprocess
|
|
[22:40:41 INFO] Video frame video_short01_002185: 1 dets, valid=True
|
|
[22:40:41 INFO] Video batch 434: frame 3472/7500 (46%)
|
|
[22:40:42 INFO] Video batch 434: 1 detections from postprocess
|
|
[22:40:42 INFO] Video frame video_short01_002186: 1 dets, valid=True
|
|
[22:40:42 INFO] Video batch 435: frame 3480/7500 (46%)
|
|
[22:40:42 INFO] Video batch 436: frame 3488/7500 (46%)
|
|
[22:40:42 INFO] Video batch 437: frame 3496/7500 (46%)
|
|
[22:40:42 INFO] Video batch 438: frame 3504/7500 (46%)
|
|
[22:40:42 INFO] Video batch 439: frame 3512/7500 (46%)
|
|
[22:40:43 INFO] Video batch 440: frame 3520/7500 (46%)
|
|
[22:40:43 INFO] Video batch 441: frame 3528/7500 (47%)
|
|
[22:40:43 INFO] Video batch 442: frame 3536/7500 (47%)
|
|
[22:40:43 INFO] Video batch 443: frame 3544/7500 (47%)
|
|
[22:40:43 INFO] Video batch 444: frame 3552/7500 (47%)
|
|
[22:40:44 INFO] Video batch 445: frame 3560/7500 (47%)
|
|
[22:40:44 INFO] Video batch 446: frame 3568/7500 (47%)
|
|
[22:40:44 INFO] Video batch 447: frame 3576/7500 (47%)
|
|
[22:40:44 INFO] Video batch 448: frame 3584/7500 (47%)
|
|
[22:40:44 INFO] Video batch 449: frame 3592/7500 (47%)
|
|
[22:40:45 INFO] Video batch 450: frame 3600/7500 (48%)
|
|
[22:40:45 INFO] Video batch 451: frame 3608/7500 (48%)
|
|
[22:40:45 INFO] Video batch 452: frame 3616/7500 (48%)
|
|
[22:40:45 INFO] Video batch 453: frame 3624/7500 (48%)
|
|
[22:40:46 INFO] Video batch 454: frame 3632/7500 (48%)
|
|
[22:40:46 INFO] Video batch 455: frame 3640/7500 (48%)
|
|
[22:40:46 INFO] Video batch 456: frame 3648/7500 (48%)
|
|
[22:40:46 INFO] Video batch 457: frame 3656/7500 (48%)
|
|
[22:40:46 INFO] Video batch 458: frame 3664/7500 (48%)
|
|
[22:40:47 INFO] Video batch 459: frame 3672/7500 (48%)
|
|
[22:40:47 INFO] Video batch 460: frame 3680/7500 (49%)
|
|
[22:40:47 INFO] Video batch 461: frame 3688/7500 (49%)
|
|
[22:40:47 INFO] Video batch 462: frame 3696/7500 (49%)
|
|
[22:40:47 INFO] Video batch 463: frame 3704/7500 (49%)
|
|
[22:40:47 INFO] Video batch 464: frame 3712/7500 (49%)
|
|
[22:40:48 INFO] Video batch 465: frame 3720/7500 (49%)
|
|
[22:40:48 INFO] Video batch 466: frame 3728/7500 (49%)
|
|
[22:40:48 INFO] Video batch 467: frame 3736/7500 (49%)
|
|
[22:40:48 INFO] Video batch 467: 1 detections from postprocess
|
|
[22:40:48 INFO] Video frame video_short01_002293: 1 dets, valid=True
|
|
[22:40:48 INFO] Video batch 468: frame 3744/7500 (49%)
|
|
[22:40:48 INFO] Video batch 468: 3 detections from postprocess
|
|
[22:40:48 INFO] Video frame video_short01_002295: 1 dets, valid=True
|
|
[22:40:48 INFO] Video frame video_short01_002297: 2 dets, valid=True
|
|
[22:40:49 INFO] Video batch 469: frame 3752/7500 (50%)
|
|
[22:40:49 INFO] Video batch 469: 3 detections from postprocess
|
|
[22:40:49 INFO] Video frame video_short01_002298: 1 dets, valid=True
|
|
[22:40:49 INFO] Video frame video_short01_002300: 2 dets, valid=True
|
|
[22:40:49 INFO] Video batch 470: frame 3760/7500 (50%)
|
|
[22:40:49 INFO] Video batch 470: 4 detections from postprocess
|
|
[22:40:49 INFO] Video frame video_short01_002301: 2 dets, valid=True
|
|
[22:40:49 INFO] Video frame video_short01_002303: 2 dets, valid=True
|
|
[22:40:49 INFO] Video batch 471: frame 3768/7500 (50%)
|
|
[22:40:49 INFO] Video batch 471: 4 detections from postprocess
|
|
[22:40:49 INFO] Video frame video_short01_002305: 2 dets, valid=True
|
|
[22:40:49 INFO] Video frame video_short01_002306: 2 dets, valid=True
|
|
[22:40:49 INFO] Video batch 472: frame 3776/7500 (50%)
|
|
[22:40:49 INFO] Video batch 472: 2 detections from postprocess
|
|
[22:40:49 INFO] Video frame video_short01_002308: 1 dets, valid=True
|
|
[22:40:49 INFO] Video frame video_short01_002310: 1 dets, valid=True
|
|
[22:40:49 INFO] Video batch 473: frame 3784/7500 (50%)
|
|
[22:40:50 INFO] Video batch 473: 2 detections from postprocess
|
|
[22:40:50 INFO] Video frame video_short01_002311: 1 dets, valid=True
|
|
[22:40:50 INFO] Video frame video_short01_002313: 1 dets, valid=True
|
|
[22:40:50 INFO] Video batch 474: frame 3792/7500 (50%)
|
|
[22:40:50 INFO] Video batch 474: 2 detections from postprocess
|
|
[22:40:50 INFO] Video frame video_short01_002314: 1 dets, valid=True
|
|
[22:40:50 INFO] Video frame video_short01_002316: 1 dets, valid=True
|
|
[22:40:50 INFO] Video batch 475: frame 3800/7500 (50%)
|
|
[22:40:50 INFO] Video batch 475: 2 detections from postprocess
|
|
[22:40:50 INFO] Video frame video_short01_002317: 1 dets, valid=True
|
|
[22:40:50 INFO] Video frame video_short01_002319: 1 dets, valid=True
|
|
[22:40:50 INFO] Video batch 476: frame 3808/7500 (50%)
|
|
[22:40:50 INFO] Video batch 476: 2 detections from postprocess
|
|
[22:40:50 INFO] Video frame video_short01_002321: 1 dets, valid=True
|
|
[22:40:50 INFO] Video frame video_short01_002322: 1 dets, valid=True
|
|
[22:40:50 INFO] Video batch 477: frame 3816/7500 (50%)
|
|
[22:40:50 INFO] Video batch 477: 3 detections from postprocess
|
|
[22:40:50 INFO] Video frame video_short01_002324: 2 dets, valid=True
|
|
[22:40:50 INFO] Video frame video_short01_002325: 1 dets, valid=True
|
|
[22:40:51 INFO] Video batch 478: frame 3824/7500 (50%)
|
|
[22:40:51 INFO] Video batch 478: 2 detections from postprocess
|
|
[22:40:51 INFO] Video frame video_short01_002327: 1 dets, valid=True
|
|
[22:40:51 INFO] Video frame video_short01_002329: 1 dets, valid=True
|
|
[22:40:51 INFO] Video batch 479: frame 3832/7500 (51%)
|
|
[22:40:51 INFO] Video batch 479: 2 detections from postprocess
|
|
[22:40:51 INFO] Video frame video_short01_002330: 1 dets, valid=True
|
|
[22:40:51 INFO] Video frame video_short01_002332: 1 dets, valid=True
|
|
[22:40:51 INFO] Video batch 480: frame 3840/7500 (51%)
|
|
[22:40:51 INFO] Video batch 480: 2 detections from postprocess
|
|
[22:40:51 INFO] Video frame video_short01_002333: 1 dets, valid=True
|
|
[22:40:51 INFO] Video frame video_short01_002335: 1 dets, valid=True
|
|
[22:40:51 INFO] Video batch 481: frame 3848/7500 (51%)
|
|
[22:40:51 INFO] Video batch 481: 3 detections from postprocess
|
|
[22:40:51 INFO] Video frame video_short01_002337: 2 dets, valid=True
|
|
[22:40:51 INFO] Video frame video_short01_002338: 1 dets, valid=True
|
|
[22:40:51 INFO] Video batch 482: frame 3856/7500 (51%)
|
|
[22:40:52 INFO] Video batch 482: 4 detections from postprocess
|
|
[22:40:52 INFO] Video frame video_short01_002340: 2 dets, valid=True
|
|
[22:40:52 INFO] Video frame video_short01_002341: 2 dets, valid=True
|
|
[22:40:52 INFO] Video batch 483: frame 3864/7500 (51%)
|
|
[22:40:52 INFO] Video batch 483: 4 detections from postprocess
|
|
[22:40:52 INFO] Video frame video_short01_002343: 2 dets, valid=True
|
|
[22:40:52 INFO] Video frame video_short01_002345: 2 dets, valid=True
|
|
[22:40:52 INFO] Video batch 484: frame 3872/7500 (51%)
|
|
[22:40:52 INFO] Video batch 484: 4 detections from postprocess
|
|
[22:40:52 INFO] Video frame video_short01_002346: 2 dets, valid=True
|
|
[22:40:52 INFO] Video frame video_short01_002348: 2 dets, valid=True
|
|
[22:40:52 INFO] Video batch 485: frame 3880/7500 (51%)
|
|
[22:40:52 INFO] Video batch 485: 4 detections from postprocess
|
|
[22:40:52 INFO] Video frame video_short01_002350: 2 dets, valid=True
|
|
[22:40:52 INFO] Video frame video_short01_002351: 2 dets, valid=True
|
|
[22:40:52 INFO] Video batch 486: frame 3888/7500 (51%)
|
|
[22:40:53 INFO] Video batch 486: 4 detections from postprocess
|
|
[22:40:53 INFO] Video frame video_short01_002353: 4 dets, valid=True
|
|
[22:40:53 INFO] Video batch 487: frame 3896/7500 (51%)
|
|
[22:40:53 INFO] Video batch 488: frame 3904/7500 (52%)
|
|
[22:40:53 INFO] Video batch 489: frame 3912/7500 (52%)
|
|
[22:40:53 INFO] Video batch 490: frame 3920/7500 (52%)
|
|
[22:40:53 INFO] Video batch 491: frame 3928/7500 (52%)
|
|
[22:40:54 INFO] Video batch 492: frame 3936/7500 (52%)
|
|
[22:40:54 INFO] Video batch 493: frame 3944/7500 (52%)
|
|
[22:40:54 INFO] Video batch 494: frame 3952/7500 (52%)
|
|
[22:40:54 INFO] Video batch 495: frame 3960/7500 (52%)
|
|
[22:40:54 INFO] Video batch 496: frame 3968/7500 (52%)
|
|
[22:40:55 INFO] Video batch 497: frame 3976/7500 (53%)
|
|
[22:40:55 INFO] Video batch 498: frame 3984/7500 (53%)
|
|
[22:40:55 INFO] Video batch 499: frame 3992/7500 (53%)
|
|
[22:40:55 INFO] Video batch 500: frame 4000/7500 (53%)
|
|
[22:40:55 INFO] Video batch 501: frame 4008/7500 (53%)
|
|
[22:40:56 INFO] Video batch 502: frame 4016/7500 (53%)
|
|
[22:40:56 INFO] Video batch 503: frame 4024/7500 (53%)
|
|
[22:40:56 INFO] Video batch 504: frame 4032/7500 (53%)
|
|
[22:40:56 INFO] Video batch 505: frame 4040/7500 (53%)
|
|
[22:40:56 INFO] Video batch 506: frame 4048/7500 (53%)
|
|
[22:40:57 INFO] Video batch 507: frame 4056/7500 (54%)
|
|
[22:40:57 INFO] Video batch 508: frame 4064/7500 (54%)
|
|
[22:40:57 INFO] Video batch 509: frame 4072/7500 (54%)
|
|
[22:40:57 INFO] Video batch 510: frame 4080/7500 (54%)
|
|
[22:40:57 INFO] Video batch 511: frame 4088/7500 (54%)
|
|
[22:40:58 INFO] Video batch 512: frame 4096/7500 (54%)
|
|
[22:40:58 INFO] Video batch 512: 1 detections from postprocess
|
|
[22:40:58 INFO] Video frame video_short01_002437: 1 dets, valid=True
|
|
[22:40:58 INFO] Video batch 513: frame 4104/7500 (54%)
|
|
[22:40:58 INFO] Video batch 513: 1 detections from postprocess
|
|
[22:40:58 INFO] Video frame video_short01_002439: 1 dets, valid=True
|
|
[22:40:58 INFO] Video batch 514: frame 4112/7500 (54%)
|
|
[22:40:58 INFO] Video batch 515: frame 4120/7500 (54%)
|
|
[22:40:59 INFO] Video batch 516: frame 4128/7500 (55%)
|
|
[22:40:59 INFO] Video batch 517: frame 4136/7500 (55%)
|
|
[22:40:59 INFO] Video batch 518: frame 4144/7500 (55%)
|
|
[22:40:59 INFO] Video batch 519: frame 4152/7500 (55%)
|
|
[22:40:59 INFO] Video batch 520: frame 4160/7500 (55%)
|
|
[22:41:00 INFO] Video batch 521: frame 4168/7500 (55%)
|
|
[22:41:00 INFO] Video batch 522: frame 4176/7500 (55%)
|
|
[22:41:00 INFO] Video batch 523: frame 4184/7500 (55%)
|
|
[22:41:00 INFO] Video batch 524: frame 4192/7500 (55%)
|
|
[22:41:00 INFO] Video batch 525: frame 4200/7500 (56%)
|
|
[22:41:01 INFO] Video batch 526: frame 4208/7500 (56%)
|
|
[22:41:01 INFO] Video batch 527: frame 4216/7500 (56%)
|
|
[22:41:01 INFO] Video batch 528: frame 4224/7500 (56%)
|
|
[22:41:01 INFO] Video batch 529: frame 4232/7500 (56%)
|
|
[22:41:01 INFO] Video batch 530: frame 4240/7500 (56%)
|
|
[22:41:01 INFO] Video batch 531: frame 4248/7500 (56%)
|
|
[22:41:02 INFO] Video batch 532: frame 4256/7500 (56%)
|
|
[22:41:02 INFO] Video batch 533: frame 4264/7500 (56%)
|
|
[22:41:02 INFO] Video batch 534: frame 4272/7500 (56%)
|
|
[22:41:02 INFO] Video batch 535: frame 4280/7500 (57%)
|
|
[22:41:02 INFO] Video batch 536: frame 4288/7500 (57%)
|
|
[22:41:03 INFO] Video batch 537: frame 4296/7500 (57%)
|
|
[22:41:03 INFO] Video batch 538: frame 4304/7500 (57%)
|
|
[22:41:03 INFO] Video batch 539: frame 4312/7500 (57%)
|
|
[22:41:03 INFO] Video batch 540: frame 4320/7500 (57%)
|
|
[22:41:03 INFO] Video batch 541: frame 4328/7500 (57%)
|
|
[22:41:04 INFO] Video batch 542: frame 4336/7500 (57%)
|
|
[22:41:04 INFO] Video batch 543: frame 4344/7500 (57%)
|
|
[22:41:04 INFO] Video batch 544: frame 4352/7500 (58%)
|
|
[22:41:04 INFO] Video batch 545: frame 4360/7500 (58%)
|
|
[22:41:04 INFO] Video batch 546: frame 4368/7500 (58%)
|
|
[22:41:05 INFO] Video batch 547: frame 4376/7500 (58%)
|
|
[22:41:05 INFO] Video batch 547: 3 detections from postprocess
|
|
[22:41:05 INFO] Video frame video_short01_002548: 2 dets, valid=True
|
|
[22:41:05 INFO] Video frame video_short01_002550: 1 dets, valid=True
|
|
[22:41:05 INFO] Video batch 548: frame 4384/7500 (58%)
|
|
[22:41:05 INFO] Video batch 548: 2 detections from postprocess
|
|
[22:41:05 INFO] Video frame video_short01_002551: 1 dets, valid=True
|
|
[22:41:05 INFO] Video frame video_short01_002553: 1 dets, valid=True
|
|
[22:41:05 INFO] Video batch 549: frame 4392/7500 (58%)
|
|
[22:41:05 INFO] Video batch 549: 2 detections from postprocess
|
|
[22:41:05 INFO] Video frame video_short01_002554: 1 dets, valid=True
|
|
[22:41:05 INFO] Video frame video_short01_002556: 1 dets, valid=True
|
|
[22:41:05 INFO] Video batch 550: frame 4400/7500 (58%)
|
|
[22:41:06 INFO] Video batch 550: 2 detections from postprocess
|
|
[22:41:06 INFO] Video frame video_short01_002557: 1 dets, valid=True
|
|
[22:41:06 INFO] Video frame video_short01_002559: 1 dets, valid=True
|
|
[22:41:06 INFO] Video batch 551: frame 4408/7500 (58%)
|
|
[22:41:06 INFO] Video batch 551: 2 detections from postprocess
|
|
[22:41:06 INFO] Video frame video_short01_002561: 1 dets, valid=True
|
|
[22:41:06 INFO] Video frame video_short01_002562: 1 dets, valid=True
|
|
[22:41:06 INFO] Video batch 552: frame 4416/7500 (58%)
|
|
[22:41:06 INFO] Video batch 552: 2 detections from postprocess
|
|
[22:41:06 INFO] Video frame video_short01_002564: 1 dets, valid=True
|
|
[22:41:06 INFO] Video frame video_short01_002565: 1 dets, valid=True
|
|
[22:41:06 INFO] Video batch 553: frame 4424/7500 (58%)
|
|
[22:41:06 INFO] Video batch 553: 1 detections from postprocess
|
|
[22:41:06 INFO] Video frame video_short01_002567: 1 dets, valid=True
|
|
[22:41:06 INFO] Video batch 554: frame 4432/7500 (59%)
|
|
[22:41:06 INFO] Video batch 555: frame 4440/7500 (59%)
|
|
[22:41:07 INFO] Video batch 556: frame 4448/7500 (59%)
|
|
[22:41:07 INFO] Video batch 557: frame 4456/7500 (59%)
|
|
[22:41:07 INFO] Video batch 558: frame 4464/7500 (59%)
|
|
[22:41:07 INFO] Video batch 559: frame 4472/7500 (59%)
|
|
[22:41:08 INFO] Video batch 560: frame 4480/7500 (59%)
|
|
[22:41:08 INFO] Video batch 561: frame 4488/7500 (59%)
|
|
[22:41:08 INFO] Video batch 562: frame 4496/7500 (59%)
|
|
[22:41:08 INFO] Video batch 563: frame 4504/7500 (60%)
|
|
[22:41:08 INFO] Video batch 564: frame 4512/7500 (60%)
|
|
[22:41:09 INFO] Video batch 565: frame 4520/7500 (60%)
|
|
[22:41:09 INFO] Video batch 566: frame 4528/7500 (60%)
|
|
[22:41:09 INFO] Video batch 567: frame 4536/7500 (60%)
|
|
[22:41:09 INFO] Video batch 568: frame 4544/7500 (60%)
|
|
[22:41:09 INFO] Video batch 568: 1 detections from postprocess
|
|
[22:41:09 INFO] Video frame video_short01_003017: 1 dets, valid=True
|
|
[22:41:09 INFO] Video batch 569: frame 4552/7500 (60%)
|
|
[22:41:10 INFO] Video batch 570: frame 4560/7500 (60%)
|
|
[22:41:10 INFO] Video batch 571: frame 4568/7500 (60%)
|
|
[22:41:10 INFO] Video batch 572: frame 4576/7500 (61%)
|
|
[22:41:10 INFO] Video batch 572: 1 detections from postprocess
|
|
[22:41:10 INFO] Video frame video_short01_003028: 1 dets, valid=True
|
|
[22:41:10 INFO] Video batch 573: frame 4584/7500 (61%)
|
|
[22:41:10 INFO] Video batch 574: frame 4592/7500 (61%)
|
|
[22:41:11 INFO] Video batch 575: frame 4600/7500 (61%)
|
|
[22:41:11 INFO] Video batch 576: frame 4608/7500 (61%)
|
|
[22:41:11 INFO] Video batch 577: frame 4616/7500 (61%)
|
|
[22:41:11 INFO] Video batch 578: frame 4624/7500 (61%)
|
|
[22:41:11 INFO] Video batch 579: frame 4632/7500 (61%)
|
|
[22:41:12 INFO] Video batch 580: frame 4640/7500 (61%)
|
|
[22:41:12 INFO] Video batch 581: frame 4648/7500 (61%)
|
|
[22:41:12 INFO] Video batch 582: frame 4656/7500 (62%)
|
|
[22:41:12 INFO] Video batch 583: frame 4664/7500 (62%)
|
|
[22:41:12 INFO] Video batch 584: frame 4672/7500 (62%)
|
|
[22:41:13 INFO] Video batch 585: frame 4680/7500 (62%)
|
|
[22:41:13 INFO] Video batch 586: frame 4688/7500 (62%)
|
|
[22:41:13 INFO] Video batch 587: frame 4696/7500 (62%)
|
|
[22:41:13 INFO] Video batch 587: 1 detections from postprocess
|
|
[22:41:13 INFO] Video frame video_short01_003077: 1 dets, valid=True
|
|
[22:41:13 INFO] Video batch 588: frame 4704/7500 (62%)
|
|
[22:41:13 INFO] Video batch 589: frame 4712/7500 (62%)
|
|
[22:41:14 INFO] Video batch 590: frame 4720/7500 (62%)
|
|
[22:41:14 INFO] Video batch 591: frame 4728/7500 (63%)
|
|
[22:41:14 INFO] Video batch 592: frame 4736/7500 (63%)
|
|
[22:41:14 INFO] Video batch 593: frame 4744/7500 (63%)
|
|
[22:41:14 INFO] Video batch 594: frame 4752/7500 (63%)
|
|
[22:41:15 INFO] Video batch 594: 1 detections from postprocess
|
|
[22:41:15 INFO] Video frame video_short01_003098: 1 dets, valid=True
|
|
[22:41:15 INFO] Video batch 595: frame 4760/7500 (63%)
|
|
[22:41:15 INFO] Video batch 595: 1 detections from postprocess
|
|
[22:41:15 INFO] Video frame video_short01_003101: 1 dets, valid=True
|
|
[22:41:15 INFO] Video batch 596: frame 4768/7500 (63%)
|
|
[22:41:15 INFO] Video batch 597: frame 4776/7500 (63%)
|
|
[22:41:15 INFO] Video batch 598: frame 4784/7500 (63%)
|
|
[22:41:15 INFO] Video batch 599: frame 4792/7500 (63%)
|
|
[22:41:16 INFO] Video batch 599: 1 detections from postprocess
|
|
[22:41:16 INFO] Video frame video_short01_003116: 1 dets, valid=True
|
|
[22:41:16 INFO] Video batch 600: frame 4800/7500 (64%)
|
|
[22:41:16 INFO] Video batch 600: 4 detections from postprocess
|
|
[22:41:16 INFO] Video frame video_short01_003117: 1 dets, valid=True
|
|
[22:41:16 INFO] Video frame video_short01_003119: 3 dets, valid=True
|
|
[22:41:16 INFO] Video batch 601: frame 4808/7500 (64%)
|
|
[22:41:16 INFO] Video batch 601: 4 detections from postprocess
|
|
[22:41:16 INFO] Video frame video_short01_003121: 2 dets, valid=True
|
|
[22:41:16 INFO] Video frame video_short01_003122: 2 dets, valid=True
|
|
[22:41:16 INFO] Video batch 602: frame 4816/7500 (64%)
|
|
[22:41:16 INFO] Video batch 602: 6 detections from postprocess
|
|
[22:41:16 INFO] Video frame video_short01_003124: 3 dets, valid=True
|
|
[22:41:16 INFO] Video frame video_short01_003125: 3 dets, valid=True
|
|
[22:41:16 INFO] Video batch 603: frame 4824/7500 (64%)
|
|
[22:41:17 INFO] Video batch 603: 4 detections from postprocess
|
|
[22:41:17 INFO] Video frame video_short01_003127: 2 dets, valid=True
|
|
[22:41:17 INFO] Video frame video_short01_003129: 2 dets, valid=True
|
|
[22:41:17 INFO] Video batch 604: frame 4832/7500 (64%)
|
|
[22:41:17 INFO] Video batch 604: 5 detections from postprocess
|
|
[22:41:17 INFO] Video frame video_short01_003130: 2 dets, valid=True
|
|
[22:41:17 INFO] Video frame video_short01_003132: 3 dets, valid=True
|
|
[22:41:17 INFO] Video batch 605: frame 4840/7500 (64%)
|
|
[22:41:17 INFO] Video batch 605: 4 detections from postprocess
|
|
[22:41:17 INFO] Video frame video_short01_003133: 2 dets, valid=True
|
|
[22:41:17 INFO] Video frame video_short01_003135: 2 dets, valid=True
|
|
[22:41:17 INFO] Video batch 606: frame 4848/7500 (64%)
|
|
[22:41:17 INFO] Video batch 606: 4 detections from postprocess
|
|
[22:41:17 INFO] Video frame video_short01_003137: 2 dets, valid=True
|
|
[22:41:17 INFO] Video frame video_short01_003138: 2 dets, valid=True
|
|
[22:41:17 INFO] Video batch 607: frame 4856/7500 (64%)
|
|
[22:41:17 INFO] Video batch 607: 4 detections from postprocess
|
|
[22:41:17 INFO] Video frame video_short01_003140: 2 dets, valid=True
|
|
[22:41:17 INFO] Video frame video_short01_003141: 2 dets, valid=True
|
|
[22:41:17 INFO] Video batch 608: frame 4864/7500 (64%)
|
|
[22:41:18 INFO] Video batch 608: 4 detections from postprocess
|
|
[22:41:18 INFO] Video frame video_short01_003143: 2 dets, valid=True
|
|
[22:41:18 INFO] Video frame video_short01_003145: 2 dets, valid=True
|
|
[22:41:18 INFO] Video batch 609: frame 4872/7500 (64%)
|
|
[22:41:18 INFO] Video batch 609: 3 detections from postprocess
|
|
[22:41:18 INFO] Video frame video_short01_003146: 1 dets, valid=True
|
|
[22:41:18 INFO] Video frame video_short01_003148: 2 dets, valid=True
|
|
[22:41:18 INFO] Video batch 610: frame 4880/7500 (65%)
|
|
[22:41:18 INFO] Video batch 610: 4 detections from postprocess
|
|
[22:41:18 INFO] Video frame video_short01_003150: 2 dets, valid=True
|
|
[22:41:18 INFO] Video frame video_short01_003151: 2 dets, valid=True
|
|
[22:41:18 INFO] Video batch 611: frame 4888/7500 (65%)
|
|
[22:41:18 INFO] Video batch 611: 3 detections from postprocess
|
|
[22:41:18 INFO] Video frame video_short01_003153: 2 dets, valid=True
|
|
[22:41:18 INFO] Video frame video_short01_003154: 1 dets, valid=True
|
|
[22:41:18 INFO] Video batch 612: frame 4896/7500 (65%)
|
|
[22:41:18 INFO] Video batch 612: 2 detections from postprocess
|
|
[22:41:18 INFO] Video frame video_short01_003156: 1 dets, valid=True
|
|
[22:41:18 INFO] Video frame video_short01_003157: 1 dets, valid=True
|
|
[22:41:19 INFO] Video batch 613: frame 4904/7500 (65%)
|
|
[22:41:19 INFO] Video batch 613: 2 detections from postprocess
|
|
[22:41:19 INFO] Video frame video_short01_003159: 1 dets, valid=True
|
|
[22:41:19 INFO] Video frame video_short01_003161: 1 dets, valid=True
|
|
[22:41:19 INFO] Video batch 614: frame 4912/7500 (65%)
|
|
[22:41:19 INFO] Video batch 614: 2 detections from postprocess
|
|
[22:41:19 INFO] Video frame video_short01_003162: 1 dets, valid=True
|
|
[22:41:19 INFO] Video frame video_short01_003164: 1 dets, valid=True
|
|
[22:41:19 INFO] Video batch 615: frame 4920/7500 (65%)
|
|
[22:41:19 INFO] Video batch 615: 2 detections from postprocess
|
|
[22:41:19 INFO] Video frame video_short01_003165: 1 dets, valid=True
|
|
[22:41:19 INFO] Video frame video_short01_003167: 1 dets, valid=True
|
|
[22:41:19 INFO] Video batch 616: frame 4928/7500 (65%)
|
|
[22:41:19 INFO] Video batch 616: 2 detections from postprocess
|
|
[22:41:19 INFO] Video frame video_short01_003169: 1 dets, valid=True
|
|
[22:41:19 INFO] Video frame video_short01_003170: 1 dets, valid=True
|
|
[22:41:19 INFO] Video batch 617: frame 4936/7500 (65%)
|
|
[22:41:20 INFO] Video batch 617: 3 detections from postprocess
|
|
[22:41:20 INFO] Video frame video_short01_003172: 1 dets, valid=True
|
|
[22:41:20 INFO] Video frame video_short01_003173: 2 dets, valid=True
|
|
[22:41:20 INFO] Video batch 618: frame 4944/7500 (65%)
|
|
[22:41:20 INFO] Video batch 618: 4 detections from postprocess
|
|
[22:41:20 INFO] Video frame video_short01_003175: 2 dets, valid=True
|
|
[22:41:20 INFO] Video frame video_short01_003177: 2 dets, valid=True
|
|
[22:41:20 INFO] Video batch 619: frame 4952/7500 (66%)
|
|
[22:41:20 INFO] Video batch 619: 4 detections from postprocess
|
|
[22:41:20 INFO] Video frame video_short01_003178: 2 dets, valid=True
|
|
[22:41:20 INFO] Video frame video_short01_003180: 2 dets, valid=True
|
|
[22:41:20 INFO] Video batch 620: frame 4960/7500 (66%)
|
|
[22:41:20 INFO] Video batch 620: 2 detections from postprocess
|
|
[22:41:20 INFO] Video frame video_short01_003181: 1 dets, valid=True
|
|
[22:41:20 INFO] Video frame video_short01_003183: 1 dets, valid=True
|
|
[22:41:20 INFO] Video batch 621: frame 4968/7500 (66%)
|
|
[22:41:21 INFO] Video batch 621: 3 detections from postprocess
|
|
[22:41:21 INFO] Video frame video_short01_003185: 2 dets, valid=True
|
|
[22:41:21 INFO] Video frame video_short01_003186: 1 dets, valid=True
|
|
[22:41:21 INFO] Video batch 622: frame 4976/7500 (66%)
|
|
[22:41:21 INFO] Video batch 622: 2 detections from postprocess
|
|
[22:41:21 INFO] Video frame video_short01_003188: 1 dets, valid=True
|
|
[22:41:21 INFO] Video frame video_short01_003190: 1 dets, valid=True
|
|
[22:41:21 INFO] Video batch 623: frame 4984/7500 (66%)
|
|
[22:41:21 INFO] Video batch 623: 2 detections from postprocess
|
|
[22:41:21 INFO] Video frame video_short01_003191: 1 dets, valid=True
|
|
[22:41:21 INFO] Video frame video_short01_003193: 1 dets, valid=True
|
|
[22:41:21 INFO] Video batch 624: frame 4992/7500 (66%)
|
|
[22:41:21 INFO] Video batch 624: 2 detections from postprocess
|
|
[22:41:21 INFO] Video frame video_short01_003194: 1 dets, valid=True
|
|
[22:41:21 INFO] Video frame video_short01_003196: 1 dets, valid=True
|
|
[22:41:21 INFO] Video batch 625: frame 5000/7500 (66%)
|
|
[22:41:21 INFO] Video batch 625: 3 detections from postprocess
|
|
[22:41:21 INFO] Video frame video_short01_003197: 1 dets, valid=True
|
|
[22:41:21 INFO] Video frame video_short01_003199: 2 dets, valid=True
|
|
[22:41:21 INFO] Video batch 626: frame 5008/7500 (66%)
|
|
[22:41:22 INFO] Video batch 626: 4 detections from postprocess
|
|
[22:41:22 INFO] Video frame video_short01_003201: 2 dets, valid=True
|
|
[22:41:22 INFO] Video frame video_short01_003202: 2 dets, valid=True
|
|
[22:41:22 INFO] Video batch 627: frame 5016/7500 (66%)
|
|
[22:41:22 INFO] Video batch 628: frame 5024/7500 (66%)
|
|
[22:41:22 INFO] Video batch 628: 1 detections from postprocess
|
|
[22:41:22 INFO] Video frame video_short01_003207: 1 dets, valid=True
|
|
[22:41:22 INFO] Video batch 629: frame 5032/7500 (67%)
|
|
[22:41:22 INFO] Video batch 629: 2 detections from postprocess
|
|
[22:41:22 INFO] Video frame video_short01_003210: 1 dets, valid=True
|
|
[22:41:22 INFO] Video frame video_short01_003212: 1 dets, valid=True
|
|
[22:41:22 INFO] Video batch 630: frame 5040/7500 (67%)
|
|
[22:41:22 INFO] Video batch 630: 2 detections from postprocess
|
|
[22:41:22 INFO] Video frame video_short01_003213: 1 dets, valid=True
|
|
[22:41:22 INFO] Video frame video_short01_003215: 1 dets, valid=True
|
|
[22:41:23 INFO] Video batch 631: frame 5048/7500 (67%)
|
|
[22:41:23 INFO] Video batch 631: 1 detections from postprocess
|
|
[22:41:23 INFO] Video frame video_short01_003218: 1 dets, valid=True
|
|
[22:41:23 INFO] Video batch 632: frame 5056/7500 (67%)
|
|
[22:41:23 INFO] Video batch 632: 1 detections from postprocess
|
|
[22:41:23 INFO] Video frame video_short01_003220: 1 dets, valid=True
|
|
[22:41:23 INFO] Video batch 633: frame 5064/7500 (67%)
|
|
[22:41:23 INFO] Video batch 634: frame 5072/7500 (67%)
|
|
[22:41:23 INFO] Video batch 634: 2 detections from postprocess
|
|
[22:41:23 INFO] Video frame video_short01_003226: 1 dets, valid=True
|
|
[22:41:23 INFO] Video frame video_short01_003228: 1 dets, valid=True
|
|
[22:41:23 INFO] Video batch 635: frame 5080/7500 (67%)
|
|
[22:41:24 INFO] Video batch 635: 1 detections from postprocess
|
|
[22:41:24 INFO] Video frame video_short01_003230: 1 dets, valid=True
|
|
[22:41:24 INFO] Video batch 636: frame 5088/7500 (67%)
|
|
[22:41:24 INFO] Video batch 636: 2 detections from postprocess
|
|
[22:41:24 INFO] Video frame video_short01_003233: 1 dets, valid=True
|
|
[22:41:24 INFO] Video frame video_short01_003234: 1 dets, valid=True
|
|
[22:41:24 INFO] Video batch 637: frame 5096/7500 (67%)
|
|
[22:41:24 INFO] Video batch 637: 2 detections from postprocess
|
|
[22:41:24 INFO] Video frame video_short01_003236: 1 dets, valid=True
|
|
[22:41:24 INFO] Video frame video_short01_003237: 1 dets, valid=True
|
|
[22:41:24 INFO] Video batch 638: frame 5104/7500 (68%)
|
|
[22:41:24 INFO] Video batch 638: 1 detections from postprocess
|
|
[22:41:24 INFO] Video frame video_short01_003239: 1 dets, valid=True
|
|
[22:41:24 INFO] Video batch 639: frame 5112/7500 (68%)
|
|
[22:41:24 INFO] Video batch 640: frame 5120/7500 (68%)
|
|
[22:41:25 INFO] Video batch 641: frame 5128/7500 (68%)
|
|
[22:41:25 INFO] Video batch 642: frame 5136/7500 (68%)
|
|
[22:41:25 INFO] Video batch 643: frame 5144/7500 (68%)
|
|
[22:41:25 INFO] Video batch 644: frame 5152/7500 (68%)
|
|
[22:41:25 INFO] Video batch 645: frame 5160/7500 (68%)
|
|
[22:41:26 INFO] Video batch 646: frame 5168/7500 (68%)
|
|
[22:41:26 INFO] Video batch 647: frame 5176/7500 (69%)
|
|
[22:41:26 INFO] Video batch 648: frame 5184/7500 (69%)
|
|
[22:41:26 INFO] Video batch 648: 1 detections from postprocess
|
|
[22:41:26 INFO] Video frame video_short01_003273: 1 dets, valid=True
|
|
[22:41:26 INFO] Video batch 649: frame 5192/7500 (69%)
|
|
[22:41:26 INFO] Video batch 650: frame 5200/7500 (69%)
|
|
[22:41:27 INFO] Video batch 651: frame 5208/7500 (69%)
|
|
[22:41:27 INFO] Video batch 652: frame 5216/7500 (69%)
|
|
[22:41:27 INFO] Video batch 653: frame 5224/7500 (69%)
|
|
[22:41:27 INFO] Video batch 654: frame 5232/7500 (69%)
|
|
[22:41:27 INFO] Video batch 655: frame 5240/7500 (69%)
|
|
[22:41:28 INFO] Video batch 656: frame 5248/7500 (69%)
|
|
[22:41:28 INFO] Video batch 657: frame 5256/7500 (70%)
|
|
[22:41:28 INFO] Video batch 658: frame 5264/7500 (70%)
|
|
[22:41:28 INFO] Video batch 659: frame 5272/7500 (70%)
|
|
[22:41:28 INFO] Video batch 660: frame 5280/7500 (70%)
|
|
[22:41:29 INFO] Video batch 661: frame 5288/7500 (70%)
|
|
[22:41:29 INFO] Video batch 662: frame 5296/7500 (70%)
|
|
[22:41:29 INFO] Video batch 663: frame 5304/7500 (70%)
|
|
[22:41:29 INFO] Video batch 664: frame 5312/7500 (70%)
|
|
[22:41:29 INFO] Video batch 665: frame 5320/7500 (70%)
|
|
[22:41:30 INFO] Video batch 666: frame 5328/7500 (71%)
|
|
[22:41:30 INFO] Video batch 667: frame 5336/7500 (71%)
|
|
[22:41:30 INFO] Video batch 668: frame 5344/7500 (71%)
|
|
[22:41:30 INFO] Video batch 669: frame 5352/7500 (71%)
|
|
[22:41:30 INFO] Video batch 669: 1 detections from postprocess
|
|
[22:41:30 INFO] Video frame video_short01_003340: 1 dets, valid=True
|
|
[22:41:30 INFO] Video batch 670: frame 5360/7500 (71%)
|
|
[22:41:31 INFO] Video batch 670: 2 detections from postprocess
|
|
[22:41:31 INFO] Video frame video_short01_003341: 1 dets, valid=True
|
|
[22:41:31 INFO] Video frame video_short01_003343: 1 dets, valid=True
|
|
[22:41:31 INFO] Video batch 671: frame 5368/7500 (71%)
|
|
[22:41:31 INFO] Video batch 671: 1 detections from postprocess
|
|
[22:41:31 INFO] Video frame video_short01_003345: 1 dets, valid=True
|
|
[22:41:31 INFO] Video batch 672: frame 5376/7500 (71%)
|
|
[22:41:31 INFO] Video batch 673: frame 5384/7500 (71%)
|
|
[22:41:31 INFO] Video batch 674: frame 5392/7500 (71%)
|
|
[22:41:31 INFO] Video batch 675: frame 5400/7500 (72%)
|
|
[22:41:32 INFO] Video batch 676: frame 5408/7500 (72%)
|
|
[22:41:32 INFO] Video batch 677: frame 5416/7500 (72%)
|
|
[22:41:32 INFO] Video batch 678: frame 5424/7500 (72%)
|
|
[22:41:32 INFO] Video batch 679: frame 5432/7500 (72%)
|
|
[22:41:32 INFO] Video batch 680: frame 5440/7500 (72%)
|
|
[22:41:33 INFO] Video batch 681: frame 5448/7500 (72%)
|
|
[22:41:33 INFO] Video batch 682: frame 5456/7500 (72%)
|
|
[22:41:33 INFO] Video batch 683: frame 5464/7500 (72%)
|
|
[22:41:33 INFO] Video batch 684: frame 5472/7500 (72%)
|
|
[22:41:33 INFO] Video batch 685: frame 5480/7500 (73%)
|
|
[22:41:34 INFO] Video batch 686: frame 5488/7500 (73%)
|
|
[22:41:34 INFO] Video batch 687: frame 5496/7500 (73%)
|
|
[22:41:34 INFO] Video batch 687: 2 detections from postprocess
|
|
[22:41:34 INFO] Video frame video_short01_003396: 1 dets, valid=True
|
|
[22:41:34 INFO] Video frame video_short01_003397: 1 dets, valid=True
|
|
[22:41:34 INFO] Video batch 688: frame 5504/7500 (73%)
|
|
[22:41:34 INFO] Video batch 689: frame 5512/7500 (73%)
|
|
[22:41:34 INFO] Video batch 690: frame 5520/7500 (73%)
|
|
[22:41:35 INFO] Video batch 691: frame 5528/7500 (73%)
|
|
[22:41:35 INFO] Video batch 692: frame 5536/7500 (73%)
|
|
[22:41:35 INFO] Video batch 693: frame 5544/7500 (73%)
|
|
[22:41:35 INFO] Video batch 694: frame 5552/7500 (74%)
|
|
[22:41:35 INFO] Video batch 694: 1 detections from postprocess
|
|
[22:41:35 INFO] Video frame video_short01_003418: 1 dets, valid=True
|
|
[22:41:35 INFO] Video batch 695: frame 5560/7500 (74%)
|
|
[22:41:36 INFO] Video batch 695: 1 detections from postprocess
|
|
[22:41:36 INFO] Video frame video_short01_003421: 1 dets, valid=True
|
|
[22:41:36 INFO] Video batch 696: frame 5568/7500 (74%)
|
|
[22:41:36 INFO] Video batch 696: 1 detections from postprocess
|
|
[22:41:36 INFO] Video frame video_short01_003425: 1 dets, valid=True
|
|
[22:41:36 INFO] Video batch 697: frame 5576/7500 (74%)
|
|
[22:41:36 INFO] Video batch 698: frame 5584/7500 (74%)
|
|
[22:41:36 INFO] Video batch 699: frame 5592/7500 (74%)
|
|
[22:41:36 INFO] Video batch 700: frame 5600/7500 (74%)
|
|
[22:41:37 INFO] Video batch 701: frame 5608/7500 (74%)
|
|
[22:41:37 INFO] Video batch 702: frame 5616/7500 (74%)
|
|
[22:41:37 INFO] Video batch 703: frame 5624/7500 (74%)
|
|
[22:41:37 INFO] Video batch 704: frame 5632/7500 (75%)
|
|
[22:41:37 INFO] Video batch 705: frame 5640/7500 (75%)
|
|
[22:41:38 INFO] Video batch 706: frame 5648/7500 (75%)
|
|
[22:41:38 INFO] Video batch 707: frame 5656/7500 (75%)
|
|
[22:41:38 INFO] Video batch 708: frame 5664/7500 (75%)
|
|
[22:41:38 INFO] Video batch 709: frame 5672/7500 (75%)
|
|
[22:41:38 INFO] Video batch 710: frame 5680/7500 (75%)
|
|
[22:41:39 INFO] Video batch 711: frame 5688/7500 (75%)
|
|
[22:41:39 INFO] Video batch 712: frame 5696/7500 (75%)
|
|
[22:41:39 INFO] Video batch 713: frame 5704/7500 (76%)
|
|
[22:41:39 INFO] Video batch 714: frame 5712/7500 (76%)
|
|
[22:41:39 INFO] Video batch 715: frame 5720/7500 (76%)
|
|
[22:41:40 INFO] Video batch 716: frame 5728/7500 (76%)
|
|
[22:41:40 INFO] Video batch 717: frame 5736/7500 (76%)
|
|
[22:41:40 INFO] Video batch 718: frame 5744/7500 (76%)
|
|
[22:41:40 INFO] Video batch 719: frame 5752/7500 (76%)
|
|
[22:41:40 INFO] Video batch 720: frame 5760/7500 (76%)
|
|
[22:41:40 INFO] Video batch 721: frame 5768/7500 (76%)
|
|
[22:41:41 INFO] Video batch 722: frame 5776/7500 (77%)
|
|
[22:41:41 INFO] Video batch 723: frame 5784/7500 (77%)
|
|
[22:41:41 INFO] Video batch 724: frame 5792/7500 (77%)
|
|
[22:41:41 INFO] Video batch 725: frame 5800/7500 (77%)
|
|
[22:41:41 INFO] Video batch 726: frame 5808/7500 (77%)
|
|
[22:41:42 INFO] Video batch 727: frame 5816/7500 (77%)
|
|
[22:41:42 INFO] Video batch 728: frame 5824/7500 (77%)
|
|
[22:41:42 INFO] Video batch 729: frame 5832/7500 (77%)
|
|
[22:41:42 INFO] Video batch 729: 1 detections from postprocess
|
|
[22:41:42 INFO] Video frame video_short01_003532: 1 dets, valid=True
|
|
[22:41:42 INFO] Video batch 730: frame 5840/7500 (77%)
|
|
[22:41:42 INFO] Video batch 730: 1 detections from postprocess
|
|
[22:41:42 INFO] Video frame video_short01_003533: 1 dets, valid=True
|
|
[22:41:42 INFO] Video batch 731: frame 5848/7500 (77%)
|
|
[22:41:43 INFO] Video batch 732: frame 5856/7500 (78%)
|
|
[22:41:43 INFO] Video batch 733: frame 5864/7500 (78%)
|
|
[22:41:43 INFO] Video batch 734: frame 5872/7500 (78%)
|
|
[22:41:43 INFO] Video batch 735: frame 5880/7500 (78%)
|
|
[22:41:43 INFO] Video batch 736: frame 5888/7500 (78%)
|
|
[22:41:44 INFO] Video batch 737: frame 5896/7500 (78%)
|
|
[22:41:44 INFO] Video batch 738: frame 5904/7500 (78%)
|
|
[22:41:44 INFO] Video batch 739: frame 5912/7500 (78%)
|
|
[22:41:44 INFO] Video batch 740: frame 5920/7500 (78%)
|
|
[22:41:44 INFO] Video batch 741: frame 5928/7500 (79%)
|
|
[22:41:45 INFO] Video batch 742: frame 5936/7500 (79%)
|
|
[22:41:45 INFO] Video batch 743: frame 5944/7500 (79%)
|
|
[22:41:45 INFO] Video batch 744: frame 5952/7500 (79%)
|
|
[22:41:45 INFO] Video batch 745: frame 5960/7500 (79%)
|
|
[22:41:45 INFO] Video batch 746: frame 5968/7500 (79%)
|
|
[22:41:46 INFO] Video batch 747: frame 5976/7500 (79%)
|
|
[22:41:46 INFO] Video batch 748: frame 5984/7500 (79%)
|
|
[22:41:46 INFO] Video batch 749: frame 5992/7500 (79%)
|
|
[22:41:46 INFO] Video batch 750: frame 6000/7500 (80%)
|
|
[22:41:46 INFO] Video batch 751: frame 6008/7500 (80%)
|
|
[22:41:47 INFO] Video batch 752: frame 6016/7500 (80%)
|
|
[22:41:47 INFO] Video batch 753: frame 6024/7500 (80%)
|
|
[22:41:47 INFO] Video batch 754: frame 6032/7500 (80%)
|
|
[22:41:47 INFO] Video batch 755: frame 6040/7500 (80%)
|
|
[22:41:47 INFO] Video batch 755: 1 detections from postprocess
|
|
[22:41:47 INFO] Video frame video_short01_004015: 1 dets, valid=True
|
|
[22:41:47 INFO] Video batch 756: frame 6048/7500 (80%)
|
|
[22:41:48 INFO] Video batch 756: 2 detections from postprocess
|
|
[22:41:48 INFO] Video frame video_short01_004017: 1 dets, valid=True
|
|
[22:41:48 INFO] Video frame video_short01_004018: 1 dets, valid=True
|
|
[22:41:48 INFO] Video batch 757: frame 6056/7500 (80%)
|
|
[22:41:48 INFO] Video batch 757: 1 detections from postprocess
|
|
[22:41:48 INFO] Video frame video_short01_004021: 1 dets, valid=True
|
|
[22:41:48 INFO] Video batch 758: frame 6064/7500 (80%)
|
|
[22:41:48 INFO] Video batch 759: frame 6072/7500 (80%)
|
|
[22:41:48 INFO] Video batch 759: 5 detections from postprocess
|
|
[22:41:48 INFO] Video frame video_short01_004026: 1 dets, valid=True
|
|
[22:41:48 INFO] Video frame video_short01_004028: 4 dets, valid=True
|
|
[22:41:48 INFO] Video batch 760: frame 6080/7500 (81%)
|
|
[22:41:48 INFO] Video batch 760: 8 detections from postprocess
|
|
[22:41:48 INFO] Video frame video_short01_004030: 4 dets, valid=True
|
|
[22:41:48 INFO] Video frame video_short01_004031: 4 dets, valid=True
|
|
[22:41:48 INFO] Video batch 761: frame 6088/7500 (81%)
|
|
[22:41:49 INFO] Video batch 761: 7 detections from postprocess
|
|
[22:41:49 INFO] Video frame video_short01_004033: 4 dets, valid=True
|
|
[22:41:49 INFO] Video frame video_short01_004034: 3 dets, valid=True
|
|
[22:41:49 INFO] Video batch 762: frame 6096/7500 (81%)
|
|
[22:41:49 INFO] Video batch 762: 6 detections from postprocess
|
|
[22:41:49 INFO] Video frame video_short01_004036: 3 dets, valid=True
|
|
[22:41:49 INFO] Video frame video_short01_004037: 3 dets, valid=True
|
|
[22:41:49 INFO] Video batch 763: frame 6104/7500 (81%)
|
|
[22:41:49 INFO] Video batch 763: 8 detections from postprocess
|
|
[22:41:49 INFO] Video frame video_short01_004039: 4 dets, valid=True
|
|
[22:41:49 INFO] Video frame video_short01_004041: 4 dets, valid=True
|
|
[22:41:49 INFO] Video batch 764: frame 6112/7500 (81%)
|
|
[22:41:49 INFO] Video batch 764: 8 detections from postprocess
|
|
[22:41:49 INFO] Video frame video_short01_004042: 4 dets, valid=True
|
|
[22:41:49 INFO] Video frame video_short01_004044: 4 dets, valid=True
|
|
[22:41:49 INFO] Video batch 765: frame 6120/7500 (81%)
|
|
[22:41:50 INFO] Video batch 765: 8 detections from postprocess
|
|
[22:41:50 INFO] Video frame video_short01_004045: 4 dets, valid=True
|
|
[22:41:50 INFO] Video frame video_short01_004047: 4 dets, valid=True
|
|
[22:41:50 INFO] Video batch 766: frame 6128/7500 (81%)
|
|
[22:41:50 INFO] Video batch 766: 6 detections from postprocess
|
|
[22:41:50 INFO] Video frame video_short01_004049: 3 dets, valid=True
|
|
[22:41:50 INFO] Video frame video_short01_004050: 3 dets, valid=True
|
|
[22:41:50 INFO] Video batch 767: frame 6136/7500 (81%)
|
|
[22:41:50 INFO] Video batch 767: 6 detections from postprocess
|
|
[22:41:50 INFO] Video frame video_short01_004052: 3 dets, valid=True
|
|
[22:41:50 INFO] Video frame video_short01_004053: 3 dets, valid=True
|
|
[22:41:50 INFO] Video batch 768: frame 6144/7500 (81%)
|
|
[22:41:50 INFO] Video batch 768: 5 detections from postprocess
|
|
[22:41:50 INFO] Video frame video_short01_004055: 3 dets, valid=True
|
|
[22:41:50 INFO] Video frame video_short01_004057: 2 dets, valid=True
|
|
[22:41:50 INFO] Video batch 769: frame 6152/7500 (82%)
|
|
[22:41:50 INFO] Video batch 769: 4 detections from postprocess
|
|
[22:41:50 INFO] Video frame video_short01_004058: 3 dets, valid=True
|
|
[22:41:50 INFO] Video frame video_short01_004060: 1 dets, valid=True
|
|
[22:41:51 INFO] Video batch 770: frame 6160/7500 (82%)
|
|
[22:41:51 INFO] Video batch 771: frame 6168/7500 (82%)
|
|
[22:41:51 INFO] Video batch 772: frame 6176/7500 (82%)
|
|
[22:41:51 INFO] Video batch 773: frame 6184/7500 (82%)
|
|
[22:41:51 INFO] Video batch 774: frame 6192/7500 (82%)
|
|
[22:41:52 INFO] Video batch 775: frame 6200/7500 (82%)
|
|
[22:41:52 INFO] Video batch 776: frame 6208/7500 (82%)
|
|
[22:41:52 INFO] Video batch 777: frame 6216/7500 (82%)
|
|
[22:41:52 INFO] Video batch 778: frame 6224/7500 (82%)
|
|
[22:41:52 INFO] Video batch 779: frame 6232/7500 (83%)
|
|
[22:41:53 INFO] Video batch 780: frame 6240/7500 (83%)
|
|
[22:41:53 INFO] Video batch 781: frame 6248/7500 (83%)
|
|
[22:41:53 INFO] Video batch 782: frame 6256/7500 (83%)
|
|
[22:41:53 INFO] Video batch 783: frame 6264/7500 (83%)
|
|
[22:41:53 INFO] Video batch 784: frame 6272/7500 (83%)
|
|
[22:41:54 INFO] Video batch 785: frame 6280/7500 (83%)
|
|
[22:41:54 INFO] Video batch 786: frame 6288/7500 (83%)
|
|
[22:41:54 INFO] Video batch 787: frame 6296/7500 (83%)
|
|
[22:41:54 INFO] Video batch 788: frame 6304/7500 (84%)
|
|
[22:41:54 INFO] Video batch 789: frame 6312/7500 (84%)
|
|
[22:41:55 INFO] Video batch 789: 1 detections from postprocess
|
|
[22:41:55 INFO] Video frame video_short01_004122: 1 dets, valid=True
|
|
[22:41:55 INFO] Video batch 790: frame 6320/7500 (84%)
|
|
[22:41:55 INFO] Video batch 791: frame 6328/7500 (84%)
|
|
[22:41:55 INFO] Video batch 792: frame 6336/7500 (84%)
|
|
[22:41:55 INFO] Video batch 793: frame 6344/7500 (84%)
|
|
[22:41:56 INFO] Video batch 794: frame 6352/7500 (84%)
|
|
[22:41:56 INFO] Video batch 795: frame 6360/7500 (84%)
|
|
[22:41:56 INFO] Video batch 796: frame 6368/7500 (84%)
|
|
[22:41:56 INFO] Video batch 796: 1 detections from postprocess
|
|
[22:41:56 INFO] Video frame video_short01_004146: 1 dets, valid=True
|
|
[22:41:56 INFO] Video batch 797: frame 6376/7500 (85%)
|
|
[22:41:56 INFO] Video batch 798: frame 6384/7500 (85%)
|
|
[22:41:57 INFO] Video batch 799: frame 6392/7500 (85%)
|
|
[22:41:57 INFO] Video batch 800: frame 6400/7500 (85%)
|
|
[22:41:57 INFO] Video batch 801: frame 6408/7500 (85%)
|
|
[22:41:57 INFO] Video batch 802: frame 6416/7500 (85%)
|
|
[22:41:57 INFO] Video batch 803: frame 6424/7500 (85%)
|
|
[22:41:58 INFO] Video batch 804: frame 6432/7500 (85%)
|
|
[22:41:58 INFO] Video batch 805: frame 6440/7500 (85%)
|
|
[22:41:58 INFO] Video batch 806: frame 6448/7500 (85%)
|
|
[22:41:58 INFO] Video batch 807: frame 6456/7500 (86%)
|
|
[22:41:58 INFO] Video batch 808: frame 6464/7500 (86%)
|
|
[22:41:59 INFO] Video batch 809: frame 6472/7500 (86%)
|
|
[22:41:59 INFO] Video batch 810: frame 6480/7500 (86%)
|
|
[22:41:59 INFO] Video batch 811: frame 6488/7500 (86%)
|
|
[22:41:59 INFO] Video batch 812: frame 6496/7500 (86%)
|
|
[22:41:59 INFO] Video batch 813: frame 6504/7500 (86%)
|
|
[22:42:00 INFO] Video batch 814: frame 6512/7500 (86%)
|
|
[22:42:00 INFO] Video batch 815: frame 6520/7500 (86%)
|
|
[22:42:00 INFO] Video batch 816: frame 6528/7500 (87%)
|
|
[22:42:00 INFO] Video batch 817: frame 6536/7500 (87%)
|
|
[22:42:00 INFO] Video batch 818: frame 6544/7500 (87%)
|
|
[22:42:01 INFO] Video batch 819: frame 6552/7500 (87%)
|
|
[22:42:01 INFO] Video batch 820: frame 6560/7500 (87%)
|
|
[22:42:01 INFO] Video batch 821: frame 6568/7500 (87%)
|
|
[22:42:01 INFO] Video batch 822: frame 6576/7500 (87%)
|
|
[22:42:01 INFO] Video batch 823: frame 6584/7500 (87%)
|
|
[22:42:02 INFO] Video batch 824: frame 6592/7500 (87%)
|
|
[22:42:02 INFO] Video batch 825: frame 6600/7500 (88%)
|
|
[22:42:02 INFO] Video batch 826: frame 6608/7500 (88%)
|
|
[22:42:02 INFO] Video batch 827: frame 6616/7500 (88%)
|
|
[22:42:02 INFO] Video batch 828: frame 6624/7500 (88%)
|
|
[22:42:03 INFO] Video batch 829: frame 6632/7500 (88%)
|
|
[22:42:03 INFO] Video batch 830: frame 6640/7500 (88%)
|
|
[22:42:03 INFO] Video batch 831: frame 6648/7500 (88%)
|
|
[22:42:03 INFO] Video batch 832: frame 6656/7500 (88%)
|
|
[22:42:03 INFO] Video batch 833: frame 6664/7500 (88%)
|
|
[22:42:04 INFO] Video batch 834: frame 6672/7500 (88%)
|
|
[22:42:04 INFO] Video batch 835: frame 6680/7500 (89%)
|
|
[22:42:04 INFO] Video batch 836: frame 6688/7500 (89%)
|
|
[22:42:04 INFO] Video batch 837: frame 6696/7500 (89%)
|
|
[22:42:05 INFO] Video batch 838: frame 6704/7500 (89%)
|
|
[22:42:05 INFO] Video batch 839: frame 6712/7500 (89%)
|
|
[22:42:05 INFO] Video batch 840: frame 6720/7500 (89%)
|
|
[22:42:05 INFO] Video batch 841: frame 6728/7500 (89%)
|
|
[22:42:05 INFO] Video batch 842: frame 6736/7500 (89%)
|
|
[22:42:06 INFO] Video batch 843: frame 6744/7500 (89%)
|
|
[22:42:06 INFO] Video batch 844: frame 6752/7500 (90%)
|
|
[22:42:06 INFO] Video batch 845: frame 6760/7500 (90%)
|
|
[22:42:06 INFO] Video batch 846: frame 6768/7500 (90%)
|
|
[22:42:06 INFO] Video batch 847: frame 6776/7500 (90%)
|
|
[22:42:07 INFO] Video batch 848: frame 6784/7500 (90%)
|
|
[22:42:07 INFO] Video batch 849: frame 6792/7500 (90%)
|
|
[22:42:07 INFO] Video batch 850: frame 6800/7500 (90%)
|
|
[22:42:07 INFO] Video batch 851: frame 6808/7500 (90%)
|
|
[22:42:07 INFO] Video batch 851: 1 detections from postprocess
|
|
[22:42:07 INFO] Video frame video_short01_004321: 1 dets, valid=True
|
|
[22:42:07 INFO] Video batch 852: frame 6816/7500 (90%)
|
|
[22:42:08 INFO] Video batch 853: frame 6824/7500 (90%)
|
|
[22:42:08 INFO] Video batch 854: frame 6832/7500 (91%)
|
|
[22:42:08 INFO] Video batch 855: frame 6840/7500 (91%)
|
|
[22:42:08 INFO] Video batch 856: frame 6848/7500 (91%)
|
|
[22:42:08 INFO] Video batch 857: frame 6856/7500 (91%)
|
|
[22:42:09 INFO] Video batch 858: frame 6864/7500 (91%)
|
|
[22:42:09 INFO] Video batch 859: frame 6872/7500 (91%)
|
|
[22:42:09 INFO] Video batch 860: frame 6880/7500 (91%)
|
|
[22:42:09 INFO] Video batch 861: frame 6888/7500 (91%)
|
|
[22:42:09 INFO] Video batch 862: frame 6896/7500 (91%)
|
|
[22:42:10 INFO] Video batch 863: frame 6904/7500 (92%)
|
|
[22:42:10 INFO] Video batch 864: frame 6912/7500 (92%)
|
|
[22:42:10 INFO] Video batch 865: frame 6920/7500 (92%)
|
|
[22:42:10 INFO] Video batch 866: frame 6928/7500 (92%)
|
|
[22:42:10 INFO] Video batch 867: frame 6936/7500 (92%)
|
|
[22:42:10 INFO] Video batch 868: frame 6944/7500 (92%)
|
|
[22:42:11 INFO] Video batch 869: frame 6952/7500 (92%)
|
|
[22:42:11 INFO] Video batch 870: frame 6960/7500 (92%)
|
|
[22:42:11 INFO] Video batch 871: frame 6968/7500 (92%)
|
|
[22:42:11 INFO] Video batch 872: frame 6976/7500 (93%)
|
|
[22:42:11 INFO] Video batch 873: frame 6984/7500 (93%)
|
|
[22:42:12 INFO] Video batch 874: frame 6992/7500 (93%)
|
|
[22:42:12 INFO] Video batch 875: frame 7000/7500 (93%)
|
|
[22:42:12 INFO] Video batch 876: frame 7008/7500 (93%)
|
|
[22:42:12 INFO] Video batch 877: frame 7016/7500 (93%)
|
|
[22:42:12 INFO] Video batch 878: frame 7024/7500 (93%)
|
|
[22:42:13 INFO] Video batch 879: frame 7032/7500 (93%)
|
|
[22:42:13 INFO] Video batch 880: frame 7040/7500 (93%)
|
|
[22:42:13 INFO] Video batch 881: frame 7048/7500 (93%)
|
|
[22:42:13 INFO] Video batch 882: frame 7056/7500 (94%)
|
|
[22:42:13 INFO] Video batch 883: frame 7064/7500 (94%)
|
|
[22:42:14 INFO] Video batch 883: 2 detections from postprocess
|
|
[22:42:14 INFO] Video frame video_short01_004423: 1 dets, valid=True
|
|
[22:42:14 INFO] Video frame video_short01_004425: 1 dets, valid=True
|
|
[22:42:14 INFO] Video batch 884: frame 7072/7500 (94%)
|
|
[22:42:14 INFO] Video batch 884: 1 detections from postprocess
|
|
[22:42:14 INFO] Video frame video_short01_004428: 1 dets, valid=True
|
|
[22:42:14 INFO] Video batch 885: frame 7080/7500 (94%)
|
|
[22:42:14 INFO] Video batch 885: 1 detections from postprocess
|
|
[22:42:14 INFO] Video frame video_short01_004431: 1 dets, valid=True
|
|
[22:42:14 INFO] Video batch 886: frame 7088/7500 (94%)
|
|
[22:42:14 INFO] Video batch 886: 2 detections from postprocess
|
|
[22:42:14 INFO] Video frame video_short01_004433: 1 dets, valid=True
|
|
[22:42:14 INFO] Video frame video_short01_004434: 1 dets, valid=True
|
|
[22:42:14 INFO] Video batch 887: frame 7096/7500 (94%)
|
|
[22:42:14 INFO] Video batch 887: 1 detections from postprocess
|
|
[22:42:14 INFO] Video frame video_short01_004436: 1 dets, valid=True
|
|
[22:42:15 INFO] Video batch 888: frame 7104/7500 (94%)
|
|
[22:42:15 INFO] Video batch 888: 2 detections from postprocess
|
|
[22:42:15 INFO] Video frame video_short01_004439: 1 dets, valid=True
|
|
[22:42:15 INFO] Video frame video_short01_004441: 1 dets, valid=True
|
|
[22:42:15 INFO] Video batch 889: frame 7112/7500 (94%)
|
|
[22:42:15 INFO] Video batch 889: 2 detections from postprocess
|
|
[22:42:15 INFO] Video frame video_short01_004442: 1 dets, valid=True
|
|
[22:42:15 INFO] Video frame video_short01_004444: 1 dets, valid=True
|
|
[22:42:15 INFO] Video batch 890: frame 7120/7500 (94%)
|
|
[22:42:15 INFO] Video batch 891: frame 7128/7500 (95%)
|
|
[22:42:15 INFO] Video batch 892: frame 7136/7500 (95%)
|
|
[22:42:16 INFO] Video batch 893: frame 7144/7500 (95%)
|
|
[22:42:16 INFO] Video batch 894: frame 7152/7500 (95%)
|
|
[22:42:16 INFO] Video batch 895: frame 7160/7500 (95%)
|
|
[22:42:16 INFO] Video batch 896: frame 7168/7500 (95%)
|
|
[22:42:16 INFO] Video batch 897: frame 7176/7500 (95%)
|
|
[22:42:17 INFO] Video batch 898: frame 7184/7500 (95%)
|
|
[22:42:17 INFO] Video batch 898: 2 detections from postprocess
|
|
[22:42:17 INFO] Video frame video_short01_004471: 1 dets, valid=True
|
|
[22:42:17 INFO] Video frame video_short01_004473: 1 dets, valid=True
|
|
[22:42:17 INFO] Video batch 899: frame 7192/7500 (95%)
|
|
[22:42:17 INFO] Video batch 899: 2 detections from postprocess
|
|
[22:42:17 INFO] Video frame video_short01_004474: 1 dets, valid=True
|
|
[22:42:17 INFO] Video frame video_short01_004476: 1 dets, valid=True
|
|
[22:42:17 INFO] Video batch 900: frame 7200/7500 (96%)
|
|
[22:42:17 INFO] Video batch 900: 2 detections from postprocess
|
|
[22:42:17 INFO] Video frame video_short01_004477: 1 dets, valid=True
|
|
[22:42:17 INFO] Video frame video_short01_004479: 1 dets, valid=True
|
|
[22:42:17 INFO] Video batch 901: frame 7208/7500 (96%)
|
|
[22:42:17 INFO] Video batch 901: 2 detections from postprocess
|
|
[22:42:17 INFO] Video frame video_short01_004481: 1 dets, valid=True
|
|
[22:42:17 INFO] Video frame video_short01_004482: 1 dets, valid=True
|
|
[22:42:17 INFO] Video batch 902: frame 7216/7500 (96%)
|
|
[22:42:18 INFO] Video batch 902: 2 detections from postprocess
|
|
[22:42:18 INFO] Video frame video_short01_004484: 1 dets, valid=True
|
|
[22:42:18 INFO] Video frame video_short01_004485: 1 dets, valid=True
|
|
[22:42:18 INFO] Video batch 903: frame 7224/7500 (96%)
|
|
[22:42:18 INFO] Video batch 903: 2 detections from postprocess
|
|
[22:42:18 INFO] Video frame video_short01_004487: 1 dets, valid=True
|
|
[22:42:18 INFO] Video frame video_short01_004489: 1 dets, valid=True
|
|
[22:42:18 INFO] Video batch 904: frame 7232/7500 (96%)
|
|
[22:42:18 INFO] Video batch 904: 1 detections from postprocess
|
|
[22:42:18 INFO] Video frame video_short01_004490: 1 dets, valid=True
|
|
[22:42:18 INFO] Video batch 905: frame 7240/7500 (96%)
|
|
[22:42:18 INFO] Video batch 906: frame 7248/7500 (96%)
|
|
[22:42:19 INFO] Video batch 907: frame 7256/7500 (96%)
|
|
[22:42:19 INFO] Video batch 907: 1 detections from postprocess
|
|
[22:42:19 INFO] Video frame video_short01_004500: 1 dets, valid=True
|
|
[22:42:19 INFO] Video batch 908: frame 7264/7500 (96%)
|
|
[22:42:19 INFO] Video batch 908: 2 detections from postprocess
|
|
[22:42:19 INFO] Video frame video_short01_004503: 1 dets, valid=True
|
|
[22:42:19 INFO] Video frame video_short01_004505: 1 dets, valid=True
|
|
[22:42:19 INFO] Video batch 909: frame 7272/7500 (96%)
|
|
[22:42:19 INFO] Video batch 909: 2 detections from postprocess
|
|
[22:42:19 INFO] Video frame video_short01_004506: 1 dets, valid=True
|
|
[22:42:19 INFO] Video frame video_short01_004508: 1 dets, valid=True
|
|
[22:42:19 INFO] Video batch 910: frame 7280/7500 (97%)
|
|
[22:42:19 INFO] Video batch 910: 2 detections from postprocess
|
|
[22:42:19 INFO] Video frame video_short01_004510: 1 dets, valid=True
|
|
[22:42:19 INFO] Video frame video_short01_004511: 1 dets, valid=True
|
|
[22:42:19 INFO] Video batch 911: frame 7288/7500 (97%)
|
|
[22:42:20 INFO] Video batch 911: 2 detections from postprocess
|
|
[22:42:20 INFO] Video frame video_short01_004513: 1 dets, valid=True
|
|
[22:42:20 INFO] Video frame video_short01_004514: 1 dets, valid=True
|
|
[22:42:20 INFO] Video batch 912: frame 7296/7500 (97%)
|
|
[22:42:20 INFO] Video batch 912: 2 detections from postprocess
|
|
[22:42:20 INFO] Video frame video_short01_004516: 1 dets, valid=True
|
|
[22:42:20 INFO] Video frame video_short01_004517: 1 dets, valid=True
|
|
[22:42:20 INFO] Video batch 913: frame 7304/7500 (97%)
|
|
[22:42:20 INFO] Video batch 913: 2 detections from postprocess
|
|
[22:42:20 INFO] Video frame video_short01_004519: 1 dets, valid=True
|
|
[22:42:20 INFO] Video frame video_short01_004521: 1 dets, valid=True
|
|
[22:42:20 INFO] Video batch 914: frame 7312/7500 (97%)
|
|
[22:42:20 INFO] Video batch 914: 1 detections from postprocess
|
|
[22:42:20 INFO] Video frame video_short01_004522: 1 dets, valid=True
|
|
[22:42:20 INFO] Video batch 915: frame 7320/7500 (97%)
|
|
[22:42:20 INFO] Video batch 915: 1 detections from postprocess
|
|
[22:42:20 INFO] Video frame video_short01_004527: 1 dets, valid=True
|
|
[22:42:21 INFO] Video batch 916: frame 7328/7500 (97%)
|
|
[22:42:21 INFO] Video batch 916: 1 detections from postprocess
|
|
[22:42:21 INFO] Video frame video_short01_004530: 1 dets, valid=True
|
|
[22:42:21 INFO] Video batch 917: frame 7336/7500 (97%)
|
|
[22:42:21 INFO] Video batch 918: frame 7344/7500 (97%)
|
|
[22:42:21 INFO] Video batch 919: frame 7352/7500 (98%)
|
|
[22:42:21 INFO] Video batch 920: frame 7360/7500 (98%)
|
|
[22:42:22 INFO] Video batch 921: frame 7368/7500 (98%)
|
|
[22:42:22 INFO] Video batch 922: frame 7376/7500 (98%)
|
|
[22:42:22 INFO] Video batch 923: frame 7384/7500 (98%)
|
|
[22:42:22 INFO] Video batch 924: frame 7392/7500 (98%)
|
|
[22:42:22 INFO] Video batch 925: frame 7400/7500 (98%)
|
|
[22:42:23 INFO] Video batch 926: frame 7408/7500 (98%)
|
|
[22:42:23 INFO] Video batch 927: frame 7416/7500 (98%)
|
|
[22:42:23 INFO] Video batch 928: frame 7424/7500 (98%)
|
|
[22:42:23 INFO] Video batch 929: frame 7432/7500 (99%)
|
|
[22:42:23 INFO] Video batch 930: frame 7440/7500 (99%)
|
|
[22:42:23 INFO] Video batch 931: frame 7448/7500 (99%)
|
|
[22:42:24 INFO] Video batch 932: frame 7456/7500 (99%)
|
|
[22:42:24 INFO] Video batch 933: frame 7464/7500 (99%)
|
|
[22:42:24 INFO] Video batch 934: frame 7472/7500 (99%)
|
|
[22:42:24 INFO] Video batch 935: frame 7480/7500 (99%)
|
|
[22:42:24 INFO] Video batch 936: frame 7488/7500 (99%)
|
|
[22:42:25 INFO] Video batch 937: frame 7496/7500 (99%)
|
|
[22:42:25 INFO] Video done: 7500 frames read, 937 batches processed
|
|
[22:42:25 INFO] init AI...
|
|
[22:42:25 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[22:42:25 INFO] ground sampling distance: 0.3059895833333333
|
|
[22:42:25 INFO] init AI...
|
|
[22:42:25 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[22:42:25 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[22:42:25 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[22:42:25 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[22:42:25 INFO] init AI...
|
|
[22:42:25 INFO] init AI...
|
|
[22:42:25 INFO] init AI...
|
|
[22:42:26 INFO] init AI...
|
|
[22:42:26 INFO] init AI...
|
|
[22:42:26 INFO] init AI...
|
|
[22:42:26 INFO] init AI...
|
|
[22:42:26 INFO] init AI...
|
|
[22:42:27 INFO] init AI...
|
|
[22:42:27 INFO] init AI...
|
|
[22:42:27 INFO] init AI...
|
|
[22:42:27 INFO] init AI...
|
|
[22:42:27 INFO] init AI...
|
|
[22:42:28 INFO] init AI...
|
|
[22:42:28 INFO] init AI...
|
|
[22:42:28 INFO] init AI...
|
|
[22:42:28 INFO] init AI...
|
|
[22:42:28 INFO] init AI...
|
|
[22:42:28 INFO] init AI...
|
|
[22:42:29 INFO] init AI...
|
|
[22:42:29 INFO] init AI...
|
|
[22:42:30 INFO] init AI...
|
|
[22:42:30 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4...
|
|
[22:42:30 INFO] Video: 7500 frames, 25.0 fps, 2560x1440
|
|
[22:42:30 INFO] Video batch 1: frame 8/7500 (0%)
|
|
[22:42:30 INFO] Video batch 2: frame 16/7500 (0%)
|
|
[22:42:30 INFO] Video batch 2: 2 detections from postprocess
|
|
[22:42:30 INFO] Video frame video_short01_000004: 1 dets, valid=True
|
|
[22:42:30 INFO] Video frame video_short01_000005: 1 dets, valid=True
|
|
[22:42:30 INFO] Video batch 3: frame 24/7500 (0%)
|
|
[22:42:30 INFO] Video batch 3: 2 detections from postprocess
|
|
[22:42:30 INFO] Video frame video_short01_000007: 1 dets, valid=True
|
|
[22:42:30 INFO] Video frame video_short01_000009: 1 dets, valid=True
|
|
[22:42:30 INFO] Video batch 4: frame 32/7500 (0%)
|
|
[22:42:31 INFO] Video batch 4: 2 detections from postprocess
|
|
[22:42:31 INFO] Video frame video_short01_000010: 1 dets, valid=True
|
|
[22:42:31 INFO] Video frame video_short01_000012: 1 dets, valid=True
|
|
[22:42:31 INFO] Video batch 5: frame 40/7500 (0%)
|
|
[22:42:31 INFO] Video batch 5: 2 detections from postprocess
|
|
[22:42:31 INFO] Video frame video_short01_000013: 1 dets, valid=True
|
|
[22:42:31 INFO] Video frame video_short01_000015: 1 dets, valid=True
|
|
[22:42:31 INFO] Video batch 6: frame 48/7500 (0%)
|
|
[22:42:31 INFO] Video batch 6: 2 detections from postprocess
|
|
[22:42:31 INFO] Video frame video_short01_000017: 1 dets, valid=True
|
|
[22:42:31 INFO] Video frame video_short01_000018: 1 dets, valid=True
|
|
[22:42:31 INFO] Video batch 7: frame 56/7500 (0%)
|
|
[22:42:31 INFO] Video batch 7: 2 detections from postprocess
|
|
[22:42:31 INFO] Video frame video_short01_000020: 1 dets, valid=True
|
|
[22:42:31 INFO] Video frame video_short01_000021: 1 dets, valid=True
|
|
[22:42:31 INFO] Video batch 8: frame 64/7500 (0%)
|
|
[22:42:32 INFO] Video batch 8: 2 detections from postprocess
|
|
[22:42:32 INFO] Video frame video_short01_000023: 1 dets, valid=True
|
|
[22:42:32 INFO] Video frame video_short01_000025: 1 dets, valid=True
|
|
[22:42:32 INFO] Video batch 9: frame 72/7500 (0%)
|
|
[22:42:32 INFO] Video batch 9: 2 detections from postprocess
|
|
[22:42:32 INFO] Video frame video_short01_000026: 1 dets, valid=True
|
|
[22:42:32 INFO] Video frame video_short01_000028: 1 dets, valid=True
|
|
[22:42:32 INFO] Video batch 10: frame 80/7500 (1%)
|
|
[22:42:32 INFO] Video batch 10: 2 detections from postprocess
|
|
[22:42:32 INFO] Video frame video_short01_000030: 1 dets, valid=True
|
|
[22:42:32 INFO] Video frame video_short01_000031: 1 dets, valid=True
|
|
[22:42:32 INFO] Video batch 11: frame 88/7500 (1%)
|
|
[22:42:32 INFO] Video batch 11: 3 detections from postprocess
|
|
[22:42:32 INFO] Video frame video_short01_000033: 1 dets, valid=True
|
|
[22:42:32 INFO] Video frame video_short01_000034: 2 dets, valid=True
|
|
[22:42:32 INFO] Video batch 12: frame 96/7500 (1%)
|
|
[22:42:33 INFO] Video batch 13: frame 104/7500 (1%)
|
|
[22:42:33 INFO] Video batch 13: 1 detections from postprocess
|
|
[22:42:33 INFO] Video frame video_short01_000041: 1 dets, valid=True
|
|
[22:42:33 INFO] Video batch 14: frame 112/7500 (1%)
|
|
[22:42:33 INFO] Video batch 14: 2 detections from postprocess
|
|
[22:42:33 INFO] Video frame video_short01_000042: 1 dets, valid=True
|
|
[22:42:33 INFO] Video frame video_short01_000044: 1 dets, valid=True
|
|
[22:42:33 INFO] Video batch 15: frame 120/7500 (1%)
|
|
[22:42:33 INFO] Video batch 15: 2 detections from postprocess
|
|
[22:42:33 INFO] Video frame video_short01_000045: 1 dets, valid=True
|
|
[22:42:33 INFO] Video frame video_short01_000047: 1 dets, valid=True
|
|
[22:42:33 INFO] Video batch 16: frame 128/7500 (1%)
|
|
[22:42:33 INFO] Video batch 16: 2 detections from postprocess
|
|
[22:42:33 INFO] Video frame video_short01_000049: 1 dets, valid=True
|
|
[22:42:33 INFO] Video frame video_short01_000050: 1 dets, valid=True
|
|
[22:42:33 INFO] Video batch 17: frame 136/7500 (1%)
|
|
[22:42:34 INFO] Video batch 17: 2 detections from postprocess
|
|
[22:42:34 INFO] Video frame video_short01_000052: 1 dets, valid=True
|
|
[22:42:34 INFO] Video frame video_short01_000053: 1 dets, valid=True
|
|
[22:42:34 INFO] Video batch 18: frame 144/7500 (1%)
|
|
[22:42:34 INFO] Video batch 18: 2 detections from postprocess
|
|
[22:42:34 INFO] Video frame video_short01_000055: 1 dets, valid=True
|
|
[22:42:34 INFO] Video frame video_short01_000057: 1 dets, valid=True
|
|
[22:42:34 INFO] Video batch 19: frame 152/7500 (2%)
|
|
[22:42:34 INFO] Video batch 20: frame 160/7500 (2%)
|
|
[22:42:34 INFO] Video batch 21: frame 168/7500 (2%)
|
|
[22:42:34 INFO] Video batch 21: 1 detections from postprocess
|
|
[22:42:34 INFO] Video frame video_short01_000066: 1 dets, valid=True
|
|
[22:42:34 INFO] Video batch 22: frame 176/7500 (2%)
|
|
[22:42:35 INFO] Video batch 22: 1 detections from postprocess
|
|
[22:42:35 INFO] Video frame video_short01_000068: 1 dets, valid=True
|
|
[22:42:35 INFO] Video batch 23: frame 184/7500 (2%)
|
|
[22:42:35 INFO] Video batch 23: 1 detections from postprocess
|
|
[22:42:35 INFO] Video frame video_short01_000073: 1 dets, valid=True
|
|
[22:42:35 INFO] Video batch 24: frame 192/7500 (2%)
|
|
[22:42:35 INFO] Video batch 24: 2 detections from postprocess
|
|
[22:42:35 INFO] Video frame video_short01_000074: 1 dets, valid=True
|
|
[22:42:35 INFO] Video frame video_short01_000076: 1 dets, valid=True
|
|
[22:42:35 INFO] Video batch 25: frame 200/7500 (2%)
|
|
[22:42:35 INFO] Video batch 25: 2 detections from postprocess
|
|
[22:42:35 INFO] Video frame video_short01_000077: 1 dets, valid=True
|
|
[22:42:35 INFO] Video frame video_short01_000079: 1 dets, valid=True
|
|
[22:42:35 INFO] Video batch 26: frame 208/7500 (2%)
|
|
[22:42:35 INFO] Video batch 26: 2 detections from postprocess
|
|
[22:42:35 INFO] Video frame video_short01_000081: 1 dets, valid=True
|
|
[22:42:35 INFO] Video frame video_short01_000082: 1 dets, valid=True
|
|
[22:42:35 INFO] Video batch 27: frame 216/7500 (2%)
|
|
[22:42:36 INFO] Video batch 27: 2 detections from postprocess
|
|
[22:42:36 INFO] Video frame video_short01_000084: 1 dets, valid=True
|
|
[22:42:36 INFO] Video frame video_short01_000085: 1 dets, valid=True
|
|
[22:42:36 INFO] Video batch 28: frame 224/7500 (2%)
|
|
[22:42:36 INFO] Video batch 28: 2 detections from postprocess
|
|
[22:42:36 INFO] Video frame video_short01_000087: 1 dets, valid=True
|
|
[22:42:36 INFO] Video frame video_short01_000089: 1 dets, valid=True
|
|
[22:42:36 INFO] Video batch 29: frame 232/7500 (3%)
|
|
[22:42:36 INFO] Video batch 29: 2 detections from postprocess
|
|
[22:42:36 INFO] Video frame video_short01_000090: 1 dets, valid=True
|
|
[22:42:36 INFO] Video frame video_short01_000092: 1 dets, valid=True
|
|
[22:42:36 INFO] Video batch 30: frame 240/7500 (3%)
|
|
[22:42:36 INFO] Video batch 30: 2 detections from postprocess
|
|
[22:42:36 INFO] Video frame video_short01_000093: 1 dets, valid=True
|
|
[22:42:36 INFO] Video frame video_short01_000095: 1 dets, valid=True
|
|
[22:42:36 INFO] Video batch 31: frame 248/7500 (3%)
|
|
[22:42:37 INFO] Video batch 31: 2 detections from postprocess
|
|
[22:42:37 INFO] Video frame video_short01_000097: 1 dets, valid=True
|
|
[22:42:37 INFO] Video frame video_short01_000098: 1 dets, valid=True
|
|
[22:42:37 INFO] Video batch 32: frame 256/7500 (3%)
|
|
[22:42:37 INFO] Video batch 32: 2 detections from postprocess
|
|
[22:42:37 INFO] Video frame video_short01_000100: 1 dets, valid=True
|
|
[22:42:37 INFO] Video frame video_short01_000101: 1 dets, valid=True
|
|
[22:42:37 INFO] Video batch 33: frame 264/7500 (3%)
|
|
[22:42:37 INFO] Video batch 33: 2 detections from postprocess
|
|
[22:42:37 INFO] Video frame video_short01_000103: 1 dets, valid=True
|
|
[22:42:37 INFO] Video frame video_short01_000105: 1 dets, valid=True
|
|
[22:42:37 INFO] Video batch 34: frame 272/7500 (3%)
|
|
[22:42:37 INFO] Video batch 34: 2 detections from postprocess
|
|
[22:42:37 INFO] Video frame video_short01_000106: 1 dets, valid=True
|
|
[22:42:37 INFO] Video frame video_short01_000108: 1 dets, valid=True
|
|
[22:42:37 INFO] Video batch 35: frame 280/7500 (3%)
|
|
[22:42:37 INFO] Video batch 35: 2 detections from postprocess
|
|
[22:42:37 INFO] Video frame video_short01_000110: 1 dets, valid=True
|
|
[22:42:37 INFO] Video frame video_short01_000111: 1 dets, valid=True
|
|
[22:42:37 INFO] Video batch 36: frame 288/7500 (3%)
|
|
[22:42:38 INFO] Video batch 36: 2 detections from postprocess
|
|
[22:42:38 INFO] Video frame video_short01_000113: 1 dets, valid=True
|
|
[22:42:38 INFO] Video frame video_short01_000114: 1 dets, valid=True
|
|
[22:42:38 INFO] Video batch 37: frame 296/7500 (3%)
|
|
[22:42:38 INFO] Video batch 37: 2 detections from postprocess
|
|
[22:42:38 INFO] Video frame video_short01_000116: 1 dets, valid=True
|
|
[22:42:38 INFO] Video frame video_short01_000117: 1 dets, valid=True
|
|
[22:42:38 INFO] Video batch 38: frame 304/7500 (4%)
|
|
[22:42:38 INFO] Video batch 38: 1 detections from postprocess
|
|
[22:42:38 INFO] Video frame video_short01_000121: 1 dets, valid=True
|
|
[22:42:38 INFO] Video batch 39: frame 312/7500 (4%)
|
|
[22:42:38 INFO] Video batch 40: frame 320/7500 (4%)
|
|
[22:42:39 INFO] Video batch 41: frame 328/7500 (4%)
|
|
[22:42:39 INFO] Video batch 42: frame 336/7500 (4%)
|
|
[22:42:39 INFO] Video batch 43: frame 344/7500 (4%)
|
|
[22:42:39 INFO] Video batch 44: frame 352/7500 (4%)
|
|
[22:42:39 INFO] Video batch 44: 1 detections from postprocess
|
|
[22:42:39 INFO] Video frame video_short01_000140: 1 dets, valid=True
|
|
[22:42:39 INFO] Video batch 45: frame 360/7500 (4%)
|
|
[22:42:40 INFO] Video batch 46: frame 368/7500 (4%)
|
|
[22:42:40 INFO] Video batch 47: frame 376/7500 (5%)
|
|
[22:42:40 INFO] Video batch 47: 2 detections from postprocess
|
|
[22:42:40 INFO] Video frame video_short01_000150: 2 dets, valid=True
|
|
[22:42:40 INFO] Video batch 48: frame 384/7500 (5%)
|
|
[22:42:40 INFO] Video batch 48: 3 detections from postprocess
|
|
[22:42:40 INFO] Video frame video_short01_000151: 3 dets, valid=True
|
|
[22:42:40 INFO] Video batch 49: frame 392/7500 (5%)
|
|
[22:42:40 INFO] Video batch 50: frame 400/7500 (5%)
|
|
[22:42:41 INFO] Video batch 51: frame 408/7500 (5%)
|
|
[22:42:41 INFO] Video batch 52: frame 416/7500 (5%)
|
|
[22:42:41 INFO] Video batch 53: frame 424/7500 (5%)
|
|
[22:42:41 INFO] Video batch 54: frame 432/7500 (5%)
|
|
[22:42:41 INFO] Video batch 55: frame 440/7500 (5%)
|
|
[22:42:42 INFO] Video batch 56: frame 448/7500 (5%)
|
|
[22:42:42 INFO] Video batch 57: frame 456/7500 (6%)
|
|
[22:42:42 INFO] Video batch 58: frame 464/7500 (6%)
|
|
[22:42:42 INFO] Video batch 59: frame 472/7500 (6%)
|
|
[22:42:42 INFO] Video batch 60: frame 480/7500 (6%)
|
|
[22:42:43 INFO] Video batch 61: frame 488/7500 (6%)
|
|
[22:42:43 INFO] Video batch 62: frame 496/7500 (6%)
|
|
[22:42:43 INFO] Video batch 63: frame 504/7500 (6%)
|
|
[22:42:43 INFO] Video batch 64: frame 512/7500 (6%)
|
|
[22:42:43 INFO] Video batch 65: frame 520/7500 (6%)
|
|
[22:42:44 INFO] Video batch 66: frame 528/7500 (7%)
|
|
[22:42:44 INFO] Video batch 67: frame 536/7500 (7%)
|
|
[22:42:44 INFO] Video batch 68: frame 544/7500 (7%)
|
|
[22:42:44 INFO] Video batch 69: frame 552/7500 (7%)
|
|
[22:42:44 INFO] Video batch 70: frame 560/7500 (7%)
|
|
[22:42:45 INFO] Video batch 71: frame 568/7500 (7%)
|
|
[22:42:45 INFO] Video batch 72: frame 576/7500 (7%)
|
|
[22:42:45 INFO] Video batch 73: frame 584/7500 (7%)
|
|
[22:42:45 INFO] Video batch 74: frame 592/7500 (7%)
|
|
[22:42:46 INFO] Video batch 75: frame 600/7500 (8%)
|
|
[22:42:46 INFO] Video batch 76: frame 608/7500 (8%)
|
|
[22:42:46 INFO] Video batch 77: frame 616/7500 (8%)
|
|
[22:42:46 INFO] Video batch 78: frame 624/7500 (8%)
|
|
[22:42:46 INFO] Video batch 79: frame 632/7500 (8%)
|
|
[22:42:47 INFO] Video batch 80: frame 640/7500 (8%)
|
|
[22:42:47 INFO] Video batch 81: frame 648/7500 (8%)
|
|
[22:42:47 INFO] Video batch 82: frame 656/7500 (8%)
|
|
[22:42:47 INFO] Video batch 83: frame 664/7500 (8%)
|
|
[22:42:48 INFO] Video batch 84: frame 672/7500 (8%)
|
|
[22:42:48 INFO] Video batch 85: frame 680/7500 (9%)
|
|
[22:42:48 INFO] Video batch 86: frame 688/7500 (9%)
|
|
[22:42:48 INFO] Video batch 87: frame 696/7500 (9%)
|
|
[22:42:48 INFO] Video batch 88: frame 704/7500 (9%)
|
|
[22:42:48 INFO] Video batch 89: frame 712/7500 (9%)
|
|
[22:42:49 INFO] Video batch 90: frame 720/7500 (9%)
|
|
[22:42:49 INFO] Video batch 91: frame 728/7500 (9%)
|
|
[22:42:49 INFO] Video batch 92: frame 736/7500 (9%)
|
|
[22:42:49 INFO] Video batch 93: frame 744/7500 (9%)
|
|
[22:42:50 INFO] Video batch 94: frame 752/7500 (10%)
|
|
[22:42:50 INFO] Video batch 95: frame 760/7500 (10%)
|
|
[22:42:50 INFO] Video batch 95: 1 detections from postprocess
|
|
[22:42:50 INFO] Video frame video_short01_000303: 1 dets, valid=True
|
|
[22:42:50 INFO] Video batch 96: frame 768/7500 (10%)
|
|
[22:42:50 INFO] Video batch 96: 2 detections from postprocess
|
|
[22:42:50 INFO] Video frame video_short01_000305: 1 dets, valid=True
|
|
[22:42:50 INFO] Video frame video_short01_000306: 1 dets, valid=True
|
|
[22:42:50 INFO] Video batch 97: frame 776/7500 (10%)
|
|
[22:42:50 INFO] Video batch 97: 2 detections from postprocess
|
|
[22:42:50 INFO] Video frame video_short01_000308: 1 dets, valid=True
|
|
[22:42:50 INFO] Video frame video_short01_000310: 1 dets, valid=True
|
|
[22:42:50 INFO] Video batch 98: frame 784/7500 (10%)
|
|
[22:42:51 INFO] Video batch 98: 2 detections from postprocess
|
|
[22:42:51 INFO] Video frame video_short01_000311: 1 dets, valid=True
|
|
[22:42:51 INFO] Video frame video_short01_000313: 1 dets, valid=True
|
|
[22:42:51 INFO] Video batch 99: frame 792/7500 (10%)
|
|
[22:42:51 INFO] Video batch 99: 2 detections from postprocess
|
|
[22:42:51 INFO] Video frame video_short01_000314: 1 dets, valid=True
|
|
[22:42:51 INFO] Video frame video_short01_000316: 1 dets, valid=True
|
|
[22:42:51 INFO] Video batch 100: frame 800/7500 (10%)
|
|
[22:42:51 INFO] Video batch 100: 2 detections from postprocess
|
|
[22:42:51 INFO] Video frame video_short01_000317: 1 dets, valid=True
|
|
[22:42:51 INFO] Video frame video_short01_000319: 1 dets, valid=True
|
|
[22:42:51 INFO] Video batch 101: frame 808/7500 (10%)
|
|
[22:42:51 INFO] Video batch 101: 2 detections from postprocess
|
|
[22:42:51 INFO] Video frame video_short01_000321: 1 dets, valid=True
|
|
[22:42:51 INFO] Video frame video_short01_000322: 1 dets, valid=True
|
|
[22:42:51 INFO] Video batch 102: frame 816/7500 (10%)
|
|
[22:42:51 INFO] Video batch 102: 2 detections from postprocess
|
|
[22:42:51 INFO] Video frame video_short01_000324: 1 dets, valid=True
|
|
[22:42:51 INFO] Video frame video_short01_000325: 1 dets, valid=True
|
|
[22:42:51 INFO] Video batch 103: frame 824/7500 (10%)
|
|
[22:42:52 INFO] Video batch 103: 2 detections from postprocess
|
|
[22:42:52 INFO] Video frame video_short01_000327: 1 dets, valid=True
|
|
[22:42:52 INFO] Video frame video_short01_000329: 1 dets, valid=True
|
|
[22:42:52 INFO] Video batch 104: frame 832/7500 (11%)
|
|
[22:42:52 INFO] Video batch 105: frame 840/7500 (11%)
|
|
[22:42:52 INFO] Video batch 106: frame 848/7500 (11%)
|
|
[22:42:52 INFO] Video batch 107: frame 856/7500 (11%)
|
|
[22:42:53 INFO] Video batch 108: frame 864/7500 (11%)
|
|
[22:42:53 INFO] Video batch 109: frame 872/7500 (11%)
|
|
[22:42:53 INFO] Video batch 110: frame 880/7500 (11%)
|
|
[22:42:53 INFO] Video batch 111: frame 888/7500 (11%)
|
|
[22:42:53 INFO] Video batch 112: frame 896/7500 (11%)
|
|
[22:42:53 INFO] Video batch 113: frame 904/7500 (12%)
|
|
[22:42:54 INFO] Video batch 114: frame 912/7500 (12%)
|
|
[22:42:54 INFO] Video batch 115: frame 920/7500 (12%)
|
|
[22:42:54 INFO] Video batch 116: frame 928/7500 (12%)
|
|
[22:42:54 INFO] Video batch 117: frame 936/7500 (12%)
|
|
[22:42:54 INFO] Video batch 118: frame 944/7500 (12%)
|
|
[22:42:55 INFO] Video batch 119: frame 952/7500 (12%)
|
|
[22:42:55 INFO] Video batch 120: frame 960/7500 (12%)
|
|
[22:42:55 INFO] Video batch 120: 1 detections from postprocess
|
|
[22:42:55 INFO] Video frame video_short01_000383: 1 dets, valid=True
|
|
[22:42:55 INFO] Video batch 121: frame 968/7500 (12%)
|
|
[22:42:55 INFO] Video batch 122: frame 976/7500 (13%)
|
|
[22:42:55 INFO] Video batch 123: frame 984/7500 (13%)
|
|
[22:42:56 INFO] Video batch 124: frame 992/7500 (13%)
|
|
[22:42:56 INFO] Video batch 125: frame 1000/7500 (13%)
|
|
[22:42:56 INFO] Video batch 126: frame 1008/7500 (13%)
|
|
[22:42:56 INFO] Video batch 126: 1 detections from postprocess
|
|
[22:42:56 INFO] Video frame video_short01_000401: 1 dets, valid=True
|
|
[22:42:56 INFO] Video batch 127: frame 1016/7500 (13%)
|
|
[22:42:56 INFO] Video batch 128: frame 1024/7500 (13%)
|
|
[22:42:57 INFO] Video batch 129: frame 1032/7500 (13%)
|
|
[22:42:57 INFO] Video batch 130: frame 1040/7500 (13%)
|
|
[22:42:57 INFO] Video batch 131: frame 1048/7500 (13%)
|
|
[22:42:57 INFO] Video batch 131: 1 detections from postprocess
|
|
[22:42:57 INFO] Video frame video_short01_000418: 1 dets, valid=True
|
|
[22:42:57 INFO] Video batch 132: frame 1056/7500 (14%)
|
|
[22:42:57 INFO] Video batch 132: 2 detections from postprocess
|
|
[22:42:57 INFO] Video frame video_short01_000420: 1 dets, valid=True
|
|
[22:42:57 INFO] Video frame video_short01_000421: 1 dets, valid=True
|
|
[22:42:57 INFO] Video batch 133: frame 1064/7500 (14%)
|
|
[22:42:58 INFO] Video batch 133: 2 detections from postprocess
|
|
[22:42:58 INFO] Video frame video_short01_000423: 1 dets, valid=True
|
|
[22:42:58 INFO] Video frame video_short01_000425: 1 dets, valid=True
|
|
[22:42:58 INFO] Video batch 134: frame 1072/7500 (14%)
|
|
[22:42:58 INFO] Video batch 134: 3 detections from postprocess
|
|
[22:42:58 INFO] Video frame video_short01_000426: 2 dets, valid=True
|
|
[22:42:58 INFO] Video frame video_short01_000428: 1 dets, valid=True
|
|
[22:42:58 INFO] Video batch 135: frame 1080/7500 (14%)
|
|
[22:42:58 INFO] Video batch 136: frame 1088/7500 (14%)
|
|
[22:42:58 INFO] Video batch 137: frame 1096/7500 (14%)
|
|
[22:42:58 INFO] Video batch 138: frame 1104/7500 (14%)
|
|
[22:42:59 INFO] Video batch 139: frame 1112/7500 (14%)
|
|
[22:42:59 INFO] Video batch 140: frame 1120/7500 (14%)
|
|
[22:42:59 INFO] Video batch 141: frame 1128/7500 (15%)
|
|
[22:42:59 INFO] Video batch 142: frame 1136/7500 (15%)
|
|
[22:43:00 INFO] Video batch 143: frame 1144/7500 (15%)
|
|
[22:43:00 INFO] Video batch 144: frame 1152/7500 (15%)
|
|
[22:43:00 INFO] Video batch 144: 1 detections from postprocess
|
|
[22:43:00 INFO] Video frame video_short01_000458: 1 dets, valid=True
|
|
[22:43:00 INFO] Video batch 145: frame 1160/7500 (15%)
|
|
[22:43:00 INFO] Video batch 146: frame 1168/7500 (15%)
|
|
[22:43:00 INFO] Video batch 146: 1 detections from postprocess
|
|
[22:43:00 INFO] Video frame video_short01_000466: 1 dets, valid=True
|
|
[22:43:00 INFO] Video batch 147: frame 1176/7500 (15%)
|
|
[22:43:01 INFO] Video batch 148: frame 1184/7500 (15%)
|
|
[22:43:01 INFO] Video batch 149: frame 1192/7500 (15%)
|
|
[22:43:01 INFO] Video batch 149: 1 detections from postprocess
|
|
[22:43:01 INFO] Video frame video_short01_000476: 1 dets, valid=True
|
|
[22:43:01 INFO] Video batch 150: frame 1200/7500 (16%)
|
|
[22:43:01 INFO] Video batch 150: 1 detections from postprocess
|
|
[22:43:01 INFO] Video frame video_short01_000477: 1 dets, valid=True
|
|
[22:43:01 INFO] Video batch 151: frame 1208/7500 (16%)
|
|
[22:43:01 INFO] Video batch 152: frame 1216/7500 (16%)
|
|
[22:43:02 INFO] Video batch 152: 1 detections from postprocess
|
|
[22:43:02 INFO] Video frame video_short01_000485: 1 dets, valid=True
|
|
[22:43:02 INFO] Video batch 153: frame 1224/7500 (16%)
|
|
[22:43:02 INFO] Video batch 153: 3 detections from postprocess
|
|
[22:43:02 INFO] Video frame video_short01_000487: 2 dets, valid=True
|
|
[22:43:02 INFO] Video frame video_short01_000489: 1 dets, valid=True
|
|
[22:43:02 INFO] Video batch 154: frame 1232/7500 (16%)
|
|
[22:43:02 INFO] Video batch 154: 2 detections from postprocess
|
|
[22:43:02 INFO] Video frame video_short01_000490: 1 dets, valid=True
|
|
[22:43:02 INFO] Video frame video_short01_000492: 1 dets, valid=True
|
|
[22:43:02 INFO] Video batch 155: frame 1240/7500 (16%)
|
|
[22:43:02 INFO] Video batch 155: 1 detections from postprocess
|
|
[22:43:02 INFO] Video frame video_short01_000493: 1 dets, valid=True
|
|
[22:43:02 INFO] Video batch 156: frame 1248/7500 (16%)
|
|
[22:43:02 INFO] Video batch 157: frame 1256/7500 (16%)
|
|
[22:43:03 INFO] Video batch 158: frame 1264/7500 (16%)
|
|
[22:43:03 INFO] Video batch 159: frame 1272/7500 (16%)
|
|
[22:43:03 INFO] Video batch 160: frame 1280/7500 (17%)
|
|
[22:43:03 INFO] Video batch 161: frame 1288/7500 (17%)
|
|
[22:43:03 INFO] Video batch 162: frame 1296/7500 (17%)
|
|
[22:43:04 INFO] Video batch 163: frame 1304/7500 (17%)
|
|
[22:43:04 INFO] Video batch 164: frame 1312/7500 (17%)
|
|
[22:43:04 INFO] Video batch 165: frame 1320/7500 (17%)
|
|
[22:43:04 INFO] Video batch 166: frame 1328/7500 (17%)
|
|
[22:43:04 INFO] Video batch 167: frame 1336/7500 (17%)
|
|
[22:43:05 INFO] Video batch 168: frame 1344/7500 (17%)
|
|
[22:43:05 INFO] Video batch 169: frame 1352/7500 (18%)
|
|
[22:43:05 INFO] Video batch 170: frame 1360/7500 (18%)
|
|
[22:43:05 INFO] Video batch 171: frame 1368/7500 (18%)
|
|
[22:43:05 INFO] Video batch 172: frame 1376/7500 (18%)
|
|
[22:43:06 INFO] Video batch 173: frame 1384/7500 (18%)
|
|
[22:43:06 INFO] Video batch 174: frame 1392/7500 (18%)
|
|
[22:43:06 INFO] Video batch 175: frame 1400/7500 (18%)
|
|
[22:43:06 INFO] Video batch 176: frame 1408/7500 (18%)
|
|
[22:43:06 INFO] Video batch 177: frame 1416/7500 (18%)
|
|
[22:43:07 INFO] Video batch 178: frame 1424/7500 (18%)
|
|
[22:43:07 INFO] Video batch 179: frame 1432/7500 (19%)
|
|
[22:43:07 INFO] Video batch 180: frame 1440/7500 (19%)
|
|
[22:43:07 INFO] Video batch 181: frame 1448/7500 (19%)
|
|
[22:43:07 INFO] Video batch 182: frame 1456/7500 (19%)
|
|
[22:43:08 INFO] Video batch 183: frame 1464/7500 (19%)
|
|
[22:43:08 INFO] Video batch 184: frame 1472/7500 (19%)
|
|
[22:43:08 INFO] Video batch 185: frame 1480/7500 (19%)
|
|
[22:43:08 INFO] Video batch 186: frame 1488/7500 (19%)
|
|
[22:43:08 INFO] Video batch 187: frame 1496/7500 (19%)
|
|
[22:43:09 INFO] Video batch 188: frame 1504/7500 (20%)
|
|
[22:43:09 INFO] Video batch 189: frame 1512/7500 (20%)
|
|
[22:43:09 INFO] Video batch 190: frame 1520/7500 (20%)
|
|
[22:43:09 INFO] Video batch 191: frame 1528/7500 (20%)
|
|
[22:43:09 INFO] Video batch 192: frame 1536/7500 (20%)
|
|
[22:43:10 INFO] Video batch 193: frame 1544/7500 (20%)
|
|
[22:43:10 INFO] Video batch 193: 1 detections from postprocess
|
|
[22:43:10 INFO] Video frame video_short01_001017: 1 dets, valid=True
|
|
[22:43:10 INFO] Video batch 194: frame 1552/7500 (20%)
|
|
[22:43:10 INFO] Video batch 195: frame 1560/7500 (20%)
|
|
[22:43:10 INFO] Video batch 196: frame 1568/7500 (20%)
|
|
[22:43:10 INFO] Video batch 197: frame 1576/7500 (21%)
|
|
[22:43:10 INFO] Video batch 198: frame 1584/7500 (21%)
|
|
[22:43:11 INFO] Video batch 199: frame 1592/7500 (21%)
|
|
[22:43:11 INFO] Video batch 200: frame 1600/7500 (21%)
|
|
[22:43:11 INFO] Video batch 200: 1 detections from postprocess
|
|
[22:43:11 INFO] Video frame video_short01_001039: 1 dets, valid=True
|
|
[22:43:11 INFO] Video batch 201: frame 1608/7500 (21%)
|
|
[22:43:11 INFO] Video batch 201: 1 detections from postprocess
|
|
[22:43:11 INFO] Video frame video_short01_001041: 1 dets, valid=True
|
|
[22:43:11 INFO] Video batch 202: frame 1616/7500 (21%)
|
|
[22:43:12 INFO] Video batch 203: frame 1624/7500 (21%)
|
|
[22:43:12 INFO] Video batch 204: frame 1632/7500 (21%)
|
|
[22:43:12 INFO] Video batch 205: frame 1640/7500 (21%)
|
|
[22:43:12 INFO] Video batch 206: frame 1648/7500 (21%)
|
|
[22:43:12 INFO] Video batch 207: frame 1656/7500 (22%)
|
|
[22:43:12 INFO] Video batch 208: frame 1664/7500 (22%)
|
|
[22:43:13 INFO] Video batch 209: frame 1672/7500 (22%)
|
|
[22:43:13 INFO] Video batch 210: frame 1680/7500 (22%)
|
|
[22:43:13 INFO] Video batch 211: frame 1688/7500 (22%)
|
|
[22:43:13 INFO] Video batch 212: frame 1696/7500 (22%)
|
|
[22:43:13 INFO] Video batch 213: frame 1704/7500 (22%)
|
|
[22:43:14 INFO] Video batch 214: frame 1712/7500 (22%)
|
|
[22:43:14 INFO] Video batch 215: frame 1720/7500 (22%)
|
|
[22:43:14 INFO] Video batch 216: frame 1728/7500 (23%)
|
|
[22:43:14 INFO] Video batch 217: frame 1736/7500 (23%)
|
|
[22:43:15 INFO] Video batch 218: frame 1744/7500 (23%)
|
|
[22:43:15 INFO] Video batch 219: frame 1752/7500 (23%)
|
|
[22:43:15 INFO] Video batch 219: 1 detections from postprocess
|
|
[22:43:15 INFO] Video frame video_short01_001100: 1 dets, valid=True
|
|
[22:43:15 INFO] Video batch 220: frame 1760/7500 (23%)
|
|
[22:43:15 INFO] Video batch 220: 2 detections from postprocess
|
|
[22:43:15 INFO] Video frame video_short01_001101: 1 dets, valid=True
|
|
[22:43:15 INFO] Video frame video_short01_001103: 1 dets, valid=True
|
|
[22:43:15 INFO] Video batch 221: frame 1768/7500 (23%)
|
|
[22:43:15 INFO] Video batch 221: 2 detections from postprocess
|
|
[22:43:15 INFO] Video frame video_short01_001105: 1 dets, valid=True
|
|
[22:43:15 INFO] Video frame video_short01_001106: 1 dets, valid=True
|
|
[22:43:15 INFO] Video batch 222: frame 1776/7500 (23%)
|
|
[22:43:16 INFO] Video batch 222: 2 detections from postprocess
|
|
[22:43:16 INFO] Video frame video_short01_001108: 1 dets, valid=True
|
|
[22:43:16 INFO] Video frame video_short01_001110: 1 dets, valid=True
|
|
[22:43:16 INFO] Video batch 223: frame 1784/7500 (23%)
|
|
[22:43:16 INFO] Video batch 223: 2 detections from postprocess
|
|
[22:43:16 INFO] Video frame video_short01_001111: 1 dets, valid=True
|
|
[22:43:16 INFO] Video frame video_short01_001113: 1 dets, valid=True
|
|
[22:43:16 INFO] Video batch 224: frame 1792/7500 (23%)
|
|
[22:43:16 INFO] Video batch 225: frame 1800/7500 (24%)
|
|
[22:43:16 INFO] Video batch 226: frame 1808/7500 (24%)
|
|
[22:43:16 INFO] Video batch 227: frame 1816/7500 (24%)
|
|
[22:43:17 INFO] Video batch 228: frame 1824/7500 (24%)
|
|
[22:43:17 INFO] Video batch 229: frame 1832/7500 (24%)
|
|
[22:43:17 INFO] Video batch 230: frame 1840/7500 (24%)
|
|
[22:43:17 INFO] Video batch 231: frame 1848/7500 (24%)
|
|
[22:43:17 INFO] Video batch 231: 1 detections from postprocess
|
|
[22:43:17 INFO] Video frame video_short01_001137: 1 dets, valid=True
|
|
[22:43:17 INFO] Video batch 232: frame 1856/7500 (24%)
|
|
[22:43:18 INFO] Video batch 233: frame 1864/7500 (24%)
|
|
[22:43:18 INFO] Video batch 234: frame 1872/7500 (24%)
|
|
[22:43:18 INFO] Video batch 235: frame 1880/7500 (25%)
|
|
[22:43:18 INFO] Video batch 235: 1 detections from postprocess
|
|
[22:43:18 INFO] Video frame video_short01_001151: 1 dets, valid=True
|
|
[22:43:18 INFO] Video batch 236: frame 1888/7500 (25%)
|
|
[22:43:18 INFO] Video batch 237: frame 1896/7500 (25%)
|
|
[22:43:19 INFO] Video batch 238: frame 1904/7500 (25%)
|
|
[22:43:19 INFO] Video batch 239: frame 1912/7500 (25%)
|
|
[22:43:19 INFO] Video batch 240: frame 1920/7500 (25%)
|
|
[22:43:19 INFO] Video batch 241: frame 1928/7500 (25%)
|
|
[22:43:19 INFO] Video batch 242: frame 1936/7500 (25%)
|
|
[22:43:20 INFO] Video batch 243: frame 1944/7500 (25%)
|
|
[22:43:20 INFO] Video batch 244: frame 1952/7500 (26%)
|
|
[22:43:20 INFO] Video batch 245: frame 1960/7500 (26%)
|
|
[22:43:20 INFO] Video batch 246: frame 1968/7500 (26%)
|
|
[22:43:20 INFO] Video batch 247: frame 1976/7500 (26%)
|
|
[22:43:21 INFO] Video batch 248: frame 1984/7500 (26%)
|
|
[22:43:21 INFO] Video batch 249: frame 1992/7500 (26%)
|
|
[22:43:21 INFO] Video batch 250: frame 2000/7500 (26%)
|
|
[22:43:21 INFO] Video batch 251: frame 2008/7500 (26%)
|
|
[22:43:21 INFO] Video batch 252: frame 2016/7500 (26%)
|
|
[22:43:22 INFO] Video batch 253: frame 2024/7500 (26%)
|
|
[22:43:22 INFO] Video batch 254: frame 2032/7500 (27%)
|
|
[22:43:22 INFO] Video batch 255: frame 2040/7500 (27%)
|
|
[22:43:22 INFO] Video batch 256: frame 2048/7500 (27%)
|
|
[22:43:22 INFO] Video batch 257: frame 2056/7500 (27%)
|
|
[22:43:23 INFO] Video batch 258: frame 2064/7500 (27%)
|
|
[22:43:23 INFO] Video batch 259: frame 2072/7500 (27%)
|
|
[22:43:23 INFO] Video batch 260: frame 2080/7500 (27%)
|
|
[22:43:23 INFO] Video batch 261: frame 2088/7500 (27%)
|
|
[22:43:23 INFO] Video batch 262: frame 2096/7500 (27%)
|
|
[22:43:24 INFO] Video batch 263: frame 2104/7500 (28%)
|
|
[22:43:24 INFO] Video batch 264: frame 2112/7500 (28%)
|
|
[22:43:24 INFO] Video batch 265: frame 2120/7500 (28%)
|
|
[22:43:24 INFO] Video batch 266: frame 2128/7500 (28%)
|
|
[22:43:24 INFO] Video batch 267: frame 2136/7500 (28%)
|
|
[22:43:25 INFO] Video batch 268: frame 2144/7500 (28%)
|
|
[22:43:25 INFO] Video batch 269: frame 2152/7500 (28%)
|
|
[22:43:25 INFO] Video batch 270: frame 2160/7500 (28%)
|
|
[22:43:25 INFO] Video batch 271: frame 2168/7500 (28%)
|
|
[22:43:25 INFO] Video batch 272: frame 2176/7500 (29%)
|
|
[22:43:26 INFO] Video batch 273: frame 2184/7500 (29%)
|
|
[22:43:26 INFO] Video batch 274: frame 2192/7500 (29%)
|
|
[22:43:26 INFO] Video batch 275: frame 2200/7500 (29%)
|
|
[22:43:26 INFO] Video batch 276: frame 2208/7500 (29%)
|
|
[22:43:26 INFO] Video batch 277: frame 2216/7500 (29%)
|
|
[22:43:27 INFO] Video batch 278: frame 2224/7500 (29%)
|
|
[22:43:27 INFO] Video batch 279: frame 2232/7500 (29%)
|
|
[22:43:27 INFO] Video batch 280: frame 2240/7500 (29%)
|
|
[22:43:27 INFO] Video batch 281: frame 2248/7500 (29%)
|
|
[22:43:27 INFO] Video batch 282: frame 2256/7500 (30%)
|
|
[22:43:28 INFO] Video batch 283: frame 2264/7500 (30%)
|
|
[22:43:28 INFO] Video batch 283: 2 detections from postprocess
|
|
[22:43:28 INFO] Video frame video_short01_001303: 1 dets, valid=True
|
|
[22:43:28 INFO] Video frame video_short01_001305: 1 dets, valid=True
|
|
[22:43:28 INFO] Video batch 284: frame 2272/7500 (30%)
|
|
[22:43:28 INFO] Video batch 285: frame 2280/7500 (30%)
|
|
[22:43:28 INFO] Video batch 285: 1 detections from postprocess
|
|
[22:43:28 INFO] Video frame video_short01_001310: 1 dets, valid=True
|
|
[22:43:28 INFO] Video batch 286: frame 2288/7500 (30%)
|
|
[22:43:28 INFO] Video batch 287: frame 2296/7500 (30%)
|
|
[22:43:29 INFO] Video batch 288: frame 2304/7500 (30%)
|
|
[22:43:29 INFO] Video batch 288: 1 detections from postprocess
|
|
[22:43:29 INFO] Video frame video_short01_001319: 1 dets, valid=True
|
|
[22:43:29 INFO] Video batch 289: frame 2312/7500 (30%)
|
|
[22:43:29 INFO] Video batch 289: 1 detections from postprocess
|
|
[22:43:29 INFO] Video frame video_short01_001324: 1 dets, valid=True
|
|
[22:43:29 INFO] Video batch 290: frame 2320/7500 (30%)
|
|
[22:43:29 INFO] Video batch 291: frame 2328/7500 (31%)
|
|
[22:43:29 INFO] Video batch 292: frame 2336/7500 (31%)
|
|
[22:43:30 INFO] Video batch 293: frame 2344/7500 (31%)
|
|
[22:43:30 INFO] Video batch 294: frame 2352/7500 (31%)
|
|
[22:43:30 INFO] Video batch 294: 1 detections from postprocess
|
|
[22:43:30 INFO] Video frame video_short01_001340: 1 dets, valid=True
|
|
[22:43:30 INFO] Video batch 295: frame 2360/7500 (31%)
|
|
[22:43:30 INFO] Video batch 296: frame 2368/7500 (31%)
|
|
[22:43:30 INFO] Video batch 297: frame 2376/7500 (31%)
|
|
[22:43:31 INFO] Video batch 297: 1 detections from postprocess
|
|
[22:43:31 INFO] Video frame video_short01_001350: 1 dets, valid=True
|
|
[22:43:31 INFO] Video batch 298: frame 2384/7500 (31%)
|
|
[22:43:31 INFO] Video batch 298: 1 detections from postprocess
|
|
[22:43:31 INFO] Video frame video_short01_001351: 1 dets, valid=True
|
|
[22:43:31 INFO] Video batch 299: frame 2392/7500 (31%)
|
|
[22:43:31 INFO] Video batch 299: 2 detections from postprocess
|
|
[22:43:31 INFO] Video frame video_short01_001354: 1 dets, valid=True
|
|
[22:43:31 INFO] Video frame video_short01_001356: 1 dets, valid=True
|
|
[22:43:31 INFO] Video batch 300: frame 2400/7500 (32%)
|
|
[22:43:31 INFO] Video batch 300: 1 detections from postprocess
|
|
[22:43:31 INFO] Video frame video_short01_001359: 1 dets, valid=True
|
|
[22:43:31 INFO] Video batch 301: frame 2408/7500 (32%)
|
|
[22:43:31 INFO] Video batch 301: 1 detections from postprocess
|
|
[22:43:31 INFO] Video frame video_short01_001362: 1 dets, valid=True
|
|
[22:43:32 INFO] Video batch 302: frame 2416/7500 (32%)
|
|
[22:43:32 INFO] Video batch 302: 2 detections from postprocess
|
|
[22:43:32 INFO] Video frame video_short01_001364: 1 dets, valid=True
|
|
[22:43:32 INFO] Video frame video_short01_001365: 1 dets, valid=True
|
|
[22:43:32 INFO] Video batch 303: frame 2424/7500 (32%)
|
|
[22:43:32 INFO] Video batch 304: frame 2432/7500 (32%)
|
|
[22:43:32 INFO] Video batch 305: frame 2440/7500 (32%)
|
|
[22:43:32 INFO] Video batch 306: frame 2448/7500 (32%)
|
|
[22:43:32 INFO] Video batch 307: frame 2456/7500 (32%)
|
|
[22:43:33 INFO] Video batch 308: frame 2464/7500 (32%)
|
|
[22:43:33 INFO] Video batch 309: frame 2472/7500 (32%)
|
|
[22:43:33 INFO] Video batch 310: frame 2480/7500 (33%)
|
|
[22:43:33 INFO] Video batch 311: frame 2488/7500 (33%)
|
|
[22:43:34 INFO] Video batch 312: frame 2496/7500 (33%)
|
|
[22:43:34 INFO] Video batch 313: frame 2504/7500 (33%)
|
|
[22:43:34 INFO] Video batch 314: frame 2512/7500 (33%)
|
|
[22:43:34 INFO] Video batch 315: frame 2520/7500 (33%)
|
|
[22:43:34 INFO] Video batch 316: frame 2528/7500 (33%)
|
|
[22:43:35 INFO] Video batch 317: frame 2536/7500 (33%)
|
|
[22:43:35 INFO] Video batch 318: frame 2544/7500 (33%)
|
|
[22:43:35 INFO] Video batch 319: frame 2552/7500 (34%)
|
|
[22:43:35 INFO] Video batch 320: frame 2560/7500 (34%)
|
|
[22:43:35 INFO] Video batch 321: frame 2568/7500 (34%)
|
|
[22:43:36 INFO] Video batch 322: frame 2576/7500 (34%)
|
|
[22:43:36 INFO] Video batch 323: frame 2584/7500 (34%)
|
|
[22:43:36 INFO] Video batch 324: frame 2592/7500 (34%)
|
|
[22:43:36 INFO] Video batch 325: frame 2600/7500 (34%)
|
|
[22:43:36 INFO] Video batch 326: frame 2608/7500 (34%)
|
|
[22:43:37 INFO] Video batch 327: frame 2616/7500 (34%)
|
|
[22:43:37 INFO] Video batch 328: frame 2624/7500 (34%)
|
|
[22:43:37 INFO] Video batch 329: frame 2632/7500 (35%)
|
|
[22:43:37 INFO] Video batch 330: frame 2640/7500 (35%)
|
|
[22:43:37 INFO] Video batch 331: frame 2648/7500 (35%)
|
|
[22:43:38 INFO] Video batch 332: frame 2656/7500 (35%)
|
|
[22:43:38 INFO] Video batch 333: frame 2664/7500 (35%)
|
|
[22:43:38 INFO] Video batch 334: frame 2672/7500 (35%)
|
|
[22:43:38 INFO] Video batch 335: frame 2680/7500 (35%)
|
|
[22:43:38 INFO] Video batch 336: frame 2688/7500 (35%)
|
|
[22:43:39 INFO] Video batch 337: frame 2696/7500 (35%)
|
|
[22:43:39 INFO] Video batch 338: frame 2704/7500 (36%)
|
|
[22:43:39 INFO] Video batch 339: frame 2712/7500 (36%)
|
|
[22:43:39 INFO] Video batch 339: 1 detections from postprocess
|
|
[22:43:39 INFO] Video frame video_short01_001484: 1 dets, valid=True
|
|
[22:43:39 INFO] Video batch 340: frame 2720/7500 (36%)
|
|
[22:43:39 INFO] Video batch 340: 2 detections from postprocess
|
|
[22:43:39 INFO] Video frame video_short01_001485: 1 dets, valid=True
|
|
[22:43:39 INFO] Video frame video_short01_001487: 1 dets, valid=True
|
|
[22:43:39 INFO] Video batch 341: frame 2728/7500 (36%)
|
|
[22:43:40 INFO] Video batch 341: 2 detections from postprocess
|
|
[22:43:40 INFO] Video frame video_short01_001489: 1 dets, valid=True
|
|
[22:43:40 INFO] Video frame video_short01_001490: 1 dets, valid=True
|
|
[22:43:40 INFO] Video batch 342: frame 2736/7500 (36%)
|
|
[22:43:40 INFO] Video batch 342: 2 detections from postprocess
|
|
[22:43:40 INFO] Video frame video_short01_001492: 1 dets, valid=True
|
|
[22:43:40 INFO] Video frame video_short01_001493: 1 dets, valid=True
|
|
[22:43:40 INFO] Video batch 343: frame 2744/7500 (36%)
|
|
[22:43:40 INFO] Video batch 343: 2 detections from postprocess
|
|
[22:43:40 INFO] Video frame video_short01_001495: 1 dets, valid=True
|
|
[22:43:40 INFO] Video frame video_short01_001497: 1 dets, valid=True
|
|
[22:43:40 INFO] Video batch 344: frame 2752/7500 (36%)
|
|
[22:43:40 INFO] Video batch 344: 2 detections from postprocess
|
|
[22:43:40 INFO] Video frame video_short01_001498: 1 dets, valid=True
|
|
[22:43:40 INFO] Video frame video_short01_001500: 1 dets, valid=True
|
|
[22:43:40 INFO] Video batch 345: frame 2760/7500 (36%)
|
|
[22:43:40 INFO] Video batch 345: 2 detections from postprocess
|
|
[22:43:40 INFO] Video frame video_short01_001501: 1 dets, valid=True
|
|
[22:43:40 INFO] Video frame video_short01_001503: 1 dets, valid=True
|
|
[22:43:40 INFO] Video batch 346: frame 2768/7500 (36%)
|
|
[22:43:41 INFO] Video batch 346: 2 detections from postprocess
|
|
[22:43:41 INFO] Video frame video_short01_001505: 1 dets, valid=True
|
|
[22:43:41 INFO] Video frame video_short01_001506: 1 dets, valid=True
|
|
[22:43:41 INFO] Video batch 347: frame 2776/7500 (37%)
|
|
[22:43:41 INFO] Video batch 347: 2 detections from postprocess
|
|
[22:43:41 INFO] Video frame video_short01_001508: 1 dets, valid=True
|
|
[22:43:41 INFO] Video frame video_short01_001510: 1 dets, valid=True
|
|
[22:43:41 INFO] Video batch 348: frame 2784/7500 (37%)
|
|
[22:43:41 INFO] Video batch 348: 2 detections from postprocess
|
|
[22:43:41 INFO] Video frame video_short01_001511: 1 dets, valid=True
|
|
[22:43:41 INFO] Video frame video_short01_001513: 1 dets, valid=True
|
|
[22:43:41 INFO] Video batch 349: frame 2792/7500 (37%)
|
|
[22:43:41 INFO] Video batch 349: 2 detections from postprocess
|
|
[22:43:41 INFO] Video frame video_short01_001514: 1 dets, valid=True
|
|
[22:43:41 INFO] Video frame video_short01_001516: 1 dets, valid=True
|
|
[22:43:41 INFO] Video batch 350: frame 2800/7500 (37%)
|
|
[22:43:41 INFO] Video batch 350: 2 detections from postprocess
|
|
[22:43:41 INFO] Video frame video_short01_001517: 1 dets, valid=True
|
|
[22:43:41 INFO] Video frame video_short01_001519: 1 dets, valid=True
|
|
[22:43:42 INFO] Video batch 351: frame 2808/7500 (37%)
|
|
[22:43:42 INFO] Video batch 351: 2 detections from postprocess
|
|
[22:43:42 INFO] Video frame video_short01_001521: 1 dets, valid=True
|
|
[22:43:42 INFO] Video frame video_short01_001522: 1 dets, valid=True
|
|
[22:43:42 INFO] Video batch 352: frame 2816/7500 (37%)
|
|
[22:43:42 INFO] Video batch 352: 2 detections from postprocess
|
|
[22:43:42 INFO] Video frame video_short01_001524: 1 dets, valid=True
|
|
[22:43:42 INFO] Video frame video_short01_001525: 1 dets, valid=True
|
|
[22:43:42 INFO] Video batch 353: frame 2824/7500 (37%)
|
|
[22:43:42 INFO] Video batch 353: 2 detections from postprocess
|
|
[22:43:42 INFO] Video frame video_short01_001527: 1 dets, valid=True
|
|
[22:43:42 INFO] Video frame video_short01_001529: 1 dets, valid=True
|
|
[22:43:42 INFO] Video batch 354: frame 2832/7500 (37%)
|
|
[22:43:42 INFO] Video batch 354: 2 detections from postprocess
|
|
[22:43:42 INFO] Video frame video_short01_001530: 1 dets, valid=True
|
|
[22:43:42 INFO] Video frame video_short01_001532: 1 dets, valid=True
|
|
[22:43:42 INFO] Video batch 355: frame 2840/7500 (37%)
|
|
[22:43:43 INFO] Video batch 355: 2 detections from postprocess
|
|
[22:43:43 INFO] Video frame video_short01_001533: 1 dets, valid=True
|
|
[22:43:43 INFO] Video frame video_short01_001535: 1 dets, valid=True
|
|
[22:43:43 INFO] Video batch 356: frame 2848/7500 (37%)
|
|
[22:43:43 INFO] Video batch 356: 2 detections from postprocess
|
|
[22:43:43 INFO] Video frame video_short01_001537: 1 dets, valid=True
|
|
[22:43:43 INFO] Video frame video_short01_001538: 1 dets, valid=True
|
|
[22:43:43 INFO] Video batch 357: frame 2856/7500 (38%)
|
|
[22:43:43 INFO] Video batch 357: 2 detections from postprocess
|
|
[22:43:43 INFO] Video frame video_short01_001540: 1 dets, valid=True
|
|
[22:43:43 INFO] Video frame video_short01_001541: 1 dets, valid=True
|
|
[22:43:43 INFO] Video batch 358: frame 2864/7500 (38%)
|
|
[22:43:43 INFO] Video batch 358: 2 detections from postprocess
|
|
[22:43:43 INFO] Video frame video_short01_001543: 1 dets, valid=True
|
|
[22:43:43 INFO] Video frame video_short01_001545: 1 dets, valid=True
|
|
[22:43:43 INFO] Video batch 359: frame 2872/7500 (38%)
|
|
[22:43:43 INFO] Video batch 359: 2 detections from postprocess
|
|
[22:43:43 INFO] Video frame video_short01_001546: 1 dets, valid=True
|
|
[22:43:43 INFO] Video frame video_short01_001548: 1 dets, valid=True
|
|
[22:43:43 INFO] Video batch 360: frame 2880/7500 (38%)
|
|
[22:43:44 INFO] Video batch 360: 2 detections from postprocess
|
|
[22:43:44 INFO] Video frame video_short01_001550: 1 dets, valid=True
|
|
[22:43:44 INFO] Video frame video_short01_001551: 1 dets, valid=True
|
|
[22:43:44 INFO] Video batch 361: frame 2888/7500 (38%)
|
|
[22:43:44 INFO] Video batch 361: 2 detections from postprocess
|
|
[22:43:44 INFO] Video frame video_short01_001553: 1 dets, valid=True
|
|
[22:43:44 INFO] Video frame video_short01_001554: 1 dets, valid=True
|
|
[22:43:44 INFO] Video batch 362: frame 2896/7500 (38%)
|
|
[22:43:44 INFO] Video batch 362: 2 detections from postprocess
|
|
[22:43:44 INFO] Video frame video_short01_001556: 1 dets, valid=True
|
|
[22:43:44 INFO] Video frame video_short01_001557: 1 dets, valid=True
|
|
[22:43:44 INFO] Video batch 363: frame 2904/7500 (38%)
|
|
[22:43:44 INFO] Video batch 363: 2 detections from postprocess
|
|
[22:43:44 INFO] Video frame video_short01_001559: 1 dets, valid=True
|
|
[22:43:44 INFO] Video frame video_short01_001561: 1 dets, valid=True
|
|
[22:43:44 INFO] Video batch 364: frame 2912/7500 (38%)
|
|
[22:43:45 INFO] Video batch 364: 2 detections from postprocess
|
|
[22:43:45 INFO] Video frame video_short01_001562: 1 dets, valid=True
|
|
[22:43:45 INFO] Video frame video_short01_001564: 1 dets, valid=True
|
|
[22:43:45 INFO] Video batch 365: frame 2920/7500 (38%)
|
|
[22:43:45 INFO] Video batch 365: 2 detections from postprocess
|
|
[22:43:45 INFO] Video frame video_short01_001565: 1 dets, valid=True
|
|
[22:43:45 INFO] Video frame video_short01_001567: 1 dets, valid=True
|
|
[22:43:45 INFO] Video batch 366: frame 2928/7500 (39%)
|
|
[22:43:45 INFO] Video batch 366: 2 detections from postprocess
|
|
[22:43:45 INFO] Video frame video_short01_001569: 1 dets, valid=True
|
|
[22:43:45 INFO] Video frame video_short01_001570: 1 dets, valid=True
|
|
[22:43:45 INFO] Video batch 367: frame 2936/7500 (39%)
|
|
[22:43:45 INFO] Video batch 367: 2 detections from postprocess
|
|
[22:43:45 INFO] Video frame video_short01_001572: 1 dets, valid=True
|
|
[22:43:45 INFO] Video frame video_short01_001573: 1 dets, valid=True
|
|
[22:43:45 INFO] Video batch 368: frame 2944/7500 (39%)
|
|
[22:43:45 INFO] Video batch 368: 2 detections from postprocess
|
|
[22:43:45 INFO] Video frame video_short01_001575: 1 dets, valid=True
|
|
[22:43:45 INFO] Video frame video_short01_001577: 1 dets, valid=True
|
|
[22:43:45 INFO] Video batch 369: frame 2952/7500 (39%)
|
|
[22:43:46 INFO] Video batch 369: 2 detections from postprocess
|
|
[22:43:46 INFO] Video frame video_short01_001578: 1 dets, valid=True
|
|
[22:43:46 INFO] Video frame video_short01_001580: 1 dets, valid=True
|
|
[22:43:46 INFO] Video batch 370: frame 2960/7500 (39%)
|
|
[22:43:46 INFO] Video batch 370: 2 detections from postprocess
|
|
[22:43:46 INFO] Video frame video_short01_001581: 1 dets, valid=True
|
|
[22:43:46 INFO] Video frame video_short01_001583: 1 dets, valid=True
|
|
[22:43:46 INFO] Video batch 371: frame 2968/7500 (39%)
|
|
[22:43:46 INFO] Video batch 371: 2 detections from postprocess
|
|
[22:43:46 INFO] Video frame video_short01_001585: 1 dets, valid=True
|
|
[22:43:46 INFO] Video frame video_short01_001586: 1 dets, valid=True
|
|
[22:43:46 INFO] Video batch 372: frame 2976/7500 (39%)
|
|
[22:43:46 INFO] Video batch 372: 2 detections from postprocess
|
|
[22:43:46 INFO] Video frame video_short01_001588: 1 dets, valid=True
|
|
[22:43:46 INFO] Video frame video_short01_001590: 1 dets, valid=True
|
|
[22:43:46 INFO] Video batch 373: frame 2984/7500 (39%)
|
|
[22:43:46 INFO] Video batch 373: 2 detections from postprocess
|
|
[22:43:46 INFO] Video frame video_short01_001591: 1 dets, valid=True
|
|
[22:43:47 INFO] Video frame video_short01_001593: 1 dets, valid=True
|
|
[22:43:47 INFO] Video batch 374: frame 2992/7500 (39%)
|
|
[22:43:47 INFO] Video batch 374: 2 detections from postprocess
|
|
[22:43:47 INFO] Video frame video_short01_001594: 1 dets, valid=True
|
|
[22:43:47 INFO] Video frame video_short01_001596: 1 dets, valid=True
|
|
[22:43:47 INFO] Video batch 375: frame 3000/7500 (40%)
|
|
[22:43:47 INFO] Video batch 375: 1 detections from postprocess
|
|
[22:43:47 INFO] Video frame video_short01_001597: 1 dets, valid=True
|
|
[22:43:47 INFO] Video batch 376: frame 3008/7500 (40%)
|
|
[22:43:47 INFO] Video batch 376: 1 detections from postprocess
|
|
[22:43:47 INFO] Video frame video_short01_002002: 1 dets, valid=True
|
|
[22:43:47 INFO] Video batch 377: frame 3016/7500 (40%)
|
|
[22:43:47 INFO] Video batch 378: frame 3024/7500 (40%)
|
|
[22:43:48 INFO] Video batch 379: frame 3032/7500 (40%)
|
|
[22:43:48 INFO] Video batch 380: frame 3040/7500 (40%)
|
|
[22:43:48 INFO] Video batch 381: frame 3048/7500 (40%)
|
|
[22:43:48 INFO] Video batch 382: frame 3056/7500 (40%)
|
|
[22:43:48 INFO] Video batch 383: frame 3064/7500 (40%)
|
|
[22:43:49 INFO] Video batch 383: 1 detections from postprocess
|
|
[22:43:49 INFO] Video frame video_short01_002025: 1 dets, valid=True
|
|
[22:43:49 INFO] Video batch 384: frame 3072/7500 (40%)
|
|
[22:43:49 INFO] Video batch 384: 2 detections from postprocess
|
|
[22:43:49 INFO] Video frame video_short01_002026: 1 dets, valid=True
|
|
[22:43:49 INFO] Video frame video_short01_002028: 1 dets, valid=True
|
|
[22:43:49 INFO] Video batch 385: frame 3080/7500 (41%)
|
|
[22:43:49 INFO] Video batch 385: 2 detections from postprocess
|
|
[22:43:49 INFO] Video frame video_short01_002030: 1 dets, valid=True
|
|
[22:43:49 INFO] Video frame video_short01_002031: 1 dets, valid=True
|
|
[22:43:49 INFO] Video batch 386: frame 3088/7500 (41%)
|
|
[22:43:49 INFO] Video batch 386: 1 detections from postprocess
|
|
[22:43:49 INFO] Video frame video_short01_002033: 1 dets, valid=True
|
|
[22:43:49 INFO] Video batch 387: frame 3096/7500 (41%)
|
|
[22:43:49 INFO] Video batch 387: 1 detections from postprocess
|
|
[22:43:49 INFO] Video frame video_short01_002037: 1 dets, valid=True
|
|
[22:43:49 INFO] Video batch 388: frame 3104/7500 (41%)
|
|
[22:43:50 INFO] Video batch 389: frame 3112/7500 (41%)
|
|
[22:43:50 INFO] Video batch 390: frame 3120/7500 (41%)
|
|
[22:43:50 INFO] Video batch 391: frame 3128/7500 (41%)
|
|
[22:43:50 INFO] Video batch 392: frame 3136/7500 (41%)
|
|
[22:43:50 INFO] Video batch 393: frame 3144/7500 (41%)
|
|
[22:43:51 INFO] Video batch 394: frame 3152/7500 (42%)
|
|
[22:43:51 INFO] Video batch 395: frame 3160/7500 (42%)
|
|
[22:43:51 INFO] Video batch 396: frame 3168/7500 (42%)
|
|
[22:43:51 INFO] Video batch 397: frame 3176/7500 (42%)
|
|
[22:43:51 INFO] Video batch 397: 1 detections from postprocess
|
|
[22:43:51 INFO] Video frame video_short01_002070: 1 dets, valid=True
|
|
[22:43:51 INFO] Video batch 398: frame 3184/7500 (42%)
|
|
[22:43:52 INFO] Video batch 398: 2 detections from postprocess
|
|
[22:43:52 INFO] Video frame video_short01_002071: 1 dets, valid=True
|
|
[22:43:52 INFO] Video frame video_short01_002073: 1 dets, valid=True
|
|
[22:43:52 INFO] Video batch 399: frame 3192/7500 (42%)
|
|
[22:43:52 INFO] Video batch 399: 2 detections from postprocess
|
|
[22:43:52 INFO] Video frame video_short01_002074: 1 dets, valid=True
|
|
[22:43:52 INFO] Video frame video_short01_002076: 1 dets, valid=True
|
|
[22:43:52 INFO] Video batch 400: frame 3200/7500 (42%)
|
|
[22:43:52 INFO] Video batch 400: 2 detections from postprocess
|
|
[22:43:52 INFO] Video frame video_short01_002077: 1 dets, valid=True
|
|
[22:43:52 INFO] Video frame video_short01_002079: 1 dets, valid=True
|
|
[22:43:52 INFO] Video batch 401: frame 3208/7500 (42%)
|
|
[22:43:52 INFO] Video batch 401: 2 detections from postprocess
|
|
[22:43:52 INFO] Video frame video_short01_002081: 1 dets, valid=True
|
|
[22:43:52 INFO] Video frame video_short01_002082: 1 dets, valid=True
|
|
[22:43:52 INFO] Video batch 402: frame 3216/7500 (42%)
|
|
[22:43:53 INFO] Video batch 402: 1 detections from postprocess
|
|
[22:43:53 INFO] Video frame video_short01_002084: 1 dets, valid=True
|
|
[22:43:53 INFO] Video batch 403: frame 3224/7500 (42%)
|
|
[22:43:53 INFO] Video batch 404: frame 3232/7500 (43%)
|
|
[22:43:53 INFO] Video batch 405: frame 3240/7500 (43%)
|
|
[22:43:53 INFO] Video batch 406: frame 3248/7500 (43%)
|
|
[22:43:54 INFO] Video batch 407: frame 3256/7500 (43%)
|
|
[22:43:54 INFO] Video batch 407: 1 detections from postprocess
|
|
[22:43:54 INFO] Video frame video_short01_002101: 1 dets, valid=True
|
|
[22:43:54 INFO] Video batch 408: frame 3264/7500 (43%)
|
|
[22:43:54 INFO] Video batch 408: 2 detections from postprocess
|
|
[22:43:54 INFO] Video frame video_short01_002103: 1 dets, valid=True
|
|
[22:43:54 INFO] Video frame video_short01_002105: 1 dets, valid=True
|
|
[22:43:54 INFO] Video batch 409: frame 3272/7500 (43%)
|
|
[22:43:54 INFO] Video batch 409: 2 detections from postprocess
|
|
[22:43:54 INFO] Video frame video_short01_002106: 1 dets, valid=True
|
|
[22:43:54 INFO] Video frame video_short01_002108: 1 dets, valid=True
|
|
[22:43:54 INFO] Video batch 410: frame 3280/7500 (43%)
|
|
[22:43:54 INFO] Video batch 410: 2 detections from postprocess
|
|
[22:43:54 INFO] Video frame video_short01_002110: 1 dets, valid=True
|
|
[22:43:54 INFO] Video frame video_short01_002111: 1 dets, valid=True
|
|
[22:43:54 INFO] Video batch 411: frame 3288/7500 (43%)
|
|
[22:43:55 INFO] Video batch 411: 2 detections from postprocess
|
|
[22:43:55 INFO] Video frame video_short01_002113: 1 dets, valid=True
|
|
[22:43:55 INFO] Video frame video_short01_002114: 1 dets, valid=True
|
|
[22:43:55 INFO] Video batch 412: frame 3296/7500 (43%)
|
|
[22:43:55 INFO] Video batch 413: frame 3304/7500 (44%)
|
|
[22:43:55 INFO] Video batch 413: 1 detections from postprocess
|
|
[22:43:55 INFO] Video frame video_short01_002121: 1 dets, valid=True
|
|
[22:43:55 INFO] Video batch 414: frame 3312/7500 (44%)
|
|
[22:43:55 INFO] Video batch 415: frame 3320/7500 (44%)
|
|
[22:43:55 INFO] Video batch 415: 2 detections from postprocess
|
|
[22:43:55 INFO] Video frame video_short01_002125: 1 dets, valid=True
|
|
[22:43:55 INFO] Video frame video_short01_002127: 1 dets, valid=True
|
|
[22:43:55 INFO] Video batch 416: frame 3328/7500 (44%)
|
|
[22:43:56 INFO] Video batch 416: 1 detections from postprocess
|
|
[22:43:56 INFO] Video frame video_short01_002130: 1 dets, valid=True
|
|
[22:43:56 INFO] Video batch 417: frame 3336/7500 (44%)
|
|
[22:43:56 INFO] Video batch 417: 2 detections from postprocess
|
|
[22:43:56 INFO] Video frame video_short01_002132: 1 dets, valid=True
|
|
[22:43:56 INFO] Video frame video_short01_002133: 1 dets, valid=True
|
|
[22:43:56 INFO] Video batch 418: frame 3344/7500 (44%)
|
|
[22:43:56 INFO] Video batch 418: 1 detections from postprocess
|
|
[22:43:56 INFO] Video frame video_short01_002137: 1 dets, valid=True
|
|
[22:43:56 INFO] Video batch 419: frame 3352/7500 (44%)
|
|
[22:43:56 INFO] Video batch 420: frame 3360/7500 (44%)
|
|
[22:43:57 INFO] Video batch 421: frame 3368/7500 (44%)
|
|
[22:43:57 INFO] Video batch 422: frame 3376/7500 (45%)
|
|
[22:43:57 INFO] Video batch 422: 1 detections from postprocess
|
|
[22:43:57 INFO] Video frame video_short01_002150: 1 dets, valid=True
|
|
[22:43:57 INFO] Video batch 423: frame 3384/7500 (45%)
|
|
[22:43:57 INFO] Video batch 423: 1 detections from postprocess
|
|
[22:43:57 INFO] Video frame video_short01_002153: 1 dets, valid=True
|
|
[22:43:57 INFO] Video batch 424: frame 3392/7500 (45%)
|
|
[22:43:57 INFO] Video batch 424: 1 detections from postprocess
|
|
[22:43:57 INFO] Video frame video_short01_002156: 1 dets, valid=True
|
|
[22:43:57 INFO] Video batch 425: frame 3400/7500 (45%)
|
|
[22:43:58 INFO] Video batch 425: 1 detections from postprocess
|
|
[22:43:58 INFO] Video frame video_short01_002157: 1 dets, valid=True
|
|
[22:43:58 INFO] Video batch 426: frame 3408/7500 (45%)
|
|
[22:43:58 INFO] Video batch 426: 1 detections from postprocess
|
|
[22:43:58 INFO] Video frame video_short01_002162: 1 dets, valid=True
|
|
[22:43:58 INFO] Video batch 427: frame 3416/7500 (45%)
|
|
[22:43:58 INFO] Video batch 427: 2 detections from postprocess
|
|
[22:43:58 INFO] Video frame video_short01_002164: 1 dets, valid=True
|
|
[22:43:58 INFO] Video frame video_short01_002165: 1 dets, valid=True
|
|
[22:43:58 INFO] Video batch 428: frame 3424/7500 (45%)
|
|
[22:43:58 INFO] Video batch 429: frame 3432/7500 (45%)
|
|
[22:43:59 INFO] Video batch 430: frame 3440/7500 (45%)
|
|
[22:43:59 INFO] Video batch 431: frame 3448/7500 (45%)
|
|
[22:43:59 INFO] Video batch 432: frame 3456/7500 (46%)
|
|
[22:43:59 INFO] Video batch 433: frame 3464/7500 (46%)
|
|
[22:44:00 INFO] Video batch 433: 1 detections from postprocess
|
|
[22:44:00 INFO] Video frame video_short01_002185: 1 dets, valid=True
|
|
[22:44:00 INFO] Video batch 434: frame 3472/7500 (46%)
|
|
[22:44:00 INFO] Video batch 434: 1 detections from postprocess
|
|
[22:44:00 INFO] Video frame video_short01_002186: 1 dets, valid=True
|
|
[22:44:00 INFO] Video batch 435: frame 3480/7500 (46%)
|
|
[22:44:00 INFO] Video batch 436: frame 3488/7500 (46%)
|
|
[22:44:00 INFO] Video batch 437: frame 3496/7500 (46%)
|
|
[22:44:00 INFO] Video batch 438: frame 3504/7500 (46%)
|
|
[22:44:01 INFO] Video batch 439: frame 3512/7500 (46%)
|
|
[22:44:01 INFO] Video batch 440: frame 3520/7500 (46%)
|
|
[22:44:01 INFO] Video batch 441: frame 3528/7500 (47%)
|
|
[22:44:01 INFO] Video batch 442: frame 3536/7500 (47%)
|
|
[22:44:01 INFO] Video batch 443: frame 3544/7500 (47%)
|
|
[22:44:02 INFO] Video batch 444: frame 3552/7500 (47%)
|
|
[22:44:02 INFO] Video batch 445: frame 3560/7500 (47%)
|
|
[22:44:02 INFO] Video batch 446: frame 3568/7500 (47%)
|
|
[22:44:02 INFO] Video batch 447: frame 3576/7500 (47%)
|
|
[22:44:03 INFO] Video batch 448: frame 3584/7500 (47%)
|
|
[22:44:03 INFO] Video batch 449: frame 3592/7500 (47%)
|
|
[22:44:03 INFO] Video batch 450: frame 3600/7500 (48%)
|
|
[22:44:03 INFO] Video batch 451: frame 3608/7500 (48%)
|
|
[22:44:03 INFO] Video batch 452: frame 3616/7500 (48%)
|
|
[22:44:04 INFO] Video batch 453: frame 3624/7500 (48%)
|
|
[22:44:04 INFO] Video batch 454: frame 3632/7500 (48%)
|
|
[22:44:04 INFO] Video batch 455: frame 3640/7500 (48%)
|
|
[22:44:04 INFO] Video batch 456: frame 3648/7500 (48%)
|
|
[22:44:04 INFO] Video batch 457: frame 3656/7500 (48%)
|
|
[22:44:05 INFO] Video batch 458: frame 3664/7500 (48%)
|
|
[22:44:05 INFO] Video batch 459: frame 3672/7500 (48%)
|
|
[22:44:05 INFO] Video batch 460: frame 3680/7500 (49%)
|
|
[22:44:05 INFO] Video batch 461: frame 3688/7500 (49%)
|
|
[22:44:06 INFO] Video batch 462: frame 3696/7500 (49%)
|
|
[22:44:06 INFO] Video batch 463: frame 3704/7500 (49%)
|
|
[22:44:06 INFO] Video batch 464: frame 3712/7500 (49%)
|
|
[22:44:06 INFO] Video batch 465: frame 3720/7500 (49%)
|
|
[22:44:06 INFO] Video batch 466: frame 3728/7500 (49%)
|
|
[22:44:07 INFO] Video batch 467: frame 3736/7500 (49%)
|
|
[22:44:07 INFO] Video batch 467: 1 detections from postprocess
|
|
[22:44:07 INFO] Video frame video_short01_002293: 1 dets, valid=True
|
|
[22:44:07 INFO] Video batch 468: frame 3744/7500 (49%)
|
|
[22:44:07 INFO] Video batch 468: 3 detections from postprocess
|
|
[22:44:07 INFO] Video frame video_short01_002295: 1 dets, valid=True
|
|
[22:44:07 INFO] Video frame video_short01_002297: 2 dets, valid=True
|
|
[22:44:07 INFO] Video batch 469: frame 3752/7500 (50%)
|
|
[22:44:07 INFO] Video batch 469: 3 detections from postprocess
|
|
[22:44:07 INFO] Video frame video_short01_002298: 1 dets, valid=True
|
|
[22:44:07 INFO] Video frame video_short01_002300: 2 dets, valid=True
|
|
[22:44:07 INFO] Video batch 470: frame 3760/7500 (50%)
|
|
[22:44:07 INFO] Video batch 470: 4 detections from postprocess
|
|
[22:44:07 INFO] Video frame video_short01_002301: 2 dets, valid=True
|
|
[22:44:07 INFO] Video frame video_short01_002303: 2 dets, valid=True
|
|
[22:44:07 INFO] Video batch 471: frame 3768/7500 (50%)
|
|
[22:44:08 INFO] Video batch 471: 4 detections from postprocess
|
|
[22:44:08 INFO] Video frame video_short01_002305: 2 dets, valid=True
|
|
[22:44:08 INFO] Video frame video_short01_002306: 2 dets, valid=True
|
|
[22:44:08 INFO] Video batch 472: frame 3776/7500 (50%)
|
|
[22:44:08 INFO] Video batch 472: 2 detections from postprocess
|
|
[22:44:08 INFO] Video frame video_short01_002308: 1 dets, valid=True
|
|
[22:44:08 INFO] Video frame video_short01_002310: 1 dets, valid=True
|
|
[22:44:08 INFO] Video batch 473: frame 3784/7500 (50%)
|
|
[22:44:08 INFO] Video batch 473: 2 detections from postprocess
|
|
[22:44:08 INFO] Video frame video_short01_002311: 1 dets, valid=True
|
|
[22:44:08 INFO] Video frame video_short01_002313: 1 dets, valid=True
|
|
[22:44:08 INFO] Video batch 474: frame 3792/7500 (50%)
|
|
[22:44:08 INFO] Video batch 474: 2 detections from postprocess
|
|
[22:44:08 INFO] Video frame video_short01_002314: 1 dets, valid=True
|
|
[22:44:08 INFO] Video frame video_short01_002316: 1 dets, valid=True
|
|
[22:44:08 INFO] Video batch 475: frame 3800/7500 (50%)
|
|
[22:44:08 INFO] Video batch 475: 2 detections from postprocess
|
|
[22:44:08 INFO] Video frame video_short01_002317: 1 dets, valid=True
|
|
[22:44:08 INFO] Video frame video_short01_002319: 1 dets, valid=True
|
|
[22:44:09 INFO] Video batch 476: frame 3808/7500 (50%)
|
|
[22:44:09 INFO] Video batch 476: 2 detections from postprocess
|
|
[22:44:09 INFO] Video frame video_short01_002321: 1 dets, valid=True
|
|
[22:44:09 INFO] Video frame video_short01_002322: 1 dets, valid=True
|
|
[22:44:09 INFO] Video batch 477: frame 3816/7500 (50%)
|
|
[22:44:09 INFO] Video batch 477: 3 detections from postprocess
|
|
[22:44:09 INFO] Video frame video_short01_002324: 2 dets, valid=True
|
|
[22:44:09 INFO] Video frame video_short01_002325: 1 dets, valid=True
|
|
[22:44:09 INFO] Video batch 478: frame 3824/7500 (50%)
|
|
[22:44:09 INFO] Video batch 478: 2 detections from postprocess
|
|
[22:44:09 INFO] Video frame video_short01_002327: 1 dets, valid=True
|
|
[22:44:09 INFO] Video frame video_short01_002329: 1 dets, valid=True
|
|
[22:44:09 INFO] Video batch 479: frame 3832/7500 (51%)
|
|
[22:44:09 INFO] Video batch 479: 2 detections from postprocess
|
|
[22:44:09 INFO] Video frame video_short01_002330: 1 dets, valid=True
|
|
[22:44:09 INFO] Video frame video_short01_002332: 1 dets, valid=True
|
|
[22:44:09 INFO] Video batch 480: frame 3840/7500 (51%)
|
|
[22:44:10 INFO] Video batch 480: 2 detections from postprocess
|
|
[22:44:10 INFO] Video frame video_short01_002333: 1 dets, valid=True
|
|
[22:44:10 INFO] Video frame video_short01_002335: 1 dets, valid=True
|
|
[22:44:10 INFO] Video batch 481: frame 3848/7500 (51%)
|
|
[22:44:10 INFO] Video batch 481: 3 detections from postprocess
|
|
[22:44:10 INFO] Video frame video_short01_002337: 2 dets, valid=True
|
|
[22:44:10 INFO] Video frame video_short01_002338: 1 dets, valid=True
|
|
[22:44:10 INFO] Video batch 482: frame 3856/7500 (51%)
|
|
[22:44:11 INFO] Video batch 482: 4 detections from postprocess
|
|
[22:44:11 INFO] Video frame video_short01_002340: 2 dets, valid=True
|
|
[22:44:11 INFO] Video frame video_short01_002341: 2 dets, valid=True
|
|
[22:44:11 INFO] Video batch 483: frame 3864/7500 (51%)
|
|
[22:44:11 INFO] Video batch 483: 4 detections from postprocess
|
|
[22:44:11 INFO] Video frame video_short01_002343: 2 dets, valid=True
|
|
[22:44:11 INFO] Video frame video_short01_002345: 2 dets, valid=True
|
|
[22:44:11 INFO] Video batch 484: frame 3872/7500 (51%)
|
|
[22:44:11 INFO] Video batch 484: 4 detections from postprocess
|
|
[22:44:11 INFO] Video frame video_short01_002346: 2 dets, valid=True
|
|
[22:44:11 INFO] Video frame video_short01_002348: 2 dets, valid=True
|
|
[22:44:12 INFO] Video batch 485: frame 3880/7500 (51%)
|
|
[22:44:12 INFO] Video batch 485: 4 detections from postprocess
|
|
[22:44:12 INFO] Video frame video_short01_002350: 2 dets, valid=True
|
|
[22:44:12 INFO] Video frame video_short01_002351: 2 dets, valid=True
|
|
[22:44:12 INFO] Video batch 486: frame 3888/7500 (51%)
|
|
[22:44:12 INFO] Video batch 486: 4 detections from postprocess
|
|
[22:44:12 INFO] Video frame video_short01_002353: 4 dets, valid=True
|
|
[22:44:12 INFO] Video batch 487: frame 3896/7500 (51%)
|
|
[22:44:13 INFO] Video batch 488: frame 3904/7500 (52%)
|
|
[22:44:13 INFO] Video batch 489: frame 3912/7500 (52%)
|
|
[22:44:14 INFO] Video batch 490: frame 3920/7500 (52%)
|
|
[22:44:14 INFO] Video batch 491: frame 3928/7500 (52%)
|
|
[22:44:15 INFO] Video batch 492: frame 3936/7500 (52%)
|
|
[22:44:15 INFO] Video batch 493: frame 3944/7500 (52%)
|
|
[22:44:16 INFO] Video batch 494: frame 3952/7500 (52%)
|
|
[22:44:16 INFO] Video batch 495: frame 3960/7500 (52%)
|
|
[22:44:16 INFO] Video batch 496: frame 3968/7500 (52%)
|
|
[22:44:17 INFO] Video batch 497: frame 3976/7500 (53%)
|
|
[22:44:17 INFO] Video batch 498: frame 3984/7500 (53%)
|
|
[22:44:17 INFO] Video batch 499: frame 3992/7500 (53%)
|
|
[22:44:18 INFO] Video batch 500: frame 4000/7500 (53%)
|
|
[22:44:18 INFO] Video batch 501: frame 4008/7500 (53%)
|
|
[22:44:18 INFO] Video batch 502: frame 4016/7500 (53%)
|
|
[22:44:19 INFO] Video batch 503: frame 4024/7500 (53%)
|
|
[22:44:19 INFO] Video batch 504: frame 4032/7500 (53%)
|
|
[22:44:19 INFO] Video batch 505: frame 4040/7500 (53%)
|
|
[22:44:19 INFO] Video batch 506: frame 4048/7500 (53%)
|
|
[22:44:20 INFO] Video batch 507: frame 4056/7500 (54%)
|
|
[22:44:20 INFO] Video batch 508: frame 4064/7500 (54%)
|
|
[22:44:20 INFO] Video batch 509: frame 4072/7500 (54%)
|
|
[22:44:20 INFO] Video batch 510: frame 4080/7500 (54%)
|
|
[22:44:21 INFO] Video batch 511: frame 4088/7500 (54%)
|
|
[22:44:21 INFO] Video batch 512: frame 4096/7500 (54%)
|
|
[22:44:21 INFO] Video batch 512: 1 detections from postprocess
|
|
[22:44:21 INFO] Video frame video_short01_002437: 1 dets, valid=True
|
|
[22:44:21 INFO] Video batch 513: frame 4104/7500 (54%)
|
|
[22:44:21 INFO] Video batch 513: 1 detections from postprocess
|
|
[22:44:21 INFO] Video frame video_short01_002439: 1 dets, valid=True
|
|
[22:44:21 INFO] Video batch 514: frame 4112/7500 (54%)
|
|
[22:44:22 INFO] Video batch 515: frame 4120/7500 (54%)
|
|
[22:44:22 INFO] Video batch 516: frame 4128/7500 (55%)
|
|
[22:44:22 INFO] Video batch 517: frame 4136/7500 (55%)
|
|
[22:44:22 INFO] Video batch 518: frame 4144/7500 (55%)
|
|
[22:44:22 INFO] Video batch 519: frame 4152/7500 (55%)
|
|
[22:44:23 INFO] Video batch 520: frame 4160/7500 (55%)
|
|
[22:44:23 INFO] Video batch 521: frame 4168/7500 (55%)
|
|
[22:44:23 INFO] Video batch 522: frame 4176/7500 (55%)
|
|
[22:44:23 INFO] Video batch 523: frame 4184/7500 (55%)
|
|
[22:44:24 INFO] Video batch 524: frame 4192/7500 (55%)
|
|
[22:44:24 INFO] Video batch 525: frame 4200/7500 (56%)
|
|
[22:44:24 INFO] Video batch 526: frame 4208/7500 (56%)
|
|
[22:44:24 INFO] Video batch 527: frame 4216/7500 (56%)
|
|
[22:44:25 INFO] Video batch 528: frame 4224/7500 (56%)
|
|
[22:44:25 INFO] Video batch 529: frame 4232/7500 (56%)
|
|
[22:44:25 INFO] Video batch 530: frame 4240/7500 (56%)
|
|
[22:44:25 INFO] Video batch 531: frame 4248/7500 (56%)
|
|
[22:44:25 INFO] Video batch 532: frame 4256/7500 (56%)
|
|
[22:44:26 INFO] Video batch 533: frame 4264/7500 (56%)
|
|
[22:44:26 INFO] Video batch 534: frame 4272/7500 (56%)
|
|
[22:44:26 INFO] Video batch 535: frame 4280/7500 (57%)
|
|
[22:44:26 INFO] Video batch 536: frame 4288/7500 (57%)
|
|
[22:44:26 INFO] Video batch 537: frame 4296/7500 (57%)
|
|
[22:44:27 INFO] Video batch 538: frame 4304/7500 (57%)
|
|
[22:44:27 INFO] Video batch 539: frame 4312/7500 (57%)
|
|
[22:44:27 INFO] Video batch 540: frame 4320/7500 (57%)
|
|
[22:44:27 INFO] Video batch 541: frame 4328/7500 (57%)
|
|
[22:44:28 INFO] Video batch 542: frame 4336/7500 (57%)
|
|
[22:44:28 INFO] Video batch 543: frame 4344/7500 (57%)
|
|
[22:44:28 INFO] Video batch 544: frame 4352/7500 (58%)
|
|
[22:44:28 INFO] Video batch 545: frame 4360/7500 (58%)
|
|
[22:44:28 INFO] Video batch 546: frame 4368/7500 (58%)
|
|
[22:44:29 INFO] Video batch 547: frame 4376/7500 (58%)
|
|
[22:44:29 INFO] Video batch 547: 3 detections from postprocess
|
|
[22:44:29 INFO] Video frame video_short01_002548: 2 dets, valid=True
|
|
[22:44:29 INFO] Video frame video_short01_002550: 1 dets, valid=True
|
|
[22:44:29 INFO] Video batch 548: frame 4384/7500 (58%)
|
|
[22:44:29 INFO] Video batch 548: 2 detections from postprocess
|
|
[22:44:29 INFO] Video frame video_short01_002551: 1 dets, valid=True
|
|
[22:44:29 INFO] Video frame video_short01_002553: 1 dets, valid=True
|
|
[22:44:29 INFO] Video batch 549: frame 4392/7500 (58%)
|
|
[22:44:29 INFO] Video batch 549: 2 detections from postprocess
|
|
[22:44:29 INFO] Video frame video_short01_002554: 1 dets, valid=True
|
|
[22:44:29 INFO] Video frame video_short01_002556: 1 dets, valid=True
|
|
[22:44:29 INFO] Video batch 550: frame 4400/7500 (58%)
|
|
[22:44:30 INFO] Video batch 550: 2 detections from postprocess
|
|
[22:44:30 INFO] Video frame video_short01_002557: 1 dets, valid=True
|
|
[22:44:30 INFO] Video frame video_short01_002559: 1 dets, valid=True
|
|
[22:44:30 INFO] Video batch 551: frame 4408/7500 (58%)
|
|
[22:44:30 INFO] Video batch 551: 2 detections from postprocess
|
|
[22:44:30 INFO] Video frame video_short01_002561: 1 dets, valid=True
|
|
[22:44:30 INFO] Video frame video_short01_002562: 1 dets, valid=True
|
|
[22:44:30 INFO] Video batch 552: frame 4416/7500 (58%)
|
|
[22:44:30 INFO] Video batch 552: 2 detections from postprocess
|
|
[22:44:30 INFO] Video frame video_short01_002564: 1 dets, valid=True
|
|
[22:44:30 INFO] Video frame video_short01_002565: 1 dets, valid=True
|
|
[22:44:30 INFO] Video batch 553: frame 4424/7500 (58%)
|
|
[22:44:30 INFO] Video batch 553: 1 detections from postprocess
|
|
[22:44:30 INFO] Video frame video_short01_002567: 1 dets, valid=True
|
|
[22:44:30 INFO] Video batch 554: frame 4432/7500 (59%)
|
|
[22:44:31 INFO] Video batch 555: frame 4440/7500 (59%)
|
|
[22:44:31 INFO] Video batch 556: frame 4448/7500 (59%)
|
|
[22:44:31 INFO] Video batch 557: frame 4456/7500 (59%)
|
|
[22:44:31 INFO] Video batch 558: frame 4464/7500 (59%)
|
|
[22:44:31 INFO] Video batch 559: frame 4472/7500 (59%)
|
|
[22:44:32 INFO] Video batch 560: frame 4480/7500 (59%)
|
|
[22:44:32 INFO] Video batch 561: frame 4488/7500 (59%)
|
|
[22:44:32 INFO] Video batch 562: frame 4496/7500 (59%)
|
|
[22:44:32 INFO] Video batch 563: frame 4504/7500 (60%)
|
|
[22:44:33 INFO] Video batch 564: frame 4512/7500 (60%)
|
|
[22:44:33 INFO] Video batch 565: frame 4520/7500 (60%)
|
|
[22:44:33 INFO] Video batch 566: frame 4528/7500 (60%)
|
|
[22:44:33 INFO] Video batch 567: frame 4536/7500 (60%)
|
|
[22:44:33 INFO] Video batch 568: frame 4544/7500 (60%)
|
|
[22:44:34 INFO] Video batch 568: 1 detections from postprocess
|
|
[22:44:34 INFO] Video frame video_short01_003017: 1 dets, valid=True
|
|
[22:44:34 INFO] Video batch 569: frame 4552/7500 (60%)
|
|
[22:44:34 INFO] Video batch 570: frame 4560/7500 (60%)
|
|
[22:44:34 INFO] Video batch 571: frame 4568/7500 (60%)
|
|
[22:44:34 INFO] Video batch 572: frame 4576/7500 (61%)
|
|
[22:44:34 INFO] Video batch 572: 1 detections from postprocess
|
|
[22:44:34 INFO] Video frame video_short01_003028: 1 dets, valid=True
|
|
[22:44:34 INFO] Video batch 573: frame 4584/7500 (61%)
|
|
[22:44:35 INFO] Video batch 574: frame 4592/7500 (61%)
|
|
[22:44:35 INFO] Video batch 575: frame 4600/7500 (61%)
|
|
[22:44:35 INFO] Video batch 576: frame 4608/7500 (61%)
|
|
[22:44:35 INFO] Video batch 577: frame 4616/7500 (61%)
|
|
[22:44:36 INFO] Video batch 578: frame 4624/7500 (61%)
|
|
[22:44:36 INFO] Video batch 579: frame 4632/7500 (61%)
|
|
[22:44:36 INFO] Video batch 580: frame 4640/7500 (61%)
|
|
[22:44:36 INFO] Video batch 581: frame 4648/7500 (61%)
|
|
[22:44:36 INFO] Video batch 582: frame 4656/7500 (62%)
|
|
[22:44:37 INFO] Video batch 583: frame 4664/7500 (62%)
|
|
[22:44:37 INFO] Video batch 584: frame 4672/7500 (62%)
|
|
[22:44:37 INFO] Video batch 585: frame 4680/7500 (62%)
|
|
[22:44:37 INFO] Video batch 586: frame 4688/7500 (62%)
|
|
[22:44:37 INFO] Video batch 587: frame 4696/7500 (62%)
|
|
[22:44:38 INFO] Video batch 587: 1 detections from postprocess
|
|
[22:44:38 INFO] Video frame video_short01_003077: 1 dets, valid=True
|
|
[22:44:38 INFO] Video batch 588: frame 4704/7500 (62%)
|
|
[22:44:38 INFO] Video batch 589: frame 4712/7500 (62%)
|
|
[22:44:38 INFO] Video batch 590: frame 4720/7500 (62%)
|
|
[22:44:38 INFO] Video batch 591: frame 4728/7500 (63%)
|
|
[22:44:38 INFO] Video batch 592: frame 4736/7500 (63%)
|
|
[22:44:39 INFO] Video batch 593: frame 4744/7500 (63%)
|
|
[22:44:39 INFO] Video batch 594: frame 4752/7500 (63%)
|
|
[22:44:39 INFO] Video batch 594: 1 detections from postprocess
|
|
[22:44:39 INFO] Video frame video_short01_003098: 1 dets, valid=True
|
|
[22:44:39 INFO] Video batch 595: frame 4760/7500 (63%)
|
|
[22:44:39 INFO] Video batch 595: 1 detections from postprocess
|
|
[22:44:39 INFO] Video frame video_short01_003101: 1 dets, valid=True
|
|
[22:44:39 INFO] Video batch 596: frame 4768/7500 (63%)
|
|
[22:44:39 INFO] Video batch 597: frame 4776/7500 (63%)
|
|
[22:44:40 INFO] Video batch 598: frame 4784/7500 (63%)
|
|
[22:44:40 INFO] Video batch 599: frame 4792/7500 (63%)
|
|
[22:44:40 INFO] Video batch 599: 1 detections from postprocess
|
|
[22:44:40 INFO] Video frame video_short01_003116: 1 dets, valid=True
|
|
[22:44:40 INFO] Video batch 600: frame 4800/7500 (64%)
|
|
[22:44:40 INFO] Video batch 600: 4 detections from postprocess
|
|
[22:44:40 INFO] Video frame video_short01_003117: 1 dets, valid=True
|
|
[22:44:40 INFO] Video frame video_short01_003119: 3 dets, valid=True
|
|
[22:44:40 INFO] Video batch 601: frame 4808/7500 (64%)
|
|
[22:44:40 INFO] Video batch 601: 4 detections from postprocess
|
|
[22:44:40 INFO] Video frame video_short01_003121: 2 dets, valid=True
|
|
[22:44:40 INFO] Video frame video_short01_003122: 2 dets, valid=True
|
|
[22:44:41 INFO] Video batch 602: frame 4816/7500 (64%)
|
|
[22:44:41 INFO] Video batch 602: 6 detections from postprocess
|
|
[22:44:41 INFO] Video frame video_short01_003124: 3 dets, valid=True
|
|
[22:44:41 INFO] Video frame video_short01_003125: 3 dets, valid=True
|
|
[22:44:41 INFO] Video batch 603: frame 4824/7500 (64%)
|
|
[22:44:41 INFO] Video batch 603: 4 detections from postprocess
|
|
[22:44:41 INFO] Video frame video_short01_003127: 2 dets, valid=True
|
|
[22:44:41 INFO] Video frame video_short01_003129: 2 dets, valid=True
|
|
[22:44:41 INFO] Video batch 604: frame 4832/7500 (64%)
|
|
[22:44:41 INFO] Video batch 604: 5 detections from postprocess
|
|
[22:44:41 INFO] Video frame video_short01_003130: 2 dets, valid=True
|
|
[22:44:41 INFO] Video frame video_short01_003132: 3 dets, valid=True
|
|
[22:44:41 INFO] Video batch 605: frame 4840/7500 (64%)
|
|
[22:44:41 INFO] Video batch 605: 4 detections from postprocess
|
|
[22:44:41 INFO] Video frame video_short01_003133: 2 dets, valid=True
|
|
[22:44:41 INFO] Video frame video_short01_003135: 2 dets, valid=True
|
|
[22:44:41 INFO] Video batch 606: frame 4848/7500 (64%)
|
|
[22:44:42 INFO] Video batch 606: 4 detections from postprocess
|
|
[22:44:42 INFO] Video frame video_short01_003137: 2 dets, valid=True
|
|
[22:44:42 INFO] Video frame video_short01_003138: 2 dets, valid=True
|
|
[22:44:42 INFO] Video batch 607: frame 4856/7500 (64%)
|
|
[22:44:42 INFO] Video batch 607: 4 detections from postprocess
|
|
[22:44:42 INFO] Video frame video_short01_003140: 2 dets, valid=True
|
|
[22:44:42 INFO] Video frame video_short01_003141: 2 dets, valid=True
|
|
[22:44:42 INFO] Video batch 608: frame 4864/7500 (64%)
|
|
[22:44:42 INFO] Video batch 608: 4 detections from postprocess
|
|
[22:44:42 INFO] Video frame video_short01_003143: 2 dets, valid=True
|
|
[22:44:42 INFO] Video frame video_short01_003145: 2 dets, valid=True
|
|
[22:44:42 INFO] Video batch 609: frame 4872/7500 (64%)
|
|
[22:44:42 INFO] Video batch 609: 3 detections from postprocess
|
|
[22:44:42 INFO] Video frame video_short01_003146: 1 dets, valid=True
|
|
[22:44:42 INFO] Video frame video_short01_003148: 2 dets, valid=True
|
|
[22:44:42 INFO] Video batch 610: frame 4880/7500 (65%)
|
|
[22:44:43 INFO] Video batch 610: 4 detections from postprocess
|
|
[22:44:43 INFO] Video frame video_short01_003150: 2 dets, valid=True
|
|
[22:44:43 INFO] Video frame video_short01_003151: 2 dets, valid=True
|
|
[22:44:43 INFO] Video batch 611: frame 4888/7500 (65%)
|
|
[22:44:43 INFO] Video batch 611: 3 detections from postprocess
|
|
[22:44:43 INFO] Video frame video_short01_003153: 2 dets, valid=True
|
|
[22:44:43 INFO] Video frame video_short01_003154: 1 dets, valid=True
|
|
[22:44:43 INFO] Video batch 612: frame 4896/7500 (65%)
|
|
[22:44:43 INFO] Video batch 612: 2 detections from postprocess
|
|
[22:44:43 INFO] Video frame video_short01_003156: 1 dets, valid=True
|
|
[22:44:43 INFO] Video frame video_short01_003157: 1 dets, valid=True
|
|
[22:44:43 INFO] Video batch 613: frame 4904/7500 (65%)
|
|
[22:44:43 INFO] Video batch 613: 2 detections from postprocess
|
|
[22:44:43 INFO] Video frame video_short01_003159: 1 dets, valid=True
|
|
[22:44:43 INFO] Video frame video_short01_003161: 1 dets, valid=True
|
|
[22:44:43 INFO] Video batch 614: frame 4912/7500 (65%)
|
|
[22:44:43 INFO] Video batch 614: 2 detections from postprocess
|
|
[22:44:43 INFO] Video frame video_short01_003162: 1 dets, valid=True
|
|
[22:44:43 INFO] Video frame video_short01_003164: 1 dets, valid=True
|
|
[22:44:44 INFO] Video batch 615: frame 4920/7500 (65%)
|
|
[22:44:44 INFO] Video batch 615: 2 detections from postprocess
|
|
[22:44:44 INFO] Video frame video_short01_003165: 1 dets, valid=True
|
|
[22:44:44 INFO] Video frame video_short01_003167: 1 dets, valid=True
|
|
[22:44:44 INFO] Video batch 616: frame 4928/7500 (65%)
|
|
[22:44:44 INFO] Video batch 616: 2 detections from postprocess
|
|
[22:44:44 INFO] Video frame video_short01_003169: 1 dets, valid=True
|
|
[22:44:44 INFO] Video frame video_short01_003170: 1 dets, valid=True
|
|
[22:44:44 INFO] Video batch 617: frame 4936/7500 (65%)
|
|
[22:44:44 INFO] Video batch 617: 3 detections from postprocess
|
|
[22:44:44 INFO] Video frame video_short01_003172: 1 dets, valid=True
|
|
[22:44:44 INFO] Video frame video_short01_003173: 2 dets, valid=True
|
|
[22:44:44 INFO] Video batch 618: frame 4944/7500 (65%)
|
|
[22:44:44 INFO] Video batch 618: 4 detections from postprocess
|
|
[22:44:44 INFO] Video frame video_short01_003175: 2 dets, valid=True
|
|
[22:44:44 INFO] Video frame video_short01_003177: 2 dets, valid=True
|
|
[22:44:44 INFO] Video batch 619: frame 4952/7500 (66%)
|
|
[22:44:45 INFO] Video batch 619: 4 detections from postprocess
|
|
[22:44:45 INFO] Video frame video_short01_003178: 2 dets, valid=True
|
|
[22:44:45 INFO] Video frame video_short01_003180: 2 dets, valid=True
|
|
[22:44:45 INFO] Video batch 620: frame 4960/7500 (66%)
|
|
[22:44:45 INFO] Video batch 620: 2 detections from postprocess
|
|
[22:44:45 INFO] Video frame video_short01_003181: 1 dets, valid=True
|
|
[22:44:45 INFO] Video frame video_short01_003183: 1 dets, valid=True
|
|
[22:44:45 INFO] Video batch 621: frame 4968/7500 (66%)
|
|
[22:44:45 INFO] Video batch 621: 3 detections from postprocess
|
|
[22:44:45 INFO] Video frame video_short01_003185: 2 dets, valid=True
|
|
[22:44:45 INFO] Video frame video_short01_003186: 1 dets, valid=True
|
|
[22:44:45 INFO] Video batch 622: frame 4976/7500 (66%)
|
|
[22:44:45 INFO] Video batch 622: 2 detections from postprocess
|
|
[22:44:45 INFO] Video frame video_short01_003188: 1 dets, valid=True
|
|
[22:44:45 INFO] Video frame video_short01_003190: 1 dets, valid=True
|
|
[22:44:45 INFO] Video batch 623: frame 4984/7500 (66%)
|
|
[22:44:46 INFO] Video batch 623: 2 detections from postprocess
|
|
[22:44:46 INFO] Video frame video_short01_003191: 1 dets, valid=True
|
|
[22:44:46 INFO] Video frame video_short01_003193: 1 dets, valid=True
|
|
[22:44:46 INFO] Video batch 624: frame 4992/7500 (66%)
|
|
[22:44:46 INFO] Video batch 624: 2 detections from postprocess
|
|
[22:44:46 INFO] Video frame video_short01_003194: 1 dets, valid=True
|
|
[22:44:46 INFO] Video frame video_short01_003196: 1 dets, valid=True
|
|
[22:44:46 INFO] Video batch 625: frame 5000/7500 (66%)
|
|
[22:44:46 INFO] Video batch 625: 3 detections from postprocess
|
|
[22:44:46 INFO] Video frame video_short01_003197: 1 dets, valid=True
|
|
[22:44:46 INFO] Video frame video_short01_003199: 2 dets, valid=True
|
|
[22:44:46 INFO] Video batch 626: frame 5008/7500 (66%)
|
|
[22:44:46 INFO] Video batch 626: 4 detections from postprocess
|
|
[22:44:46 INFO] Video frame video_short01_003201: 2 dets, valid=True
|
|
[22:44:46 INFO] Video frame video_short01_003202: 2 dets, valid=True
|
|
[22:44:46 INFO] Video batch 627: frame 5016/7500 (66%)
|
|
[22:44:47 INFO] Video batch 628: frame 5024/7500 (66%)
|
|
[22:44:47 INFO] Video batch 628: 1 detections from postprocess
|
|
[22:44:47 INFO] Video frame video_short01_003207: 1 dets, valid=True
|
|
[22:44:47 INFO] Video batch 629: frame 5032/7500 (67%)
|
|
[22:44:47 INFO] Video batch 629: 2 detections from postprocess
|
|
[22:44:47 INFO] Video frame video_short01_003210: 1 dets, valid=True
|
|
[22:44:47 INFO] Video frame video_short01_003212: 1 dets, valid=True
|
|
[22:44:47 INFO] Video batch 630: frame 5040/7500 (67%)
|
|
[22:44:47 INFO] Video batch 630: 2 detections from postprocess
|
|
[22:44:47 INFO] Video frame video_short01_003213: 1 dets, valid=True
|
|
[22:44:47 INFO] Video frame video_short01_003215: 1 dets, valid=True
|
|
[22:44:47 INFO] Video batch 631: frame 5048/7500 (67%)
|
|
[22:44:47 INFO] Video batch 631: 1 detections from postprocess
|
|
[22:44:47 INFO] Video frame video_short01_003218: 1 dets, valid=True
|
|
[22:44:48 INFO] Video batch 632: frame 5056/7500 (67%)
|
|
[22:44:48 INFO] Video batch 632: 1 detections from postprocess
|
|
[22:44:48 INFO] Video frame video_short01_003220: 1 dets, valid=True
|
|
[22:44:48 INFO] Video batch 633: frame 5064/7500 (67%)
|
|
[22:44:48 INFO] Video batch 634: frame 5072/7500 (67%)
|
|
[22:44:48 INFO] Video batch 634: 2 detections from postprocess
|
|
[22:44:48 INFO] Video frame video_short01_003226: 1 dets, valid=True
|
|
[22:44:48 INFO] Video frame video_short01_003228: 1 dets, valid=True
|
|
[22:44:48 INFO] Video batch 635: frame 5080/7500 (67%)
|
|
[22:44:48 INFO] Video batch 635: 1 detections from postprocess
|
|
[22:44:48 INFO] Video frame video_short01_003230: 1 dets, valid=True
|
|
[22:44:48 INFO] Video batch 636: frame 5088/7500 (67%)
|
|
[22:44:49 INFO] Video batch 636: 2 detections from postprocess
|
|
[22:44:49 INFO] Video frame video_short01_003233: 1 dets, valid=True
|
|
[22:44:49 INFO] Video frame video_short01_003234: 1 dets, valid=True
|
|
[22:44:49 INFO] Video batch 637: frame 5096/7500 (67%)
|
|
[22:44:49 INFO] Video batch 637: 2 detections from postprocess
|
|
[22:44:49 INFO] Video frame video_short01_003236: 1 dets, valid=True
|
|
[22:44:49 INFO] Video frame video_short01_003237: 1 dets, valid=True
|
|
[22:44:49 INFO] Video batch 638: frame 5104/7500 (68%)
|
|
[22:44:49 INFO] Video batch 638: 1 detections from postprocess
|
|
[22:44:49 INFO] Video frame video_short01_003239: 1 dets, valid=True
|
|
[22:44:49 INFO] Video batch 639: frame 5112/7500 (68%)
|
|
[22:44:49 INFO] Video batch 640: frame 5120/7500 (68%)
|
|
[22:44:50 INFO] Video batch 641: frame 5128/7500 (68%)
|
|
[22:44:50 INFO] Video batch 642: frame 5136/7500 (68%)
|
|
[22:44:50 INFO] Video batch 643: frame 5144/7500 (68%)
|
|
[22:44:50 INFO] Video batch 644: frame 5152/7500 (68%)
|
|
[22:44:50 INFO] Video batch 645: frame 5160/7500 (68%)
|
|
[22:44:51 INFO] Video batch 646: frame 5168/7500 (68%)
|
|
[22:44:51 INFO] Video batch 647: frame 5176/7500 (69%)
|
|
[22:44:51 INFO] Video batch 648: frame 5184/7500 (69%)
|
|
[22:44:51 INFO] Video batch 648: 1 detections from postprocess
|
|
[22:44:51 INFO] Video frame video_short01_003273: 1 dets, valid=True
|
|
[22:44:51 INFO] Video batch 649: frame 5192/7500 (69%)
|
|
[22:44:52 INFO] Video batch 650: frame 5200/7500 (69%)
|
|
[22:44:52 INFO] Video batch 651: frame 5208/7500 (69%)
|
|
[22:44:52 INFO] Video batch 652: frame 5216/7500 (69%)
|
|
[22:44:52 INFO] Video batch 653: frame 5224/7500 (69%)
|
|
[22:44:52 INFO] Video batch 654: frame 5232/7500 (69%)
|
|
[22:44:53 INFO] Video batch 655: frame 5240/7500 (69%)
|
|
[22:44:53 INFO] Video batch 656: frame 5248/7500 (69%)
|
|
[22:44:53 INFO] Video batch 657: frame 5256/7500 (70%)
|
|
[22:44:53 INFO] Video batch 658: frame 5264/7500 (70%)
|
|
[22:44:53 INFO] Video batch 659: frame 5272/7500 (70%)
|
|
[22:44:54 INFO] Video batch 660: frame 5280/7500 (70%)
|
|
[22:44:54 INFO] Video batch 661: frame 5288/7500 (70%)
|
|
[22:44:54 INFO] Video batch 662: frame 5296/7500 (70%)
|
|
[22:44:54 INFO] Video batch 663: frame 5304/7500 (70%)
|
|
[22:44:54 INFO] Video batch 664: frame 5312/7500 (70%)
|
|
[22:44:55 INFO] Video batch 665: frame 5320/7500 (70%)
|
|
[22:44:55 INFO] Video batch 666: frame 5328/7500 (71%)
|
|
[22:44:55 INFO] Video batch 667: frame 5336/7500 (71%)
|
|
[22:44:55 INFO] Video batch 668: frame 5344/7500 (71%)
|
|
[22:44:55 INFO] Video batch 669: frame 5352/7500 (71%)
|
|
[22:44:56 INFO] Video batch 669: 1 detections from postprocess
|
|
[22:44:56 INFO] Video frame video_short01_003340: 1 dets, valid=True
|
|
[22:44:56 INFO] Video batch 670: frame 5360/7500 (71%)
|
|
[22:44:56 INFO] Video batch 670: 2 detections from postprocess
|
|
[22:44:56 INFO] Video frame video_short01_003341: 1 dets, valid=True
|
|
[22:44:56 INFO] Video frame video_short01_003343: 1 dets, valid=True
|
|
[22:44:56 INFO] Video batch 671: frame 5368/7500 (71%)
|
|
[22:44:56 INFO] Video batch 671: 1 detections from postprocess
|
|
[22:44:56 INFO] Video frame video_short01_003345: 1 dets, valid=True
|
|
[22:44:56 INFO] Video batch 672: frame 5376/7500 (71%)
|
|
[22:44:56 INFO] Video batch 673: frame 5384/7500 (71%)
|
|
[22:44:57 INFO] Video batch 674: frame 5392/7500 (71%)
|
|
[22:44:57 INFO] Video batch 675: frame 5400/7500 (72%)
|
|
[22:44:57 INFO] Video batch 676: frame 5408/7500 (72%)
|
|
[22:44:57 INFO] Video batch 677: frame 5416/7500 (72%)
|
|
[22:44:57 INFO] Video batch 678: frame 5424/7500 (72%)
|
|
[22:44:58 INFO] Video batch 679: frame 5432/7500 (72%)
|
|
[22:44:58 INFO] Video batch 680: frame 5440/7500 (72%)
|
|
[22:44:58 INFO] Video batch 681: frame 5448/7500 (72%)
|
|
[22:44:58 INFO] Video batch 682: frame 5456/7500 (72%)
|
|
[22:44:59 INFO] Video batch 683: frame 5464/7500 (72%)
|
|
[22:44:59 INFO] Video batch 684: frame 5472/7500 (72%)
|
|
[22:44:59 INFO] Video batch 685: frame 5480/7500 (73%)
|
|
[22:44:59 INFO] Video batch 686: frame 5488/7500 (73%)
|
|
[22:44:59 INFO] Video batch 687: frame 5496/7500 (73%)
|
|
[22:45:00 INFO] Video batch 687: 2 detections from postprocess
|
|
[22:45:00 INFO] Video frame video_short01_003396: 1 dets, valid=True
|
|
[22:45:00 INFO] Video frame video_short01_003397: 1 dets, valid=True
|
|
[22:45:00 INFO] Video batch 688: frame 5504/7500 (73%)
|
|
[22:45:00 INFO] Video batch 689: frame 5512/7500 (73%)
|
|
[22:45:00 INFO] Video batch 690: frame 5520/7500 (73%)
|
|
[22:45:00 INFO] Video batch 691: frame 5528/7500 (73%)
|
|
[22:45:01 INFO] Video batch 692: frame 5536/7500 (73%)
|
|
[22:45:01 INFO] Video batch 693: frame 5544/7500 (73%)
|
|
[22:45:01 INFO] Video batch 694: frame 5552/7500 (74%)
|
|
[22:45:01 INFO] Video batch 694: 1 detections from postprocess
|
|
[22:45:01 INFO] Video frame video_short01_003418: 1 dets, valid=True
|
|
[22:45:01 INFO] Video batch 695: frame 5560/7500 (74%)
|
|
[22:45:02 INFO] Video batch 695: 1 detections from postprocess
|
|
[22:45:02 INFO] Video frame video_short01_003421: 1 dets, valid=True
|
|
[22:45:02 INFO] Video batch 696: frame 5568/7500 (74%)
|
|
[22:45:02 INFO] Video batch 696: 1 detections from postprocess
|
|
[22:45:02 INFO] Video frame video_short01_003425: 1 dets, valid=True
|
|
[22:45:02 INFO] Video batch 697: frame 5576/7500 (74%)
|
|
[22:45:02 INFO] Video batch 698: frame 5584/7500 (74%)
|
|
[22:45:02 INFO] Video batch 699: frame 5592/7500 (74%)
|
|
[22:45:03 INFO] Video batch 700: frame 5600/7500 (74%)
|
|
[22:45:03 INFO] Video batch 701: frame 5608/7500 (74%)
|
|
[22:45:03 INFO] Video batch 702: frame 5616/7500 (74%)
|
|
[22:45:03 INFO] Video batch 703: frame 5624/7500 (74%)
|
|
[22:45:03 INFO] Video batch 704: frame 5632/7500 (75%)
|
|
[22:45:04 INFO] Video batch 705: frame 5640/7500 (75%)
|
|
[22:45:04 INFO] Video batch 706: frame 5648/7500 (75%)
|
|
[22:45:04 INFO] Video batch 707: frame 5656/7500 (75%)
|
|
[22:45:04 INFO] Video batch 708: frame 5664/7500 (75%)
|
|
[22:45:05 INFO] Video batch 709: frame 5672/7500 (75%)
|
|
[22:45:05 INFO] Video batch 710: frame 5680/7500 (75%)
|
|
[22:45:05 INFO] Video batch 711: frame 5688/7500 (75%)
|
|
[22:45:05 INFO] Video batch 712: frame 5696/7500 (75%)
|
|
[22:45:06 INFO] Video batch 713: frame 5704/7500 (76%)
|
|
[22:45:06 INFO] Video batch 714: frame 5712/7500 (76%)
|
|
[22:45:06 INFO] Video batch 715: frame 5720/7500 (76%)
|
|
[22:45:06 INFO] Video batch 716: frame 5728/7500 (76%)
|
|
[22:45:06 INFO] Video batch 717: frame 5736/7500 (76%)
|
|
[22:45:07 INFO] Video batch 718: frame 5744/7500 (76%)
|
|
[22:45:07 INFO] Video batch 719: frame 5752/7500 (76%)
|
|
[22:45:07 INFO] Video batch 720: frame 5760/7500 (76%)
|
|
[22:45:07 INFO] Video batch 721: frame 5768/7500 (76%)
|
|
[22:45:08 INFO] Video batch 722: frame 5776/7500 (77%)
|
|
[22:45:08 INFO] Video batch 723: frame 5784/7500 (77%)
|
|
[22:45:08 INFO] Video batch 724: frame 5792/7500 (77%)
|
|
[22:45:08 INFO] Video batch 725: frame 5800/7500 (77%)
|
|
[22:45:09 INFO] Video batch 726: frame 5808/7500 (77%)
|
|
[22:45:09 INFO] Video batch 727: frame 5816/7500 (77%)
|
|
[22:45:09 INFO] Video batch 728: frame 5824/7500 (77%)
|
|
[22:45:09 INFO] Video batch 729: frame 5832/7500 (77%)
|
|
[22:45:09 INFO] Video batch 729: 1 detections from postprocess
|
|
[22:45:09 INFO] Video frame video_short01_003532: 1 dets, valid=True
|
|
[22:45:09 INFO] Video batch 730: frame 5840/7500 (77%)
|
|
[22:45:10 INFO] Video batch 730: 1 detections from postprocess
|
|
[22:45:10 INFO] Video frame video_short01_003533: 1 dets, valid=True
|
|
[22:45:10 INFO] Video batch 731: frame 5848/7500 (77%)
|
|
[22:45:10 INFO] Video batch 732: frame 5856/7500 (78%)
|
|
[22:45:10 INFO] Video batch 733: frame 5864/7500 (78%)
|
|
[22:45:10 INFO] Video batch 734: frame 5872/7500 (78%)
|
|
[22:45:11 INFO] Video batch 735: frame 5880/7500 (78%)
|
|
[22:45:11 INFO] Video batch 736: frame 5888/7500 (78%)
|
|
[22:45:11 INFO] Video batch 737: frame 5896/7500 (78%)
|
|
[22:45:11 INFO] Video batch 738: frame 5904/7500 (78%)
|
|
[22:45:11 INFO] Video batch 739: frame 5912/7500 (78%)
|
|
[22:45:12 INFO] Video batch 740: frame 5920/7500 (78%)
|
|
[22:45:12 INFO] Video batch 741: frame 5928/7500 (79%)
|
|
[22:45:12 INFO] Video batch 742: frame 5936/7500 (79%)
|
|
[22:45:12 INFO] Video batch 743: frame 5944/7500 (79%)
|
|
[22:45:13 INFO] Video batch 744: frame 5952/7500 (79%)
|
|
[22:45:13 INFO] Video batch 745: frame 5960/7500 (79%)
|
|
[22:45:13 INFO] Video batch 746: frame 5968/7500 (79%)
|
|
[22:45:13 INFO] Video batch 747: frame 5976/7500 (79%)
|
|
[22:45:13 INFO] Video batch 748: frame 5984/7500 (79%)
|
|
[22:45:14 INFO] Video batch 749: frame 5992/7500 (79%)
|
|
[22:45:14 INFO] Video batch 750: frame 6000/7500 (80%)
|
|
[22:45:14 INFO] Video batch 751: frame 6008/7500 (80%)
|
|
[22:45:14 INFO] Video batch 752: frame 6016/7500 (80%)
|
|
[22:45:14 INFO] Video batch 753: frame 6024/7500 (80%)
|
|
[22:45:15 INFO] Video batch 754: frame 6032/7500 (80%)
|
|
[22:45:15 INFO] Video batch 755: frame 6040/7500 (80%)
|
|
[22:45:15 INFO] Video batch 755: 1 detections from postprocess
|
|
[22:45:15 INFO] Video frame video_short01_004015: 1 dets, valid=True
|
|
[22:45:15 INFO] Video batch 756: frame 6048/7500 (80%)
|
|
[22:45:15 INFO] Video batch 756: 2 detections from postprocess
|
|
[22:45:15 INFO] Video frame video_short01_004017: 1 dets, valid=True
|
|
[22:45:15 INFO] Video frame video_short01_004018: 1 dets, valid=True
|
|
[22:45:15 INFO] Video batch 757: frame 6056/7500 (80%)
|
|
[22:45:16 INFO] Video batch 757: 1 detections from postprocess
|
|
[22:45:16 INFO] Video frame video_short01_004021: 1 dets, valid=True
|
|
[22:45:16 INFO] Video batch 758: frame 6064/7500 (80%)
|
|
[22:45:16 INFO] Video batch 759: frame 6072/7500 (80%)
|
|
[22:45:16 INFO] Video batch 759: 5 detections from postprocess
|
|
[22:45:16 INFO] Video frame video_short01_004026: 1 dets, valid=True
|
|
[22:45:16 INFO] Video frame video_short01_004028: 4 dets, valid=True
|
|
[22:45:16 INFO] Video batch 760: frame 6080/7500 (81%)
|
|
[22:45:16 INFO] Video batch 760: 8 detections from postprocess
|
|
[22:45:16 INFO] Video frame video_short01_004030: 4 dets, valid=True
|
|
[22:45:16 INFO] Video frame video_short01_004031: 4 dets, valid=True
|
|
[22:45:16 INFO] Video batch 761: frame 6088/7500 (81%)
|
|
[22:45:17 INFO] Video batch 761: 7 detections from postprocess
|
|
[22:45:17 INFO] Video frame video_short01_004033: 4 dets, valid=True
|
|
[22:45:17 INFO] Video frame video_short01_004034: 3 dets, valid=True
|
|
[22:45:17 INFO] Video batch 762: frame 6096/7500 (81%)
|
|
[22:45:17 INFO] Video batch 762: 6 detections from postprocess
|
|
[22:45:17 INFO] Video frame video_short01_004036: 3 dets, valid=True
|
|
[22:45:17 INFO] Video frame video_short01_004037: 3 dets, valid=True
|
|
[22:45:17 INFO] Video batch 763: frame 6104/7500 (81%)
|
|
[22:45:17 INFO] Video batch 763: 8 detections from postprocess
|
|
[22:45:17 INFO] Video frame video_short01_004039: 4 dets, valid=True
|
|
[22:45:17 INFO] Video frame video_short01_004041: 4 dets, valid=True
|
|
[22:45:17 INFO] Video batch 764: frame 6112/7500 (81%)
|
|
[22:45:17 INFO] Video batch 764: 8 detections from postprocess
|
|
[22:45:17 INFO] Video frame video_short01_004042: 4 dets, valid=True
|
|
[22:45:17 INFO] Video frame video_short01_004044: 4 dets, valid=True
|
|
[22:45:17 INFO] Video batch 765: frame 6120/7500 (81%)
|
|
[22:45:18 INFO] Video batch 765: 8 detections from postprocess
|
|
[22:45:18 INFO] Video frame video_short01_004045: 4 dets, valid=True
|
|
[22:45:18 INFO] Video frame video_short01_004047: 4 dets, valid=True
|
|
[22:45:18 INFO] Video batch 766: frame 6128/7500 (81%)
|
|
[22:45:18 INFO] Video batch 766: 6 detections from postprocess
|
|
[22:45:18 INFO] Video frame video_short01_004049: 3 dets, valid=True
|
|
[22:45:18 INFO] Video frame video_short01_004050: 3 dets, valid=True
|
|
[22:45:18 INFO] Video batch 767: frame 6136/7500 (81%)
|
|
[22:45:18 INFO] Video batch 767: 6 detections from postprocess
|
|
[22:45:18 INFO] Video frame video_short01_004052: 3 dets, valid=True
|
|
[22:45:18 INFO] Video frame video_short01_004053: 3 dets, valid=True
|
|
[22:45:18 INFO] Video batch 768: frame 6144/7500 (81%)
|
|
[22:45:18 INFO] Video batch 768: 5 detections from postprocess
|
|
[22:45:18 INFO] Video frame video_short01_004055: 3 dets, valid=True
|
|
[22:45:18 INFO] Video frame video_short01_004057: 2 dets, valid=True
|
|
[22:45:18 INFO] Video batch 769: frame 6152/7500 (82%)
|
|
[22:45:19 INFO] Video batch 769: 4 detections from postprocess
|
|
[22:45:19 INFO] Video frame video_short01_004058: 3 dets, valid=True
|
|
[22:45:19 INFO] Video frame video_short01_004060: 1 dets, valid=True
|
|
[22:45:19 INFO] Video batch 770: frame 6160/7500 (82%)
|
|
[22:45:19 INFO] Video batch 771: frame 6168/7500 (82%)
|
|
[22:45:19 INFO] Video batch 772: frame 6176/7500 (82%)
|
|
[22:45:19 INFO] Video batch 773: frame 6184/7500 (82%)
|
|
[22:45:20 INFO] Video batch 774: frame 6192/7500 (82%)
|
|
[22:45:20 INFO] Video batch 775: frame 6200/7500 (82%)
|
|
[22:45:20 INFO] Video batch 776: frame 6208/7500 (82%)
|
|
[22:45:20 INFO] Video batch 777: frame 6216/7500 (82%)
|
|
[22:45:20 INFO] Video batch 778: frame 6224/7500 (82%)
|
|
[22:45:21 INFO] Video batch 779: frame 6232/7500 (83%)
|
|
[22:45:21 INFO] Video batch 780: frame 6240/7500 (83%)
|
|
[22:45:21 INFO] Video batch 781: frame 6248/7500 (83%)
|
|
[22:45:21 INFO] Video batch 782: frame 6256/7500 (83%)
|
|
[22:45:21 INFO] Video batch 783: frame 6264/7500 (83%)
|
|
[22:45:22 INFO] Video batch 784: frame 6272/7500 (83%)
|
|
[22:45:22 INFO] Video batch 785: frame 6280/7500 (83%)
|
|
[22:45:22 INFO] Video batch 786: frame 6288/7500 (83%)
|
|
[22:45:22 INFO] Video batch 787: frame 6296/7500 (83%)
|
|
[22:45:22 INFO] Video batch 788: frame 6304/7500 (84%)
|
|
[22:45:23 INFO] Video batch 789: frame 6312/7500 (84%)
|
|
[22:45:23 INFO] Video batch 789: 1 detections from postprocess
|
|
[22:45:23 INFO] Video frame video_short01_004122: 1 dets, valid=True
|
|
[22:45:23 INFO] Video batch 790: frame 6320/7500 (84%)
|
|
[22:45:23 INFO] Video batch 791: frame 6328/7500 (84%)
|
|
[22:45:23 INFO] Video batch 792: frame 6336/7500 (84%)
|
|
[22:45:23 INFO] Video batch 793: frame 6344/7500 (84%)
|
|
[22:45:24 INFO] Video batch 794: frame 6352/7500 (84%)
|
|
[22:45:24 INFO] Video batch 795: frame 6360/7500 (84%)
|
|
[22:45:24 INFO] Video batch 796: frame 6368/7500 (84%)
|
|
[22:45:24 INFO] Video batch 796: 1 detections from postprocess
|
|
[22:45:24 INFO] Video frame video_short01_004146: 1 dets, valid=True
|
|
[22:45:24 INFO] Video batch 797: frame 6376/7500 (85%)
|
|
[22:45:24 INFO] Video batch 798: frame 6384/7500 (85%)
|
|
[22:45:25 INFO] Video batch 799: frame 6392/7500 (85%)
|
|
[22:45:25 INFO] Video batch 800: frame 6400/7500 (85%)
|
|
[22:45:25 INFO] Video batch 801: frame 6408/7500 (85%)
|
|
[22:45:25 INFO] Video batch 802: frame 6416/7500 (85%)
|
|
[22:45:26 INFO] Video batch 803: frame 6424/7500 (85%)
|
|
[22:45:26 INFO] Video batch 804: frame 6432/7500 (85%)
|
|
[22:45:26 INFO] Video batch 805: frame 6440/7500 (85%)
|
|
[22:45:26 INFO] Video batch 806: frame 6448/7500 (85%)
|
|
[22:45:26 INFO] Video batch 807: frame 6456/7500 (86%)
|
|
[22:45:27 INFO] Video batch 808: frame 6464/7500 (86%)
|
|
[22:45:27 INFO] Video batch 809: frame 6472/7500 (86%)
|
|
[22:45:27 INFO] Video batch 810: frame 6480/7500 (86%)
|
|
[22:45:27 INFO] Video batch 811: frame 6488/7500 (86%)
|
|
[22:45:28 INFO] Video batch 812: frame 6496/7500 (86%)
|
|
[22:45:28 INFO] Video batch 813: frame 6504/7500 (86%)
|
|
[22:45:28 INFO] Video batch 814: frame 6512/7500 (86%)
|
|
[22:45:28 INFO] Video batch 815: frame 6520/7500 (86%)
|
|
[22:45:28 INFO] Video batch 816: frame 6528/7500 (87%)
|
|
[22:45:29 INFO] Video batch 817: frame 6536/7500 (87%)
|
|
[22:45:29 INFO] Video batch 818: frame 6544/7500 (87%)
|
|
[22:45:29 INFO] Video batch 819: frame 6552/7500 (87%)
|
|
[22:45:29 INFO] Video batch 820: frame 6560/7500 (87%)
|
|
[22:45:30 INFO] Video batch 821: frame 6568/7500 (87%)
|
|
[22:45:30 INFO] Video batch 822: frame 6576/7500 (87%)
|
|
[22:45:30 INFO] Video batch 823: frame 6584/7500 (87%)
|
|
[22:45:30 INFO] Video batch 824: frame 6592/7500 (87%)
|
|
[22:45:31 INFO] Video batch 825: frame 6600/7500 (88%)
|
|
[22:45:31 INFO] Video batch 826: frame 6608/7500 (88%)
|
|
[22:45:31 INFO] Video batch 827: frame 6616/7500 (88%)
|
|
[22:45:31 INFO] Video batch 828: frame 6624/7500 (88%)
|
|
[22:45:32 INFO] Video batch 829: frame 6632/7500 (88%)
|
|
[22:45:32 INFO] Video batch 830: frame 6640/7500 (88%)
|
|
[22:45:32 INFO] Video batch 831: frame 6648/7500 (88%)
|
|
[22:45:32 INFO] Video batch 832: frame 6656/7500 (88%)
|
|
[22:45:32 INFO] Video batch 833: frame 6664/7500 (88%)
|
|
[22:45:33 INFO] Video batch 834: frame 6672/7500 (88%)
|
|
[22:45:33 INFO] Video batch 835: frame 6680/7500 (89%)
|
|
[22:45:33 INFO] Video batch 836: frame 6688/7500 (89%)
|
|
[22:45:33 INFO] Video batch 837: frame 6696/7500 (89%)
|
|
[22:45:34 INFO] Video batch 838: frame 6704/7500 (89%)
|
|
[22:45:34 INFO] Video batch 839: frame 6712/7500 (89%)
|
|
[22:45:34 INFO] Video batch 840: frame 6720/7500 (89%)
|
|
[22:45:34 INFO] Video batch 841: frame 6728/7500 (89%)
|
|
[22:45:34 INFO] Video batch 842: frame 6736/7500 (89%)
|
|
[22:45:35 INFO] Video batch 843: frame 6744/7500 (89%)
|
|
[22:45:35 INFO] Video batch 844: frame 6752/7500 (90%)
|
|
[22:45:35 INFO] Video batch 845: frame 6760/7500 (90%)
|
|
[22:45:35 INFO] Video batch 846: frame 6768/7500 (90%)
|
|
[22:45:35 INFO] Video batch 847: frame 6776/7500 (90%)
|
|
[22:45:36 INFO] Video batch 848: frame 6784/7500 (90%)
|
|
[22:45:36 INFO] Video batch 849: frame 6792/7500 (90%)
|
|
[22:45:36 INFO] Video batch 850: frame 6800/7500 (90%)
|
|
[22:45:36 INFO] Video batch 851: frame 6808/7500 (90%)
|
|
[22:45:36 INFO] Video batch 851: 1 detections from postprocess
|
|
[22:45:36 INFO] Video frame video_short01_004321: 1 dets, valid=True
|
|
[22:45:36 INFO] Video batch 852: frame 6816/7500 (90%)
|
|
[22:45:37 INFO] Video batch 853: frame 6824/7500 (90%)
|
|
[22:45:37 INFO] Video batch 854: frame 6832/7500 (91%)
|
|
[22:45:37 INFO] Video batch 855: frame 6840/7500 (91%)
|
|
[22:45:37 INFO] Video batch 856: frame 6848/7500 (91%)
|
|
[22:45:38 INFO] Video batch 857: frame 6856/7500 (91%)
|
|
[22:45:38 INFO] Video batch 858: frame 6864/7500 (91%)
|
|
[22:45:38 INFO] Video batch 859: frame 6872/7500 (91%)
|
|
[22:45:38 INFO] Video batch 860: frame 6880/7500 (91%)
|
|
[22:45:38 INFO] Video batch 861: frame 6888/7500 (91%)
|
|
[22:45:39 INFO] Video batch 862: frame 6896/7500 (91%)
|
|
[22:45:39 INFO] Video batch 863: frame 6904/7500 (92%)
|
|
[22:45:39 INFO] Video batch 864: frame 6912/7500 (92%)
|
|
[22:45:39 INFO] Video batch 865: frame 6920/7500 (92%)
|
|
[22:45:39 INFO] Video batch 866: frame 6928/7500 (92%)
|
|
[22:45:40 INFO] Video batch 867: frame 6936/7500 (92%)
|
|
[22:45:40 INFO] Video batch 868: frame 6944/7500 (92%)
|
|
[22:45:40 INFO] Video batch 869: frame 6952/7500 (92%)
|
|
[22:45:40 INFO] Video batch 870: frame 6960/7500 (92%)
|
|
[22:45:40 INFO] Video batch 871: frame 6968/7500 (92%)
|
|
[22:45:41 INFO] Video batch 872: frame 6976/7500 (93%)
|
|
[22:45:41 INFO] Video batch 873: frame 6984/7500 (93%)
|
|
[22:45:41 INFO] Video batch 874: frame 6992/7500 (93%)
|
|
[22:45:41 INFO] Video batch 875: frame 7000/7500 (93%)
|
|
[22:45:41 INFO] Video batch 876: frame 7008/7500 (93%)
|
|
[22:45:42 INFO] Video batch 877: frame 7016/7500 (93%)
|
|
[22:45:42 INFO] Video batch 878: frame 7024/7500 (93%)
|
|
[22:45:42 INFO] Video batch 879: frame 7032/7500 (93%)
|
|
[22:45:42 INFO] Video batch 880: frame 7040/7500 (93%)
|
|
[22:45:42 INFO] Video batch 881: frame 7048/7500 (93%)
|
|
[22:45:43 INFO] Video batch 882: frame 7056/7500 (94%)
|
|
[22:45:43 INFO] Video batch 883: frame 7064/7500 (94%)
|
|
[22:45:43 INFO] Video batch 883: 2 detections from postprocess
|
|
[22:45:43 INFO] Video frame video_short01_004423: 1 dets, valid=True
|
|
[22:45:43 INFO] Video frame video_short01_004425: 1 dets, valid=True
|
|
[22:45:43 INFO] Video batch 884: frame 7072/7500 (94%)
|
|
[22:45:43 INFO] Video batch 884: 1 detections from postprocess
|
|
[22:45:43 INFO] Video frame video_short01_004428: 1 dets, valid=True
|
|
[22:45:43 INFO] Video batch 885: frame 7080/7500 (94%)
|
|
[22:45:43 INFO] Video batch 885: 1 detections from postprocess
|
|
[22:45:43 INFO] Video frame video_short01_004431: 1 dets, valid=True
|
|
[22:45:44 INFO] Video batch 886: frame 7088/7500 (94%)
|
|
[22:45:44 INFO] Video batch 886: 2 detections from postprocess
|
|
[22:45:44 INFO] Video frame video_short01_004433: 1 dets, valid=True
|
|
[22:45:44 INFO] Video frame video_short01_004434: 1 dets, valid=True
|
|
[22:45:44 INFO] Video batch 887: frame 7096/7500 (94%)
|
|
[22:45:44 INFO] Video batch 887: 1 detections from postprocess
|
|
[22:45:44 INFO] Video frame video_short01_004436: 1 dets, valid=True
|
|
[22:45:44 INFO] Video batch 888: frame 7104/7500 (94%)
|
|
[22:45:44 INFO] Video batch 888: 2 detections from postprocess
|
|
[22:45:44 INFO] Video frame video_short01_004439: 1 dets, valid=True
|
|
[22:45:44 INFO] Video frame video_short01_004441: 1 dets, valid=True
|
|
[22:45:44 INFO] Video batch 889: frame 7112/7500 (94%)
|
|
[22:45:44 INFO] Video batch 889: 2 detections from postprocess
|
|
[22:45:44 INFO] Video frame video_short01_004442: 1 dets, valid=True
|
|
[22:45:44 INFO] Video frame video_short01_004444: 1 dets, valid=True
|
|
[22:45:44 INFO] Video batch 890: frame 7120/7500 (94%)
|
|
[22:45:45 INFO] Video batch 891: frame 7128/7500 (95%)
|
|
[22:45:45 INFO] Video batch 892: frame 7136/7500 (95%)
|
|
[22:45:45 INFO] Video batch 893: frame 7144/7500 (95%)
|
|
[22:45:45 INFO] Video batch 894: frame 7152/7500 (95%)
|
|
[22:45:46 INFO] Video batch 895: frame 7160/7500 (95%)
|
|
[22:45:46 INFO] Video batch 896: frame 7168/7500 (95%)
|
|
[22:45:46 INFO] Video batch 897: frame 7176/7500 (95%)
|
|
[22:45:46 INFO] Video batch 898: frame 7184/7500 (95%)
|
|
[22:45:46 INFO] Video batch 898: 2 detections from postprocess
|
|
[22:45:46 INFO] Video frame video_short01_004471: 1 dets, valid=True
|
|
[22:45:46 INFO] Video frame video_short01_004473: 1 dets, valid=True
|
|
[22:45:47 INFO] Video batch 899: frame 7192/7500 (95%)
|
|
[22:45:47 INFO] Video batch 899: 2 detections from postprocess
|
|
[22:45:47 INFO] Video frame video_short01_004474: 1 dets, valid=True
|
|
[22:45:47 INFO] Video frame video_short01_004476: 1 dets, valid=True
|
|
[22:45:47 INFO] Video batch 900: frame 7200/7500 (96%)
|
|
[22:45:47 INFO] Video batch 900: 2 detections from postprocess
|
|
[22:45:47 INFO] Video frame video_short01_004477: 1 dets, valid=True
|
|
[22:45:47 INFO] Video frame video_short01_004479: 1 dets, valid=True
|
|
[22:45:47 INFO] Video batch 901: frame 7208/7500 (96%)
|
|
[22:45:47 INFO] Video batch 901: 2 detections from postprocess
|
|
[22:45:47 INFO] Video frame video_short01_004481: 1 dets, valid=True
|
|
[22:45:47 INFO] Video frame video_short01_004482: 1 dets, valid=True
|
|
[22:45:47 INFO] Video batch 902: frame 7216/7500 (96%)
|
|
[22:45:47 INFO] Video batch 902: 2 detections from postprocess
|
|
[22:45:47 INFO] Video frame video_short01_004484: 1 dets, valid=True
|
|
[22:45:47 INFO] Video frame video_short01_004485: 1 dets, valid=True
|
|
[22:45:47 INFO] Video batch 903: frame 7224/7500 (96%)
|
|
[22:45:48 INFO] Video batch 903: 2 detections from postprocess
|
|
[22:45:48 INFO] Video frame video_short01_004487: 1 dets, valid=True
|
|
[22:45:48 INFO] Video frame video_short01_004489: 1 dets, valid=True
|
|
[22:45:48 INFO] Video batch 904: frame 7232/7500 (96%)
|
|
[22:45:48 INFO] Video batch 904: 1 detections from postprocess
|
|
[22:45:48 INFO] Video frame video_short01_004490: 1 dets, valid=True
|
|
[22:45:48 INFO] Video batch 905: frame 7240/7500 (96%)
|
|
[22:45:48 INFO] Video batch 906: frame 7248/7500 (96%)
|
|
[22:45:48 INFO] Video batch 907: frame 7256/7500 (96%)
|
|
[22:45:49 INFO] Video batch 907: 1 detections from postprocess
|
|
[22:45:49 INFO] Video frame video_short01_004500: 1 dets, valid=True
|
|
[22:45:49 INFO] Video batch 908: frame 7264/7500 (96%)
|
|
[22:45:49 INFO] Video batch 908: 2 detections from postprocess
|
|
[22:45:49 INFO] Video frame video_short01_004503: 1 dets, valid=True
|
|
[22:45:49 INFO] Video frame video_short01_004505: 1 dets, valid=True
|
|
[22:45:49 INFO] Video batch 909: frame 7272/7500 (96%)
|
|
[22:45:49 INFO] Video batch 909: 2 detections from postprocess
|
|
[22:45:49 INFO] Video frame video_short01_004506: 1 dets, valid=True
|
|
[22:45:49 INFO] Video frame video_short01_004508: 1 dets, valid=True
|
|
[22:45:49 INFO] Video batch 910: frame 7280/7500 (97%)
|
|
[22:45:49 INFO] Video batch 910: 2 detections from postprocess
|
|
[22:45:49 INFO] Video frame video_short01_004510: 1 dets, valid=True
|
|
[22:45:49 INFO] Video frame video_short01_004511: 1 dets, valid=True
|
|
[22:45:49 INFO] Video batch 911: frame 7288/7500 (97%)
|
|
[22:45:49 INFO] Video batch 911: 2 detections from postprocess
|
|
[22:45:49 INFO] Video frame video_short01_004513: 1 dets, valid=True
|
|
[22:45:50 INFO] Video frame video_short01_004514: 1 dets, valid=True
|
|
[22:45:50 INFO] Video batch 912: frame 7296/7500 (97%)
|
|
[22:45:50 INFO] Video batch 912: 2 detections from postprocess
|
|
[22:45:50 INFO] Video frame video_short01_004516: 1 dets, valid=True
|
|
[22:45:50 INFO] Video frame video_short01_004517: 1 dets, valid=True
|
|
[22:45:50 INFO] Video batch 913: frame 7304/7500 (97%)
|
|
[22:45:50 INFO] Video batch 913: 2 detections from postprocess
|
|
[22:45:50 INFO] Video frame video_short01_004519: 1 dets, valid=True
|
|
[22:45:50 INFO] Video frame video_short01_004521: 1 dets, valid=True
|
|
[22:45:50 INFO] Video batch 914: frame 7312/7500 (97%)
|
|
[22:45:50 INFO] Video batch 914: 1 detections from postprocess
|
|
[22:45:50 INFO] Video frame video_short01_004522: 1 dets, valid=True
|
|
[22:45:50 INFO] Video batch 915: frame 7320/7500 (97%)
|
|
[22:45:51 INFO] Video batch 915: 1 detections from postprocess
|
|
[22:45:51 INFO] Video frame video_short01_004527: 1 dets, valid=True
|
|
[22:45:51 INFO] Video batch 916: frame 7328/7500 (97%)
|
|
[22:45:51 INFO] Video batch 916: 1 detections from postprocess
|
|
[22:45:51 INFO] Video frame video_short01_004530: 1 dets, valid=True
|
|
[22:45:51 INFO] Video batch 917: frame 7336/7500 (97%)
|
|
[22:45:51 INFO] Video batch 918: frame 7344/7500 (97%)
|
|
[22:45:51 INFO] Video batch 919: frame 7352/7500 (98%)
|
|
[22:45:51 INFO] Video batch 920: frame 7360/7500 (98%)
|
|
[22:45:52 INFO] Video batch 921: frame 7368/7500 (98%)
|
|
[22:45:52 INFO] Video batch 922: frame 7376/7500 (98%)
|
|
[22:45:52 INFO] Video batch 923: frame 7384/7500 (98%)
|
|
[22:45:52 INFO] Video batch 924: frame 7392/7500 (98%)
|
|
[22:45:53 INFO] Video batch 925: frame 7400/7500 (98%)
|
|
[22:45:53 INFO] Video batch 926: frame 7408/7500 (98%)
|
|
[22:45:53 INFO] Video batch 927: frame 7416/7500 (98%)
|
|
[22:45:53 INFO] Video batch 928: frame 7424/7500 (98%)
|
|
[22:45:53 INFO] Video batch 929: frame 7432/7500 (99%)
|
|
[22:45:54 INFO] Video batch 930: frame 7440/7500 (99%)
|
|
[22:45:54 INFO] Video batch 931: frame 7448/7500 (99%)
|
|
[22:45:54 INFO] Video batch 932: frame 7456/7500 (99%)
|
|
[22:45:54 INFO] Video batch 933: frame 7464/7500 (99%)
|
|
[22:45:54 INFO] Video batch 934: frame 7472/7500 (99%)
|
|
[22:45:55 INFO] Video batch 935: frame 7480/7500 (99%)
|
|
[22:45:55 INFO] Video batch 936: frame 7488/7500 (99%)
|
|
[22:45:55 INFO] Video batch 937: frame 7496/7500 (99%)
|
|
[22:45:55 INFO] Video done: 7500 frames read, 937 batches processed
|
|
[22:45:55 INFO] init AI...
|
|
[22:45:56 INFO] init AI...
|
|
[22:45:56 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4...
|
|
[22:45:56 INFO] Video: 7500 frames, 25.0 fps, 2560x1440
|
|
[22:45:56 INFO] Video batch 1: frame 8/7500 (0%)
|
|
[22:45:56 INFO] Video batch 2: frame 16/7500 (0%)
|
|
[22:45:56 INFO] Video batch 2: 2 detections from postprocess
|
|
[22:45:56 INFO] Video frame video_short01_000004: 1 dets, valid=True
|
|
[22:45:56 INFO] Video frame video_short01_000005: 1 dets, valid=True
|
|
[22:45:56 INFO] Video batch 3: frame 24/7500 (0%)
|
|
[22:45:57 INFO] Video batch 3: 2 detections from postprocess
|
|
[22:45:57 INFO] Video frame video_short01_000007: 1 dets, valid=True
|
|
[22:45:57 INFO] Video frame video_short01_000009: 1 dets, valid=True
|
|
[22:45:57 INFO] Video batch 4: frame 32/7500 (0%)
|
|
[22:45:57 INFO] Video batch 4: 2 detections from postprocess
|
|
[22:45:57 INFO] Video frame video_short01_000010: 1 dets, valid=True
|
|
[22:45:57 INFO] Video frame video_short01_000012: 1 dets, valid=True
|
|
[22:45:57 INFO] Video batch 5: frame 40/7500 (0%)
|
|
[22:45:57 INFO] Video batch 5: 2 detections from postprocess
|
|
[22:45:57 INFO] Video frame video_short01_000013: 1 dets, valid=True
|
|
[22:45:57 INFO] Video frame video_short01_000015: 1 dets, valid=True
|
|
[22:45:57 INFO] Video batch 6: frame 48/7500 (0%)
|
|
[22:45:58 INFO] Video batch 6: 2 detections from postprocess
|
|
[22:45:58 INFO] Video frame video_short01_000017: 1 dets, valid=True
|
|
[22:45:58 INFO] Video frame video_short01_000018: 1 dets, valid=True
|
|
[22:45:58 INFO] Video batch 7: frame 56/7500 (0%)
|
|
[22:45:58 INFO] Video batch 7: 2 detections from postprocess
|
|
[22:45:58 INFO] Video frame video_short01_000020: 1 dets, valid=True
|
|
[22:45:58 INFO] Video frame video_short01_000021: 1 dets, valid=True
|
|
[22:45:58 INFO] Video batch 8: frame 64/7500 (0%)
|
|
[22:45:58 INFO] Video batch 8: 2 detections from postprocess
|
|
[22:45:58 INFO] Video frame video_short01_000023: 1 dets, valid=True
|
|
[22:45:58 INFO] Video frame video_short01_000025: 1 dets, valid=True
|
|
[22:45:58 INFO] Video batch 9: frame 72/7500 (0%)
|
|
[22:45:58 INFO] Video batch 9: 2 detections from postprocess
|
|
[22:45:58 INFO] Video frame video_short01_000026: 1 dets, valid=True
|
|
[22:45:58 INFO] Video frame video_short01_000028: 1 dets, valid=True
|
|
[22:45:58 INFO] Video batch 10: frame 80/7500 (1%)
|
|
[22:45:59 INFO] Video batch 10: 2 detections from postprocess
|
|
[22:45:59 INFO] Video frame video_short01_000030: 1 dets, valid=True
|
|
[22:45:59 INFO] Video frame video_short01_000031: 1 dets, valid=True
|
|
[22:45:59 INFO] Video batch 11: frame 88/7500 (1%)
|
|
[22:45:59 INFO] Video batch 11: 3 detections from postprocess
|
|
[22:45:59 INFO] Video frame video_short01_000033: 1 dets, valid=True
|
|
[22:45:59 INFO] Video frame video_short01_000034: 2 dets, valid=True
|
|
[22:45:59 INFO] Video batch 12: frame 96/7500 (1%)
|
|
[22:45:59 INFO] Video batch 13: frame 104/7500 (1%)
|
|
[22:45:59 INFO] Video batch 13: 1 detections from postprocess
|
|
[22:45:59 INFO] Video frame video_short01_000041: 1 dets, valid=True
|
|
[22:46:00 INFO] Video batch 14: frame 112/7500 (1%)
|
|
[22:46:00 INFO] Video batch 14: 2 detections from postprocess
|
|
[22:46:00 INFO] Video frame video_short01_000042: 1 dets, valid=True
|
|
[22:46:00 INFO] Video frame video_short01_000044: 1 dets, valid=True
|
|
[22:46:00 INFO] Video batch 15: frame 120/7500 (1%)
|
|
[22:46:00 INFO] Video batch 15: 2 detections from postprocess
|
|
[22:46:00 INFO] Video frame video_short01_000045: 1 dets, valid=True
|
|
[22:46:00 INFO] Video frame video_short01_000047: 1 dets, valid=True
|
|
[22:46:00 INFO] Video batch 16: frame 128/7500 (1%)
|
|
[22:46:00 INFO] Video batch 16: 2 detections from postprocess
|
|
[22:46:00 INFO] Video frame video_short01_000049: 1 dets, valid=True
|
|
[22:46:00 INFO] Video frame video_short01_000050: 1 dets, valid=True
|
|
[22:46:00 INFO] Video batch 17: frame 136/7500 (1%)
|
|
[22:46:01 INFO] Video batch 17: 2 detections from postprocess
|
|
[22:46:01 INFO] Video frame video_short01_000052: 1 dets, valid=True
|
|
[22:46:01 INFO] Video frame video_short01_000053: 1 dets, valid=True
|
|
[22:46:01 INFO] Video batch 18: frame 144/7500 (1%)
|
|
[22:46:01 INFO] Video batch 18: 2 detections from postprocess
|
|
[22:46:01 INFO] Video frame video_short01_000055: 1 dets, valid=True
|
|
[22:46:01 INFO] Video frame video_short01_000057: 1 dets, valid=True
|
|
[22:46:01 INFO] Video batch 19: frame 152/7500 (2%)
|
|
[22:46:01 INFO] Video batch 20: frame 160/7500 (2%)
|
|
[22:46:01 INFO] Video batch 21: frame 168/7500 (2%)
|
|
[22:46:01 INFO] Video batch 21: 1 detections from postprocess
|
|
[22:46:01 INFO] Video frame video_short01_000066: 1 dets, valid=True
|
|
[22:46:01 INFO] Video batch 22: frame 176/7500 (2%)
|
|
[22:46:02 INFO] Video batch 22: 1 detections from postprocess
|
|
[22:46:02 INFO] Video frame video_short01_000068: 1 dets, valid=True
|
|
[22:46:02 INFO] Video batch 23: frame 184/7500 (2%)
|
|
[22:46:02 INFO] Video batch 23: 1 detections from postprocess
|
|
[22:46:02 INFO] Video frame video_short01_000073: 1 dets, valid=True
|
|
[22:46:02 INFO] Video batch 24: frame 192/7500 (2%)
|
|
[22:46:02 INFO] Video batch 24: 2 detections from postprocess
|
|
[22:46:02 INFO] Video frame video_short01_000074: 1 dets, valid=True
|
|
[22:46:02 INFO] Video frame video_short01_000076: 1 dets, valid=True
|
|
[22:46:02 INFO] Video batch 25: frame 200/7500 (2%)
|
|
[22:46:02 INFO] Video batch 25: 2 detections from postprocess
|
|
[22:46:02 INFO] Video frame video_short01_000077: 1 dets, valid=True
|
|
[22:46:02 INFO] Video frame video_short01_000079: 1 dets, valid=True
|
|
[22:46:02 INFO] Video batch 26: frame 208/7500 (2%)
|
|
[22:46:03 INFO] Video batch 26: 2 detections from postprocess
|
|
[22:46:03 INFO] Video frame video_short01_000081: 1 dets, valid=True
|
|
[22:46:03 INFO] Video frame video_short01_000082: 1 dets, valid=True
|
|
[22:46:03 INFO] Video batch 27: frame 216/7500 (2%)
|
|
[22:46:03 INFO] Video batch 27: 2 detections from postprocess
|
|
[22:46:03 INFO] Video frame video_short01_000084: 1 dets, valid=True
|
|
[22:46:03 INFO] Video frame video_short01_000085: 1 dets, valid=True
|
|
[22:46:03 INFO] Video batch 28: frame 224/7500 (2%)
|
|
[22:46:03 INFO] Video batch 28: 2 detections from postprocess
|
|
[22:46:03 INFO] Video frame video_short01_000087: 1 dets, valid=True
|
|
[22:46:03 INFO] Video frame video_short01_000089: 1 dets, valid=True
|
|
[22:46:03 INFO] Video batch 29: frame 232/7500 (3%)
|
|
[22:46:03 INFO] Video batch 29: 2 detections from postprocess
|
|
[22:46:03 INFO] Video frame video_short01_000090: 1 dets, valid=True
|
|
[22:46:03 INFO] Video frame video_short01_000092: 1 dets, valid=True
|
|
[22:46:03 INFO] Video batch 30: frame 240/7500 (3%)
|
|
[22:46:04 INFO] Video batch 30: 2 detections from postprocess
|
|
[22:46:04 INFO] Video frame video_short01_000093: 1 dets, valid=True
|
|
[22:46:04 INFO] Video frame video_short01_000095: 1 dets, valid=True
|
|
[22:46:04 INFO] Video batch 31: frame 248/7500 (3%)
|
|
[22:46:04 INFO] Video batch 31: 2 detections from postprocess
|
|
[22:46:04 INFO] Video frame video_short01_000097: 1 dets, valid=True
|
|
[22:46:04 INFO] Video frame video_short01_000098: 1 dets, valid=True
|
|
[22:46:04 INFO] Video batch 32: frame 256/7500 (3%)
|
|
[22:46:04 INFO] Video batch 32: 2 detections from postprocess
|
|
[22:46:04 INFO] Video frame video_short01_000100: 1 dets, valid=True
|
|
[22:46:04 INFO] Video frame video_short01_000101: 1 dets, valid=True
|
|
[22:46:04 INFO] Video batch 33: frame 264/7500 (3%)
|
|
[22:46:04 INFO] Video batch 33: 2 detections from postprocess
|
|
[22:46:04 INFO] Video frame video_short01_000103: 1 dets, valid=True
|
|
[22:46:04 INFO] Video frame video_short01_000105: 1 dets, valid=True
|
|
[22:46:04 INFO] Video batch 34: frame 272/7500 (3%)
|
|
[22:46:05 INFO] Video batch 34: 2 detections from postprocess
|
|
[22:46:05 INFO] Video frame video_short01_000106: 1 dets, valid=True
|
|
[22:46:05 INFO] Video frame video_short01_000108: 1 dets, valid=True
|
|
[22:46:05 INFO] Video batch 35: frame 280/7500 (3%)
|
|
[22:46:05 INFO] Video batch 35: 2 detections from postprocess
|
|
[22:46:05 INFO] Video frame video_short01_000110: 1 dets, valid=True
|
|
[22:46:05 INFO] Video frame video_short01_000111: 1 dets, valid=True
|
|
[22:46:05 INFO] Video batch 36: frame 288/7500 (3%)
|
|
[22:46:05 INFO] Video batch 36: 2 detections from postprocess
|
|
[22:46:05 INFO] Video frame video_short01_000113: 1 dets, valid=True
|
|
[22:46:05 INFO] Video frame video_short01_000114: 1 dets, valid=True
|
|
[22:46:05 INFO] Video batch 37: frame 296/7500 (3%)
|
|
[22:46:05 INFO] Video batch 37: 2 detections from postprocess
|
|
[22:46:05 INFO] Video frame video_short01_000116: 1 dets, valid=True
|
|
[22:46:05 INFO] Video frame video_short01_000117: 1 dets, valid=True
|
|
[22:46:05 INFO] Video batch 38: frame 304/7500 (4%)
|
|
[22:46:06 INFO] Video batch 38: 1 detections from postprocess
|
|
[22:46:06 INFO] Video frame video_short01_000121: 1 dets, valid=True
|
|
[22:46:06 INFO] Video batch 39: frame 312/7500 (4%)
|
|
[22:46:06 INFO] Video batch 40: frame 320/7500 (4%)
|
|
[22:46:06 INFO] Video batch 41: frame 328/7500 (4%)
|
|
[22:46:06 INFO] Video batch 42: frame 336/7500 (4%)
|
|
[22:46:06 INFO] Video batch 43: frame 344/7500 (4%)
|
|
[22:46:07 INFO] Video batch 44: frame 352/7500 (4%)
|
|
[22:46:07 INFO] Video batch 44: 1 detections from postprocess
|
|
[22:46:07 INFO] Video frame video_short01_000140: 1 dets, valid=True
|
|
[22:46:07 INFO] Video batch 45: frame 360/7500 (4%)
|
|
[22:46:07 INFO] Video batch 46: frame 368/7500 (4%)
|
|
[22:46:07 INFO] Video batch 47: frame 376/7500 (5%)
|
|
[22:46:08 INFO] Video batch 47: 2 detections from postprocess
|
|
[22:46:08 INFO] Video frame video_short01_000150: 2 dets, valid=True
|
|
[22:46:08 INFO] Video batch 48: frame 384/7500 (5%)
|
|
[22:46:08 INFO] Video batch 48: 3 detections from postprocess
|
|
[22:46:08 INFO] Video frame video_short01_000151: 3 dets, valid=True
|
|
[22:46:08 INFO] Video batch 49: frame 392/7500 (5%)
|
|
[22:46:08 INFO] Video batch 50: frame 400/7500 (5%)
|
|
[22:46:08 INFO] Video batch 51: frame 408/7500 (5%)
|
|
[22:46:09 INFO] Video batch 52: frame 416/7500 (5%)
|
|
[22:46:09 INFO] Video batch 53: frame 424/7500 (5%)
|
|
[22:46:09 INFO] Video batch 54: frame 432/7500 (5%)
|
|
[22:46:09 INFO] Video batch 55: frame 440/7500 (5%)
|
|
[22:46:09 INFO] Video batch 56: frame 448/7500 (5%)
|
|
[22:46:10 INFO] Video batch 57: frame 456/7500 (6%)
|
|
[22:46:10 INFO] Video batch 58: frame 464/7500 (6%)
|
|
[22:46:10 INFO] Video batch 59: frame 472/7500 (6%)
|
|
[22:46:10 INFO] Video batch 60: frame 480/7500 (6%)
|
|
[22:46:11 INFO] Video batch 61: frame 488/7500 (6%)
|
|
[22:46:11 INFO] Video batch 62: frame 496/7500 (6%)
|
|
[22:46:11 INFO] Video batch 63: frame 504/7500 (6%)
|
|
[22:46:11 INFO] Video batch 64: frame 512/7500 (6%)
|
|
[22:46:11 INFO] Video batch 65: frame 520/7500 (6%)
|
|
[22:46:12 INFO] Video batch 66: frame 528/7500 (7%)
|
|
[22:46:12 INFO] Video batch 67: frame 536/7500 (7%)
|
|
[22:46:12 INFO] Video batch 68: frame 544/7500 (7%)
|
|
[22:46:12 INFO] Video batch 69: frame 552/7500 (7%)
|
|
[22:46:13 INFO] Video batch 70: frame 560/7500 (7%)
|
|
[22:46:13 INFO] Video batch 71: frame 568/7500 (7%)
|
|
[22:46:13 INFO] Video batch 72: frame 576/7500 (7%)
|
|
[22:46:13 INFO] Video batch 73: frame 584/7500 (7%)
|
|
[22:46:14 INFO] Video batch 74: frame 592/7500 (7%)
|
|
[22:46:14 INFO] Video batch 75: frame 600/7500 (8%)
|
|
[22:46:14 INFO] Video batch 76: frame 608/7500 (8%)
|
|
[22:46:14 INFO] Video batch 77: frame 616/7500 (8%)
|
|
[22:46:15 INFO] Video batch 78: frame 624/7500 (8%)
|
|
[22:46:15 INFO] Video batch 79: frame 632/7500 (8%)
|
|
[22:46:15 INFO] Video batch 80: frame 640/7500 (8%)
|
|
[22:46:15 INFO] Video batch 81: frame 648/7500 (8%)
|
|
[22:46:15 INFO] Video batch 82: frame 656/7500 (8%)
|
|
[22:46:16 INFO] Video batch 83: frame 664/7500 (8%)
|
|
[22:46:16 INFO] Video batch 84: frame 672/7500 (8%)
|
|
[22:46:16 INFO] Video batch 85: frame 680/7500 (9%)
|
|
[22:46:16 INFO] Video batch 86: frame 688/7500 (9%)
|
|
[22:46:17 INFO] Video batch 87: frame 696/7500 (9%)
|
|
[22:46:17 INFO] Video batch 88: frame 704/7500 (9%)
|
|
[22:46:17 INFO] Video batch 89: frame 712/7500 (9%)
|
|
[22:46:17 INFO] Video batch 90: frame 720/7500 (9%)
|
|
[22:46:18 INFO] Video batch 91: frame 728/7500 (9%)
|
|
[22:46:18 INFO] Video batch 92: frame 736/7500 (9%)
|
|
[22:46:18 INFO] Video batch 93: frame 744/7500 (9%)
|
|
[22:46:18 INFO] Video batch 94: frame 752/7500 (10%)
|
|
[22:46:19 INFO] Video batch 95: frame 760/7500 (10%)
|
|
[22:46:19 INFO] Video batch 95: 1 detections from postprocess
|
|
[22:46:19 INFO] Video frame video_short01_000303: 1 dets, valid=True
|
|
[22:46:19 INFO] Video batch 96: frame 768/7500 (10%)
|
|
[22:46:19 INFO] Video batch 96: 2 detections from postprocess
|
|
[22:46:19 INFO] Video frame video_short01_000305: 1 dets, valid=True
|
|
[22:46:19 INFO] Video frame video_short01_000306: 1 dets, valid=True
|
|
[22:46:19 INFO] Video batch 97: frame 776/7500 (10%)
|
|
[22:46:19 INFO] Video batch 97: 2 detections from postprocess
|
|
[22:46:19 INFO] Video frame video_short01_000308: 1 dets, valid=True
|
|
[22:46:19 INFO] Video frame video_short01_000310: 1 dets, valid=True
|
|
[22:46:19 INFO] Video batch 98: frame 784/7500 (10%)
|
|
[22:46:19 INFO] Video batch 98: 2 detections from postprocess
|
|
[22:46:19 INFO] Video frame video_short01_000311: 1 dets, valid=True
|
|
[22:46:19 INFO] Video frame video_short01_000313: 1 dets, valid=True
|
|
[22:46:19 INFO] Video batch 99: frame 792/7500 (10%)
|
|
[22:46:20 INFO] Video batch 99: 2 detections from postprocess
|
|
[22:46:20 INFO] Video frame video_short01_000314: 1 dets, valid=True
|
|
[22:46:20 INFO] Video frame video_short01_000316: 1 dets, valid=True
|
|
[22:46:20 INFO] Video batch 100: frame 800/7500 (10%)
|
|
[22:46:20 INFO] Video batch 100: 2 detections from postprocess
|
|
[22:46:20 INFO] Video frame video_short01_000317: 1 dets, valid=True
|
|
[22:46:20 INFO] Video frame video_short01_000319: 1 dets, valid=True
|
|
[22:46:20 INFO] Video batch 101: frame 808/7500 (10%)
|
|
[22:46:20 INFO] Video batch 101: 2 detections from postprocess
|
|
[22:46:20 INFO] Video frame video_short01_000321: 1 dets, valid=True
|
|
[22:46:20 INFO] Video frame video_short01_000322: 1 dets, valid=True
|
|
[22:46:20 INFO] Video batch 102: frame 816/7500 (10%)
|
|
[22:46:20 INFO] Video batch 102: 2 detections from postprocess
|
|
[22:46:20 INFO] Video frame video_short01_000324: 1 dets, valid=True
|
|
[22:46:20 INFO] Video frame video_short01_000325: 1 dets, valid=True
|
|
[22:46:20 INFO] Video batch 103: frame 824/7500 (10%)
|
|
[22:46:21 INFO] Video batch 103: 2 detections from postprocess
|
|
[22:46:21 INFO] Video frame video_short01_000327: 1 dets, valid=True
|
|
[22:46:21 INFO] Video frame video_short01_000329: 1 dets, valid=True
|
|
[22:46:21 INFO] Video batch 104: frame 832/7500 (11%)
|
|
[22:46:21 INFO] Video batch 105: frame 840/7500 (11%)
|
|
[22:46:21 INFO] Video batch 106: frame 848/7500 (11%)
|
|
[22:46:21 INFO] Video batch 107: frame 856/7500 (11%)
|
|
[22:46:22 INFO] Video batch 108: frame 864/7500 (11%)
|
|
[22:46:22 INFO] Video batch 109: frame 872/7500 (11%)
|
|
[22:46:22 INFO] Video batch 110: frame 880/7500 (11%)
|
|
[22:46:22 INFO] Video batch 111: frame 888/7500 (11%)
|
|
[22:46:22 INFO] Video batch 112: frame 896/7500 (11%)
|
|
[22:46:23 INFO] Video batch 113: frame 904/7500 (12%)
|
|
[22:46:23 INFO] Video batch 114: frame 912/7500 (12%)
|
|
[22:46:23 INFO] Video batch 115: frame 920/7500 (12%)
|
|
[22:46:23 INFO] Video batch 116: frame 928/7500 (12%)
|
|
[22:46:23 INFO] Video batch 117: frame 936/7500 (12%)
|
|
[22:46:24 INFO] Video batch 118: frame 944/7500 (12%)
|
|
[22:46:24 INFO] Video batch 119: frame 952/7500 (12%)
|
|
[22:46:24 INFO] Video batch 120: frame 960/7500 (12%)
|
|
[22:46:24 INFO] Video batch 120: 1 detections from postprocess
|
|
[22:46:24 INFO] Video frame video_short01_000383: 1 dets, valid=True
|
|
[22:46:24 INFO] Video batch 121: frame 968/7500 (12%)
|
|
[22:46:24 INFO] Video batch 122: frame 976/7500 (13%)
|
|
[22:46:25 INFO] Video batch 123: frame 984/7500 (13%)
|
|
[22:46:25 INFO] Video batch 124: frame 992/7500 (13%)
|
|
[22:46:25 INFO] Video batch 125: frame 1000/7500 (13%)
|
|
[22:46:25 INFO] Video batch 126: frame 1008/7500 (13%)
|
|
[22:46:25 INFO] Video batch 126: 1 detections from postprocess
|
|
[22:46:25 INFO] Video frame video_short01_000401: 1 dets, valid=True
|
|
[22:46:25 INFO] Video batch 127: frame 1016/7500 (13%)
|
|
[22:46:26 INFO] Video batch 128: frame 1024/7500 (13%)
|
|
[22:46:26 INFO] Video batch 129: frame 1032/7500 (13%)
|
|
[22:46:26 INFO] Video batch 130: frame 1040/7500 (13%)
|
|
[22:46:26 INFO] Video batch 131: frame 1048/7500 (13%)
|
|
[22:46:27 INFO] Video batch 131: 1 detections from postprocess
|
|
[22:46:27 INFO] Video frame video_short01_000418: 1 dets, valid=True
|
|
[22:46:27 INFO] Video batch 132: frame 1056/7500 (14%)
|
|
[22:46:27 INFO] Video batch 132: 2 detections from postprocess
|
|
[22:46:27 INFO] Video frame video_short01_000420: 1 dets, valid=True
|
|
[22:46:27 INFO] Video frame video_short01_000421: 1 dets, valid=True
|
|
[22:46:27 INFO] Video batch 133: frame 1064/7500 (14%)
|
|
[22:46:27 INFO] Video batch 133: 2 detections from postprocess
|
|
[22:46:27 INFO] Video frame video_short01_000423: 1 dets, valid=True
|
|
[22:46:27 INFO] Video frame video_short01_000425: 1 dets, valid=True
|
|
[22:46:27 INFO] Video batch 134: frame 1072/7500 (14%)
|
|
[22:46:27 INFO] Video batch 134: 3 detections from postprocess
|
|
[22:46:27 INFO] Video frame video_short01_000426: 2 dets, valid=True
|
|
[22:46:27 INFO] Video frame video_short01_000428: 1 dets, valid=True
|
|
[22:46:27 INFO] Video batch 135: frame 1080/7500 (14%)
|
|
[22:46:28 INFO] Video batch 136: frame 1088/7500 (14%)
|
|
[22:46:28 INFO] Video batch 137: frame 1096/7500 (14%)
|
|
[22:46:28 INFO] Video batch 138: frame 1104/7500 (14%)
|
|
[22:46:28 INFO] Video batch 139: frame 1112/7500 (14%)
|
|
[22:46:28 INFO] Video batch 140: frame 1120/7500 (14%)
|
|
[22:46:29 INFO] Video batch 141: frame 1128/7500 (15%)
|
|
[22:46:29 INFO] Video batch 142: frame 1136/7500 (15%)
|
|
[22:46:29 INFO] Video batch 143: frame 1144/7500 (15%)
|
|
[22:46:29 INFO] Video batch 144: frame 1152/7500 (15%)
|
|
[22:46:30 INFO] Video batch 144: 1 detections from postprocess
|
|
[22:46:30 INFO] Video frame video_short01_000458: 1 dets, valid=True
|
|
[22:46:30 INFO] Video batch 145: frame 1160/7500 (15%)
|
|
[22:46:30 INFO] Video batch 146: frame 1168/7500 (15%)
|
|
[22:46:30 INFO] Video batch 146: 1 detections from postprocess
|
|
[22:46:30 INFO] Video frame video_short01_000466: 1 dets, valid=True
|
|
[22:46:30 INFO] Video batch 147: frame 1176/7500 (15%)
|
|
[22:46:30 INFO] Video batch 148: frame 1184/7500 (15%)
|
|
[22:46:30 INFO] Video batch 149: frame 1192/7500 (15%)
|
|
[22:46:31 INFO] Video batch 149: 1 detections from postprocess
|
|
[22:46:31 INFO] Video frame video_short01_000476: 1 dets, valid=True
|
|
[22:46:31 INFO] Video batch 150: frame 1200/7500 (16%)
|
|
[22:46:31 INFO] Video batch 150: 1 detections from postprocess
|
|
[22:46:31 INFO] Video frame video_short01_000477: 1 dets, valid=True
|
|
[22:46:31 INFO] Video batch 151: frame 1208/7500 (16%)
|
|
[22:46:31 INFO] Video batch 152: frame 1216/7500 (16%)
|
|
[22:46:31 INFO] Video batch 152: 1 detections from postprocess
|
|
[22:46:31 INFO] Video frame video_short01_000485: 1 dets, valid=True
|
|
[22:46:31 INFO] Video batch 153: frame 1224/7500 (16%)
|
|
[22:46:32 INFO] Video batch 153: 3 detections from postprocess
|
|
[22:46:32 INFO] Video frame video_short01_000487: 2 dets, valid=True
|
|
[22:46:32 INFO] Video frame video_short01_000489: 1 dets, valid=True
|
|
[22:46:32 INFO] Video batch 154: frame 1232/7500 (16%)
|
|
[22:46:32 INFO] Video batch 154: 2 detections from postprocess
|
|
[22:46:32 INFO] Video frame video_short01_000490: 1 dets, valid=True
|
|
[22:46:32 INFO] Video frame video_short01_000492: 1 dets, valid=True
|
|
[22:46:32 INFO] Video batch 155: frame 1240/7500 (16%)
|
|
[22:46:32 INFO] Video batch 155: 1 detections from postprocess
|
|
[22:46:32 INFO] Video frame video_short01_000493: 1 dets, valid=True
|
|
[22:46:32 INFO] Video batch 156: frame 1248/7500 (16%)
|
|
[22:46:32 INFO] Video batch 157: frame 1256/7500 (16%)
|
|
[22:46:32 INFO] Video batch 158: frame 1264/7500 (16%)
|
|
[22:46:33 INFO] Video batch 159: frame 1272/7500 (16%)
|
|
[22:46:33 INFO] Video batch 160: frame 1280/7500 (17%)
|
|
[22:46:33 INFO] Video batch 161: frame 1288/7500 (17%)
|
|
[22:46:33 INFO] Video batch 162: frame 1296/7500 (17%)
|
|
[22:46:34 INFO] Video batch 163: frame 1304/7500 (17%)
|
|
[22:46:34 INFO] Video batch 164: frame 1312/7500 (17%)
|
|
[22:46:34 INFO] Video batch 165: frame 1320/7500 (17%)
|
|
[22:46:34 INFO] Video batch 166: frame 1328/7500 (17%)
|
|
[22:46:34 INFO] Video batch 167: frame 1336/7500 (17%)
|
|
[22:46:35 INFO] Video batch 168: frame 1344/7500 (17%)
|
|
[22:46:35 INFO] Video batch 169: frame 1352/7500 (18%)
|
|
[22:46:35 INFO] Video batch 170: frame 1360/7500 (18%)
|
|
[22:46:35 INFO] Video batch 171: frame 1368/7500 (18%)
|
|
[22:46:36 INFO] Video batch 172: frame 1376/7500 (18%)
|
|
[22:46:36 INFO] Video batch 173: frame 1384/7500 (18%)
|
|
[22:46:36 INFO] Video batch 174: frame 1392/7500 (18%)
|
|
[22:46:36 INFO] Video batch 175: frame 1400/7500 (18%)
|
|
[22:46:36 INFO] Video batch 176: frame 1408/7500 (18%)
|
|
[22:46:37 INFO] Video batch 177: frame 1416/7500 (18%)
|
|
[22:46:37 INFO] Video batch 178: frame 1424/7500 (18%)
|
|
[22:46:37 INFO] Video batch 179: frame 1432/7500 (19%)
|
|
[22:46:37 INFO] Video batch 180: frame 1440/7500 (19%)
|
|
[22:46:38 INFO] Video batch 181: frame 1448/7500 (19%)
|
|
[22:46:38 INFO] Video batch 182: frame 1456/7500 (19%)
|
|
[22:46:38 INFO] Video batch 183: frame 1464/7500 (19%)
|
|
[22:46:38 INFO] Video batch 184: frame 1472/7500 (19%)
|
|
[22:46:38 INFO] Video batch 185: frame 1480/7500 (19%)
|
|
[22:46:39 INFO] Video batch 186: frame 1488/7500 (19%)
|
|
[22:46:39 INFO] Video batch 187: frame 1496/7500 (19%)
|
|
[22:46:39 INFO] Video batch 188: frame 1504/7500 (20%)
|
|
[22:46:39 INFO] Video batch 189: frame 1512/7500 (20%)
|
|
[22:46:39 INFO] Video batch 190: frame 1520/7500 (20%)
|
|
[22:46:40 INFO] Video batch 191: frame 1528/7500 (20%)
|
|
[22:46:40 INFO] Video batch 192: frame 1536/7500 (20%)
|
|
[22:46:40 INFO] Video batch 193: frame 1544/7500 (20%)
|
|
[22:46:40 INFO] Video batch 193: 1 detections from postprocess
|
|
[22:46:40 INFO] Video frame video_short01_001017: 1 dets, valid=True
|
|
[22:46:40 INFO] Video batch 194: frame 1552/7500 (20%)
|
|
[22:46:41 INFO] Video batch 195: frame 1560/7500 (20%)
|
|
[22:46:41 INFO] Video batch 196: frame 1568/7500 (20%)
|
|
[22:46:41 INFO] Video batch 197: frame 1576/7500 (21%)
|
|
[22:46:41 INFO] Video batch 198: frame 1584/7500 (21%)
|
|
[22:46:41 INFO] Video batch 199: frame 1592/7500 (21%)
|
|
[22:46:42 INFO] Video batch 200: frame 1600/7500 (21%)
|
|
[22:46:42 INFO] Video batch 200: 1 detections from postprocess
|
|
[22:46:42 INFO] Video frame video_short01_001039: 1 dets, valid=True
|
|
[22:46:42 INFO] Video batch 201: frame 1608/7500 (21%)
|
|
[22:46:42 INFO] Video batch 201: 1 detections from postprocess
|
|
[22:46:42 INFO] Video frame video_short01_001041: 1 dets, valid=True
|
|
[22:46:42 INFO] Video batch 202: frame 1616/7500 (21%)
|
|
[22:46:42 INFO] Video batch 203: frame 1624/7500 (21%)
|
|
[22:46:43 INFO] Video batch 204: frame 1632/7500 (21%)
|
|
[22:46:43 INFO] Video batch 205: frame 1640/7500 (21%)
|
|
[22:46:43 INFO] Video batch 206: frame 1648/7500 (21%)
|
|
[22:46:43 INFO] Video batch 207: frame 1656/7500 (22%)
|
|
[22:46:44 INFO] Video batch 208: frame 1664/7500 (22%)
|
|
[22:46:44 INFO] Video batch 209: frame 1672/7500 (22%)
|
|
[22:46:44 INFO] Video batch 210: frame 1680/7500 (22%)
|
|
[22:46:44 INFO] Video batch 211: frame 1688/7500 (22%)
|
|
[22:46:45 INFO] Video batch 212: frame 1696/7500 (22%)
|
|
[22:46:45 INFO] Video batch 213: frame 1704/7500 (22%)
|
|
[22:46:45 INFO] Video batch 214: frame 1712/7500 (22%)
|
|
[22:46:45 INFO] Video batch 215: frame 1720/7500 (22%)
|
|
[22:46:46 INFO] Video batch 216: frame 1728/7500 (23%)
|
|
[22:46:46 INFO] Video batch 217: frame 1736/7500 (23%)
|
|
[22:46:46 INFO] Video batch 218: frame 1744/7500 (23%)
|
|
[22:46:46 INFO] Video batch 219: frame 1752/7500 (23%)
|
|
[22:46:46 INFO] Video batch 219: 1 detections from postprocess
|
|
[22:46:46 INFO] Video frame video_short01_001100: 1 dets, valid=True
|
|
[22:46:46 INFO] Video batch 220: frame 1760/7500 (23%)
|
|
[22:46:47 INFO] Video batch 220: 2 detections from postprocess
|
|
[22:46:47 INFO] Video frame video_short01_001101: 1 dets, valid=True
|
|
[22:46:47 INFO] Video frame video_short01_001103: 1 dets, valid=True
|
|
[22:46:47 INFO] Video batch 221: frame 1768/7500 (23%)
|
|
[22:46:47 INFO] Video batch 221: 2 detections from postprocess
|
|
[22:46:47 INFO] Video frame video_short01_001105: 1 dets, valid=True
|
|
[22:46:47 INFO] Video frame video_short01_001106: 1 dets, valid=True
|
|
[22:46:47 INFO] Video batch 222: frame 1776/7500 (23%)
|
|
[22:46:47 INFO] Video batch 222: 2 detections from postprocess
|
|
[22:46:47 INFO] Video frame video_short01_001108: 1 dets, valid=True
|
|
[22:46:47 INFO] Video frame video_short01_001110: 1 dets, valid=True
|
|
[22:46:47 INFO] Video batch 223: frame 1784/7500 (23%)
|
|
[22:46:48 INFO] Video batch 223: 2 detections from postprocess
|
|
[22:46:48 INFO] Video frame video_short01_001111: 1 dets, valid=True
|
|
[22:46:48 INFO] Video frame video_short01_001113: 1 dets, valid=True
|
|
[22:46:48 INFO] Video batch 224: frame 1792/7500 (23%)
|
|
[22:46:48 INFO] Video batch 225: frame 1800/7500 (24%)
|
|
[22:46:48 INFO] Video batch 226: frame 1808/7500 (24%)
|
|
[22:46:48 INFO] Video batch 227: frame 1816/7500 (24%)
|
|
[22:46:48 INFO] Video batch 228: frame 1824/7500 (24%)
|
|
[22:46:49 INFO] Video batch 229: frame 1832/7500 (24%)
|
|
[22:46:49 INFO] Video batch 230: frame 1840/7500 (24%)
|
|
[22:46:49 INFO] Video batch 231: frame 1848/7500 (24%)
|
|
[22:46:49 INFO] Video batch 231: 1 detections from postprocess
|
|
[22:46:49 INFO] Video frame video_short01_001137: 1 dets, valid=True
|
|
[22:46:49 INFO] Video batch 232: frame 1856/7500 (24%)
|
|
[22:46:50 INFO] Video batch 233: frame 1864/7500 (24%)
|
|
[22:46:50 INFO] Video batch 234: frame 1872/7500 (24%)
|
|
[22:46:50 INFO] Video batch 235: frame 1880/7500 (25%)
|
|
[22:46:50 INFO] Video batch 235: 1 detections from postprocess
|
|
[22:46:50 INFO] Video frame video_short01_001151: 1 dets, valid=True
|
|
[22:46:50 INFO] Video batch 236: frame 1888/7500 (25%)
|
|
[22:46:51 INFO] Video batch 237: frame 1896/7500 (25%)
|
|
[22:46:51 INFO] Video batch 238: frame 1904/7500 (25%)
|
|
[22:46:51 INFO] Video batch 239: frame 1912/7500 (25%)
|
|
[22:46:51 INFO] Video batch 240: frame 1920/7500 (25%)
|
|
[22:46:52 INFO] Video batch 241: frame 1928/7500 (25%)
|
|
[22:46:52 INFO] Video batch 242: frame 1936/7500 (25%)
|
|
[22:46:52 INFO] Video batch 243: frame 1944/7500 (25%)
|
|
[22:46:52 INFO] Video batch 244: frame 1952/7500 (26%)
|
|
[22:46:52 INFO] Video batch 245: frame 1960/7500 (26%)
|
|
[22:46:53 INFO] Video batch 246: frame 1968/7500 (26%)
|
|
[22:46:53 INFO] Video batch 247: frame 1976/7500 (26%)
|
|
[22:46:53 INFO] Video batch 248: frame 1984/7500 (26%)
|
|
[22:46:53 INFO] Video batch 249: frame 1992/7500 (26%)
|
|
[22:46:54 INFO] Video batch 250: frame 2000/7500 (26%)
|
|
[22:46:54 INFO] Video batch 251: frame 2008/7500 (26%)
|
|
[22:46:54 INFO] Video batch 252: frame 2016/7500 (26%)
|
|
[22:46:54 INFO] Video batch 253: frame 2024/7500 (26%)
|
|
[22:46:55 INFO] Video batch 254: frame 2032/7500 (27%)
|
|
[22:46:55 INFO] Video batch 255: frame 2040/7500 (27%)
|
|
[22:46:55 INFO] Video batch 256: frame 2048/7500 (27%)
|
|
[22:46:55 INFO] Video batch 257: frame 2056/7500 (27%)
|
|
[22:46:55 INFO] Video batch 258: frame 2064/7500 (27%)
|
|
[22:46:56 INFO] Video batch 259: frame 2072/7500 (27%)
|
|
[22:46:56 INFO] Video batch 260: frame 2080/7500 (27%)
|
|
[22:46:56 INFO] Video batch 261: frame 2088/7500 (27%)
|
|
[22:46:56 INFO] Video batch 262: frame 2096/7500 (27%)
|
|
[22:46:57 INFO] Video batch 263: frame 2104/7500 (28%)
|
|
[22:46:57 INFO] Video batch 264: frame 2112/7500 (28%)
|
|
[22:46:57 INFO] Video batch 265: frame 2120/7500 (28%)
|
|
[22:46:57 INFO] Video batch 266: frame 2128/7500 (28%)
|
|
[22:46:58 INFO] Video batch 267: frame 2136/7500 (28%)
|
|
[22:46:58 INFO] Video batch 268: frame 2144/7500 (28%)
|
|
[22:46:58 INFO] Video batch 269: frame 2152/7500 (28%)
|
|
[22:46:58 INFO] Video batch 270: frame 2160/7500 (28%)
|
|
[22:46:59 INFO] Video batch 271: frame 2168/7500 (28%)
|
|
[22:46:59 INFO] Video batch 272: frame 2176/7500 (29%)
|
|
[22:46:59 INFO] Video batch 273: frame 2184/7500 (29%)
|
|
[22:46:59 INFO] Video batch 274: frame 2192/7500 (29%)
|
|
[22:46:59 INFO] Video batch 275: frame 2200/7500 (29%)
|
|
[22:47:00 INFO] Video batch 276: frame 2208/7500 (29%)
|
|
[22:47:00 INFO] Video batch 277: frame 2216/7500 (29%)
|
|
[22:47:00 INFO] Video batch 278: frame 2224/7500 (29%)
|
|
[22:47:01 INFO] Video batch 279: frame 2232/7500 (29%)
|
|
[22:47:01 INFO] Video batch 280: frame 2240/7500 (29%)
|
|
[22:47:01 INFO] Video batch 281: frame 2248/7500 (29%)
|
|
[22:47:01 INFO] Video batch 282: frame 2256/7500 (30%)
|
|
[22:47:02 INFO] Video batch 283: frame 2264/7500 (30%)
|
|
[22:47:02 INFO] Video batch 283: 2 detections from postprocess
|
|
[22:47:02 INFO] Video frame video_short01_001303: 1 dets, valid=True
|
|
[22:47:02 INFO] Video frame video_short01_001305: 1 dets, valid=True
|
|
[22:47:02 INFO] Video batch 284: frame 2272/7500 (30%)
|
|
[22:47:02 INFO] Video batch 285: frame 2280/7500 (30%)
|
|
[22:47:02 INFO] Video batch 285: 1 detections from postprocess
|
|
[22:47:02 INFO] Video frame video_short01_001310: 1 dets, valid=True
|
|
[22:47:02 INFO] Video batch 286: frame 2288/7500 (30%)
|
|
[22:47:03 INFO] Video batch 287: frame 2296/7500 (30%)
|
|
[22:47:03 INFO] Video batch 288: frame 2304/7500 (30%)
|
|
[22:47:03 INFO] Video batch 288: 1 detections from postprocess
|
|
[22:47:03 INFO] Video frame video_short01_001319: 1 dets, valid=True
|
|
[22:47:03 INFO] Video batch 289: frame 2312/7500 (30%)
|
|
[22:47:03 INFO] Video batch 289: 1 detections from postprocess
|
|
[22:47:03 INFO] Video frame video_short01_001324: 1 dets, valid=True
|
|
[22:47:04 INFO] Video batch 290: frame 2320/7500 (30%)
|
|
[22:47:04 INFO] Video batch 291: frame 2328/7500 (31%)
|
|
[22:47:04 INFO] Video batch 292: frame 2336/7500 (31%)
|
|
[22:47:04 INFO] Video batch 293: frame 2344/7500 (31%)
|
|
[22:47:04 INFO] Video batch 294: frame 2352/7500 (31%)
|
|
[22:47:05 INFO] Video batch 294: 1 detections from postprocess
|
|
[22:47:05 INFO] Video frame video_short01_001340: 1 dets, valid=True
|
|
[22:47:05 INFO] Video batch 295: frame 2360/7500 (31%)
|
|
[22:47:05 INFO] Video batch 296: frame 2368/7500 (31%)
|
|
[22:47:05 INFO] Video batch 297: frame 2376/7500 (31%)
|
|
[22:47:05 INFO] Video batch 297: 1 detections from postprocess
|
|
[22:47:05 INFO] Video frame video_short01_001350: 1 dets, valid=True
|
|
[22:47:05 INFO] Video batch 298: frame 2384/7500 (31%)
|
|
[22:47:06 INFO] Video batch 298: 1 detections from postprocess
|
|
[22:47:06 INFO] Video frame video_short01_001351: 1 dets, valid=True
|
|
[22:47:06 INFO] Video batch 299: frame 2392/7500 (31%)
|
|
[22:47:06 INFO] Video batch 299: 2 detections from postprocess
|
|
[22:47:06 INFO] Video frame video_short01_001354: 1 dets, valid=True
|
|
[22:47:06 INFO] Video frame video_short01_001356: 1 dets, valid=True
|
|
[22:47:06 INFO] Video batch 300: frame 2400/7500 (32%)
|
|
[22:47:06 INFO] Video batch 300: 1 detections from postprocess
|
|
[22:47:06 INFO] Video frame video_short01_001359: 1 dets, valid=True
|
|
[22:47:06 INFO] Video batch 301: frame 2408/7500 (32%)
|
|
[22:47:06 INFO] Video batch 301: 1 detections from postprocess
|
|
[22:47:06 INFO] Video frame video_short01_001362: 1 dets, valid=True
|
|
[22:47:06 INFO] Video batch 302: frame 2416/7500 (32%)
|
|
[22:47:07 INFO] Video batch 302: 2 detections from postprocess
|
|
[22:47:07 INFO] Video frame video_short01_001364: 1 dets, valid=True
|
|
[22:47:07 INFO] Video frame video_short01_001365: 1 dets, valid=True
|
|
[22:47:07 INFO] Video batch 303: frame 2424/7500 (32%)
|
|
[22:47:07 INFO] Video batch 304: frame 2432/7500 (32%)
|
|
[22:47:07 INFO] Video batch 305: frame 2440/7500 (32%)
|
|
[22:47:07 INFO] Video batch 306: frame 2448/7500 (32%)
|
|
[22:47:07 INFO] Video batch 307: frame 2456/7500 (32%)
|
|
[22:47:08 INFO] Video batch 308: frame 2464/7500 (32%)
|
|
[22:47:08 INFO] Video batch 309: frame 2472/7500 (32%)
|
|
[22:47:08 INFO] Video batch 310: frame 2480/7500 (33%)
|
|
[22:47:08 INFO] Video batch 311: frame 2488/7500 (33%)
|
|
[22:47:09 INFO] Video batch 312: frame 2496/7500 (33%)
|
|
[22:47:09 INFO] Video batch 313: frame 2504/7500 (33%)
|
|
[22:47:09 INFO] Video batch 314: frame 2512/7500 (33%)
|
|
[22:47:09 INFO] Video batch 315: frame 2520/7500 (33%)
|
|
[22:47:09 INFO] Video batch 316: frame 2528/7500 (33%)
|
|
[22:47:10 INFO] Video batch 317: frame 2536/7500 (33%)
|
|
[22:47:10 INFO] Video batch 318: frame 2544/7500 (33%)
|
|
[22:47:10 INFO] Video batch 319: frame 2552/7500 (34%)
|
|
[22:47:11 INFO] Video batch 320: frame 2560/7500 (34%)
|
|
[22:47:11 INFO] Video batch 321: frame 2568/7500 (34%)
|
|
[22:47:11 INFO] Video batch 322: frame 2576/7500 (34%)
|
|
[22:47:11 INFO] Video batch 323: frame 2584/7500 (34%)
|
|
[22:47:11 INFO] Video batch 324: frame 2592/7500 (34%)
|
|
[22:47:12 INFO] Video batch 325: frame 2600/7500 (34%)
|
|
[22:47:12 INFO] Video batch 326: frame 2608/7500 (34%)
|
|
[22:47:12 INFO] Video batch 327: frame 2616/7500 (34%)
|
|
[22:47:12 INFO] Video batch 328: frame 2624/7500 (34%)
|
|
[22:47:13 INFO] Video batch 329: frame 2632/7500 (35%)
|
|
[22:47:13 INFO] Video batch 330: frame 2640/7500 (35%)
|
|
[22:47:13 INFO] Video batch 331: frame 2648/7500 (35%)
|
|
[22:47:13 INFO] Video batch 332: frame 2656/7500 (35%)
|
|
[22:47:13 INFO] Video batch 333: frame 2664/7500 (35%)
|
|
[22:47:14 INFO] Video batch 334: frame 2672/7500 (35%)
|
|
[22:47:14 INFO] Video batch 335: frame 2680/7500 (35%)
|
|
[22:47:14 INFO] Video batch 336: frame 2688/7500 (35%)
|
|
[22:47:14 INFO] Video batch 337: frame 2696/7500 (35%)
|
|
[22:47:15 INFO] Video batch 338: frame 2704/7500 (36%)
|
|
[22:47:15 INFO] Video batch 339: frame 2712/7500 (36%)
|
|
[22:47:15 INFO] Video batch 339: 1 detections from postprocess
|
|
[22:47:15 INFO] Video frame video_short01_001484: 1 dets, valid=True
|
|
[22:47:15 INFO] Video batch 340: frame 2720/7500 (36%)
|
|
[22:47:15 INFO] Video batch 340: 2 detections from postprocess
|
|
[22:47:15 INFO] Video frame video_short01_001485: 1 dets, valid=True
|
|
[22:47:15 INFO] Video frame video_short01_001487: 1 dets, valid=True
|
|
[22:47:15 INFO] Video batch 341: frame 2728/7500 (36%)
|
|
[22:47:16 INFO] Video batch 341: 2 detections from postprocess
|
|
[22:47:16 INFO] Video frame video_short01_001489: 1 dets, valid=True
|
|
[22:47:16 INFO] Video frame video_short01_001490: 1 dets, valid=True
|
|
[22:47:16 INFO] Video batch 342: frame 2736/7500 (36%)
|
|
[22:47:16 INFO] Video batch 342: 2 detections from postprocess
|
|
[22:47:16 INFO] Video frame video_short01_001492: 1 dets, valid=True
|
|
[22:47:16 INFO] Video frame video_short01_001493: 1 dets, valid=True
|
|
[22:47:16 INFO] Video batch 343: frame 2744/7500 (36%)
|
|
[22:47:16 INFO] Video batch 343: 2 detections from postprocess
|
|
[22:47:16 INFO] Video frame video_short01_001495: 1 dets, valid=True
|
|
[22:47:16 INFO] Video frame video_short01_001497: 1 dets, valid=True
|
|
[22:47:16 INFO] Video batch 344: frame 2752/7500 (36%)
|
|
[22:47:16 INFO] Video batch 344: 2 detections from postprocess
|
|
[22:47:16 INFO] Video frame video_short01_001498: 1 dets, valid=True
|
|
[22:47:16 INFO] Video frame video_short01_001500: 1 dets, valid=True
|
|
[22:47:17 INFO] Video batch 345: frame 2760/7500 (36%)
|
|
[22:47:17 INFO] Video batch 345: 2 detections from postprocess
|
|
[22:47:17 INFO] Video frame video_short01_001501: 1 dets, valid=True
|
|
[22:47:17 INFO] Video frame video_short01_001503: 1 dets, valid=True
|
|
[22:47:17 INFO] Video batch 346: frame 2768/7500 (36%)
|
|
[22:47:17 INFO] Video batch 346: 2 detections from postprocess
|
|
[22:47:17 INFO] Video frame video_short01_001505: 1 dets, valid=True
|
|
[22:47:17 INFO] Video frame video_short01_001506: 1 dets, valid=True
|
|
[22:47:17 INFO] Video batch 347: frame 2776/7500 (37%)
|
|
[22:47:17 INFO] Video batch 347: 2 detections from postprocess
|
|
[22:47:17 INFO] Video frame video_short01_001508: 1 dets, valid=True
|
|
[22:47:17 INFO] Video frame video_short01_001510: 1 dets, valid=True
|
|
[22:47:17 INFO] Video batch 348: frame 2784/7500 (37%)
|
|
[22:47:17 INFO] Video batch 348: 2 detections from postprocess
|
|
[22:47:17 INFO] Video frame video_short01_001511: 1 dets, valid=True
|
|
[22:47:17 INFO] Video frame video_short01_001513: 1 dets, valid=True
|
|
[22:47:17 INFO] Video batch 349: frame 2792/7500 (37%)
|
|
[22:47:18 INFO] Video batch 349: 2 detections from postprocess
|
|
[22:47:18 INFO] Video frame video_short01_001514: 1 dets, valid=True
|
|
[22:47:18 INFO] Video frame video_short01_001516: 1 dets, valid=True
|
|
[22:47:18 INFO] Video batch 350: frame 2800/7500 (37%)
|
|
[22:47:18 INFO] Video batch 350: 2 detections from postprocess
|
|
[22:47:18 INFO] Video frame video_short01_001517: 1 dets, valid=True
|
|
[22:47:18 INFO] Video frame video_short01_001519: 1 dets, valid=True
|
|
[22:47:18 INFO] Video batch 351: frame 2808/7500 (37%)
|
|
[22:47:18 INFO] Video batch 351: 2 detections from postprocess
|
|
[22:47:18 INFO] Video frame video_short01_001521: 1 dets, valid=True
|
|
[22:47:18 INFO] Video frame video_short01_001522: 1 dets, valid=True
|
|
[22:47:18 INFO] Video batch 352: frame 2816/7500 (37%)
|
|
[22:47:18 INFO] Video batch 352: 2 detections from postprocess
|
|
[22:47:18 INFO] Video frame video_short01_001524: 1 dets, valid=True
|
|
[22:47:18 INFO] Video frame video_short01_001525: 1 dets, valid=True
|
|
[22:47:18 INFO] Video batch 353: frame 2824/7500 (37%)
|
|
[22:47:19 INFO] Video batch 353: 2 detections from postprocess
|
|
[22:47:19 INFO] Video frame video_short01_001527: 1 dets, valid=True
|
|
[22:47:19 INFO] Video frame video_short01_001529: 1 dets, valid=True
|
|
[22:47:19 INFO] Video batch 354: frame 2832/7500 (37%)
|
|
[22:47:19 INFO] Video batch 354: 2 detections from postprocess
|
|
[22:47:19 INFO] Video frame video_short01_001530: 1 dets, valid=True
|
|
[22:47:19 INFO] Video frame video_short01_001532: 1 dets, valid=True
|
|
[22:47:19 INFO] Video batch 355: frame 2840/7500 (37%)
|
|
[22:47:19 INFO] Video batch 355: 2 detections from postprocess
|
|
[22:47:19 INFO] Video frame video_short01_001533: 1 dets, valid=True
|
|
[22:47:19 INFO] Video frame video_short01_001535: 1 dets, valid=True
|
|
[22:47:19 INFO] Video batch 356: frame 2848/7500 (37%)
|
|
[22:47:19 INFO] Video batch 356: 2 detections from postprocess
|
|
[22:47:19 INFO] Video frame video_short01_001537: 1 dets, valid=True
|
|
[22:47:19 INFO] Video frame video_short01_001538: 1 dets, valid=True
|
|
[22:47:20 INFO] Video batch 357: frame 2856/7500 (38%)
|
|
[22:47:20 INFO] Video batch 357: 2 detections from postprocess
|
|
[22:47:20 INFO] Video frame video_short01_001540: 1 dets, valid=True
|
|
[22:47:20 INFO] Video frame video_short01_001541: 1 dets, valid=True
|
|
[22:47:20 INFO] Video batch 358: frame 2864/7500 (38%)
|
|
[22:47:20 INFO] Video batch 358: 2 detections from postprocess
|
|
[22:47:20 INFO] Video frame video_short01_001543: 1 dets, valid=True
|
|
[22:47:20 INFO] Video frame video_short01_001545: 1 dets, valid=True
|
|
[22:47:20 INFO] Video batch 359: frame 2872/7500 (38%)
|
|
[22:47:20 INFO] Video batch 359: 2 detections from postprocess
|
|
[22:47:20 INFO] Video frame video_short01_001546: 1 dets, valid=True
|
|
[22:47:20 INFO] Video frame video_short01_001548: 1 dets, valid=True
|
|
[22:47:20 INFO] Video batch 360: frame 2880/7500 (38%)
|
|
[22:47:20 INFO] Video batch 360: 2 detections from postprocess
|
|
[22:47:20 INFO] Video frame video_short01_001550: 1 dets, valid=True
|
|
[22:47:20 INFO] Video frame video_short01_001551: 1 dets, valid=True
|
|
[22:47:20 INFO] Video batch 361: frame 2888/7500 (38%)
|
|
[22:47:21 INFO] Video batch 361: 2 detections from postprocess
|
|
[22:47:21 INFO] Video frame video_short01_001553: 1 dets, valid=True
|
|
[22:47:21 INFO] Video frame video_short01_001554: 1 dets, valid=True
|
|
[22:47:21 INFO] Video batch 362: frame 2896/7500 (38%)
|
|
[22:47:21 INFO] Video batch 362: 2 detections from postprocess
|
|
[22:47:21 INFO] Video frame video_short01_001556: 1 dets, valid=True
|
|
[22:47:21 INFO] Video frame video_short01_001557: 1 dets, valid=True
|
|
[22:47:21 INFO] Video batch 363: frame 2904/7500 (38%)
|
|
[22:47:21 INFO] Video batch 363: 2 detections from postprocess
|
|
[22:47:21 INFO] Video frame video_short01_001559: 1 dets, valid=True
|
|
[22:47:21 INFO] Video frame video_short01_001561: 1 dets, valid=True
|
|
[22:47:21 INFO] Video batch 364: frame 2912/7500 (38%)
|
|
[22:47:21 INFO] Video batch 364: 2 detections from postprocess
|
|
[22:47:21 INFO] Video frame video_short01_001562: 1 dets, valid=True
|
|
[22:47:21 INFO] Video frame video_short01_001564: 1 dets, valid=True
|
|
[22:47:21 INFO] Video batch 365: frame 2920/7500 (38%)
|
|
[22:47:22 INFO] Video batch 365: 2 detections from postprocess
|
|
[22:47:22 INFO] Video frame video_short01_001565: 1 dets, valid=True
|
|
[22:47:22 INFO] Video frame video_short01_001567: 1 dets, valid=True
|
|
[22:47:22 INFO] Video batch 366: frame 2928/7500 (39%)
|
|
[22:47:22 INFO] Video batch 366: 2 detections from postprocess
|
|
[22:47:22 INFO] Video frame video_short01_001569: 1 dets, valid=True
|
|
[22:47:22 INFO] Video frame video_short01_001570: 1 dets, valid=True
|
|
[22:47:22 INFO] Video batch 367: frame 2936/7500 (39%)
|
|
[22:47:22 INFO] Video batch 367: 2 detections from postprocess
|
|
[22:47:22 INFO] Video frame video_short01_001572: 1 dets, valid=True
|
|
[22:47:22 INFO] Video frame video_short01_001573: 1 dets, valid=True
|
|
[22:47:22 INFO] Video batch 368: frame 2944/7500 (39%)
|
|
[22:47:22 INFO] Video batch 368: 2 detections from postprocess
|
|
[22:47:22 INFO] Video frame video_short01_001575: 1 dets, valid=True
|
|
[22:47:22 INFO] Video frame video_short01_001577: 1 dets, valid=True
|
|
[22:47:22 INFO] Video batch 369: frame 2952/7500 (39%)
|
|
[22:47:23 INFO] Video batch 369: 2 detections from postprocess
|
|
[22:47:23 INFO] Video frame video_short01_001578: 1 dets, valid=True
|
|
[22:47:23 INFO] Video frame video_short01_001580: 1 dets, valid=True
|
|
[22:47:23 INFO] Video batch 370: frame 2960/7500 (39%)
|
|
[22:47:23 INFO] Video batch 370: 2 detections from postprocess
|
|
[22:47:23 INFO] Video frame video_short01_001581: 1 dets, valid=True
|
|
[22:47:23 INFO] Video frame video_short01_001583: 1 dets, valid=True
|
|
[22:47:23 INFO] Video batch 371: frame 2968/7500 (39%)
|
|
[22:47:23 INFO] Video batch 371: 2 detections from postprocess
|
|
[22:47:23 INFO] Video frame video_short01_001585: 1 dets, valid=True
|
|
[22:47:23 INFO] Video frame video_short01_001586: 1 dets, valid=True
|
|
[22:47:23 INFO] Video batch 372: frame 2976/7500 (39%)
|
|
[22:47:23 INFO] Video batch 372: 2 detections from postprocess
|
|
[22:47:23 INFO] Video frame video_short01_001588: 1 dets, valid=True
|
|
[22:47:23 INFO] Video frame video_short01_001590: 1 dets, valid=True
|
|
[22:47:23 INFO] Video batch 373: frame 2984/7500 (39%)
|
|
[22:47:24 INFO] Video batch 373: 2 detections from postprocess
|
|
[22:47:24 INFO] Video frame video_short01_001591: 1 dets, valid=True
|
|
[22:47:24 INFO] Video frame video_short01_001593: 1 dets, valid=True
|
|
[22:47:24 INFO] Video batch 374: frame 2992/7500 (39%)
|
|
[22:47:24 INFO] Video batch 374: 2 detections from postprocess
|
|
[22:47:24 INFO] Video frame video_short01_001594: 1 dets, valid=True
|
|
[22:47:24 INFO] Video frame video_short01_001596: 1 dets, valid=True
|
|
[22:47:24 INFO] Video batch 375: frame 3000/7500 (40%)
|
|
[22:47:24 INFO] Video batch 375: 1 detections from postprocess
|
|
[22:47:24 INFO] Video frame video_short01_001597: 1 dets, valid=True
|
|
[22:47:24 INFO] Video batch 376: frame 3008/7500 (40%)
|
|
[22:47:24 INFO] Video batch 376: 1 detections from postprocess
|
|
[22:47:24 INFO] Video frame video_short01_002002: 1 dets, valid=True
|
|
[22:47:24 INFO] Video batch 377: frame 3016/7500 (40%)
|
|
[22:47:25 INFO] Video batch 378: frame 3024/7500 (40%)
|
|
[22:47:25 INFO] Video batch 379: frame 3032/7500 (40%)
|
|
[22:47:25 INFO] Video batch 380: frame 3040/7500 (40%)
|
|
[22:47:25 INFO] Video batch 381: frame 3048/7500 (40%)
|
|
[22:47:26 INFO] Video batch 382: frame 3056/7500 (40%)
|
|
[22:47:26 INFO] Video batch 383: frame 3064/7500 (40%)
|
|
[22:47:26 INFO] Video batch 383: 1 detections from postprocess
|
|
[22:47:26 INFO] Video frame video_short01_002025: 1 dets, valid=True
|
|
[22:47:26 INFO] Video batch 384: frame 3072/7500 (40%)
|
|
[22:47:26 INFO] Video batch 384: 2 detections from postprocess
|
|
[22:47:26 INFO] Video frame video_short01_002026: 1 dets, valid=True
|
|
[22:47:26 INFO] Video frame video_short01_002028: 1 dets, valid=True
|
|
[22:47:26 INFO] Video batch 385: frame 3080/7500 (41%)
|
|
[22:47:26 INFO] Video batch 385: 2 detections from postprocess
|
|
[22:47:26 INFO] Video frame video_short01_002030: 1 dets, valid=True
|
|
[22:47:26 INFO] Video frame video_short01_002031: 1 dets, valid=True
|
|
[22:47:26 INFO] Video batch 386: frame 3088/7500 (41%)
|
|
[22:47:27 INFO] Video batch 386: 1 detections from postprocess
|
|
[22:47:27 INFO] Video frame video_short01_002033: 1 dets, valid=True
|
|
[22:47:27 INFO] Video batch 387: frame 3096/7500 (41%)
|
|
[22:47:27 INFO] Video batch 387: 1 detections from postprocess
|
|
[22:47:27 INFO] Video frame video_short01_002037: 1 dets, valid=True
|
|
[22:47:27 INFO] Video batch 388: frame 3104/7500 (41%)
|
|
[22:47:27 INFO] Video batch 389: frame 3112/7500 (41%)
|
|
[22:47:27 INFO] Video batch 390: frame 3120/7500 (41%)
|
|
[22:47:28 INFO] Video batch 391: frame 3128/7500 (41%)
|
|
[22:47:28 INFO] Video batch 392: frame 3136/7500 (41%)
|
|
[22:47:28 INFO] Video batch 393: frame 3144/7500 (41%)
|
|
[22:47:28 INFO] Video batch 394: frame 3152/7500 (42%)
|
|
[22:47:29 INFO] Video batch 395: frame 3160/7500 (42%)
|
|
[22:47:29 INFO] Video batch 396: frame 3168/7500 (42%)
|
|
[22:47:29 INFO] Video batch 397: frame 3176/7500 (42%)
|
|
[22:47:29 INFO] Video batch 397: 1 detections from postprocess
|
|
[22:47:29 INFO] Video frame video_short01_002070: 1 dets, valid=True
|
|
[22:47:29 INFO] Video batch 398: frame 3184/7500 (42%)
|
|
[22:47:29 INFO] Video batch 398: 2 detections from postprocess
|
|
[22:47:29 INFO] Video frame video_short01_002071: 1 dets, valid=True
|
|
[22:47:29 INFO] Video frame video_short01_002073: 1 dets, valid=True
|
|
[22:47:29 INFO] Video batch 399: frame 3192/7500 (42%)
|
|
[22:47:30 INFO] Video batch 399: 2 detections from postprocess
|
|
[22:47:30 INFO] Video frame video_short01_002074: 1 dets, valid=True
|
|
[22:47:30 INFO] Video frame video_short01_002076: 1 dets, valid=True
|
|
[22:47:30 INFO] Video batch 400: frame 3200/7500 (42%)
|
|
[22:47:30 INFO] Video batch 400: 2 detections from postprocess
|
|
[22:47:30 INFO] Video frame video_short01_002077: 1 dets, valid=True
|
|
[22:47:30 INFO] Video frame video_short01_002079: 1 dets, valid=True
|
|
[22:47:30 INFO] Video batch 401: frame 3208/7500 (42%)
|
|
[22:47:30 INFO] Video batch 401: 2 detections from postprocess
|
|
[22:47:30 INFO] Video frame video_short01_002081: 1 dets, valid=True
|
|
[22:47:30 INFO] Video frame video_short01_002082: 1 dets, valid=True
|
|
[22:47:30 INFO] Video batch 402: frame 3216/7500 (42%)
|
|
[22:47:30 INFO] Video batch 402: 1 detections from postprocess
|
|
[22:47:30 INFO] Video frame video_short01_002084: 1 dets, valid=True
|
|
[22:47:30 INFO] Video batch 403: frame 3224/7500 (42%)
|
|
[22:47:31 INFO] Video batch 404: frame 3232/7500 (43%)
|
|
[22:47:31 INFO] Video batch 405: frame 3240/7500 (43%)
|
|
[22:47:31 INFO] Video batch 406: frame 3248/7500 (43%)
|
|
[22:47:31 INFO] Video batch 407: frame 3256/7500 (43%)
|
|
[22:47:32 INFO] Video batch 407: 1 detections from postprocess
|
|
[22:47:32 INFO] Video frame video_short01_002101: 1 dets, valid=True
|
|
[22:47:32 INFO] Video batch 408: frame 3264/7500 (43%)
|
|
[22:47:32 INFO] Video batch 408: 2 detections from postprocess
|
|
[22:47:32 INFO] Video frame video_short01_002103: 1 dets, valid=True
|
|
[22:47:32 INFO] Video frame video_short01_002105: 1 dets, valid=True
|
|
[22:47:32 INFO] Video batch 409: frame 3272/7500 (43%)
|
|
[22:47:32 INFO] Video batch 409: 2 detections from postprocess
|
|
[22:47:32 INFO] Video frame video_short01_002106: 1 dets, valid=True
|
|
[22:47:32 INFO] Video frame video_short01_002108: 1 dets, valid=True
|
|
[22:47:32 INFO] Video batch 410: frame 3280/7500 (43%)
|
|
[22:47:32 INFO] Video batch 410: 2 detections from postprocess
|
|
[22:47:32 INFO] Video frame video_short01_002110: 1 dets, valid=True
|
|
[22:47:32 INFO] Video frame video_short01_002111: 1 dets, valid=True
|
|
[22:47:32 INFO] Video batch 411: frame 3288/7500 (43%)
|
|
[22:47:32 INFO] Video batch 411: 2 detections from postprocess
|
|
[22:47:32 INFO] Video frame video_short01_002113: 1 dets, valid=True
|
|
[22:47:32 INFO] Video frame video_short01_002114: 1 dets, valid=True
|
|
[22:47:32 INFO] Video batch 412: frame 3296/7500 (43%)
|
|
[22:47:33 INFO] Video batch 413: frame 3304/7500 (44%)
|
|
[22:47:33 INFO] Video batch 413: 1 detections from postprocess
|
|
[22:47:33 INFO] Video frame video_short01_002121: 1 dets, valid=True
|
|
[22:47:33 INFO] Video batch 414: frame 3312/7500 (44%)
|
|
[22:47:33 INFO] Video batch 415: frame 3320/7500 (44%)
|
|
[22:47:33 INFO] Video batch 415: 2 detections from postprocess
|
|
[22:47:33 INFO] Video frame video_short01_002125: 1 dets, valid=True
|
|
[22:47:33 INFO] Video frame video_short01_002127: 1 dets, valid=True
|
|
[22:47:33 INFO] Video batch 416: frame 3328/7500 (44%)
|
|
[22:47:34 INFO] Video batch 416: 1 detections from postprocess
|
|
[22:47:34 INFO] Video frame video_short01_002130: 1 dets, valid=True
|
|
[22:47:34 INFO] Video batch 417: frame 3336/7500 (44%)
|
|
[22:47:34 INFO] Video batch 417: 2 detections from postprocess
|
|
[22:47:34 INFO] Video frame video_short01_002132: 1 dets, valid=True
|
|
[22:47:34 INFO] Video frame video_short01_002133: 1 dets, valid=True
|
|
[22:47:34 INFO] Video batch 418: frame 3344/7500 (44%)
|
|
[22:47:34 INFO] Video batch 418: 1 detections from postprocess
|
|
[22:47:34 INFO] Video frame video_short01_002137: 1 dets, valid=True
|
|
[22:47:34 INFO] Video batch 419: frame 3352/7500 (44%)
|
|
[22:47:34 INFO] Video batch 420: frame 3360/7500 (44%)
|
|
[22:47:34 INFO] Video batch 421: frame 3368/7500 (44%)
|
|
[22:47:35 INFO] Video batch 422: frame 3376/7500 (45%)
|
|
[22:47:35 INFO] Video batch 422: 1 detections from postprocess
|
|
[22:47:35 INFO] Video frame video_short01_002150: 1 dets, valid=True
|
|
[22:47:35 INFO] Video batch 423: frame 3384/7500 (45%)
|
|
[22:47:35 INFO] Video batch 423: 1 detections from postprocess
|
|
[22:47:35 INFO] Video frame video_short01_002153: 1 dets, valid=True
|
|
[22:47:35 INFO] Video batch 424: frame 3392/7500 (45%)
|
|
[22:47:35 INFO] Video batch 424: 1 detections from postprocess
|
|
[22:47:35 INFO] Video frame video_short01_002156: 1 dets, valid=True
|
|
[22:47:35 INFO] Video batch 425: frame 3400/7500 (45%)
|
|
[22:47:35 INFO] Video batch 425: 1 detections from postprocess
|
|
[22:47:35 INFO] Video frame video_short01_002157: 1 dets, valid=True
|
|
[22:47:36 INFO] Video batch 426: frame 3408/7500 (45%)
|
|
[22:47:36 INFO] Video batch 426: 1 detections from postprocess
|
|
[22:47:36 INFO] Video frame video_short01_002162: 1 dets, valid=True
|
|
[22:47:36 INFO] Video batch 427: frame 3416/7500 (45%)
|
|
[22:47:36 INFO] Video batch 427: 2 detections from postprocess
|
|
[22:47:36 INFO] Video frame video_short01_002164: 1 dets, valid=True
|
|
[22:47:36 INFO] Video frame video_short01_002165: 1 dets, valid=True
|
|
[22:47:36 INFO] Video batch 428: frame 3424/7500 (45%)
|
|
[22:47:36 INFO] Video batch 429: frame 3432/7500 (45%)
|
|
[22:47:36 INFO] Video batch 430: frame 3440/7500 (45%)
|
|
[22:47:37 INFO] Video batch 431: frame 3448/7500 (45%)
|
|
[22:47:37 INFO] Video batch 432: frame 3456/7500 (46%)
|
|
[22:47:37 INFO] Video batch 433: frame 3464/7500 (46%)
|
|
[22:47:37 INFO] Video batch 433: 1 detections from postprocess
|
|
[22:47:37 INFO] Video frame video_short01_002185: 1 dets, valid=True
|
|
[22:47:37 INFO] Video batch 434: frame 3472/7500 (46%)
|
|
[22:47:38 INFO] Video batch 434: 1 detections from postprocess
|
|
[22:47:38 INFO] Video frame video_short01_002186: 1 dets, valid=True
|
|
[22:47:38 INFO] Video batch 435: frame 3480/7500 (46%)
|
|
[22:47:38 INFO] Video batch 436: frame 3488/7500 (46%)
|
|
[22:47:38 INFO] Video batch 437: frame 3496/7500 (46%)
|
|
[22:47:38 INFO] Video batch 438: frame 3504/7500 (46%)
|
|
[22:47:38 INFO] Video batch 439: frame 3512/7500 (46%)
|
|
[22:47:39 INFO] Video batch 440: frame 3520/7500 (46%)
|
|
[22:47:39 INFO] Video batch 441: frame 3528/7500 (47%)
|
|
[22:47:39 INFO] Video batch 442: frame 3536/7500 (47%)
|
|
[22:47:39 INFO] Video batch 443: frame 3544/7500 (47%)
|
|
[22:47:39 INFO] Video batch 444: frame 3552/7500 (47%)
|
|
[22:47:40 INFO] Video batch 445: frame 3560/7500 (47%)
|
|
[22:47:40 INFO] Video batch 446: frame 3568/7500 (47%)
|
|
[22:47:40 INFO] Video batch 447: frame 3576/7500 (47%)
|
|
[22:47:40 INFO] Video batch 448: frame 3584/7500 (47%)
|
|
[22:47:40 INFO] Video batch 449: frame 3592/7500 (47%)
|
|
[22:47:41 INFO] Video batch 450: frame 3600/7500 (48%)
|
|
[22:47:41 INFO] Video batch 451: frame 3608/7500 (48%)
|
|
[22:47:41 INFO] Video batch 452: frame 3616/7500 (48%)
|
|
[22:47:41 INFO] Video batch 453: frame 3624/7500 (48%)
|
|
[22:47:41 INFO] Video batch 454: frame 3632/7500 (48%)
|
|
[22:47:42 INFO] Video batch 455: frame 3640/7500 (48%)
|
|
[22:47:42 INFO] Video batch 456: frame 3648/7500 (48%)
|
|
[22:47:42 INFO] Video batch 457: frame 3656/7500 (48%)
|
|
[22:47:42 INFO] Video batch 458: frame 3664/7500 (48%)
|
|
[22:47:42 INFO] Video batch 459: frame 3672/7500 (48%)
|
|
[22:47:43 INFO] Video batch 460: frame 3680/7500 (49%)
|
|
[22:47:43 INFO] Video batch 461: frame 3688/7500 (49%)
|
|
[22:47:43 INFO] Video batch 462: frame 3696/7500 (49%)
|
|
[22:47:43 INFO] Video batch 463: frame 3704/7500 (49%)
|
|
[22:47:43 INFO] Video batch 464: frame 3712/7500 (49%)
|
|
[22:47:44 INFO] Video batch 465: frame 3720/7500 (49%)
|
|
[22:47:44 INFO] Video batch 466: frame 3728/7500 (49%)
|
|
[22:47:44 INFO] Video batch 467: frame 3736/7500 (49%)
|
|
[22:47:44 INFO] Video batch 467: 1 detections from postprocess
|
|
[22:47:44 INFO] Video frame video_short01_002293: 1 dets, valid=True
|
|
[22:47:44 INFO] Video batch 468: frame 3744/7500 (49%)
|
|
[22:47:45 INFO] Video batch 468: 3 detections from postprocess
|
|
[22:47:45 INFO] Video frame video_short01_002295: 1 dets, valid=True
|
|
[22:47:45 INFO] Video frame video_short01_002297: 2 dets, valid=True
|
|
[22:47:45 INFO] Video batch 469: frame 3752/7500 (50%)
|
|
[22:47:45 INFO] Video batch 469: 3 detections from postprocess
|
|
[22:47:45 INFO] Video frame video_short01_002298: 1 dets, valid=True
|
|
[22:47:45 INFO] Video frame video_short01_002300: 2 dets, valid=True
|
|
[22:47:45 INFO] Video batch 470: frame 3760/7500 (50%)
|
|
[22:47:45 INFO] Video batch 470: 4 detections from postprocess
|
|
[22:47:45 INFO] Video frame video_short01_002301: 2 dets, valid=True
|
|
[22:47:45 INFO] Video frame video_short01_002303: 2 dets, valid=True
|
|
[22:47:45 INFO] Video batch 471: frame 3768/7500 (50%)
|
|
[22:47:45 INFO] Video batch 471: 4 detections from postprocess
|
|
[22:47:45 INFO] Video frame video_short01_002305: 2 dets, valid=True
|
|
[22:47:45 INFO] Video frame video_short01_002306: 2 dets, valid=True
|
|
[22:47:45 INFO] Video batch 472: frame 3776/7500 (50%)
|
|
[22:47:46 INFO] Video batch 472: 2 detections from postprocess
|
|
[22:47:46 INFO] Video frame video_short01_002308: 1 dets, valid=True
|
|
[22:47:46 INFO] Video frame video_short01_002310: 1 dets, valid=True
|
|
[22:47:46 INFO] Video batch 473: frame 3784/7500 (50%)
|
|
[22:47:46 INFO] Video batch 473: 2 detections from postprocess
|
|
[22:47:46 INFO] Video frame video_short01_002311: 1 dets, valid=True
|
|
[22:47:46 INFO] Video frame video_short01_002313: 1 dets, valid=True
|
|
[22:47:46 INFO] Video batch 474: frame 3792/7500 (50%)
|
|
[22:47:46 INFO] Video batch 474: 2 detections from postprocess
|
|
[22:47:46 INFO] Video frame video_short01_002314: 1 dets, valid=True
|
|
[22:47:46 INFO] Video frame video_short01_002316: 1 dets, valid=True
|
|
[22:47:46 INFO] Video batch 475: frame 3800/7500 (50%)
|
|
[22:47:46 INFO] Video batch 475: 2 detections from postprocess
|
|
[22:47:46 INFO] Video frame video_short01_002317: 1 dets, valid=True
|
|
[22:47:46 INFO] Video frame video_short01_002319: 1 dets, valid=True
|
|
[22:47:46 INFO] Video batch 476: frame 3808/7500 (50%)
|
|
[22:47:46 INFO] Video batch 476: 2 detections from postprocess
|
|
[22:47:46 INFO] Video frame video_short01_002321: 1 dets, valid=True
|
|
[22:47:46 INFO] Video frame video_short01_002322: 1 dets, valid=True
|
|
[22:47:46 INFO] Video batch 477: frame 3816/7500 (50%)
|
|
[22:47:47 INFO] Video batch 477: 3 detections from postprocess
|
|
[22:47:47 INFO] Video frame video_short01_002324: 2 dets, valid=True
|
|
[22:47:47 INFO] Video frame video_short01_002325: 1 dets, valid=True
|
|
[22:47:47 INFO] Video batch 478: frame 3824/7500 (50%)
|
|
[22:47:47 INFO] Video batch 478: 2 detections from postprocess
|
|
[22:47:47 INFO] Video frame video_short01_002327: 1 dets, valid=True
|
|
[22:47:47 INFO] Video frame video_short01_002329: 1 dets, valid=True
|
|
[22:47:47 INFO] Video batch 479: frame 3832/7500 (51%)
|
|
[22:47:47 INFO] Video batch 479: 2 detections from postprocess
|
|
[22:47:47 INFO] Video frame video_short01_002330: 1 dets, valid=True
|
|
[22:47:47 INFO] Video frame video_short01_002332: 1 dets, valid=True
|
|
[22:47:47 INFO] Video batch 480: frame 3840/7500 (51%)
|
|
[22:47:47 INFO] Video batch 480: 2 detections from postprocess
|
|
[22:47:47 INFO] Video frame video_short01_002333: 1 dets, valid=True
|
|
[22:47:47 INFO] Video frame video_short01_002335: 1 dets, valid=True
|
|
[22:47:47 INFO] Video batch 481: frame 3848/7500 (51%)
|
|
[22:47:48 INFO] Video batch 481: 3 detections from postprocess
|
|
[22:47:48 INFO] Video frame video_short01_002337: 2 dets, valid=True
|
|
[22:47:48 INFO] Video frame video_short01_002338: 1 dets, valid=True
|
|
[22:47:48 INFO] Video batch 482: frame 3856/7500 (51%)
|
|
[22:47:48 INFO] Video batch 482: 4 detections from postprocess
|
|
[22:47:48 INFO] Video frame video_short01_002340: 2 dets, valid=True
|
|
[22:47:48 INFO] Video frame video_short01_002341: 2 dets, valid=True
|
|
[22:47:48 INFO] Video batch 483: frame 3864/7500 (51%)
|
|
[22:47:48 INFO] Video batch 483: 4 detections from postprocess
|
|
[22:47:48 INFO] Video frame video_short01_002343: 2 dets, valid=True
|
|
[22:47:48 INFO] Video frame video_short01_002345: 2 dets, valid=True
|
|
[22:47:48 INFO] Video batch 484: frame 3872/7500 (51%)
|
|
[22:47:48 INFO] Video batch 484: 4 detections from postprocess
|
|
[22:47:48 INFO] Video frame video_short01_002346: 2 dets, valid=True
|
|
[22:47:48 INFO] Video frame video_short01_002348: 2 dets, valid=True
|
|
[22:47:48 INFO] Video batch 485: frame 3880/7500 (51%)
|
|
[22:47:48 INFO] Video batch 485: 4 detections from postprocess
|
|
[22:47:48 INFO] Video frame video_short01_002350: 2 dets, valid=True
|
|
[22:47:48 INFO] Video frame video_short01_002351: 2 dets, valid=True
|
|
[22:47:48 INFO] Video batch 486: frame 3888/7500 (51%)
|
|
[22:47:49 INFO] Video batch 486: 4 detections from postprocess
|
|
[22:47:49 INFO] Video frame video_short01_002353: 4 dets, valid=True
|
|
[22:47:49 INFO] Video batch 487: frame 3896/7500 (51%)
|
|
[22:47:49 INFO] Video batch 488: frame 3904/7500 (52%)
|
|
[22:47:49 INFO] Video batch 489: frame 3912/7500 (52%)
|
|
[22:47:49 INFO] Video batch 490: frame 3920/7500 (52%)
|
|
[22:47:50 INFO] Video batch 491: frame 3928/7500 (52%)
|
|
[22:47:50 INFO] Video batch 492: frame 3936/7500 (52%)
|
|
[22:47:50 INFO] Video batch 493: frame 3944/7500 (52%)
|
|
[22:47:50 INFO] Video batch 494: frame 3952/7500 (52%)
|
|
[22:47:50 INFO] Video batch 495: frame 3960/7500 (52%)
|
|
[22:47:51 INFO] Video batch 496: frame 3968/7500 (52%)
|
|
[22:47:51 INFO] Video batch 497: frame 3976/7500 (53%)
|
|
[22:47:51 INFO] Video batch 498: frame 3984/7500 (53%)
|
|
[22:47:51 INFO] Video batch 499: frame 3992/7500 (53%)
|
|
[22:47:52 INFO] Video batch 500: frame 4000/7500 (53%)
|
|
[22:47:52 INFO] Video batch 501: frame 4008/7500 (53%)
|
|
[22:47:52 INFO] Video batch 502: frame 4016/7500 (53%)
|
|
[22:47:52 INFO] Video batch 503: frame 4024/7500 (53%)
|
|
[22:47:52 INFO] Video batch 504: frame 4032/7500 (53%)
|
|
[22:47:53 INFO] Video batch 505: frame 4040/7500 (53%)
|
|
[22:47:53 INFO] Video batch 506: frame 4048/7500 (53%)
|
|
[22:47:53 INFO] Video batch 507: frame 4056/7500 (54%)
|
|
[22:47:53 INFO] Video batch 508: frame 4064/7500 (54%)
|
|
[22:47:53 INFO] Video batch 509: frame 4072/7500 (54%)
|
|
[22:47:54 INFO] Video batch 510: frame 4080/7500 (54%)
|
|
[22:47:54 INFO] Video batch 511: frame 4088/7500 (54%)
|
|
[22:47:54 INFO] Video batch 512: frame 4096/7500 (54%)
|
|
[22:47:54 INFO] Video batch 512: 1 detections from postprocess
|
|
[22:47:54 INFO] Video frame video_short01_002437: 1 dets, valid=True
|
|
[22:47:54 INFO] Video batch 513: frame 4104/7500 (54%)
|
|
[22:47:55 INFO] Video batch 513: 1 detections from postprocess
|
|
[22:47:55 INFO] Video frame video_short01_002439: 1 dets, valid=True
|
|
[22:47:55 INFO] Video batch 514: frame 4112/7500 (54%)
|
|
[22:47:55 INFO] Video batch 515: frame 4120/7500 (54%)
|
|
[22:47:55 INFO] Video batch 516: frame 4128/7500 (55%)
|
|
[22:47:55 INFO] Video batch 517: frame 4136/7500 (55%)
|
|
[22:47:56 INFO] Video batch 518: frame 4144/7500 (55%)
|
|
[22:47:56 INFO] Video batch 519: frame 4152/7500 (55%)
|
|
[22:47:56 INFO] Video batch 520: frame 4160/7500 (55%)
|
|
[22:47:56 INFO] Video batch 521: frame 4168/7500 (55%)
|
|
[22:47:57 INFO] Video batch 522: frame 4176/7500 (55%)
|
|
[22:47:57 INFO] Video batch 523: frame 4184/7500 (55%)
|
|
[22:47:57 INFO] Video batch 524: frame 4192/7500 (55%)
|
|
[22:47:57 INFO] Video batch 525: frame 4200/7500 (56%)
|
|
[22:47:58 INFO] Video batch 526: frame 4208/7500 (56%)
|
|
[22:47:58 INFO] Video batch 527: frame 4216/7500 (56%)
|
|
[22:47:58 INFO] Video batch 528: frame 4224/7500 (56%)
|
|
[22:47:58 INFO] Video batch 529: frame 4232/7500 (56%)
|
|
[22:47:59 INFO] Video batch 530: frame 4240/7500 (56%)
|
|
[22:47:59 INFO] Video batch 531: frame 4248/7500 (56%)
|
|
[22:47:59 INFO] Video batch 532: frame 4256/7500 (56%)
|
|
[22:47:59 INFO] Video batch 533: frame 4264/7500 (56%)
|
|
[22:47:59 INFO] Video batch 534: frame 4272/7500 (56%)
|
|
[22:48:00 INFO] Video batch 535: frame 4280/7500 (57%)
|
|
[22:48:00 INFO] Video batch 536: frame 4288/7500 (57%)
|
|
[22:48:00 INFO] Video batch 537: frame 4296/7500 (57%)
|
|
[22:48:00 INFO] Video batch 538: frame 4304/7500 (57%)
|
|
[22:48:01 INFO] Video batch 539: frame 4312/7500 (57%)
|
|
[22:48:01 INFO] Video batch 540: frame 4320/7500 (57%)
|
|
[22:48:01 INFO] Video batch 541: frame 4328/7500 (57%)
|
|
[22:48:01 INFO] Video batch 542: frame 4336/7500 (57%)
|
|
[22:48:01 INFO] Video batch 543: frame 4344/7500 (57%)
|
|
[22:48:02 INFO] Video batch 544: frame 4352/7500 (58%)
|
|
[22:48:02 INFO] Video batch 545: frame 4360/7500 (58%)
|
|
[22:48:02 INFO] Video batch 546: frame 4368/7500 (58%)
|
|
[22:48:02 INFO] Video batch 547: frame 4376/7500 (58%)
|
|
[22:48:02 INFO] Video batch 547: 3 detections from postprocess
|
|
[22:48:02 INFO] Video frame video_short01_002548: 2 dets, valid=True
|
|
[22:48:02 INFO] Video frame video_short01_002550: 1 dets, valid=True
|
|
[22:48:02 INFO] Video batch 548: frame 4384/7500 (58%)
|
|
[22:48:03 INFO] Video batch 548: 2 detections from postprocess
|
|
[22:48:03 INFO] Video frame video_short01_002551: 1 dets, valid=True
|
|
[22:48:03 INFO] Video frame video_short01_002553: 1 dets, valid=True
|
|
[22:48:03 INFO] Video batch 549: frame 4392/7500 (58%)
|
|
[22:48:03 INFO] Video batch 549: 2 detections from postprocess
|
|
[22:48:03 INFO] Video frame video_short01_002554: 1 dets, valid=True
|
|
[22:48:03 INFO] Video frame video_short01_002556: 1 dets, valid=True
|
|
[22:48:03 INFO] Video batch 550: frame 4400/7500 (58%)
|
|
[22:48:03 INFO] Video batch 550: 2 detections from postprocess
|
|
[22:48:03 INFO] Video frame video_short01_002557: 1 dets, valid=True
|
|
[22:48:03 INFO] Video frame video_short01_002559: 1 dets, valid=True
|
|
[22:48:03 INFO] Video batch 551: frame 4408/7500 (58%)
|
|
[22:48:03 INFO] Video batch 551: 2 detections from postprocess
|
|
[22:48:03 INFO] Video frame video_short01_002561: 1 dets, valid=True
|
|
[22:48:03 INFO] Video frame video_short01_002562: 1 dets, valid=True
|
|
[22:48:03 INFO] Video batch 552: frame 4416/7500 (58%)
|
|
[22:48:04 INFO] Video batch 552: 2 detections from postprocess
|
|
[22:48:04 INFO] Video frame video_short01_002564: 1 dets, valid=True
|
|
[22:48:04 INFO] Video frame video_short01_002565: 1 dets, valid=True
|
|
[22:48:04 INFO] Video batch 553: frame 4424/7500 (58%)
|
|
[22:48:04 INFO] Video batch 553: 1 detections from postprocess
|
|
[22:48:04 INFO] Video frame video_short01_002567: 1 dets, valid=True
|
|
[22:48:04 INFO] Video batch 554: frame 4432/7500 (59%)
|
|
[22:48:04 INFO] Video batch 555: frame 4440/7500 (59%)
|
|
[22:48:04 INFO] Video batch 556: frame 4448/7500 (59%)
|
|
[22:48:05 INFO] Video batch 557: frame 4456/7500 (59%)
|
|
[22:48:05 INFO] Video batch 558: frame 4464/7500 (59%)
|
|
[22:48:05 INFO] Video batch 559: frame 4472/7500 (59%)
|
|
[22:48:05 INFO] Video batch 560: frame 4480/7500 (59%)
|
|
[22:48:05 INFO] Video batch 561: frame 4488/7500 (59%)
|
|
[22:48:06 INFO] Video batch 562: frame 4496/7500 (59%)
|
|
[22:48:06 INFO] Video batch 563: frame 4504/7500 (60%)
|
|
[22:48:06 INFO] Video batch 564: frame 4512/7500 (60%)
|
|
[22:48:06 INFO] Video batch 565: frame 4520/7500 (60%)
|
|
[22:48:06 INFO] Video batch 566: frame 4528/7500 (60%)
|
|
[22:48:07 INFO] Video batch 567: frame 4536/7500 (60%)
|
|
[22:48:07 INFO] Video batch 568: frame 4544/7500 (60%)
|
|
[22:48:07 INFO] Video batch 568: 1 detections from postprocess
|
|
[22:48:07 INFO] Video frame video_short01_003017: 1 dets, valid=True
|
|
[22:48:07 INFO] Video batch 569: frame 4552/7500 (60%)
|
|
[22:48:07 INFO] Video batch 570: frame 4560/7500 (60%)
|
|
[22:48:07 INFO] Video batch 571: frame 4568/7500 (60%)
|
|
[22:48:08 INFO] Video batch 572: frame 4576/7500 (61%)
|
|
[22:48:08 INFO] Video batch 572: 1 detections from postprocess
|
|
[22:48:08 INFO] Video frame video_short01_003028: 1 dets, valid=True
|
|
[22:48:08 INFO] Video batch 573: frame 4584/7500 (61%)
|
|
[22:48:08 INFO] Video batch 574: frame 4592/7500 (61%)
|
|
[22:48:08 INFO] Video batch 575: frame 4600/7500 (61%)
|
|
[22:48:08 INFO] Video batch 576: frame 4608/7500 (61%)
|
|
[22:48:09 INFO] Video batch 577: frame 4616/7500 (61%)
|
|
[22:48:09 INFO] Video batch 578: frame 4624/7500 (61%)
|
|
[22:48:09 INFO] Video batch 579: frame 4632/7500 (61%)
|
|
[22:48:09 INFO] Video batch 580: frame 4640/7500 (61%)
|
|
[22:48:09 INFO] Video batch 581: frame 4648/7500 (61%)
|
|
[22:48:10 INFO] Video batch 582: frame 4656/7500 (62%)
|
|
[22:48:10 INFO] Video batch 583: frame 4664/7500 (62%)
|
|
[22:48:10 INFO] Video batch 584: frame 4672/7500 (62%)
|
|
[22:48:10 INFO] Video batch 585: frame 4680/7500 (62%)
|
|
[22:48:10 INFO] Video batch 586: frame 4688/7500 (62%)
|
|
[22:48:11 INFO] Video batch 587: frame 4696/7500 (62%)
|
|
[22:48:11 INFO] Video batch 587: 1 detections from postprocess
|
|
[22:48:11 INFO] Video frame video_short01_003077: 1 dets, valid=True
|
|
[22:48:11 INFO] Video batch 588: frame 4704/7500 (62%)
|
|
[22:48:11 INFO] Video batch 589: frame 4712/7500 (62%)
|
|
[22:48:11 INFO] Video batch 590: frame 4720/7500 (62%)
|
|
[22:48:12 INFO] Video batch 591: frame 4728/7500 (63%)
|
|
[22:48:12 INFO] Video batch 592: frame 4736/7500 (63%)
|
|
[22:48:12 INFO] Video batch 593: frame 4744/7500 (63%)
|
|
[22:48:12 INFO] Video batch 594: frame 4752/7500 (63%)
|
|
[22:48:12 INFO] Video batch 594: 1 detections from postprocess
|
|
[22:48:12 INFO] Video frame video_short01_003098: 1 dets, valid=True
|
|
[22:48:12 INFO] Video batch 595: frame 4760/7500 (63%)
|
|
[22:48:13 INFO] Video batch 595: 1 detections from postprocess
|
|
[22:48:13 INFO] Video frame video_short01_003101: 1 dets, valid=True
|
|
[22:48:13 INFO] Video batch 596: frame 4768/7500 (63%)
|
|
[22:48:13 INFO] Video batch 597: frame 4776/7500 (63%)
|
|
[22:48:13 INFO] Video batch 598: frame 4784/7500 (63%)
|
|
[22:48:13 INFO] Video batch 599: frame 4792/7500 (63%)
|
|
[22:48:13 INFO] Video batch 599: 1 detections from postprocess
|
|
[22:48:13 INFO] Video frame video_short01_003116: 1 dets, valid=True
|
|
[22:48:13 INFO] Video batch 600: frame 4800/7500 (64%)
|
|
[22:48:14 INFO] Video batch 600: 4 detections from postprocess
|
|
[22:48:14 INFO] Video frame video_short01_003117: 1 dets, valid=True
|
|
[22:48:14 INFO] Video frame video_short01_003119: 3 dets, valid=True
|
|
[22:48:14 INFO] Video batch 601: frame 4808/7500 (64%)
|
|
[22:48:14 INFO] Video batch 601: 4 detections from postprocess
|
|
[22:48:14 INFO] Video frame video_short01_003121: 2 dets, valid=True
|
|
[22:48:14 INFO] Video frame video_short01_003122: 2 dets, valid=True
|
|
[22:48:14 INFO] Video batch 602: frame 4816/7500 (64%)
|
|
[22:48:14 INFO] Video batch 602: 6 detections from postprocess
|
|
[22:48:14 INFO] Video frame video_short01_003124: 3 dets, valid=True
|
|
[22:48:14 INFO] Video frame video_short01_003125: 3 dets, valid=True
|
|
[22:48:14 INFO] Video batch 603: frame 4824/7500 (64%)
|
|
[22:48:14 INFO] Video batch 603: 4 detections from postprocess
|
|
[22:48:14 INFO] Video frame video_short01_003127: 2 dets, valid=True
|
|
[22:48:14 INFO] Video frame video_short01_003129: 2 dets, valid=True
|
|
[22:48:14 INFO] Video batch 604: frame 4832/7500 (64%)
|
|
[22:48:14 INFO] Video batch 604: 5 detections from postprocess
|
|
[22:48:14 INFO] Video frame video_short01_003130: 2 dets, valid=True
|
|
[22:48:14 INFO] Video frame video_short01_003132: 3 dets, valid=True
|
|
[22:48:15 INFO] Video batch 605: frame 4840/7500 (64%)
|
|
[22:48:15 INFO] Video batch 605: 4 detections from postprocess
|
|
[22:48:15 INFO] Video frame video_short01_003133: 2 dets, valid=True
|
|
[22:48:15 INFO] Video frame video_short01_003135: 2 dets, valid=True
|
|
[22:48:15 INFO] Video batch 606: frame 4848/7500 (64%)
|
|
[22:48:15 INFO] Video batch 606: 4 detections from postprocess
|
|
[22:48:15 INFO] Video frame video_short01_003137: 2 dets, valid=True
|
|
[22:48:15 INFO] Video frame video_short01_003138: 2 dets, valid=True
|
|
[22:48:15 INFO] Video batch 607: frame 4856/7500 (64%)
|
|
[22:48:15 INFO] Video batch 607: 4 detections from postprocess
|
|
[22:48:15 INFO] Video frame video_short01_003140: 2 dets, valid=True
|
|
[22:48:15 INFO] Video frame video_short01_003141: 2 dets, valid=True
|
|
[22:48:15 INFO] Video batch 608: frame 4864/7500 (64%)
|
|
[22:48:15 INFO] Video batch 608: 4 detections from postprocess
|
|
[22:48:15 INFO] Video frame video_short01_003143: 2 dets, valid=True
|
|
[22:48:15 INFO] Video frame video_short01_003145: 2 dets, valid=True
|
|
[22:48:15 INFO] Video batch 609: frame 4872/7500 (64%)
|
|
[22:48:16 INFO] Video batch 609: 3 detections from postprocess
|
|
[22:48:16 INFO] Video frame video_short01_003146: 1 dets, valid=True
|
|
[22:48:16 INFO] Video frame video_short01_003148: 2 dets, valid=True
|
|
[22:48:16 INFO] Video batch 610: frame 4880/7500 (65%)
|
|
[22:48:16 INFO] Video batch 610: 4 detections from postprocess
|
|
[22:48:16 INFO] Video frame video_short01_003150: 2 dets, valid=True
|
|
[22:48:16 INFO] Video frame video_short01_003151: 2 dets, valid=True
|
|
[22:48:16 INFO] Video batch 611: frame 4888/7500 (65%)
|
|
[22:48:16 INFO] Video batch 611: 3 detections from postprocess
|
|
[22:48:16 INFO] Video frame video_short01_003153: 2 dets, valid=True
|
|
[22:48:16 INFO] Video frame video_short01_003154: 1 dets, valid=True
|
|
[22:48:16 INFO] Video batch 612: frame 4896/7500 (65%)
|
|
[22:48:16 INFO] Video batch 612: 2 detections from postprocess
|
|
[22:48:16 INFO] Video frame video_short01_003156: 1 dets, valid=True
|
|
[22:48:16 INFO] Video frame video_short01_003157: 1 dets, valid=True
|
|
[22:48:16 INFO] Video batch 613: frame 4904/7500 (65%)
|
|
[22:48:16 INFO] Video batch 613: 2 detections from postprocess
|
|
[22:48:16 INFO] Video frame video_short01_003159: 1 dets, valid=True
|
|
[22:48:16 INFO] Video frame video_short01_003161: 1 dets, valid=True
|
|
[22:48:16 INFO] Video batch 614: frame 4912/7500 (65%)
|
|
[22:48:17 INFO] Video batch 614: 2 detections from postprocess
|
|
[22:48:17 INFO] Video frame video_short01_003162: 1 dets, valid=True
|
|
[22:48:17 INFO] Video frame video_short01_003164: 1 dets, valid=True
|
|
[22:48:17 INFO] Video batch 615: frame 4920/7500 (65%)
|
|
[22:48:17 INFO] Video batch 615: 2 detections from postprocess
|
|
[22:48:17 INFO] Video frame video_short01_003165: 1 dets, valid=True
|
|
[22:48:17 INFO] Video frame video_short01_003167: 1 dets, valid=True
|
|
[22:48:17 INFO] Video batch 616: frame 4928/7500 (65%)
|
|
[22:48:17 INFO] Video batch 616: 2 detections from postprocess
|
|
[22:48:17 INFO] Video frame video_short01_003169: 1 dets, valid=True
|
|
[22:48:17 INFO] Video frame video_short01_003170: 1 dets, valid=True
|
|
[22:48:17 INFO] Video batch 617: frame 4936/7500 (65%)
|
|
[22:48:17 INFO] Video batch 617: 3 detections from postprocess
|
|
[22:48:17 INFO] Video frame video_short01_003172: 1 dets, valid=True
|
|
[22:48:17 INFO] Video frame video_short01_003173: 2 dets, valid=True
|
|
[22:48:17 INFO] Video batch 618: frame 4944/7500 (65%)
|
|
[22:48:18 INFO] Video batch 618: 4 detections from postprocess
|
|
[22:48:18 INFO] Video frame video_short01_003175: 2 dets, valid=True
|
|
[22:48:18 INFO] Video frame video_short01_003177: 2 dets, valid=True
|
|
[22:48:18 INFO] Video batch 619: frame 4952/7500 (66%)
|
|
[22:48:18 INFO] Video batch 619: 4 detections from postprocess
|
|
[22:48:18 INFO] Video frame video_short01_003178: 2 dets, valid=True
|
|
[22:48:18 INFO] Video frame video_short01_003180: 2 dets, valid=True
|
|
[22:48:18 INFO] Video batch 620: frame 4960/7500 (66%)
|
|
[22:48:18 INFO] Video batch 620: 2 detections from postprocess
|
|
[22:48:18 INFO] Video frame video_short01_003181: 1 dets, valid=True
|
|
[22:48:18 INFO] Video frame video_short01_003183: 1 dets, valid=True
|
|
[22:48:18 INFO] Video batch 621: frame 4968/7500 (66%)
|
|
[22:48:18 INFO] Video batch 621: 3 detections from postprocess
|
|
[22:48:18 INFO] Video frame video_short01_003185: 2 dets, valid=True
|
|
[22:48:18 INFO] Video frame video_short01_003186: 1 dets, valid=True
|
|
[22:48:18 INFO] Video batch 622: frame 4976/7500 (66%)
|
|
[22:48:18 INFO] Video batch 622: 2 detections from postprocess
|
|
[22:48:18 INFO] Video frame video_short01_003188: 1 dets, valid=True
|
|
[22:48:18 INFO] Video frame video_short01_003190: 1 dets, valid=True
|
|
[22:48:18 INFO] Video batch 623: frame 4984/7500 (66%)
|
|
[22:48:19 INFO] Video batch 623: 2 detections from postprocess
|
|
[22:48:19 INFO] Video frame video_short01_003191: 1 dets, valid=True
|
|
[22:48:19 INFO] Video frame video_short01_003193: 1 dets, valid=True
|
|
[22:48:19 INFO] Video batch 624: frame 4992/7500 (66%)
|
|
[22:48:19 INFO] Video batch 624: 2 detections from postprocess
|
|
[22:48:19 INFO] Video frame video_short01_003194: 1 dets, valid=True
|
|
[22:48:19 INFO] Video frame video_short01_003196: 1 dets, valid=True
|
|
[22:48:19 INFO] Video batch 625: frame 5000/7500 (66%)
|
|
[22:48:19 INFO] Video batch 625: 3 detections from postprocess
|
|
[22:48:19 INFO] Video frame video_short01_003197: 1 dets, valid=True
|
|
[22:48:19 INFO] Video frame video_short01_003199: 2 dets, valid=True
|
|
[22:48:19 INFO] Video batch 626: frame 5008/7500 (66%)
|
|
[22:48:19 INFO] Video batch 626: 4 detections from postprocess
|
|
[22:48:19 INFO] Video frame video_short01_003201: 2 dets, valid=True
|
|
[22:48:19 INFO] Video frame video_short01_003202: 2 dets, valid=True
|
|
[22:48:19 INFO] Video batch 627: frame 5016/7500 (66%)
|
|
[22:48:20 INFO] Video batch 628: frame 5024/7500 (66%)
|
|
[22:48:20 INFO] Video batch 628: 1 detections from postprocess
|
|
[22:48:20 INFO] Video frame video_short01_003207: 1 dets, valid=True
|
|
[22:48:20 INFO] Video batch 629: frame 5032/7500 (67%)
|
|
[22:48:20 INFO] Video batch 629: 2 detections from postprocess
|
|
[22:48:20 INFO] Video frame video_short01_003210: 1 dets, valid=True
|
|
[22:48:20 INFO] Video frame video_short01_003212: 1 dets, valid=True
|
|
[22:48:20 INFO] Video batch 630: frame 5040/7500 (67%)
|
|
[22:48:20 INFO] Video batch 630: 2 detections from postprocess
|
|
[22:48:20 INFO] Video frame video_short01_003213: 1 dets, valid=True
|
|
[22:48:20 INFO] Video frame video_short01_003215: 1 dets, valid=True
|
|
[22:48:20 INFO] Video batch 631: frame 5048/7500 (67%)
|
|
[22:48:20 INFO] Video batch 631: 1 detections from postprocess
|
|
[22:48:20 INFO] Video frame video_short01_003218: 1 dets, valid=True
|
|
[22:48:20 INFO] Video batch 632: frame 5056/7500 (67%)
|
|
[22:48:21 INFO] Video batch 632: 1 detections from postprocess
|
|
[22:48:21 INFO] Video frame video_short01_003220: 1 dets, valid=True
|
|
[22:48:21 INFO] Video batch 633: frame 5064/7500 (67%)
|
|
[22:48:21 INFO] Video batch 634: frame 5072/7500 (67%)
|
|
[22:48:21 INFO] Video batch 634: 2 detections from postprocess
|
|
[22:48:21 INFO] Video frame video_short01_003226: 1 dets, valid=True
|
|
[22:48:21 INFO] Video frame video_short01_003228: 1 dets, valid=True
|
|
[22:48:21 INFO] Video batch 635: frame 5080/7500 (67%)
|
|
[22:48:21 INFO] Video batch 635: 1 detections from postprocess
|
|
[22:48:21 INFO] Video frame video_short01_003230: 1 dets, valid=True
|
|
[22:48:21 INFO] Video batch 636: frame 5088/7500 (67%)
|
|
[22:48:21 INFO] Video batch 636: 2 detections from postprocess
|
|
[22:48:21 INFO] Video frame video_short01_003233: 1 dets, valid=True
|
|
[22:48:21 INFO] Video frame video_short01_003234: 1 dets, valid=True
|
|
[22:48:22 INFO] Video batch 637: frame 5096/7500 (67%)
|
|
[22:48:22 INFO] Video batch 637: 2 detections from postprocess
|
|
[22:48:22 INFO] Video frame video_short01_003236: 1 dets, valid=True
|
|
[22:48:22 INFO] Video frame video_short01_003237: 1 dets, valid=True
|
|
[22:48:22 INFO] Video batch 638: frame 5104/7500 (68%)
|
|
[22:48:22 INFO] Video batch 638: 1 detections from postprocess
|
|
[22:48:22 INFO] Video frame video_short01_003239: 1 dets, valid=True
|
|
[22:48:22 INFO] Video batch 639: frame 5112/7500 (68%)
|
|
[22:48:22 INFO] Video batch 640: frame 5120/7500 (68%)
|
|
[22:48:22 INFO] Video batch 641: frame 5128/7500 (68%)
|
|
[22:48:23 INFO] Video batch 642: frame 5136/7500 (68%)
|
|
[22:48:23 INFO] Video batch 643: frame 5144/7500 (68%)
|
|
[22:48:23 INFO] Video batch 644: frame 5152/7500 (68%)
|
|
[22:48:23 INFO] Video batch 645: frame 5160/7500 (68%)
|
|
[22:48:24 INFO] Video batch 646: frame 5168/7500 (68%)
|
|
[22:48:24 INFO] Video batch 647: frame 5176/7500 (69%)
|
|
[22:48:24 INFO] Video batch 648: frame 5184/7500 (69%)
|
|
[22:48:24 INFO] Video batch 648: 1 detections from postprocess
|
|
[22:48:24 INFO] Video frame video_short01_003273: 1 dets, valid=True
|
|
[22:48:24 INFO] Video batch 649: frame 5192/7500 (69%)
|
|
[22:48:24 INFO] Video batch 650: frame 5200/7500 (69%)
|
|
[22:48:25 INFO] Video batch 651: frame 5208/7500 (69%)
|
|
[22:48:25 INFO] Video batch 652: frame 5216/7500 (69%)
|
|
[22:48:25 INFO] Video batch 653: frame 5224/7500 (69%)
|
|
[22:48:25 INFO] Video batch 654: frame 5232/7500 (69%)
|
|
[22:48:26 INFO] Video batch 655: frame 5240/7500 (69%)
|
|
[22:48:26 INFO] Video batch 656: frame 5248/7500 (69%)
|
|
[22:48:26 INFO] Video batch 657: frame 5256/7500 (70%)
|
|
[22:48:26 INFO] Video batch 658: frame 5264/7500 (70%)
|
|
[22:48:26 INFO] Video batch 659: frame 5272/7500 (70%)
|
|
[22:48:27 INFO] Video batch 660: frame 5280/7500 (70%)
|
|
[22:48:27 INFO] Video batch 661: frame 5288/7500 (70%)
|
|
[22:48:27 INFO] Video batch 662: frame 5296/7500 (70%)
|
|
[22:48:27 INFO] Video batch 663: frame 5304/7500 (70%)
|
|
[22:48:27 INFO] Video batch 664: frame 5312/7500 (70%)
|
|
[22:48:28 INFO] Video batch 665: frame 5320/7500 (70%)
|
|
[22:48:28 INFO] Video batch 666: frame 5328/7500 (71%)
|
|
[22:48:28 INFO] Video batch 667: frame 5336/7500 (71%)
|
|
[22:48:28 INFO] Video batch 668: frame 5344/7500 (71%)
|
|
[22:48:28 INFO] Video batch 669: frame 5352/7500 (71%)
|
|
[22:48:29 INFO] Video batch 669: 1 detections from postprocess
|
|
[22:48:29 INFO] Video frame video_short01_003340: 1 dets, valid=True
|
|
[22:48:29 INFO] Video batch 670: frame 5360/7500 (71%)
|
|
[22:48:29 INFO] Video batch 670: 2 detections from postprocess
|
|
[22:48:29 INFO] Video frame video_short01_003341: 1 dets, valid=True
|
|
[22:48:29 INFO] Video frame video_short01_003343: 1 dets, valid=True
|
|
[22:48:29 INFO] Video batch 671: frame 5368/7500 (71%)
|
|
[22:48:29 INFO] Video batch 671: 1 detections from postprocess
|
|
[22:48:29 INFO] Video frame video_short01_003345: 1 dets, valid=True
|
|
[22:48:29 INFO] Video batch 672: frame 5376/7500 (71%)
|
|
[22:48:29 INFO] Video batch 673: frame 5384/7500 (71%)
|
|
[22:48:29 INFO] Video batch 674: frame 5392/7500 (71%)
|
|
[22:48:30 INFO] Video batch 675: frame 5400/7500 (72%)
|
|
[22:48:30 INFO] Video batch 676: frame 5408/7500 (72%)
|
|
[22:48:30 INFO] Video batch 677: frame 5416/7500 (72%)
|
|
[22:48:30 INFO] Video batch 678: frame 5424/7500 (72%)
|
|
[22:48:30 INFO] Video batch 679: frame 5432/7500 (72%)
|
|
[22:48:31 INFO] Video batch 680: frame 5440/7500 (72%)
|
|
[22:48:31 INFO] Video batch 681: frame 5448/7500 (72%)
|
|
[22:48:31 INFO] Video batch 682: frame 5456/7500 (72%)
|
|
[22:48:31 INFO] Video batch 683: frame 5464/7500 (72%)
|
|
[22:48:31 INFO] Video batch 684: frame 5472/7500 (72%)
|
|
[22:48:32 INFO] Video batch 685: frame 5480/7500 (73%)
|
|
[22:48:32 INFO] Video batch 686: frame 5488/7500 (73%)
|
|
[22:48:32 INFO] Video batch 687: frame 5496/7500 (73%)
|
|
[22:48:32 INFO] Video batch 687: 2 detections from postprocess
|
|
[22:48:32 INFO] Video frame video_short01_003396: 1 dets, valid=True
|
|
[22:48:32 INFO] Video frame video_short01_003397: 1 dets, valid=True
|
|
[22:48:32 INFO] Video batch 688: frame 5504/7500 (73%)
|
|
[22:48:33 INFO] Video batch 689: frame 5512/7500 (73%)
|
|
[22:48:33 INFO] Video batch 690: frame 5520/7500 (73%)
|
|
[22:48:33 INFO] Video batch 691: frame 5528/7500 (73%)
|
|
[22:48:33 INFO] Video batch 692: frame 5536/7500 (73%)
|
|
[22:48:33 INFO] Video batch 693: frame 5544/7500 (73%)
|
|
[22:48:34 INFO] Video batch 694: frame 5552/7500 (74%)
|
|
[22:48:34 INFO] Video batch 694: 1 detections from postprocess
|
|
[22:48:34 INFO] Video frame video_short01_003418: 1 dets, valid=True
|
|
[22:48:34 INFO] Video batch 695: frame 5560/7500 (74%)
|
|
[22:48:34 INFO] Video batch 695: 1 detections from postprocess
|
|
[22:48:34 INFO] Video frame video_short01_003421: 1 dets, valid=True
|
|
[22:48:34 INFO] Video batch 696: frame 5568/7500 (74%)
|
|
[22:48:34 INFO] Video batch 696: 1 detections from postprocess
|
|
[22:48:34 INFO] Video frame video_short01_003425: 1 dets, valid=True
|
|
[22:48:34 INFO] Video batch 697: frame 5576/7500 (74%)
|
|
[22:48:35 INFO] Video batch 698: frame 5584/7500 (74%)
|
|
[22:48:35 INFO] Video batch 699: frame 5592/7500 (74%)
|
|
[22:48:35 INFO] Video batch 700: frame 5600/7500 (74%)
|
|
[22:48:35 INFO] Video batch 701: frame 5608/7500 (74%)
|
|
[22:48:35 INFO] Video batch 702: frame 5616/7500 (74%)
|
|
[22:48:36 INFO] Video batch 703: frame 5624/7500 (74%)
|
|
[22:48:36 INFO] Video batch 704: frame 5632/7500 (75%)
|
|
[22:48:36 INFO] Video batch 705: frame 5640/7500 (75%)
|
|
[22:48:36 INFO] Video batch 706: frame 5648/7500 (75%)
|
|
[22:48:37 INFO] Video batch 707: frame 5656/7500 (75%)
|
|
[22:48:37 INFO] Video batch 708: frame 5664/7500 (75%)
|
|
[22:48:37 INFO] Video batch 709: frame 5672/7500 (75%)
|
|
[22:48:37 INFO] Video batch 710: frame 5680/7500 (75%)
|
|
[22:48:37 INFO] Video batch 711: frame 5688/7500 (75%)
|
|
[22:48:38 INFO] Video batch 712: frame 5696/7500 (75%)
|
|
[22:48:38 INFO] Video batch 713: frame 5704/7500 (76%)
|
|
[22:48:38 INFO] Video batch 714: frame 5712/7500 (76%)
|
|
[22:48:38 INFO] Video batch 715: frame 5720/7500 (76%)
|
|
[22:48:38 INFO] Video batch 716: frame 5728/7500 (76%)
|
|
[22:48:39 INFO] Video batch 717: frame 5736/7500 (76%)
|
|
[22:48:39 INFO] Video batch 718: frame 5744/7500 (76%)
|
|
[22:48:39 INFO] Video batch 719: frame 5752/7500 (76%)
|
|
[22:48:39 INFO] Video batch 720: frame 5760/7500 (76%)
|
|
[22:48:40 INFO] Video batch 721: frame 5768/7500 (76%)
|
|
[22:48:40 INFO] Video batch 722: frame 5776/7500 (77%)
|
|
[22:48:40 INFO] Video batch 723: frame 5784/7500 (77%)
|
|
[22:48:40 INFO] Video batch 724: frame 5792/7500 (77%)
|
|
[22:48:40 INFO] Video batch 725: frame 5800/7500 (77%)
|
|
[22:48:41 INFO] Video batch 726: frame 5808/7500 (77%)
|
|
[22:48:41 INFO] Video batch 727: frame 5816/7500 (77%)
|
|
[22:48:41 INFO] Video batch 728: frame 5824/7500 (77%)
|
|
[22:48:41 INFO] Video batch 729: frame 5832/7500 (77%)
|
|
[22:48:41 INFO] Video batch 729: 1 detections from postprocess
|
|
[22:48:41 INFO] Video frame video_short01_003532: 1 dets, valid=True
|
|
[22:48:41 INFO] Video batch 730: frame 5840/7500 (77%)
|
|
[22:48:42 INFO] Video batch 730: 1 detections from postprocess
|
|
[22:48:42 INFO] Video frame video_short01_003533: 1 dets, valid=True
|
|
[22:48:42 INFO] Video batch 731: frame 5848/7500 (77%)
|
|
[22:48:42 INFO] Video batch 732: frame 5856/7500 (78%)
|
|
[22:48:42 INFO] Video batch 733: frame 5864/7500 (78%)
|
|
[22:48:42 INFO] Video batch 734: frame 5872/7500 (78%)
|
|
[22:48:43 INFO] Video batch 735: frame 5880/7500 (78%)
|
|
[22:48:43 INFO] Video batch 736: frame 5888/7500 (78%)
|
|
[22:48:43 INFO] Video batch 737: frame 5896/7500 (78%)
|
|
[22:48:43 INFO] Video batch 738: frame 5904/7500 (78%)
|
|
[22:48:43 INFO] Video batch 739: frame 5912/7500 (78%)
|
|
[22:48:44 INFO] Video batch 740: frame 5920/7500 (78%)
|
|
[22:48:44 INFO] Video batch 741: frame 5928/7500 (79%)
|
|
[22:48:44 INFO] Video batch 742: frame 5936/7500 (79%)
|
|
[22:48:44 INFO] Video batch 743: frame 5944/7500 (79%)
|
|
[22:48:45 INFO] Video batch 744: frame 5952/7500 (79%)
|
|
[22:48:45 INFO] Video batch 745: frame 5960/7500 (79%)
|
|
[22:48:45 INFO] Video batch 746: frame 5968/7500 (79%)
|
|
[22:48:45 INFO] Video batch 747: frame 5976/7500 (79%)
|
|
[22:48:45 INFO] Video batch 748: frame 5984/7500 (79%)
|
|
[22:48:46 INFO] Video batch 749: frame 5992/7500 (79%)
|
|
[22:48:46 INFO] Video batch 750: frame 6000/7500 (80%)
|
|
[22:48:46 INFO] Video batch 751: frame 6008/7500 (80%)
|
|
[22:48:46 INFO] Video batch 752: frame 6016/7500 (80%)
|
|
[22:48:47 INFO] Video batch 753: frame 6024/7500 (80%)
|
|
[22:48:47 INFO] Video batch 754: frame 6032/7500 (80%)
|
|
[22:48:47 INFO] Video batch 755: frame 6040/7500 (80%)
|
|
[22:48:47 INFO] Video batch 755: 1 detections from postprocess
|
|
[22:48:47 INFO] Video frame video_short01_004015: 1 dets, valid=True
|
|
[22:48:47 INFO] Video batch 756: frame 6048/7500 (80%)
|
|
[22:48:47 INFO] Video batch 756: 2 detections from postprocess
|
|
[22:48:47 INFO] Video frame video_short01_004017: 1 dets, valid=True
|
|
[22:48:47 INFO] Video frame video_short01_004018: 1 dets, valid=True
|
|
[22:48:47 INFO] Video batch 757: frame 6056/7500 (80%)
|
|
[22:48:48 INFO] Video batch 757: 1 detections from postprocess
|
|
[22:48:48 INFO] Video frame video_short01_004021: 1 dets, valid=True
|
|
[22:48:48 INFO] Video batch 758: frame 6064/7500 (80%)
|
|
[22:48:48 INFO] Video batch 759: frame 6072/7500 (80%)
|
|
[22:48:48 INFO] Video batch 759: 5 detections from postprocess
|
|
[22:48:48 INFO] Video frame video_short01_004026: 1 dets, valid=True
|
|
[22:48:48 INFO] Video frame video_short01_004028: 4 dets, valid=True
|
|
[22:48:48 INFO] Video batch 760: frame 6080/7500 (81%)
|
|
[22:48:48 INFO] Video batch 760: 8 detections from postprocess
|
|
[22:48:48 INFO] Video frame video_short01_004030: 4 dets, valid=True
|
|
[22:48:48 INFO] Video frame video_short01_004031: 4 dets, valid=True
|
|
[22:48:48 INFO] Video batch 761: frame 6088/7500 (81%)
|
|
[22:48:49 INFO] Video batch 761: 7 detections from postprocess
|
|
[22:48:49 INFO] Video frame video_short01_004033: 4 dets, valid=True
|
|
[22:48:49 INFO] Video frame video_short01_004034: 3 dets, valid=True
|
|
[22:48:49 INFO] Video batch 762: frame 6096/7500 (81%)
|
|
[22:48:49 INFO] Video batch 762: 6 detections from postprocess
|
|
[22:48:49 INFO] Video frame video_short01_004036: 3 dets, valid=True
|
|
[22:48:49 INFO] Video frame video_short01_004037: 3 dets, valid=True
|
|
[22:48:49 INFO] Video batch 763: frame 6104/7500 (81%)
|
|
[22:48:49 INFO] Video batch 763: 8 detections from postprocess
|
|
[22:48:49 INFO] Video frame video_short01_004039: 4 dets, valid=True
|
|
[22:48:49 INFO] Video frame video_short01_004041: 4 dets, valid=True
|
|
[22:48:49 INFO] Video batch 764: frame 6112/7500 (81%)
|
|
[22:48:49 INFO] Video batch 764: 8 detections from postprocess
|
|
[22:48:49 INFO] Video frame video_short01_004042: 4 dets, valid=True
|
|
[22:48:49 INFO] Video frame video_short01_004044: 4 dets, valid=True
|
|
[22:48:49 INFO] Video batch 765: frame 6120/7500 (81%)
|
|
[22:48:50 INFO] Video batch 765: 8 detections from postprocess
|
|
[22:48:50 INFO] Video frame video_short01_004045: 4 dets, valid=True
|
|
[22:48:50 INFO] Video frame video_short01_004047: 4 dets, valid=True
|
|
[22:48:50 INFO] Video batch 766: frame 6128/7500 (81%)
|
|
[22:48:50 INFO] Video batch 766: 6 detections from postprocess
|
|
[22:48:50 INFO] Video frame video_short01_004049: 3 dets, valid=True
|
|
[22:48:50 INFO] Video frame video_short01_004050: 3 dets, valid=True
|
|
[22:48:50 INFO] Video batch 767: frame 6136/7500 (81%)
|
|
[22:48:50 INFO] Video batch 767: 6 detections from postprocess
|
|
[22:48:50 INFO] Video frame video_short01_004052: 3 dets, valid=True
|
|
[22:48:50 INFO] Video frame video_short01_004053: 3 dets, valid=True
|
|
[22:48:50 INFO] Video batch 768: frame 6144/7500 (81%)
|
|
[22:48:50 INFO] Video batch 768: 5 detections from postprocess
|
|
[22:48:50 INFO] Video frame video_short01_004055: 3 dets, valid=True
|
|
[22:48:50 INFO] Video frame video_short01_004057: 2 dets, valid=True
|
|
[22:48:50 INFO] Video batch 769: frame 6152/7500 (82%)
|
|
[22:48:50 INFO] Video batch 769: 4 detections from postprocess
|
|
[22:48:50 INFO] Video frame video_short01_004058: 3 dets, valid=True
|
|
[22:48:50 INFO] Video frame video_short01_004060: 1 dets, valid=True
|
|
[22:48:51 INFO] Video batch 770: frame 6160/7500 (82%)
|
|
[22:48:51 INFO] Video batch 771: frame 6168/7500 (82%)
|
|
[22:48:51 INFO] Video batch 772: frame 6176/7500 (82%)
|
|
[22:48:51 INFO] Video batch 773: frame 6184/7500 (82%)
|
|
[22:48:51 INFO] Video batch 774: frame 6192/7500 (82%)
|
|
[22:48:52 INFO] Video batch 775: frame 6200/7500 (82%)
|
|
[22:48:52 INFO] Video batch 776: frame 6208/7500 (82%)
|
|
[22:48:52 INFO] Video batch 777: frame 6216/7500 (82%)
|
|
[22:48:52 INFO] Video batch 778: frame 6224/7500 (82%)
|
|
[22:48:52 INFO] Video batch 779: frame 6232/7500 (83%)
|
|
[22:48:53 INFO] Video batch 780: frame 6240/7500 (83%)
|
|
[22:48:53 INFO] Video batch 781: frame 6248/7500 (83%)
|
|
[22:48:53 INFO] Video batch 782: frame 6256/7500 (83%)
|
|
[22:48:53 INFO] Video batch 783: frame 6264/7500 (83%)
|
|
[22:48:54 INFO] Video batch 784: frame 6272/7500 (83%)
|
|
[22:48:54 INFO] Video batch 785: frame 6280/7500 (83%)
|
|
[22:48:54 INFO] Video batch 786: frame 6288/7500 (83%)
|
|
[22:48:54 INFO] Video batch 787: frame 6296/7500 (83%)
|
|
[22:48:54 INFO] Video batch 788: frame 6304/7500 (84%)
|
|
[22:48:55 INFO] Video batch 789: frame 6312/7500 (84%)
|
|
[22:48:55 INFO] Video batch 789: 1 detections from postprocess
|
|
[22:48:55 INFO] Video frame video_short01_004122: 1 dets, valid=True
|
|
[22:48:55 INFO] Video batch 790: frame 6320/7500 (84%)
|
|
[22:48:55 INFO] Video batch 791: frame 6328/7500 (84%)
|
|
[22:48:55 INFO] Video batch 792: frame 6336/7500 (84%)
|
|
[22:48:56 INFO] Video batch 793: frame 6344/7500 (84%)
|
|
[22:48:56 INFO] Video batch 794: frame 6352/7500 (84%)
|
|
[22:48:56 INFO] Video batch 795: frame 6360/7500 (84%)
|
|
[22:48:56 INFO] Video batch 796: frame 6368/7500 (84%)
|
|
[22:48:57 INFO] Video batch 796: 1 detections from postprocess
|
|
[22:48:57 INFO] Video frame video_short01_004146: 1 dets, valid=True
|
|
[22:48:57 INFO] Video batch 797: frame 6376/7500 (85%)
|
|
[22:48:57 INFO] Video batch 798: frame 6384/7500 (85%)
|
|
[22:48:57 INFO] Video batch 799: frame 6392/7500 (85%)
|
|
[22:48:57 INFO] Video batch 800: frame 6400/7500 (85%)
|
|
[22:48:58 INFO] Video batch 801: frame 6408/7500 (85%)
|
|
[22:48:58 INFO] Video batch 802: frame 6416/7500 (85%)
|
|
[22:48:58 INFO] Video batch 803: frame 6424/7500 (85%)
|
|
[22:48:58 INFO] Video batch 804: frame 6432/7500 (85%)
|
|
[22:48:58 INFO] Video batch 805: frame 6440/7500 (85%)
|
|
[22:48:59 INFO] Video batch 806: frame 6448/7500 (85%)
|
|
[22:48:59 INFO] Video batch 807: frame 6456/7500 (86%)
|
|
[22:48:59 INFO] Video batch 808: frame 6464/7500 (86%)
|
|
[22:48:59 INFO] Video batch 809: frame 6472/7500 (86%)
|
|
[22:49:00 INFO] Video batch 810: frame 6480/7500 (86%)
|
|
[22:49:00 INFO] Video batch 811: frame 6488/7500 (86%)
|
|
[22:49:00 INFO] Video batch 812: frame 6496/7500 (86%)
|
|
[22:49:00 INFO] Video batch 813: frame 6504/7500 (86%)
|
|
[22:49:00 INFO] Video batch 814: frame 6512/7500 (86%)
|
|
[22:49:01 INFO] Video batch 815: frame 6520/7500 (86%)
|
|
[22:49:01 INFO] Video batch 816: frame 6528/7500 (87%)
|
|
[22:49:01 INFO] Video batch 817: frame 6536/7500 (87%)
|
|
[22:49:01 INFO] Video batch 818: frame 6544/7500 (87%)
|
|
[22:49:01 INFO] Video batch 819: frame 6552/7500 (87%)
|
|
[22:49:02 INFO] Video batch 820: frame 6560/7500 (87%)
|
|
[22:49:02 INFO] Video batch 821: frame 6568/7500 (87%)
|
|
[22:49:02 INFO] Video batch 822: frame 6576/7500 (87%)
|
|
[22:49:02 INFO] Video batch 823: frame 6584/7500 (87%)
|
|
[22:49:02 INFO] Video batch 824: frame 6592/7500 (87%)
|
|
[22:49:03 INFO] Video batch 825: frame 6600/7500 (88%)
|
|
[22:49:03 INFO] Video batch 826: frame 6608/7500 (88%)
|
|
[22:49:03 INFO] Video batch 827: frame 6616/7500 (88%)
|
|
[22:49:03 INFO] Video batch 828: frame 6624/7500 (88%)
|
|
[22:49:03 INFO] Video batch 829: frame 6632/7500 (88%)
|
|
[22:49:04 INFO] Video batch 830: frame 6640/7500 (88%)
|
|
[22:49:04 INFO] Video batch 831: frame 6648/7500 (88%)
|
|
[22:49:04 INFO] Video batch 832: frame 6656/7500 (88%)
|
|
[22:49:04 INFO] Video batch 833: frame 6664/7500 (88%)
|
|
[22:49:05 INFO] Video batch 834: frame 6672/7500 (88%)
|
|
[22:49:05 INFO] Video batch 835: frame 6680/7500 (89%)
|
|
[22:49:05 INFO] Video batch 836: frame 6688/7500 (89%)
|
|
[22:49:05 INFO] Video batch 837: frame 6696/7500 (89%)
|
|
[22:49:06 INFO] Video batch 838: frame 6704/7500 (89%)
|
|
[22:49:06 INFO] Video batch 839: frame 6712/7500 (89%)
|
|
[22:49:06 INFO] Video batch 840: frame 6720/7500 (89%)
|
|
[22:49:06 INFO] Video batch 841: frame 6728/7500 (89%)
|
|
[22:49:07 INFO] Video batch 842: frame 6736/7500 (89%)
|
|
[22:49:07 INFO] Video batch 843: frame 6744/7500 (89%)
|
|
[22:49:07 INFO] Video batch 844: frame 6752/7500 (90%)
|
|
[22:49:07 INFO] Video batch 845: frame 6760/7500 (90%)
|
|
[22:49:07 INFO] Video batch 846: frame 6768/7500 (90%)
|
|
[22:49:08 INFO] Video batch 847: frame 6776/7500 (90%)
|
|
[22:49:08 INFO] Video batch 848: frame 6784/7500 (90%)
|
|
[22:49:08 INFO] Video batch 849: frame 6792/7500 (90%)
|
|
[22:49:08 INFO] Video batch 850: frame 6800/7500 (90%)
|
|
[22:49:09 INFO] Video batch 851: frame 6808/7500 (90%)
|
|
[22:49:09 INFO] Video batch 851: 1 detections from postprocess
|
|
[22:49:09 INFO] Video frame video_short01_004321: 1 dets, valid=True
|
|
[22:49:09 INFO] Video batch 852: frame 6816/7500 (90%)
|
|
[22:49:09 INFO] Video batch 853: frame 6824/7500 (90%)
|
|
[22:49:09 INFO] Video batch 854: frame 6832/7500 (91%)
|
|
[22:49:09 INFO] Video batch 855: frame 6840/7500 (91%)
|
|
[22:49:10 INFO] Video batch 856: frame 6848/7500 (91%)
|
|
[22:49:10 INFO] Video batch 857: frame 6856/7500 (91%)
|
|
[22:49:10 INFO] Video batch 858: frame 6864/7500 (91%)
|
|
[22:49:10 INFO] Video batch 859: frame 6872/7500 (91%)
|
|
[22:49:11 INFO] Video batch 860: frame 6880/7500 (91%)
|
|
[22:49:11 INFO] Video batch 861: frame 6888/7500 (91%)
|
|
[22:49:11 INFO] Video batch 862: frame 6896/7500 (91%)
|
|
[22:49:11 INFO] Video batch 863: frame 6904/7500 (92%)
|
|
[22:49:11 INFO] Video batch 864: frame 6912/7500 (92%)
|
|
[22:49:12 INFO] Video batch 865: frame 6920/7500 (92%)
|
|
[22:49:12 INFO] Video batch 866: frame 6928/7500 (92%)
|
|
[22:49:12 INFO] Video batch 867: frame 6936/7500 (92%)
|
|
[22:49:12 INFO] Video batch 868: frame 6944/7500 (92%)
|
|
[22:49:12 INFO] Video batch 869: frame 6952/7500 (92%)
|
|
[22:49:13 INFO] Video batch 870: frame 6960/7500 (92%)
|
|
[22:49:13 INFO] Video batch 871: frame 6968/7500 (92%)
|
|
[22:49:13 INFO] Video batch 872: frame 6976/7500 (93%)
|
|
[22:49:13 INFO] Video batch 873: frame 6984/7500 (93%)
|
|
[22:49:14 INFO] Video batch 874: frame 6992/7500 (93%)
|
|
[22:49:14 INFO] Video batch 875: frame 7000/7500 (93%)
|
|
[22:49:14 INFO] Video batch 876: frame 7008/7500 (93%)
|
|
[22:49:14 INFO] Video batch 877: frame 7016/7500 (93%)
|
|
[22:49:14 INFO] Video batch 878: frame 7024/7500 (93%)
|
|
[22:49:15 INFO] Video batch 879: frame 7032/7500 (93%)
|
|
[22:49:15 INFO] Video batch 880: frame 7040/7500 (93%)
|
|
[22:49:15 INFO] Video batch 881: frame 7048/7500 (93%)
|
|
[22:49:15 INFO] Video batch 882: frame 7056/7500 (94%)
|
|
[22:49:15 INFO] Video batch 883: frame 7064/7500 (94%)
|
|
[22:49:16 INFO] Video batch 883: 2 detections from postprocess
|
|
[22:49:16 INFO] Video frame video_short01_004423: 1 dets, valid=True
|
|
[22:49:16 INFO] Video frame video_short01_004425: 1 dets, valid=True
|
|
[22:49:16 INFO] Video batch 884: frame 7072/7500 (94%)
|
|
[22:49:16 INFO] Video batch 884: 1 detections from postprocess
|
|
[22:49:16 INFO] Video frame video_short01_004428: 1 dets, valid=True
|
|
[22:49:16 INFO] Video batch 885: frame 7080/7500 (94%)
|
|
[22:49:16 INFO] Video batch 885: 1 detections from postprocess
|
|
[22:49:16 INFO] Video frame video_short01_004431: 1 dets, valid=True
|
|
[22:49:16 INFO] Video batch 886: frame 7088/7500 (94%)
|
|
[22:49:16 INFO] Video batch 886: 2 detections from postprocess
|
|
[22:49:16 INFO] Video frame video_short01_004433: 1 dets, valid=True
|
|
[22:49:16 INFO] Video frame video_short01_004434: 1 dets, valid=True
|
|
[22:49:16 INFO] Video batch 887: frame 7096/7500 (94%)
|
|
[22:49:17 INFO] Video batch 887: 1 detections from postprocess
|
|
[22:49:17 INFO] Video frame video_short01_004436: 1 dets, valid=True
|
|
[22:49:17 INFO] Video batch 888: frame 7104/7500 (94%)
|
|
[22:49:17 INFO] Video batch 888: 2 detections from postprocess
|
|
[22:49:17 INFO] Video frame video_short01_004439: 1 dets, valid=True
|
|
[22:49:17 INFO] Video frame video_short01_004441: 1 dets, valid=True
|
|
[22:49:17 INFO] Video batch 889: frame 7112/7500 (94%)
|
|
[22:49:17 INFO] Video batch 889: 2 detections from postprocess
|
|
[22:49:17 INFO] Video frame video_short01_004442: 1 dets, valid=True
|
|
[22:49:17 INFO] Video frame video_short01_004444: 1 dets, valid=True
|
|
[22:49:17 INFO] Video batch 890: frame 7120/7500 (94%)
|
|
[22:49:17 INFO] Video batch 891: frame 7128/7500 (95%)
|
|
[22:49:17 INFO] Video batch 892: frame 7136/7500 (95%)
|
|
[22:49:18 INFO] Video batch 893: frame 7144/7500 (95%)
|
|
[22:49:18 INFO] Video batch 894: frame 7152/7500 (95%)
|
|
[22:49:18 INFO] Video batch 895: frame 7160/7500 (95%)
|
|
[22:49:18 INFO] Video batch 896: frame 7168/7500 (95%)
|
|
[22:49:18 INFO] Video batch 897: frame 7176/7500 (95%)
|
|
[22:49:19 INFO] Video batch 898: frame 7184/7500 (95%)
|
|
[22:49:19 INFO] Video batch 898: 2 detections from postprocess
|
|
[22:49:19 INFO] Video frame video_short01_004471: 1 dets, valid=True
|
|
[22:49:19 INFO] Video frame video_short01_004473: 1 dets, valid=True
|
|
[22:49:19 INFO] Video batch 899: frame 7192/7500 (95%)
|
|
[22:49:19 INFO] Video batch 899: 2 detections from postprocess
|
|
[22:49:19 INFO] Video frame video_short01_004474: 1 dets, valid=True
|
|
[22:49:19 INFO] Video frame video_short01_004476: 1 dets, valid=True
|
|
[22:49:19 INFO] Video batch 900: frame 7200/7500 (96%)
|
|
[22:49:19 INFO] Video batch 900: 2 detections from postprocess
|
|
[22:49:19 INFO] Video frame video_short01_004477: 1 dets, valid=True
|
|
[22:49:19 INFO] Video frame video_short01_004479: 1 dets, valid=True
|
|
[22:49:19 INFO] Video batch 901: frame 7208/7500 (96%)
|
|
[22:49:20 INFO] Video batch 901: 2 detections from postprocess
|
|
[22:49:20 INFO] Video frame video_short01_004481: 1 dets, valid=True
|
|
[22:49:20 INFO] Video frame video_short01_004482: 1 dets, valid=True
|
|
[22:49:20 INFO] Video batch 902: frame 7216/7500 (96%)
|
|
[22:49:20 INFO] Video batch 902: 2 detections from postprocess
|
|
[22:49:20 INFO] Video frame video_short01_004484: 1 dets, valid=True
|
|
[22:49:20 INFO] Video frame video_short01_004485: 1 dets, valid=True
|
|
[22:49:20 INFO] Video batch 903: frame 7224/7500 (96%)
|
|
[22:49:20 INFO] Video batch 903: 2 detections from postprocess
|
|
[22:49:20 INFO] Video frame video_short01_004487: 1 dets, valid=True
|
|
[22:49:20 INFO] Video frame video_short01_004489: 1 dets, valid=True
|
|
[22:49:20 INFO] Video batch 904: frame 7232/7500 (96%)
|
|
[22:49:20 INFO] Video batch 904: 1 detections from postprocess
|
|
[22:49:20 INFO] Video frame video_short01_004490: 1 dets, valid=True
|
|
[22:49:20 INFO] Video batch 905: frame 7240/7500 (96%)
|
|
[22:49:21 INFO] Video batch 906: frame 7248/7500 (96%)
|
|
[22:49:21 INFO] Video batch 907: frame 7256/7500 (96%)
|
|
[22:49:21 INFO] Video batch 907: 1 detections from postprocess
|
|
[22:49:21 INFO] Video frame video_short01_004500: 1 dets, valid=True
|
|
[22:49:21 INFO] Video batch 908: frame 7264/7500 (96%)
|
|
[22:49:21 INFO] Video batch 908: 2 detections from postprocess
|
|
[22:49:21 INFO] Video frame video_short01_004503: 1 dets, valid=True
|
|
[22:49:21 INFO] Video frame video_short01_004505: 1 dets, valid=True
|
|
[22:49:21 INFO] Video batch 909: frame 7272/7500 (96%)
|
|
[22:49:22 INFO] Video batch 909: 2 detections from postprocess
|
|
[22:49:22 INFO] Video frame video_short01_004506: 1 dets, valid=True
|
|
[22:49:22 INFO] Video frame video_short01_004508: 1 dets, valid=True
|
|
[22:49:22 INFO] Video batch 910: frame 7280/7500 (97%)
|
|
[22:49:22 INFO] Video batch 910: 2 detections from postprocess
|
|
[22:49:22 INFO] Video frame video_short01_004510: 1 dets, valid=True
|
|
[22:49:22 INFO] Video frame video_short01_004511: 1 dets, valid=True
|
|
[22:49:22 INFO] Video batch 911: frame 7288/7500 (97%)
|
|
[22:49:22 INFO] Video batch 911: 2 detections from postprocess
|
|
[22:49:22 INFO] Video frame video_short01_004513: 1 dets, valid=True
|
|
[22:49:22 INFO] Video frame video_short01_004514: 1 dets, valid=True
|
|
[22:49:22 INFO] Video batch 912: frame 7296/7500 (97%)
|
|
[22:49:22 INFO] Video batch 912: 2 detections from postprocess
|
|
[22:49:22 INFO] Video frame video_short01_004516: 1 dets, valid=True
|
|
[22:49:22 INFO] Video frame video_short01_004517: 1 dets, valid=True
|
|
[22:49:22 INFO] Video batch 913: frame 7304/7500 (97%)
|
|
[22:49:23 INFO] Video batch 913: 2 detections from postprocess
|
|
[22:49:23 INFO] Video frame video_short01_004519: 1 dets, valid=True
|
|
[22:49:23 INFO] Video frame video_short01_004521: 1 dets, valid=True
|
|
[22:49:23 INFO] Video batch 914: frame 7312/7500 (97%)
|
|
[22:49:23 INFO] Video batch 914: 1 detections from postprocess
|
|
[22:49:23 INFO] Video frame video_short01_004522: 1 dets, valid=True
|
|
[22:49:23 INFO] Video batch 915: frame 7320/7500 (97%)
|
|
[22:49:23 INFO] Video batch 915: 1 detections from postprocess
|
|
[22:49:23 INFO] Video frame video_short01_004527: 1 dets, valid=True
|
|
[22:49:23 INFO] Video batch 916: frame 7328/7500 (97%)
|
|
[22:49:23 INFO] Video batch 916: 1 detections from postprocess
|
|
[22:49:23 INFO] Video frame video_short01_004530: 1 dets, valid=True
|
|
[22:49:23 INFO] Video batch 917: frame 7336/7500 (97%)
|
|
[22:49:24 INFO] Video batch 918: frame 7344/7500 (97%)
|
|
[22:49:24 INFO] Video batch 919: frame 7352/7500 (98%)
|
|
[22:49:24 INFO] Video batch 920: frame 7360/7500 (98%)
|
|
[22:49:24 INFO] Video batch 921: frame 7368/7500 (98%)
|
|
[22:49:24 INFO] Video batch 922: frame 7376/7500 (98%)
|
|
[22:49:25 INFO] Video batch 923: frame 7384/7500 (98%)
|
|
[22:49:25 INFO] Video batch 924: frame 7392/7500 (98%)
|
|
[22:49:25 INFO] Video batch 925: frame 7400/7500 (98%)
|
|
[22:49:25 INFO] Video batch 926: frame 7408/7500 (98%)
|
|
[22:49:26 INFO] Video batch 927: frame 7416/7500 (98%)
|
|
[22:49:26 INFO] Video batch 928: frame 7424/7500 (98%)
|
|
[22:49:26 INFO] Video batch 929: frame 7432/7500 (99%)
|
|
[22:49:26 INFO] Video batch 930: frame 7440/7500 (99%)
|
|
[22:49:26 INFO] Video batch 931: frame 7448/7500 (99%)
|
|
[22:49:27 INFO] Video batch 932: frame 7456/7500 (99%)
|
|
[22:49:27 INFO] Video batch 933: frame 7464/7500 (99%)
|
|
[22:49:27 INFO] Video batch 934: frame 7472/7500 (99%)
|
|
[22:49:27 INFO] Video batch 935: frame 7480/7500 (99%)
|
|
[22:49:28 INFO] Video batch 936: frame 7488/7500 (99%)
|
|
[22:49:28 INFO] Video batch 937: frame 7496/7500 (99%)
|
|
[22:49:28 INFO] Video done: 7500 frames read, 937 batches processed
|
|
[22:53:09 INFO] init AI...
|
|
[22:53:09 INFO] Downloading
|
|
[22:53:12 INFO] CoreML model: input=input shape=(2, 3, 1280, 1280)
|
|
[22:53:12 INFO] Enabled
|
|
[22:53:13 INFO] init AI...
|
|
[22:53:13 INFO] init AI...
|
|
[22:53:13 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[22:53:13 INFO] ground sampling distance: 0.3059895833333333
|
|
[22:53:13 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[22:53:13 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[22:53:13 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[22:53:13 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[22:53:13 INFO] init AI...
|
|
[22:53:13 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4...
|
|
[22:53:13 INFO] Video: 7500 frames, 25.0 fps, 2560x1440
|
|
[22:53:14 INFO] Video batch 1: frame 8/7500 (0%)
|
|
[22:53:14 INFO] Video batch 2: frame 16/7500 (0%)
|
|
[22:53:14 INFO] Video batch 2: 2 detections from postprocess
|
|
[22:53:14 INFO] Video frame video_short01_000004: 1 dets, valid=True
|
|
[22:53:14 INFO] Video frame video_short01_000005: 1 dets, valid=True
|
|
[22:53:14 INFO] Video batch 3: frame 24/7500 (0%)
|
|
[22:53:14 INFO] Video batch 3: 2 detections from postprocess
|
|
[22:53:14 INFO] Video frame video_short01_000007: 1 dets, valid=True
|
|
[22:53:14 INFO] Video frame video_short01_000009: 1 dets, valid=True
|
|
[22:53:14 INFO] Video batch 4: frame 32/7500 (0%)
|
|
[22:53:14 INFO] Video batch 4: 2 detections from postprocess
|
|
[22:53:14 INFO] Video frame video_short01_000010: 1 dets, valid=True
|
|
[22:53:14 INFO] Video frame video_short01_000012: 1 dets, valid=True
|
|
[22:53:15 INFO] Video batch 5: frame 40/7500 (0%)
|
|
[22:53:15 INFO] Video batch 5: 2 detections from postprocess
|
|
[22:53:15 INFO] Video frame video_short01_000013: 1 dets, valid=True
|
|
[22:53:15 INFO] Video frame video_short01_000015: 1 dets, valid=True
|
|
[22:53:15 INFO] Video batch 6: frame 48/7500 (0%)
|
|
[22:53:15 INFO] Video batch 6: 2 detections from postprocess
|
|
[22:53:15 INFO] Video frame video_short01_000017: 1 dets, valid=True
|
|
[22:53:15 INFO] Video frame video_short01_000018: 1 dets, valid=True
|
|
[22:53:15 INFO] Video batch 7: frame 56/7500 (0%)
|
|
[22:53:15 INFO] Video batch 7: 2 detections from postprocess
|
|
[22:53:15 INFO] Video frame video_short01_000020: 1 dets, valid=True
|
|
[22:53:15 INFO] Video frame video_short01_000021: 1 dets, valid=True
|
|
[22:53:15 INFO] Video batch 8: frame 64/7500 (0%)
|
|
[22:53:15 INFO] Video batch 8: 2 detections from postprocess
|
|
[22:53:15 INFO] Video frame video_short01_000023: 1 dets, valid=True
|
|
[22:53:15 INFO] Video frame video_short01_000025: 1 dets, valid=True
|
|
[22:53:15 INFO] Video batch 9: frame 72/7500 (0%)
|
|
[22:53:16 INFO] Video batch 9: 2 detections from postprocess
|
|
[22:53:16 INFO] Video frame video_short01_000026: 1 dets, valid=True
|
|
[22:53:16 INFO] Video frame video_short01_000028: 1 dets, valid=True
|
|
[22:53:16 INFO] Video batch 10: frame 80/7500 (1%)
|
|
[22:53:16 INFO] Video batch 10: 2 detections from postprocess
|
|
[22:53:16 INFO] Video frame video_short01_000030: 1 dets, valid=True
|
|
[22:53:16 INFO] Video frame video_short01_000031: 1 dets, valid=True
|
|
[22:53:16 INFO] Video batch 11: frame 88/7500 (1%)
|
|
[22:53:16 INFO] Video batch 11: 3 detections from postprocess
|
|
[22:53:16 INFO] Video frame video_short01_000033: 1 dets, valid=True
|
|
[22:53:16 INFO] Video frame video_short01_000034: 2 dets, valid=True
|
|
[22:53:16 INFO] Video batch 12: frame 96/7500 (1%)
|
|
[22:53:16 INFO] Video batch 13: frame 104/7500 (1%)
|
|
[22:53:17 INFO] Video batch 13: 1 detections from postprocess
|
|
[22:53:17 INFO] Video frame video_short01_000041: 1 dets, valid=True
|
|
[22:53:17 INFO] Video batch 14: frame 112/7500 (1%)
|
|
[22:53:17 INFO] Video batch 14: 2 detections from postprocess
|
|
[22:53:17 INFO] Video frame video_short01_000042: 1 dets, valid=True
|
|
[22:53:17 INFO] Video frame video_short01_000044: 1 dets, valid=True
|
|
[22:53:17 INFO] Video batch 15: frame 120/7500 (1%)
|
|
[22:53:17 INFO] Video batch 15: 2 detections from postprocess
|
|
[22:53:17 INFO] Video frame video_short01_000045: 1 dets, valid=True
|
|
[22:53:17 INFO] Video frame video_short01_000047: 1 dets, valid=True
|
|
[22:53:17 INFO] Video batch 16: frame 128/7500 (1%)
|
|
[22:53:17 INFO] Video batch 16: 2 detections from postprocess
|
|
[22:53:17 INFO] Video frame video_short01_000049: 1 dets, valid=True
|
|
[22:53:17 INFO] Video frame video_short01_000050: 1 dets, valid=True
|
|
[22:53:17 INFO] Video batch 17: frame 136/7500 (1%)
|
|
[22:53:18 INFO] Video batch 17: 2 detections from postprocess
|
|
[22:53:18 INFO] Video frame video_short01_000052: 1 dets, valid=True
|
|
[22:53:18 INFO] Video frame video_short01_000053: 1 dets, valid=True
|
|
[22:53:18 INFO] Video batch 18: frame 144/7500 (1%)
|
|
[22:53:18 INFO] Video batch 18: 2 detections from postprocess
|
|
[22:53:18 INFO] Video frame video_short01_000055: 1 dets, valid=True
|
|
[22:53:18 INFO] Video frame video_short01_000057: 1 dets, valid=True
|
|
[22:53:18 INFO] Video batch 19: frame 152/7500 (2%)
|
|
[22:53:18 INFO] Video batch 20: frame 160/7500 (2%)
|
|
[22:53:18 INFO] Video batch 21: frame 168/7500 (2%)
|
|
[22:53:18 INFO] Video batch 21: 1 detections from postprocess
|
|
[22:53:18 INFO] Video frame video_short01_000066: 1 dets, valid=True
|
|
[22:53:19 INFO] Video batch 22: frame 176/7500 (2%)
|
|
[22:53:19 INFO] Video batch 22: 1 detections from postprocess
|
|
[22:53:19 INFO] Video frame video_short01_000068: 1 dets, valid=True
|
|
[22:53:19 INFO] Video batch 23: frame 184/7500 (2%)
|
|
[22:53:19 INFO] Video batch 23: 1 detections from postprocess
|
|
[22:53:19 INFO] Video frame video_short01_000073: 1 dets, valid=True
|
|
[22:53:19 INFO] Video batch 24: frame 192/7500 (2%)
|
|
[22:53:19 INFO] Video batch 24: 2 detections from postprocess
|
|
[22:53:19 INFO] Video frame video_short01_000074: 1 dets, valid=True
|
|
[22:53:19 INFO] Video frame video_short01_000076: 1 dets, valid=True
|
|
[22:53:19 INFO] Video batch 25: frame 200/7500 (2%)
|
|
[22:53:19 INFO] Video batch 25: 2 detections from postprocess
|
|
[22:53:19 INFO] Video frame video_short01_000077: 1 dets, valid=True
|
|
[22:53:19 INFO] Video frame video_short01_000079: 1 dets, valid=True
|
|
[22:53:19 INFO] Video batch 26: frame 208/7500 (2%)
|
|
[22:53:20 INFO] Video batch 26: 2 detections from postprocess
|
|
[22:53:20 INFO] Video frame video_short01_000081: 1 dets, valid=True
|
|
[22:53:20 INFO] Video frame video_short01_000082: 1 dets, valid=True
|
|
[22:53:20 INFO] Video batch 27: frame 216/7500 (2%)
|
|
[22:53:20 INFO] Video batch 27: 2 detections from postprocess
|
|
[22:53:20 INFO] Video frame video_short01_000084: 1 dets, valid=True
|
|
[22:53:20 INFO] Video frame video_short01_000085: 1 dets, valid=True
|
|
[22:53:20 INFO] Video batch 28: frame 224/7500 (2%)
|
|
[22:53:20 INFO] Video batch 28: 2 detections from postprocess
|
|
[22:53:20 INFO] Video frame video_short01_000087: 1 dets, valid=True
|
|
[22:53:20 INFO] Video frame video_short01_000089: 1 dets, valid=True
|
|
[22:53:20 INFO] Video batch 29: frame 232/7500 (3%)
|
|
[22:53:20 INFO] Video batch 29: 2 detections from postprocess
|
|
[22:53:20 INFO] Video frame video_short01_000090: 1 dets, valid=True
|
|
[22:53:20 INFO] Video frame video_short01_000092: 1 dets, valid=True
|
|
[22:53:21 INFO] Video batch 30: frame 240/7500 (3%)
|
|
[22:53:21 INFO] Video batch 30: 2 detections from postprocess
|
|
[22:53:21 INFO] Video frame video_short01_000093: 1 dets, valid=True
|
|
[22:53:21 INFO] Video frame video_short01_000095: 1 dets, valid=True
|
|
[22:53:21 INFO] Video batch 31: frame 248/7500 (3%)
|
|
[22:53:21 INFO] Video batch 31: 2 detections from postprocess
|
|
[22:53:21 INFO] Video frame video_short01_000097: 1 dets, valid=True
|
|
[22:53:21 INFO] Video frame video_short01_000098: 1 dets, valid=True
|
|
[22:53:21 INFO] Video batch 32: frame 256/7500 (3%)
|
|
[22:53:21 INFO] Video batch 32: 2 detections from postprocess
|
|
[22:53:21 INFO] Video frame video_short01_000100: 1 dets, valid=True
|
|
[22:53:21 INFO] Video frame video_short01_000101: 1 dets, valid=True
|
|
[22:53:21 INFO] Video batch 33: frame 264/7500 (3%)
|
|
[22:53:21 INFO] Video batch 33: 2 detections from postprocess
|
|
[22:53:21 INFO] Video frame video_short01_000103: 1 dets, valid=True
|
|
[22:53:21 INFO] Video frame video_short01_000105: 1 dets, valid=True
|
|
[22:53:21 INFO] Video batch 34: frame 272/7500 (3%)
|
|
[22:53:22 INFO] Video batch 34: 2 detections from postprocess
|
|
[22:53:22 INFO] Video frame video_short01_000106: 1 dets, valid=True
|
|
[22:53:22 INFO] Video frame video_short01_000108: 1 dets, valid=True
|
|
[22:53:22 INFO] Video batch 35: frame 280/7500 (3%)
|
|
[22:53:22 INFO] Video batch 35: 2 detections from postprocess
|
|
[22:53:22 INFO] Video frame video_short01_000110: 1 dets, valid=True
|
|
[22:53:22 INFO] Video frame video_short01_000111: 1 dets, valid=True
|
|
[22:53:22 INFO] Video batch 36: frame 288/7500 (3%)
|
|
[22:53:22 INFO] Video batch 36: 2 detections from postprocess
|
|
[22:53:22 INFO] Video frame video_short01_000113: 1 dets, valid=True
|
|
[22:53:22 INFO] Video frame video_short01_000114: 1 dets, valid=True
|
|
[22:53:22 INFO] Video batch 37: frame 296/7500 (3%)
|
|
[22:53:22 INFO] Video batch 37: 2 detections from postprocess
|
|
[22:53:22 INFO] Video frame video_short01_000116: 1 dets, valid=True
|
|
[22:53:22 INFO] Video frame video_short01_000117: 1 dets, valid=True
|
|
[22:53:22 INFO] Video batch 38: frame 304/7500 (4%)
|
|
[22:53:22 INFO] Video batch 38: 1 detections from postprocess
|
|
[22:53:22 INFO] Video frame video_short01_000121: 1 dets, valid=True
|
|
[22:53:23 INFO] Video batch 39: frame 312/7500 (4%)
|
|
[22:53:23 INFO] Video batch 40: frame 320/7500 (4%)
|
|
[22:53:23 INFO] Video batch 41: frame 328/7500 (4%)
|
|
[22:53:23 INFO] Video batch 42: frame 336/7500 (4%)
|
|
[22:53:23 INFO] Video batch 43: frame 344/7500 (4%)
|
|
[22:53:24 INFO] Video batch 44: frame 352/7500 (4%)
|
|
[22:53:24 INFO] Video batch 44: 1 detections from postprocess
|
|
[22:53:24 INFO] Video frame video_short01_000140: 1 dets, valid=True
|
|
[22:53:24 INFO] Video batch 45: frame 360/7500 (4%)
|
|
[22:53:24 INFO] Video batch 46: frame 368/7500 (4%)
|
|
[22:53:24 INFO] Video batch 47: frame 376/7500 (5%)
|
|
[22:53:24 INFO] Video batch 47: 2 detections from postprocess
|
|
[22:53:24 INFO] Video frame video_short01_000150: 2 dets, valid=True
|
|
[22:53:24 INFO] Video batch 48: frame 384/7500 (5%)
|
|
[22:53:25 INFO] Video batch 48: 3 detections from postprocess
|
|
[22:53:25 INFO] Video frame video_short01_000151: 3 dets, valid=True
|
|
[22:53:25 INFO] Video batch 49: frame 392/7500 (5%)
|
|
[22:53:25 INFO] Video batch 50: frame 400/7500 (5%)
|
|
[22:53:25 INFO] Video batch 51: frame 408/7500 (5%)
|
|
[22:53:25 INFO] Video batch 52: frame 416/7500 (5%)
|
|
[22:53:25 INFO] Video batch 53: frame 424/7500 (5%)
|
|
[22:53:26 INFO] Video batch 54: frame 432/7500 (5%)
|
|
[22:53:26 INFO] Video batch 55: frame 440/7500 (5%)
|
|
[22:53:26 INFO] Video batch 56: frame 448/7500 (5%)
|
|
[22:53:26 INFO] Video batch 57: frame 456/7500 (6%)
|
|
[22:53:27 INFO] Video batch 58: frame 464/7500 (6%)
|
|
[22:53:27 INFO] Video batch 59: frame 472/7500 (6%)
|
|
[22:53:27 INFO] Video batch 60: frame 480/7500 (6%)
|
|
[22:53:27 INFO] Video batch 61: frame 488/7500 (6%)
|
|
[22:53:27 INFO] Video batch 62: frame 496/7500 (6%)
|
|
[22:53:28 INFO] Video batch 63: frame 504/7500 (6%)
|
|
[22:53:28 INFO] Video batch 64: frame 512/7500 (6%)
|
|
[22:53:28 INFO] Video batch 65: frame 520/7500 (6%)
|
|
[22:53:28 INFO] Video batch 66: frame 528/7500 (7%)
|
|
[22:53:28 INFO] Video batch 67: frame 536/7500 (7%)
|
|
[22:53:29 INFO] Video batch 68: frame 544/7500 (7%)
|
|
[22:53:29 INFO] Video batch 69: frame 552/7500 (7%)
|
|
[22:53:29 INFO] Video batch 70: frame 560/7500 (7%)
|
|
[22:53:29 INFO] Video batch 71: frame 568/7500 (7%)
|
|
[22:53:30 INFO] Video batch 72: frame 576/7500 (7%)
|
|
[22:53:30 INFO] Video batch 73: frame 584/7500 (7%)
|
|
[22:53:30 INFO] Video batch 74: frame 592/7500 (7%)
|
|
[22:53:30 INFO] Video batch 75: frame 600/7500 (8%)
|
|
[22:53:31 INFO] Video batch 76: frame 608/7500 (8%)
|
|
[22:53:31 INFO] Video batch 77: frame 616/7500 (8%)
|
|
[22:53:31 INFO] Video batch 78: frame 624/7500 (8%)
|
|
[22:53:31 INFO] Video batch 79: frame 632/7500 (8%)
|
|
[22:53:32 INFO] Video batch 80: frame 640/7500 (8%)
|
|
[22:53:32 INFO] Video batch 81: frame 648/7500 (8%)
|
|
[22:53:32 INFO] Video batch 82: frame 656/7500 (8%)
|
|
[22:53:32 INFO] Video batch 83: frame 664/7500 (8%)
|
|
[22:53:33 INFO] Video batch 84: frame 672/7500 (8%)
|
|
[22:53:33 INFO] Video batch 85: frame 680/7500 (9%)
|
|
[22:53:33 INFO] Video batch 86: frame 688/7500 (9%)
|
|
[22:53:33 INFO] Video batch 87: frame 696/7500 (9%)
|
|
[22:53:33 INFO] Video batch 88: frame 704/7500 (9%)
|
|
[22:53:34 INFO] Video batch 89: frame 712/7500 (9%)
|
|
[22:53:34 INFO] Video batch 90: frame 720/7500 (9%)
|
|
[22:53:34 INFO] Video batch 91: frame 728/7500 (9%)
|
|
[22:53:34 INFO] Video batch 92: frame 736/7500 (9%)
|
|
[22:53:35 INFO] Video batch 93: frame 744/7500 (9%)
|
|
[22:53:35 INFO] Video batch 94: frame 752/7500 (10%)
|
|
[22:53:35 INFO] Video batch 95: frame 760/7500 (10%)
|
|
[22:53:35 INFO] Video batch 95: 1 detections from postprocess
|
|
[22:53:35 INFO] Video frame video_short01_000303: 1 dets, valid=True
|
|
[22:53:35 INFO] Video batch 96: frame 768/7500 (10%)
|
|
[22:53:35 INFO] Video batch 96: 2 detections from postprocess
|
|
[22:53:35 INFO] Video frame video_short01_000305: 1 dets, valid=True
|
|
[22:53:35 INFO] Video frame video_short01_000306: 1 dets, valid=True
|
|
[22:53:35 INFO] Video batch 97: frame 776/7500 (10%)
|
|
[22:53:36 INFO] Video batch 97: 2 detections from postprocess
|
|
[22:53:36 INFO] Video frame video_short01_000308: 1 dets, valid=True
|
|
[22:53:36 INFO] Video frame video_short01_000310: 1 dets, valid=True
|
|
[22:53:36 INFO] Video batch 98: frame 784/7500 (10%)
|
|
[22:53:36 INFO] Video batch 98: 2 detections from postprocess
|
|
[22:53:36 INFO] Video frame video_short01_000311: 1 dets, valid=True
|
|
[22:53:36 INFO] Video frame video_short01_000313: 1 dets, valid=True
|
|
[22:53:36 INFO] Video batch 99: frame 792/7500 (10%)
|
|
[22:53:36 INFO] Video batch 99: 2 detections from postprocess
|
|
[22:53:36 INFO] Video frame video_short01_000314: 1 dets, valid=True
|
|
[22:53:36 INFO] Video frame video_short01_000316: 1 dets, valid=True
|
|
[22:53:36 INFO] Video batch 100: frame 800/7500 (10%)
|
|
[22:53:36 INFO] Video batch 100: 2 detections from postprocess
|
|
[22:53:36 INFO] Video frame video_short01_000317: 1 dets, valid=True
|
|
[22:53:36 INFO] Video frame video_short01_000319: 1 dets, valid=True
|
|
[22:53:36 INFO] Video batch 101: frame 808/7500 (10%)
|
|
[22:53:37 INFO] Video batch 101: 2 detections from postprocess
|
|
[22:53:37 INFO] Video frame video_short01_000321: 1 dets, valid=True
|
|
[22:53:37 INFO] Video frame video_short01_000322: 1 dets, valid=True
|
|
[22:53:37 INFO] Video batch 102: frame 816/7500 (10%)
|
|
[22:53:37 INFO] Video batch 102: 2 detections from postprocess
|
|
[22:53:37 INFO] Video frame video_short01_000324: 1 dets, valid=True
|
|
[22:53:37 INFO] Video frame video_short01_000325: 1 dets, valid=True
|
|
[22:53:37 INFO] Video batch 103: frame 824/7500 (10%)
|
|
[22:53:37 INFO] Video batch 103: 2 detections from postprocess
|
|
[22:53:37 INFO] Video frame video_short01_000327: 1 dets, valid=True
|
|
[22:53:37 INFO] Video frame video_short01_000329: 1 dets, valid=True
|
|
[22:53:37 INFO] Video batch 104: frame 832/7500 (11%)
|
|
[22:53:37 INFO] Video batch 105: frame 840/7500 (11%)
|
|
[22:53:38 INFO] Video batch 106: frame 848/7500 (11%)
|
|
[22:53:38 INFO] Video batch 107: frame 856/7500 (11%)
|
|
[22:53:38 INFO] Video batch 108: frame 864/7500 (11%)
|
|
[22:53:38 INFO] Video batch 109: frame 872/7500 (11%)
|
|
[22:53:38 INFO] Video batch 110: frame 880/7500 (11%)
|
|
[22:53:39 INFO] Video batch 111: frame 888/7500 (11%)
|
|
[22:53:39 INFO] Video batch 112: frame 896/7500 (11%)
|
|
[22:53:39 INFO] Video batch 113: frame 904/7500 (12%)
|
|
[22:53:39 INFO] Video batch 114: frame 912/7500 (12%)
|
|
[22:53:39 INFO] Video batch 115: frame 920/7500 (12%)
|
|
[22:53:40 INFO] Video batch 116: frame 928/7500 (12%)
|
|
[22:53:40 INFO] Video batch 117: frame 936/7500 (12%)
|
|
[22:53:40 INFO] Video batch 118: frame 944/7500 (12%)
|
|
[22:53:40 INFO] Video batch 119: frame 952/7500 (12%)
|
|
[22:53:40 INFO] Video batch 120: frame 960/7500 (12%)
|
|
[22:53:41 INFO] Video batch 120: 1 detections from postprocess
|
|
[22:53:41 INFO] Video frame video_short01_000383: 1 dets, valid=True
|
|
[22:53:41 INFO] Video batch 121: frame 968/7500 (12%)
|
|
[22:53:41 INFO] Video batch 122: frame 976/7500 (13%)
|
|
[22:53:41 INFO] Video batch 123: frame 984/7500 (13%)
|
|
[22:53:41 INFO] Video batch 124: frame 992/7500 (13%)
|
|
[22:53:42 INFO] Video batch 125: frame 1000/7500 (13%)
|
|
[22:53:42 INFO] Video batch 126: frame 1008/7500 (13%)
|
|
[22:53:42 INFO] Video batch 126: 1 detections from postprocess
|
|
[22:53:42 INFO] Video frame video_short01_000401: 1 dets, valid=True
|
|
[22:53:42 INFO] Video batch 127: frame 1016/7500 (13%)
|
|
[22:53:42 INFO] Video batch 128: frame 1024/7500 (13%)
|
|
[22:53:42 INFO] Video batch 129: frame 1032/7500 (13%)
|
|
[22:53:43 INFO] Video batch 130: frame 1040/7500 (13%)
|
|
[22:53:43 INFO] Video batch 131: frame 1048/7500 (13%)
|
|
[22:53:43 INFO] Video batch 131: 1 detections from postprocess
|
|
[22:53:43 INFO] Video frame video_short01_000418: 1 dets, valid=True
|
|
[22:53:43 INFO] Video batch 132: frame 1056/7500 (14%)
|
|
[22:53:44 INFO] Video batch 132: 2 detections from postprocess
|
|
[22:53:44 INFO] Video frame video_short01_000420: 1 dets, valid=True
|
|
[22:53:44 INFO] Video frame video_short01_000421: 1 dets, valid=True
|
|
[22:53:44 INFO] Video batch 133: frame 1064/7500 (14%)
|
|
[22:53:44 INFO] Video batch 133: 2 detections from postprocess
|
|
[22:53:44 INFO] Video frame video_short01_000423: 1 dets, valid=True
|
|
[22:53:44 INFO] Video frame video_short01_000425: 1 dets, valid=True
|
|
[22:53:44 INFO] Video batch 134: frame 1072/7500 (14%)
|
|
[22:53:44 INFO] Video batch 134: 3 detections from postprocess
|
|
[22:53:44 INFO] Video frame video_short01_000426: 2 dets, valid=True
|
|
[22:53:44 INFO] Video frame video_short01_000428: 1 dets, valid=True
|
|
[22:53:44 INFO] Video batch 135: frame 1080/7500 (14%)
|
|
[22:53:44 INFO] Video batch 136: frame 1088/7500 (14%)
|
|
[22:53:45 INFO] Video batch 137: frame 1096/7500 (14%)
|
|
[22:53:45 INFO] Video batch 138: frame 1104/7500 (14%)
|
|
[22:53:45 INFO] Video batch 139: frame 1112/7500 (14%)
|
|
[22:53:45 INFO] Video batch 140: frame 1120/7500 (14%)
|
|
[22:53:45 INFO] Video batch 141: frame 1128/7500 (15%)
|
|
[22:53:46 INFO] Video batch 142: frame 1136/7500 (15%)
|
|
[22:53:46 INFO] Video batch 143: frame 1144/7500 (15%)
|
|
[22:53:46 INFO] Video batch 144: frame 1152/7500 (15%)
|
|
[22:53:46 INFO] Video batch 144: 1 detections from postprocess
|
|
[22:53:46 INFO] Video frame video_short01_000458: 1 dets, valid=True
|
|
[22:53:46 INFO] Video batch 145: frame 1160/7500 (15%)
|
|
[22:53:47 INFO] Video batch 146: frame 1168/7500 (15%)
|
|
[22:53:47 INFO] Video batch 146: 1 detections from postprocess
|
|
[22:53:47 INFO] Video frame video_short01_000466: 1 dets, valid=True
|
|
[22:53:47 INFO] Video batch 147: frame 1176/7500 (15%)
|
|
[22:53:47 INFO] Video batch 148: frame 1184/7500 (15%)
|
|
[22:53:47 INFO] Video batch 149: frame 1192/7500 (15%)
|
|
[22:53:47 INFO] Video batch 149: 1 detections from postprocess
|
|
[22:53:47 INFO] Video frame video_short01_000476: 1 dets, valid=True
|
|
[22:53:48 INFO] Video batch 150: frame 1200/7500 (16%)
|
|
[22:53:48 INFO] Video batch 150: 1 detections from postprocess
|
|
[22:53:48 INFO] Video frame video_short01_000477: 1 dets, valid=True
|
|
[22:53:48 INFO] Video batch 151: frame 1208/7500 (16%)
|
|
[22:53:48 INFO] Video batch 152: frame 1216/7500 (16%)
|
|
[22:53:48 INFO] Video batch 152: 1 detections from postprocess
|
|
[22:53:48 INFO] Video frame video_short01_000485: 1 dets, valid=True
|
|
[22:53:48 INFO] Video batch 153: frame 1224/7500 (16%)
|
|
[22:53:48 INFO] Video batch 153: 3 detections from postprocess
|
|
[22:53:48 INFO] Video frame video_short01_000487: 2 dets, valid=True
|
|
[22:53:48 INFO] Video frame video_short01_000489: 1 dets, valid=True
|
|
[22:53:48 INFO] Video batch 154: frame 1232/7500 (16%)
|
|
[22:53:49 INFO] Video batch 154: 2 detections from postprocess
|
|
[22:53:49 INFO] Video frame video_short01_000490: 1 dets, valid=True
|
|
[22:53:49 INFO] Video frame video_short01_000492: 1 dets, valid=True
|
|
[22:53:49 INFO] Video batch 155: frame 1240/7500 (16%)
|
|
[22:53:49 INFO] Video batch 155: 1 detections from postprocess
|
|
[22:53:49 INFO] Video frame video_short01_000493: 1 dets, valid=True
|
|
[22:53:49 INFO] Video batch 156: frame 1248/7500 (16%)
|
|
[22:53:49 INFO] Video batch 157: frame 1256/7500 (16%)
|
|
[22:53:49 INFO] Video batch 158: frame 1264/7500 (16%)
|
|
[22:53:50 INFO] Video batch 159: frame 1272/7500 (16%)
|
|
[22:53:50 INFO] Video batch 160: frame 1280/7500 (17%)
|
|
[22:53:50 INFO] Video batch 161: frame 1288/7500 (17%)
|
|
[22:53:50 INFO] Video batch 162: frame 1296/7500 (17%)
|
|
[22:53:50 INFO] Video batch 163: frame 1304/7500 (17%)
|
|
[22:53:51 INFO] Video batch 164: frame 1312/7500 (17%)
|
|
[22:53:51 INFO] Video batch 165: frame 1320/7500 (17%)
|
|
[22:53:51 INFO] Video batch 166: frame 1328/7500 (17%)
|
|
[22:53:51 INFO] Video batch 167: frame 1336/7500 (17%)
|
|
[22:53:52 INFO] Video batch 168: frame 1344/7500 (17%)
|
|
[22:53:52 INFO] Video batch 169: frame 1352/7500 (18%)
|
|
[22:53:52 INFO] Video batch 170: frame 1360/7500 (18%)
|
|
[22:53:52 INFO] Video batch 171: frame 1368/7500 (18%)
|
|
[22:53:53 INFO] Video batch 172: frame 1376/7500 (18%)
|
|
[22:53:53 INFO] Video batch 173: frame 1384/7500 (18%)
|
|
[22:53:53 INFO] Video batch 174: frame 1392/7500 (18%)
|
|
[22:53:53 INFO] Video batch 175: frame 1400/7500 (18%)
|
|
[22:53:53 INFO] Video batch 176: frame 1408/7500 (18%)
|
|
[22:53:54 INFO] Video batch 177: frame 1416/7500 (18%)
|
|
[22:53:54 INFO] Video batch 178: frame 1424/7500 (18%)
|
|
[22:53:54 INFO] Video batch 179: frame 1432/7500 (19%)
|
|
[22:53:54 INFO] Video batch 180: frame 1440/7500 (19%)
|
|
[22:53:54 INFO] Video batch 181: frame 1448/7500 (19%)
|
|
[22:53:55 INFO] Video batch 182: frame 1456/7500 (19%)
|
|
[22:53:55 INFO] Video batch 183: frame 1464/7500 (19%)
|
|
[22:53:55 INFO] Video batch 184: frame 1472/7500 (19%)
|
|
[22:53:55 INFO] Video batch 185: frame 1480/7500 (19%)
|
|
[22:53:55 INFO] Video batch 186: frame 1488/7500 (19%)
|
|
[22:53:56 INFO] Video batch 187: frame 1496/7500 (19%)
|
|
[22:53:56 INFO] Video batch 188: frame 1504/7500 (20%)
|
|
[22:53:56 INFO] Video batch 189: frame 1512/7500 (20%)
|
|
[22:53:56 INFO] Video batch 190: frame 1520/7500 (20%)
|
|
[22:53:57 INFO] Video batch 191: frame 1528/7500 (20%)
|
|
[22:53:57 INFO] Video batch 192: frame 1536/7500 (20%)
|
|
[22:53:57 INFO] Video batch 193: frame 1544/7500 (20%)
|
|
[22:53:57 INFO] Video batch 193: 1 detections from postprocess
|
|
[22:53:57 INFO] Video frame video_short01_001017: 1 dets, valid=True
|
|
[22:53:57 INFO] Video batch 194: frame 1552/7500 (20%)
|
|
[22:53:57 INFO] Video batch 195: frame 1560/7500 (20%)
|
|
[22:53:58 INFO] Video batch 196: frame 1568/7500 (20%)
|
|
[22:53:58 INFO] Video batch 197: frame 1576/7500 (21%)
|
|
[22:53:58 INFO] Video batch 198: frame 1584/7500 (21%)
|
|
[22:53:58 INFO] Video batch 199: frame 1592/7500 (21%)
|
|
[22:53:58 INFO] Video batch 200: frame 1600/7500 (21%)
|
|
[22:53:59 INFO] Video batch 200: 1 detections from postprocess
|
|
[22:53:59 INFO] Video frame video_short01_001039: 1 dets, valid=True
|
|
[22:53:59 INFO] Video batch 201: frame 1608/7500 (21%)
|
|
[22:53:59 INFO] Video batch 201: 1 detections from postprocess
|
|
[22:53:59 INFO] Video frame video_short01_001041: 1 dets, valid=True
|
|
[22:53:59 INFO] Video batch 202: frame 1616/7500 (21%)
|
|
[22:53:59 INFO] Video batch 203: frame 1624/7500 (21%)
|
|
[22:54:00 INFO] Video batch 204: frame 1632/7500 (21%)
|
|
[22:54:00 INFO] Video batch 205: frame 1640/7500 (21%)
|
|
[22:54:00 INFO] Video batch 206: frame 1648/7500 (21%)
|
|
[22:54:00 INFO] Video batch 207: frame 1656/7500 (22%)
|
|
[22:54:01 INFO] Video batch 208: frame 1664/7500 (22%)
|
|
[22:54:01 INFO] Video batch 209: frame 1672/7500 (22%)
|
|
[22:54:01 INFO] Video batch 210: frame 1680/7500 (22%)
|
|
[22:54:01 INFO] Video batch 211: frame 1688/7500 (22%)
|
|
[22:54:01 INFO] Video batch 212: frame 1696/7500 (22%)
|
|
[22:54:02 INFO] Video batch 213: frame 1704/7500 (22%)
|
|
[22:54:02 INFO] Video batch 214: frame 1712/7500 (22%)
|
|
[22:54:02 INFO] Video batch 215: frame 1720/7500 (22%)
|
|
[22:54:02 INFO] Video batch 216: frame 1728/7500 (23%)
|
|
[22:54:03 INFO] Video batch 217: frame 1736/7500 (23%)
|
|
[22:54:03 INFO] Video batch 218: frame 1744/7500 (23%)
|
|
[22:54:03 INFO] Video batch 219: frame 1752/7500 (23%)
|
|
[22:54:03 INFO] Video batch 219: 1 detections from postprocess
|
|
[22:54:03 INFO] Video frame video_short01_001100: 1 dets, valid=True
|
|
[22:54:03 INFO] Video batch 220: frame 1760/7500 (23%)
|
|
[22:54:04 INFO] Video batch 220: 2 detections from postprocess
|
|
[22:54:04 INFO] Video frame video_short01_001101: 1 dets, valid=True
|
|
[22:54:04 INFO] Video frame video_short01_001103: 1 dets, valid=True
|
|
[22:54:04 INFO] Video batch 221: frame 1768/7500 (23%)
|
|
[22:54:04 INFO] Video batch 221: 2 detections from postprocess
|
|
[22:54:04 INFO] Video frame video_short01_001105: 1 dets, valid=True
|
|
[22:54:04 INFO] Video frame video_short01_001106: 1 dets, valid=True
|
|
[22:54:04 INFO] Video batch 222: frame 1776/7500 (23%)
|
|
[22:54:04 INFO] Video batch 222: 2 detections from postprocess
|
|
[22:54:04 INFO] Video frame video_short01_001108: 1 dets, valid=True
|
|
[22:54:04 INFO] Video frame video_short01_001110: 1 dets, valid=True
|
|
[22:54:04 INFO] Video batch 223: frame 1784/7500 (23%)
|
|
[22:54:04 INFO] Video batch 223: 2 detections from postprocess
|
|
[22:54:04 INFO] Video frame video_short01_001111: 1 dets, valid=True
|
|
[22:54:04 INFO] Video frame video_short01_001113: 1 dets, valid=True
|
|
[22:54:04 INFO] Video batch 224: frame 1792/7500 (23%)
|
|
[22:54:05 INFO] Video batch 225: frame 1800/7500 (24%)
|
|
[22:54:05 INFO] Video batch 226: frame 1808/7500 (24%)
|
|
[22:54:05 INFO] Video batch 227: frame 1816/7500 (24%)
|
|
[22:54:05 INFO] Video batch 228: frame 1824/7500 (24%)
|
|
[22:54:05 INFO] Video batch 229: frame 1832/7500 (24%)
|
|
[22:54:06 INFO] Video batch 230: frame 1840/7500 (24%)
|
|
[22:54:06 INFO] Video batch 231: frame 1848/7500 (24%)
|
|
[22:54:06 INFO] Video batch 231: 1 detections from postprocess
|
|
[22:54:06 INFO] Video frame video_short01_001137: 1 dets, valid=True
|
|
[22:54:06 INFO] Video batch 232: frame 1856/7500 (24%)
|
|
[22:54:06 INFO] Video batch 233: frame 1864/7500 (24%)
|
|
[22:54:06 INFO] Video batch 234: frame 1872/7500 (24%)
|
|
[22:54:07 INFO] Video batch 235: frame 1880/7500 (25%)
|
|
[22:54:07 INFO] Video batch 235: 1 detections from postprocess
|
|
[22:54:07 INFO] Video frame video_short01_001151: 1 dets, valid=True
|
|
[22:54:07 INFO] Video batch 236: frame 1888/7500 (25%)
|
|
[22:54:07 INFO] Video batch 237: frame 1896/7500 (25%)
|
|
[22:54:07 INFO] Video batch 238: frame 1904/7500 (25%)
|
|
[22:54:07 INFO] Video batch 239: frame 1912/7500 (25%)
|
|
[22:54:08 INFO] Video batch 240: frame 1920/7500 (25%)
|
|
[22:54:08 INFO] Video batch 241: frame 1928/7500 (25%)
|
|
[22:54:08 INFO] Video batch 242: frame 1936/7500 (25%)
|
|
[22:54:08 INFO] Video batch 243: frame 1944/7500 (25%)
|
|
[22:54:09 INFO] Video batch 244: frame 1952/7500 (26%)
|
|
[22:54:09 INFO] Video batch 245: frame 1960/7500 (26%)
|
|
[22:54:09 INFO] Video batch 246: frame 1968/7500 (26%)
|
|
[22:54:09 INFO] Video batch 247: frame 1976/7500 (26%)
|
|
[22:54:09 INFO] Video batch 248: frame 1984/7500 (26%)
|
|
[22:54:10 INFO] Video batch 249: frame 1992/7500 (26%)
|
|
[22:54:10 INFO] Video batch 250: frame 2000/7500 (26%)
|
|
[22:54:10 INFO] Video batch 251: frame 2008/7500 (26%)
|
|
[22:54:10 INFO] Video batch 252: frame 2016/7500 (26%)
|
|
[22:54:10 INFO] Video batch 253: frame 2024/7500 (26%)
|
|
[22:54:11 INFO] Video batch 254: frame 2032/7500 (27%)
|
|
[22:54:11 INFO] Video batch 255: frame 2040/7500 (27%)
|
|
[22:54:11 INFO] Video batch 256: frame 2048/7500 (27%)
|
|
[22:54:11 INFO] Video batch 257: frame 2056/7500 (27%)
|
|
[22:54:11 INFO] Video batch 258: frame 2064/7500 (27%)
|
|
[22:54:12 INFO] Video batch 259: frame 2072/7500 (27%)
|
|
[22:54:12 INFO] Video batch 260: frame 2080/7500 (27%)
|
|
[22:54:12 INFO] Video batch 261: frame 2088/7500 (27%)
|
|
[22:54:12 INFO] Video batch 262: frame 2096/7500 (27%)
|
|
[22:54:13 INFO] Video batch 263: frame 2104/7500 (28%)
|
|
[22:54:13 INFO] Video batch 264: frame 2112/7500 (28%)
|
|
[22:54:13 INFO] Video batch 265: frame 2120/7500 (28%)
|
|
[22:54:13 INFO] Video batch 266: frame 2128/7500 (28%)
|
|
[22:54:13 INFO] Video batch 267: frame 2136/7500 (28%)
|
|
[22:54:14 INFO] Video batch 268: frame 2144/7500 (28%)
|
|
[22:54:14 INFO] Video batch 269: frame 2152/7500 (28%)
|
|
[22:54:14 INFO] Video batch 270: frame 2160/7500 (28%)
|
|
[22:54:14 INFO] Video batch 271: frame 2168/7500 (28%)
|
|
[22:54:15 INFO] Video batch 272: frame 2176/7500 (29%)
|
|
[22:54:15 INFO] Video batch 273: frame 2184/7500 (29%)
|
|
[22:54:15 INFO] Video batch 274: frame 2192/7500 (29%)
|
|
[22:54:15 INFO] Video batch 275: frame 2200/7500 (29%)
|
|
[22:54:15 INFO] Video batch 276: frame 2208/7500 (29%)
|
|
[22:54:16 INFO] Video batch 277: frame 2216/7500 (29%)
|
|
[22:54:16 INFO] Video batch 278: frame 2224/7500 (29%)
|
|
[22:54:16 INFO] Video batch 279: frame 2232/7500 (29%)
|
|
[22:54:16 INFO] Video batch 280: frame 2240/7500 (29%)
|
|
[22:54:16 INFO] Video batch 281: frame 2248/7500 (29%)
|
|
[22:54:17 INFO] Video batch 282: frame 2256/7500 (30%)
|
|
[22:54:17 INFO] Video batch 283: frame 2264/7500 (30%)
|
|
[22:54:17 INFO] Video batch 283: 2 detections from postprocess
|
|
[22:54:17 INFO] Video frame video_short01_001303: 1 dets, valid=True
|
|
[22:54:17 INFO] Video frame video_short01_001305: 1 dets, valid=True
|
|
[22:54:17 INFO] Video batch 284: frame 2272/7500 (30%)
|
|
[22:54:17 INFO] Video batch 285: frame 2280/7500 (30%)
|
|
[22:54:18 INFO] Video batch 285: 1 detections from postprocess
|
|
[22:54:18 INFO] Video frame video_short01_001310: 1 dets, valid=True
|
|
[22:54:18 INFO] Video batch 286: frame 2288/7500 (30%)
|
|
[22:54:18 INFO] Video batch 287: frame 2296/7500 (30%)
|
|
[22:54:18 INFO] Video batch 288: frame 2304/7500 (30%)
|
|
[22:54:18 INFO] Video batch 288: 1 detections from postprocess
|
|
[22:54:18 INFO] Video frame video_short01_001319: 1 dets, valid=True
|
|
[22:54:18 INFO] Video batch 289: frame 2312/7500 (30%)
|
|
[22:54:18 INFO] Video batch 289: 1 detections from postprocess
|
|
[22:54:18 INFO] Video frame video_short01_001324: 1 dets, valid=True
|
|
[22:54:19 INFO] Video batch 290: frame 2320/7500 (30%)
|
|
[22:54:19 INFO] Video batch 291: frame 2328/7500 (31%)
|
|
[22:54:19 INFO] Video batch 292: frame 2336/7500 (31%)
|
|
[22:54:19 INFO] Video batch 293: frame 2344/7500 (31%)
|
|
[22:54:19 INFO] Video batch 294: frame 2352/7500 (31%)
|
|
[22:54:20 INFO] Video batch 294: 1 detections from postprocess
|
|
[22:54:20 INFO] Video frame video_short01_001340: 1 dets, valid=True
|
|
[22:54:20 INFO] Video batch 295: frame 2360/7500 (31%)
|
|
[22:54:20 INFO] Video batch 296: frame 2368/7500 (31%)
|
|
[22:54:20 INFO] Video batch 297: frame 2376/7500 (31%)
|
|
[22:54:20 INFO] Video batch 297: 1 detections from postprocess
|
|
[22:54:20 INFO] Video frame video_short01_001350: 1 dets, valid=True
|
|
[22:54:20 INFO] Video batch 298: frame 2384/7500 (31%)
|
|
[22:54:20 INFO] Video batch 298: 1 detections from postprocess
|
|
[22:54:20 INFO] Video frame video_short01_001351: 1 dets, valid=True
|
|
[22:54:21 INFO] Video batch 299: frame 2392/7500 (31%)
|
|
[22:54:21 INFO] Video batch 299: 2 detections from postprocess
|
|
[22:54:21 INFO] Video frame video_short01_001354: 1 dets, valid=True
|
|
[22:54:21 INFO] Video frame video_short01_001356: 1 dets, valid=True
|
|
[22:54:21 INFO] Video batch 300: frame 2400/7500 (32%)
|
|
[22:54:21 INFO] Video batch 300: 1 detections from postprocess
|
|
[22:54:21 INFO] Video frame video_short01_001359: 1 dets, valid=True
|
|
[22:54:21 INFO] Video batch 301: frame 2408/7500 (32%)
|
|
[22:54:21 INFO] Video batch 301: 1 detections from postprocess
|
|
[22:54:21 INFO] Video frame video_short01_001362: 1 dets, valid=True
|
|
[22:54:21 INFO] Video batch 302: frame 2416/7500 (32%)
|
|
[22:54:21 INFO] Video batch 302: 2 detections from postprocess
|
|
[22:54:21 INFO] Video frame video_short01_001364: 1 dets, valid=True
|
|
[22:54:21 INFO] Video frame video_short01_001365: 1 dets, valid=True
|
|
[22:54:21 INFO] Video batch 303: frame 2424/7500 (32%)
|
|
[22:54:22 INFO] Video batch 304: frame 2432/7500 (32%)
|
|
[22:54:22 INFO] Video batch 305: frame 2440/7500 (32%)
|
|
[22:54:22 INFO] Video batch 306: frame 2448/7500 (32%)
|
|
[22:54:22 INFO] Video batch 307: frame 2456/7500 (32%)
|
|
[22:54:23 INFO] Video batch 308: frame 2464/7500 (32%)
|
|
[22:54:23 INFO] Video batch 309: frame 2472/7500 (32%)
|
|
[22:54:23 INFO] Video batch 310: frame 2480/7500 (33%)
|
|
[22:54:23 INFO] Video batch 311: frame 2488/7500 (33%)
|
|
[22:54:24 INFO] Video batch 312: frame 2496/7500 (33%)
|
|
[22:54:24 INFO] Video batch 313: frame 2504/7500 (33%)
|
|
[22:54:24 INFO] Video batch 314: frame 2512/7500 (33%)
|
|
[22:54:24 INFO] Video batch 315: frame 2520/7500 (33%)
|
|
[22:54:24 INFO] Video batch 316: frame 2528/7500 (33%)
|
|
[22:54:25 INFO] Video batch 317: frame 2536/7500 (33%)
|
|
[22:54:25 INFO] Video batch 318: frame 2544/7500 (33%)
|
|
[22:54:25 INFO] Video batch 319: frame 2552/7500 (34%)
|
|
[22:54:25 INFO] Video batch 320: frame 2560/7500 (34%)
|
|
[22:54:26 INFO] Video batch 321: frame 2568/7500 (34%)
|
|
[22:54:26 INFO] Video batch 322: frame 2576/7500 (34%)
|
|
[22:54:26 INFO] Video batch 323: frame 2584/7500 (34%)
|
|
[22:54:26 INFO] Video batch 324: frame 2592/7500 (34%)
|
|
[22:54:27 INFO] Video batch 325: frame 2600/7500 (34%)
|
|
[22:54:27 INFO] Video batch 326: frame 2608/7500 (34%)
|
|
[22:54:27 INFO] Video batch 327: frame 2616/7500 (34%)
|
|
[22:54:27 INFO] Video batch 328: frame 2624/7500 (34%)
|
|
[22:54:28 INFO] Video batch 329: frame 2632/7500 (35%)
|
|
[22:54:28 INFO] Video batch 330: frame 2640/7500 (35%)
|
|
[22:54:28 INFO] Video batch 331: frame 2648/7500 (35%)
|
|
[22:54:28 INFO] Video batch 332: frame 2656/7500 (35%)
|
|
[22:54:29 INFO] Video batch 333: frame 2664/7500 (35%)
|
|
[22:54:29 INFO] Video batch 334: frame 2672/7500 (35%)
|
|
[22:54:29 INFO] Video batch 335: frame 2680/7500 (35%)
|
|
[22:54:29 INFO] Video batch 336: frame 2688/7500 (35%)
|
|
[22:54:30 INFO] Video batch 337: frame 2696/7500 (35%)
|
|
[22:54:30 INFO] Video batch 338: frame 2704/7500 (36%)
|
|
[22:54:30 INFO] Video batch 339: frame 2712/7500 (36%)
|
|
[22:54:30 INFO] Video batch 339: 1 detections from postprocess
|
|
[22:54:30 INFO] Video frame video_short01_001484: 1 dets, valid=True
|
|
[22:54:30 INFO] Video batch 340: frame 2720/7500 (36%)
|
|
[22:54:31 INFO] Video batch 340: 2 detections from postprocess
|
|
[22:54:31 INFO] Video frame video_short01_001485: 1 dets, valid=True
|
|
[22:54:31 INFO] Video frame video_short01_001487: 1 dets, valid=True
|
|
[22:54:31 INFO] Video batch 341: frame 2728/7500 (36%)
|
|
[22:54:31 INFO] Video batch 341: 2 detections from postprocess
|
|
[22:54:31 INFO] Video frame video_short01_001489: 1 dets, valid=True
|
|
[22:54:31 INFO] Video frame video_short01_001490: 1 dets, valid=True
|
|
[22:54:31 INFO] Video batch 342: frame 2736/7500 (36%)
|
|
[22:54:31 INFO] Video batch 342: 2 detections from postprocess
|
|
[22:54:31 INFO] Video frame video_short01_001492: 1 dets, valid=True
|
|
[22:54:31 INFO] Video frame video_short01_001493: 1 dets, valid=True
|
|
[22:54:31 INFO] Video batch 343: frame 2744/7500 (36%)
|
|
[22:54:32 INFO] Video batch 343: 2 detections from postprocess
|
|
[22:54:32 INFO] Video frame video_short01_001495: 1 dets, valid=True
|
|
[22:54:32 INFO] Video frame video_short01_001497: 1 dets, valid=True
|
|
[22:54:32 INFO] Video batch 344: frame 2752/7500 (36%)
|
|
[22:54:32 INFO] Video batch 344: 2 detections from postprocess
|
|
[22:54:32 INFO] Video frame video_short01_001498: 1 dets, valid=True
|
|
[22:54:32 INFO] Video frame video_short01_001500: 1 dets, valid=True
|
|
[22:54:32 INFO] Video batch 345: frame 2760/7500 (36%)
|
|
[22:54:32 INFO] Video batch 345: 2 detections from postprocess
|
|
[22:54:32 INFO] Video frame video_short01_001501: 1 dets, valid=True
|
|
[22:54:32 INFO] Video frame video_short01_001503: 1 dets, valid=True
|
|
[22:54:32 INFO] Video batch 346: frame 2768/7500 (36%)
|
|
[22:54:32 INFO] Video batch 346: 2 detections from postprocess
|
|
[22:54:32 INFO] Video frame video_short01_001505: 1 dets, valid=True
|
|
[22:54:32 INFO] Video frame video_short01_001506: 1 dets, valid=True
|
|
[22:54:33 INFO] Video batch 347: frame 2776/7500 (37%)
|
|
[22:54:33 INFO] Video batch 347: 2 detections from postprocess
|
|
[22:54:33 INFO] Video frame video_short01_001508: 1 dets, valid=True
|
|
[22:54:33 INFO] Video frame video_short01_001510: 1 dets, valid=True
|
|
[22:54:33 INFO] Video batch 348: frame 2784/7500 (37%)
|
|
[22:54:33 INFO] Video batch 348: 2 detections from postprocess
|
|
[22:54:33 INFO] Video frame video_short01_001511: 1 dets, valid=True
|
|
[22:54:33 INFO] Video frame video_short01_001513: 1 dets, valid=True
|
|
[22:54:33 INFO] Video batch 349: frame 2792/7500 (37%)
|
|
[22:54:33 INFO] Video batch 349: 2 detections from postprocess
|
|
[22:54:33 INFO] Video frame video_short01_001514: 1 dets, valid=True
|
|
[22:54:33 INFO] Video frame video_short01_001516: 1 dets, valid=True
|
|
[22:54:33 INFO] Video batch 350: frame 2800/7500 (37%)
|
|
[22:54:33 INFO] Video batch 350: 2 detections from postprocess
|
|
[22:54:33 INFO] Video frame video_short01_001517: 1 dets, valid=True
|
|
[22:54:33 INFO] Video frame video_short01_001519: 1 dets, valid=True
|
|
[22:54:34 INFO] Video batch 351: frame 2808/7500 (37%)
|
|
[22:54:34 INFO] Video batch 351: 2 detections from postprocess
|
|
[22:54:34 INFO] Video frame video_short01_001521: 1 dets, valid=True
|
|
[22:54:34 INFO] Video frame video_short01_001522: 1 dets, valid=True
|
|
[22:54:34 INFO] Video batch 352: frame 2816/7500 (37%)
|
|
[22:54:34 INFO] Video batch 352: 2 detections from postprocess
|
|
[22:54:34 INFO] Video frame video_short01_001524: 1 dets, valid=True
|
|
[22:54:34 INFO] Video frame video_short01_001525: 1 dets, valid=True
|
|
[22:54:34 INFO] Video batch 353: frame 2824/7500 (37%)
|
|
[22:54:34 INFO] Video batch 353: 2 detections from postprocess
|
|
[22:54:34 INFO] Video frame video_short01_001527: 1 dets, valid=True
|
|
[22:54:34 INFO] Video frame video_short01_001529: 1 dets, valid=True
|
|
[22:54:34 INFO] Video batch 354: frame 2832/7500 (37%)
|
|
[22:54:35 INFO] Video batch 354: 2 detections from postprocess
|
|
[22:54:35 INFO] Video frame video_short01_001530: 1 dets, valid=True
|
|
[22:54:35 INFO] Video frame video_short01_001532: 1 dets, valid=True
|
|
[22:54:35 INFO] Video batch 355: frame 2840/7500 (37%)
|
|
[22:54:35 INFO] Video batch 355: 2 detections from postprocess
|
|
[22:54:35 INFO] Video frame video_short01_001533: 1 dets, valid=True
|
|
[22:54:35 INFO] Video frame video_short01_001535: 1 dets, valid=True
|
|
[22:54:35 INFO] Video batch 356: frame 2848/7500 (37%)
|
|
[22:54:35 INFO] Video batch 356: 2 detections from postprocess
|
|
[22:54:35 INFO] Video frame video_short01_001537: 1 dets, valid=True
|
|
[22:54:35 INFO] Video frame video_short01_001538: 1 dets, valid=True
|
|
[22:54:35 INFO] Video batch 357: frame 2856/7500 (38%)
|
|
[22:54:35 INFO] Video batch 357: 2 detections from postprocess
|
|
[22:54:35 INFO] Video frame video_short01_001540: 1 dets, valid=True
|
|
[22:54:35 INFO] Video frame video_short01_001541: 1 dets, valid=True
|
|
[22:54:35 INFO] Video batch 358: frame 2864/7500 (38%)
|
|
[22:54:36 INFO] Video batch 358: 2 detections from postprocess
|
|
[22:54:36 INFO] Video frame video_short01_001543: 1 dets, valid=True
|
|
[22:54:36 INFO] Video frame video_short01_001545: 1 dets, valid=True
|
|
[22:54:36 INFO] Video batch 359: frame 2872/7500 (38%)
|
|
[22:54:36 INFO] Video batch 359: 2 detections from postprocess
|
|
[22:54:36 INFO] Video frame video_short01_001546: 1 dets, valid=True
|
|
[22:54:36 INFO] Video frame video_short01_001548: 1 dets, valid=True
|
|
[22:54:36 INFO] Video batch 360: frame 2880/7500 (38%)
|
|
[22:54:36 INFO] Video batch 360: 2 detections from postprocess
|
|
[22:54:36 INFO] Video frame video_short01_001550: 1 dets, valid=True
|
|
[22:54:36 INFO] Video frame video_short01_001551: 1 dets, valid=True
|
|
[22:54:36 INFO] Video batch 361: frame 2888/7500 (38%)
|
|
[22:54:36 INFO] Video batch 361: 2 detections from postprocess
|
|
[22:54:36 INFO] Video frame video_short01_001553: 1 dets, valid=True
|
|
[22:54:36 INFO] Video frame video_short01_001554: 1 dets, valid=True
|
|
[22:54:36 INFO] Video batch 362: frame 2896/7500 (38%)
|
|
[22:54:37 INFO] Video batch 362: 2 detections from postprocess
|
|
[22:54:37 INFO] Video frame video_short01_001556: 1 dets, valid=True
|
|
[22:54:37 INFO] Video frame video_short01_001557: 1 dets, valid=True
|
|
[22:54:37 INFO] Video batch 363: frame 2904/7500 (38%)
|
|
[22:54:37 INFO] Video batch 363: 2 detections from postprocess
|
|
[22:54:37 INFO] Video frame video_short01_001559: 1 dets, valid=True
|
|
[22:54:37 INFO] Video frame video_short01_001561: 1 dets, valid=True
|
|
[22:54:37 INFO] Video batch 364: frame 2912/7500 (38%)
|
|
[22:54:37 INFO] Video batch 364: 2 detections from postprocess
|
|
[22:54:37 INFO] Video frame video_short01_001562: 1 dets, valid=True
|
|
[22:54:37 INFO] Video frame video_short01_001564: 1 dets, valid=True
|
|
[22:54:37 INFO] Video batch 365: frame 2920/7500 (38%)
|
|
[22:54:37 INFO] Video batch 365: 2 detections from postprocess
|
|
[22:54:37 INFO] Video frame video_short01_001565: 1 dets, valid=True
|
|
[22:54:37 INFO] Video frame video_short01_001567: 1 dets, valid=True
|
|
[22:54:37 INFO] Video batch 366: frame 2928/7500 (39%)
|
|
[22:54:38 INFO] Video batch 366: 2 detections from postprocess
|
|
[22:54:38 INFO] Video frame video_short01_001569: 1 dets, valid=True
|
|
[22:54:38 INFO] Video frame video_short01_001570: 1 dets, valid=True
|
|
[22:54:38 INFO] Video batch 367: frame 2936/7500 (39%)
|
|
[22:54:38 INFO] Video batch 367: 2 detections from postprocess
|
|
[22:54:38 INFO] Video frame video_short01_001572: 1 dets, valid=True
|
|
[22:54:38 INFO] Video frame video_short01_001573: 1 dets, valid=True
|
|
[22:54:38 INFO] Video batch 368: frame 2944/7500 (39%)
|
|
[22:54:38 INFO] Video batch 368: 2 detections from postprocess
|
|
[22:54:38 INFO] Video frame video_short01_001575: 1 dets, valid=True
|
|
[22:54:38 INFO] Video frame video_short01_001577: 1 dets, valid=True
|
|
[22:54:38 INFO] Video batch 369: frame 2952/7500 (39%)
|
|
[22:54:38 INFO] Video batch 369: 2 detections from postprocess
|
|
[22:54:38 INFO] Video frame video_short01_001578: 1 dets, valid=True
|
|
[22:54:38 INFO] Video frame video_short01_001580: 1 dets, valid=True
|
|
[22:54:38 INFO] Video batch 370: frame 2960/7500 (39%)
|
|
[22:54:39 INFO] Video batch 370: 2 detections from postprocess
|
|
[22:54:39 INFO] Video frame video_short01_001581: 1 dets, valid=True
|
|
[22:54:39 INFO] Video frame video_short01_001583: 1 dets, valid=True
|
|
[22:54:39 INFO] Video batch 371: frame 2968/7500 (39%)
|
|
[22:54:39 INFO] Video batch 371: 2 detections from postprocess
|
|
[22:54:39 INFO] Video frame video_short01_001585: 1 dets, valid=True
|
|
[22:54:39 INFO] Video frame video_short01_001586: 1 dets, valid=True
|
|
[22:54:39 INFO] Video batch 372: frame 2976/7500 (39%)
|
|
[22:54:39 INFO] Video batch 372: 2 detections from postprocess
|
|
[22:54:39 INFO] Video frame video_short01_001588: 1 dets, valid=True
|
|
[22:54:39 INFO] Video frame video_short01_001590: 1 dets, valid=True
|
|
[22:54:39 INFO] Video batch 373: frame 2984/7500 (39%)
|
|
[22:54:39 INFO] Video batch 373: 2 detections from postprocess
|
|
[22:54:39 INFO] Video frame video_short01_001591: 1 dets, valid=True
|
|
[22:54:39 INFO] Video frame video_short01_001593: 1 dets, valid=True
|
|
[22:54:39 INFO] Video batch 374: frame 2992/7500 (39%)
|
|
[22:54:39 INFO] Video batch 374: 2 detections from postprocess
|
|
[22:54:39 INFO] Video frame video_short01_001594: 1 dets, valid=True
|
|
[22:54:39 INFO] Video frame video_short01_001596: 1 dets, valid=True
|
|
[22:54:40 INFO] Video batch 375: frame 3000/7500 (40%)
|
|
[22:54:40 INFO] Video batch 375: 1 detections from postprocess
|
|
[22:54:40 INFO] Video frame video_short01_001597: 1 dets, valid=True
|
|
[22:54:40 INFO] Video batch 376: frame 3008/7500 (40%)
|
|
[22:54:40 INFO] Video batch 376: 1 detections from postprocess
|
|
[22:54:40 INFO] Video frame video_short01_002002: 1 dets, valid=True
|
|
[22:54:40 INFO] Video batch 377: frame 3016/7500 (40%)
|
|
[22:54:40 INFO] Video batch 378: frame 3024/7500 (40%)
|
|
[22:54:40 INFO] Video batch 379: frame 3032/7500 (40%)
|
|
[22:54:41 INFO] Video batch 380: frame 3040/7500 (40%)
|
|
[22:54:41 INFO] Video batch 381: frame 3048/7500 (40%)
|
|
[22:54:41 INFO] Video batch 382: frame 3056/7500 (40%)
|
|
[22:54:41 INFO] Video batch 383: frame 3064/7500 (40%)
|
|
[22:54:42 INFO] Video batch 383: 1 detections from postprocess
|
|
[22:54:42 INFO] Video frame video_short01_002025: 1 dets, valid=True
|
|
[22:54:42 INFO] Video batch 384: frame 3072/7500 (40%)
|
|
[22:54:42 INFO] Video batch 384: 2 detections from postprocess
|
|
[22:54:42 INFO] Video frame video_short01_002026: 1 dets, valid=True
|
|
[22:54:42 INFO] Video frame video_short01_002028: 1 dets, valid=True
|
|
[22:54:42 INFO] Video batch 385: frame 3080/7500 (41%)
|
|
[22:54:42 INFO] Video batch 385: 2 detections from postprocess
|
|
[22:54:42 INFO] Video frame video_short01_002030: 1 dets, valid=True
|
|
[22:54:42 INFO] Video frame video_short01_002031: 1 dets, valid=True
|
|
[22:54:42 INFO] Video batch 386: frame 3088/7500 (41%)
|
|
[22:54:42 INFO] Video batch 386: 1 detections from postprocess
|
|
[22:54:42 INFO] Video frame video_short01_002033: 1 dets, valid=True
|
|
[22:54:42 INFO] Video batch 387: frame 3096/7500 (41%)
|
|
[22:54:42 INFO] Video batch 387: 1 detections from postprocess
|
|
[22:54:42 INFO] Video frame video_short01_002037: 1 dets, valid=True
|
|
[22:54:43 INFO] Video batch 388: frame 3104/7500 (41%)
|
|
[22:54:43 INFO] Video batch 389: frame 3112/7500 (41%)
|
|
[22:54:43 INFO] Video batch 390: frame 3120/7500 (41%)
|
|
[22:54:43 INFO] Video batch 391: frame 3128/7500 (41%)
|
|
[22:54:44 INFO] Video batch 392: frame 3136/7500 (41%)
|
|
[22:54:44 INFO] Video batch 393: frame 3144/7500 (41%)
|
|
[22:54:44 INFO] Video batch 394: frame 3152/7500 (42%)
|
|
[22:54:44 INFO] Video batch 395: frame 3160/7500 (42%)
|
|
[22:54:45 INFO] Video batch 396: frame 3168/7500 (42%)
|
|
[22:54:45 INFO] Video batch 397: frame 3176/7500 (42%)
|
|
[22:54:45 INFO] Video batch 397: 1 detections from postprocess
|
|
[22:54:45 INFO] Video frame video_short01_002070: 1 dets, valid=True
|
|
[22:54:45 INFO] Video batch 398: frame 3184/7500 (42%)
|
|
[22:54:46 INFO] Video batch 398: 2 detections from postprocess
|
|
[22:54:46 INFO] Video frame video_short01_002071: 1 dets, valid=True
|
|
[22:54:46 INFO] Video frame video_short01_002073: 1 dets, valid=True
|
|
[22:54:46 INFO] Video batch 399: frame 3192/7500 (42%)
|
|
[22:54:46 INFO] Video batch 399: 2 detections from postprocess
|
|
[22:54:46 INFO] Video frame video_short01_002074: 1 dets, valid=True
|
|
[22:54:46 INFO] Video frame video_short01_002076: 1 dets, valid=True
|
|
[22:54:46 INFO] Video batch 400: frame 3200/7500 (42%)
|
|
[22:54:46 INFO] Video batch 400: 2 detections from postprocess
|
|
[22:54:46 INFO] Video frame video_short01_002077: 1 dets, valid=True
|
|
[22:54:46 INFO] Video frame video_short01_002079: 1 dets, valid=True
|
|
[22:54:46 INFO] Video batch 401: frame 3208/7500 (42%)
|
|
[22:54:46 INFO] Video batch 401: 2 detections from postprocess
|
|
[22:54:46 INFO] Video frame video_short01_002081: 1 dets, valid=True
|
|
[22:54:46 INFO] Video frame video_short01_002082: 1 dets, valid=True
|
|
[22:54:47 INFO] Video batch 402: frame 3216/7500 (42%)
|
|
[22:54:47 INFO] Video batch 402: 1 detections from postprocess
|
|
[22:54:47 INFO] Video frame video_short01_002084: 1 dets, valid=True
|
|
[22:54:47 INFO] Video batch 403: frame 3224/7500 (42%)
|
|
[22:54:47 INFO] Video batch 404: frame 3232/7500 (43%)
|
|
[22:54:47 INFO] Video batch 405: frame 3240/7500 (43%)
|
|
[22:54:48 INFO] Video batch 406: frame 3248/7500 (43%)
|
|
[22:54:48 INFO] Video batch 407: frame 3256/7500 (43%)
|
|
[22:54:48 INFO] Video batch 407: 1 detections from postprocess
|
|
[22:54:48 INFO] Video frame video_short01_002101: 1 dets, valid=True
|
|
[22:54:48 INFO] Video batch 408: frame 3264/7500 (43%)
|
|
[22:54:48 INFO] Video batch 408: 2 detections from postprocess
|
|
[22:54:48 INFO] Video frame video_short01_002103: 1 dets, valid=True
|
|
[22:54:48 INFO] Video frame video_short01_002105: 1 dets, valid=True
|
|
[22:54:48 INFO] Video batch 409: frame 3272/7500 (43%)
|
|
[22:54:49 INFO] Video batch 409: 2 detections from postprocess
|
|
[22:54:49 INFO] Video frame video_short01_002106: 1 dets, valid=True
|
|
[22:54:49 INFO] Video frame video_short01_002108: 1 dets, valid=True
|
|
[22:54:49 INFO] Video batch 410: frame 3280/7500 (43%)
|
|
[22:54:49 INFO] Video batch 410: 2 detections from postprocess
|
|
[22:54:49 INFO] Video frame video_short01_002110: 1 dets, valid=True
|
|
[22:54:49 INFO] Video frame video_short01_002111: 1 dets, valid=True
|
|
[22:54:49 INFO] Video batch 411: frame 3288/7500 (43%)
|
|
[22:54:49 INFO] Video batch 411: 2 detections from postprocess
|
|
[22:54:49 INFO] Video frame video_short01_002113: 1 dets, valid=True
|
|
[22:54:49 INFO] Video frame video_short01_002114: 1 dets, valid=True
|
|
[22:54:49 INFO] Video batch 412: frame 3296/7500 (43%)
|
|
[22:54:49 INFO] Video batch 413: frame 3304/7500 (44%)
|
|
[22:54:50 INFO] Video batch 413: 1 detections from postprocess
|
|
[22:54:50 INFO] Video frame video_short01_002121: 1 dets, valid=True
|
|
[22:54:50 INFO] Video batch 414: frame 3312/7500 (44%)
|
|
[22:54:50 INFO] Video batch 415: frame 3320/7500 (44%)
|
|
[22:54:50 INFO] Video batch 415: 2 detections from postprocess
|
|
[22:54:50 INFO] Video frame video_short01_002125: 1 dets, valid=True
|
|
[22:54:50 INFO] Video frame video_short01_002127: 1 dets, valid=True
|
|
[22:54:50 INFO] Video batch 416: frame 3328/7500 (44%)
|
|
[22:54:50 INFO] Video batch 416: 1 detections from postprocess
|
|
[22:54:50 INFO] Video frame video_short01_002130: 1 dets, valid=True
|
|
[22:54:50 INFO] Video batch 417: frame 3336/7500 (44%)
|
|
[22:54:50 INFO] Video batch 417: 2 detections from postprocess
|
|
[22:54:50 INFO] Video frame video_short01_002132: 1 dets, valid=True
|
|
[22:54:50 INFO] Video frame video_short01_002133: 1 dets, valid=True
|
|
[22:54:51 INFO] Video batch 418: frame 3344/7500 (44%)
|
|
[22:54:51 INFO] Video batch 418: 1 detections from postprocess
|
|
[22:54:51 INFO] Video frame video_short01_002137: 1 dets, valid=True
|
|
[22:54:51 INFO] Video batch 419: frame 3352/7500 (44%)
|
|
[22:54:51 INFO] Video batch 420: frame 3360/7500 (44%)
|
|
[22:54:51 INFO] Video batch 421: frame 3368/7500 (44%)
|
|
[22:54:51 INFO] Video batch 422: frame 3376/7500 (45%)
|
|
[22:54:52 INFO] Video batch 422: 1 detections from postprocess
|
|
[22:54:52 INFO] Video frame video_short01_002150: 1 dets, valid=True
|
|
[22:54:52 INFO] Video batch 423: frame 3384/7500 (45%)
|
|
[22:54:52 INFO] Video batch 423: 1 detections from postprocess
|
|
[22:54:52 INFO] Video frame video_short01_002153: 1 dets, valid=True
|
|
[22:54:52 INFO] Video batch 424: frame 3392/7500 (45%)
|
|
[22:54:52 INFO] Video batch 424: 1 detections from postprocess
|
|
[22:54:52 INFO] Video frame video_short01_002156: 1 dets, valid=True
|
|
[22:54:52 INFO] Video batch 425: frame 3400/7500 (45%)
|
|
[22:54:52 INFO] Video batch 425: 1 detections from postprocess
|
|
[22:54:52 INFO] Video frame video_short01_002157: 1 dets, valid=True
|
|
[22:54:52 INFO] Video batch 426: frame 3408/7500 (45%)
|
|
[22:54:52 INFO] Video batch 426: 1 detections from postprocess
|
|
[22:54:52 INFO] Video frame video_short01_002162: 1 dets, valid=True
|
|
[22:54:52 INFO] Video batch 427: frame 3416/7500 (45%)
|
|
[22:54:53 INFO] Video batch 427: 2 detections from postprocess
|
|
[22:54:53 INFO] Video frame video_short01_002164: 1 dets, valid=True
|
|
[22:54:53 INFO] Video frame video_short01_002165: 1 dets, valid=True
|
|
[22:54:53 INFO] Video batch 428: frame 3424/7500 (45%)
|
|
[22:54:53 INFO] Video batch 429: frame 3432/7500 (45%)
|
|
[22:54:53 INFO] Video batch 430: frame 3440/7500 (45%)
|
|
[22:54:53 INFO] Video batch 431: frame 3448/7500 (45%)
|
|
[22:54:54 INFO] Video batch 432: frame 3456/7500 (46%)
|
|
[22:54:54 INFO] Video batch 433: frame 3464/7500 (46%)
|
|
[22:54:54 INFO] Video batch 433: 1 detections from postprocess
|
|
[22:54:54 INFO] Video frame video_short01_002185: 1 dets, valid=True
|
|
[22:54:54 INFO] Video batch 434: frame 3472/7500 (46%)
|
|
[22:54:54 INFO] Video batch 434: 1 detections from postprocess
|
|
[22:54:54 INFO] Video frame video_short01_002186: 1 dets, valid=True
|
|
[22:54:54 INFO] Video batch 435: frame 3480/7500 (46%)
|
|
[22:54:54 INFO] Video batch 436: frame 3488/7500 (46%)
|
|
[22:54:55 INFO] Video batch 437: frame 3496/7500 (46%)
|
|
[22:54:55 INFO] Video batch 438: frame 3504/7500 (46%)
|
|
[22:54:55 INFO] Video batch 439: frame 3512/7500 (46%)
|
|
[22:54:55 INFO] Video batch 440: frame 3520/7500 (46%)
|
|
[22:54:56 INFO] Video batch 441: frame 3528/7500 (47%)
|
|
[22:54:56 INFO] Video batch 442: frame 3536/7500 (47%)
|
|
[22:54:56 INFO] Video batch 443: frame 3544/7500 (47%)
|
|
[22:54:56 INFO] Video batch 444: frame 3552/7500 (47%)
|
|
[22:54:57 INFO] Video batch 445: frame 3560/7500 (47%)
|
|
[22:54:57 INFO] Video batch 446: frame 3568/7500 (47%)
|
|
[22:54:57 INFO] Video batch 447: frame 3576/7500 (47%)
|
|
[22:54:58 INFO] Video batch 448: frame 3584/7500 (47%)
|
|
[22:54:58 INFO] Video batch 449: frame 3592/7500 (47%)
|
|
[22:54:58 INFO] Video batch 450: frame 3600/7500 (48%)
|
|
[22:54:58 INFO] Video batch 451: frame 3608/7500 (48%)
|
|
[22:54:58 INFO] Video batch 452: frame 3616/7500 (48%)
|
|
[22:54:59 INFO] Video batch 453: frame 3624/7500 (48%)
|
|
[22:54:59 INFO] Video batch 454: frame 3632/7500 (48%)
|
|
[22:54:59 INFO] Video batch 455: frame 3640/7500 (48%)
|
|
[22:54:59 INFO] Video batch 456: frame 3648/7500 (48%)
|
|
[22:55:00 INFO] Video batch 457: frame 3656/7500 (48%)
|
|
[22:55:00 INFO] Video batch 458: frame 3664/7500 (48%)
|
|
[22:55:00 INFO] Video batch 459: frame 3672/7500 (48%)
|
|
[22:55:00 INFO] Video batch 460: frame 3680/7500 (49%)
|
|
[22:55:00 INFO] Video batch 461: frame 3688/7500 (49%)
|
|
[22:55:01 INFO] Video batch 462: frame 3696/7500 (49%)
|
|
[22:55:01 INFO] Video batch 463: frame 3704/7500 (49%)
|
|
[22:55:01 INFO] Video batch 464: frame 3712/7500 (49%)
|
|
[22:55:01 INFO] Video batch 465: frame 3720/7500 (49%)
|
|
[22:55:02 INFO] Video batch 466: frame 3728/7500 (49%)
|
|
[22:55:02 INFO] Video batch 467: frame 3736/7500 (49%)
|
|
[22:55:02 INFO] Video batch 467: 1 detections from postprocess
|
|
[22:55:02 INFO] Video frame video_short01_002293: 1 dets, valid=True
|
|
[22:55:02 INFO] Video batch 468: frame 3744/7500 (49%)
|
|
[22:55:02 INFO] Video batch 468: 3 detections from postprocess
|
|
[22:55:02 INFO] Video frame video_short01_002295: 1 dets, valid=True
|
|
[22:55:02 INFO] Video frame video_short01_002297: 2 dets, valid=True
|
|
[22:55:02 INFO] Video batch 469: frame 3752/7500 (50%)
|
|
[22:55:03 INFO] Video batch 469: 3 detections from postprocess
|
|
[22:55:03 INFO] Video frame video_short01_002298: 1 dets, valid=True
|
|
[22:55:03 INFO] Video frame video_short01_002300: 2 dets, valid=True
|
|
[22:55:03 INFO] Video batch 470: frame 3760/7500 (50%)
|
|
[22:55:03 INFO] Video batch 470: 4 detections from postprocess
|
|
[22:55:03 INFO] Video frame video_short01_002301: 2 dets, valid=True
|
|
[22:55:03 INFO] Video frame video_short01_002303: 2 dets, valid=True
|
|
[22:55:03 INFO] Video batch 471: frame 3768/7500 (50%)
|
|
[22:55:03 INFO] Video batch 471: 4 detections from postprocess
|
|
[22:55:03 INFO] Video frame video_short01_002305: 2 dets, valid=True
|
|
[22:55:03 INFO] Video frame video_short01_002306: 2 dets, valid=True
|
|
[22:55:03 INFO] Video batch 472: frame 3776/7500 (50%)
|
|
[22:55:03 INFO] Video batch 472: 2 detections from postprocess
|
|
[22:55:03 INFO] Video frame video_short01_002308: 1 dets, valid=True
|
|
[22:55:03 INFO] Video frame video_short01_002310: 1 dets, valid=True
|
|
[22:55:03 INFO] Video batch 473: frame 3784/7500 (50%)
|
|
[22:55:04 INFO] Video batch 473: 2 detections from postprocess
|
|
[22:55:04 INFO] Video frame video_short01_002311: 1 dets, valid=True
|
|
[22:55:04 INFO] Video frame video_short01_002313: 1 dets, valid=True
|
|
[22:55:04 INFO] Video batch 474: frame 3792/7500 (50%)
|
|
[22:55:04 INFO] Video batch 474: 2 detections from postprocess
|
|
[22:55:04 INFO] Video frame video_short01_002314: 1 dets, valid=True
|
|
[22:55:04 INFO] Video frame video_short01_002316: 1 dets, valid=True
|
|
[22:55:04 INFO] Video batch 475: frame 3800/7500 (50%)
|
|
[22:55:04 INFO] Video batch 475: 2 detections from postprocess
|
|
[22:55:04 INFO] Video frame video_short01_002317: 1 dets, valid=True
|
|
[22:55:04 INFO] Video frame video_short01_002319: 1 dets, valid=True
|
|
[22:55:04 INFO] Video batch 476: frame 3808/7500 (50%)
|
|
[22:55:04 INFO] Video batch 476: 2 detections from postprocess
|
|
[22:55:04 INFO] Video frame video_short01_002321: 1 dets, valid=True
|
|
[22:55:04 INFO] Video frame video_short01_002322: 1 dets, valid=True
|
|
[22:55:04 INFO] Video batch 477: frame 3816/7500 (50%)
|
|
[22:55:05 INFO] Video batch 477: 3 detections from postprocess
|
|
[22:55:05 INFO] Video frame video_short01_002324: 2 dets, valid=True
|
|
[22:55:05 INFO] Video frame video_short01_002325: 1 dets, valid=True
|
|
[22:55:05 INFO] Video batch 478: frame 3824/7500 (50%)
|
|
[22:55:05 INFO] Video batch 478: 2 detections from postprocess
|
|
[22:55:05 INFO] Video frame video_short01_002327: 1 dets, valid=True
|
|
[22:55:05 INFO] Video frame video_short01_002329: 1 dets, valid=True
|
|
[22:55:05 INFO] Video batch 479: frame 3832/7500 (51%)
|
|
[22:55:05 INFO] Video batch 479: 2 detections from postprocess
|
|
[22:55:05 INFO] Video frame video_short01_002330: 1 dets, valid=True
|
|
[22:55:05 INFO] Video frame video_short01_002332: 1 dets, valid=True
|
|
[22:55:05 INFO] Video batch 480: frame 3840/7500 (51%)
|
|
[22:55:05 INFO] Video batch 480: 2 detections from postprocess
|
|
[22:55:05 INFO] Video frame video_short01_002333: 1 dets, valid=True
|
|
[22:55:05 INFO] Video frame video_short01_002335: 1 dets, valid=True
|
|
[22:55:05 INFO] Video batch 481: frame 3848/7500 (51%)
|
|
[22:55:05 INFO] Video batch 481: 3 detections from postprocess
|
|
[22:55:05 INFO] Video frame video_short01_002337: 2 dets, valid=True
|
|
[22:55:05 INFO] Video frame video_short01_002338: 1 dets, valid=True
|
|
[22:55:05 INFO] Video batch 482: frame 3856/7500 (51%)
|
|
[22:55:06 INFO] Video batch 482: 4 detections from postprocess
|
|
[22:55:06 INFO] Video frame video_short01_002340: 2 dets, valid=True
|
|
[22:55:06 INFO] Video frame video_short01_002341: 2 dets, valid=True
|
|
[22:55:06 INFO] Video batch 483: frame 3864/7500 (51%)
|
|
[22:55:06 INFO] Video batch 483: 4 detections from postprocess
|
|
[22:55:06 INFO] Video frame video_short01_002343: 2 dets, valid=True
|
|
[22:55:06 INFO] Video frame video_short01_002345: 2 dets, valid=True
|
|
[22:55:06 INFO] Video batch 484: frame 3872/7500 (51%)
|
|
[22:55:06 INFO] Video batch 484: 4 detections from postprocess
|
|
[22:55:06 INFO] Video frame video_short01_002346: 2 dets, valid=True
|
|
[22:55:06 INFO] Video frame video_short01_002348: 2 dets, valid=True
|
|
[22:55:06 INFO] Video batch 485: frame 3880/7500 (51%)
|
|
[22:55:06 INFO] Video batch 485: 4 detections from postprocess
|
|
[22:55:06 INFO] Video frame video_short01_002350: 2 dets, valid=True
|
|
[22:55:06 INFO] Video frame video_short01_002351: 2 dets, valid=True
|
|
[22:55:06 INFO] Video batch 486: frame 3888/7500 (51%)
|
|
[22:55:07 INFO] Video batch 486: 4 detections from postprocess
|
|
[22:55:07 INFO] Video frame video_short01_002353: 4 dets, valid=True
|
|
[22:55:07 INFO] Video batch 487: frame 3896/7500 (51%)
|
|
[22:55:07 INFO] Video batch 488: frame 3904/7500 (52%)
|
|
[22:55:07 INFO] Video batch 489: frame 3912/7500 (52%)
|
|
[22:55:07 INFO] Video batch 490: frame 3920/7500 (52%)
|
|
[22:55:08 INFO] Video batch 491: frame 3928/7500 (52%)
|
|
[22:55:08 INFO] Video batch 492: frame 3936/7500 (52%)
|
|
[22:55:08 INFO] Video batch 493: frame 3944/7500 (52%)
|
|
[22:55:08 INFO] Video batch 494: frame 3952/7500 (52%)
|
|
[22:55:08 INFO] Video batch 495: frame 3960/7500 (52%)
|
|
[22:55:09 INFO] Video batch 496: frame 3968/7500 (52%)
|
|
[22:55:09 INFO] Video batch 497: frame 3976/7500 (53%)
|
|
[22:55:09 INFO] Video batch 498: frame 3984/7500 (53%)
|
|
[22:55:09 INFO] Video batch 499: frame 3992/7500 (53%)
|
|
[22:55:09 INFO] Video batch 500: frame 4000/7500 (53%)
|
|
[22:55:10 INFO] Video batch 501: frame 4008/7500 (53%)
|
|
[22:55:10 INFO] Video batch 502: frame 4016/7500 (53%)
|
|
[22:55:10 INFO] Video batch 503: frame 4024/7500 (53%)
|
|
[22:55:10 INFO] Video batch 504: frame 4032/7500 (53%)
|
|
[22:55:11 INFO] Video batch 505: frame 4040/7500 (53%)
|
|
[22:55:11 INFO] Video batch 506: frame 4048/7500 (53%)
|
|
[22:55:11 INFO] Video batch 507: frame 4056/7500 (54%)
|
|
[22:55:11 INFO] Video batch 508: frame 4064/7500 (54%)
|
|
[22:55:11 INFO] Video batch 509: frame 4072/7500 (54%)
|
|
[22:55:12 INFO] Video batch 510: frame 4080/7500 (54%)
|
|
[22:55:12 INFO] Video batch 511: frame 4088/7500 (54%)
|
|
[22:55:12 INFO] Video batch 512: frame 4096/7500 (54%)
|
|
[22:55:12 INFO] Video batch 512: 1 detections from postprocess
|
|
[22:55:12 INFO] Video frame video_short01_002437: 1 dets, valid=True
|
|
[22:55:12 INFO] Video batch 513: frame 4104/7500 (54%)
|
|
[22:55:13 INFO] Video batch 513: 1 detections from postprocess
|
|
[22:55:13 INFO] Video frame video_short01_002439: 1 dets, valid=True
|
|
[22:55:13 INFO] Video batch 514: frame 4112/7500 (54%)
|
|
[22:55:13 INFO] Video batch 515: frame 4120/7500 (54%)
|
|
[22:55:13 INFO] Video batch 516: frame 4128/7500 (55%)
|
|
[22:55:13 INFO] Video batch 517: frame 4136/7500 (55%)
|
|
[22:55:14 INFO] Video batch 518: frame 4144/7500 (55%)
|
|
[22:55:14 INFO] Video batch 519: frame 4152/7500 (55%)
|
|
[22:55:14 INFO] Video batch 520: frame 4160/7500 (55%)
|
|
[22:55:14 INFO] Video batch 521: frame 4168/7500 (55%)
|
|
[22:55:14 INFO] Video batch 522: frame 4176/7500 (55%)
|
|
[22:55:15 INFO] Video batch 523: frame 4184/7500 (55%)
|
|
[22:55:15 INFO] Video batch 524: frame 4192/7500 (55%)
|
|
[22:55:15 INFO] Video batch 525: frame 4200/7500 (56%)
|
|
[22:55:15 INFO] Video batch 526: frame 4208/7500 (56%)
|
|
[22:55:15 INFO] Video batch 527: frame 4216/7500 (56%)
|
|
[22:55:16 INFO] Video batch 528: frame 4224/7500 (56%)
|
|
[22:55:16 INFO] Video batch 529: frame 4232/7500 (56%)
|
|
[22:55:16 INFO] Video batch 530: frame 4240/7500 (56%)
|
|
[22:55:16 INFO] Video batch 531: frame 4248/7500 (56%)
|
|
[22:55:17 INFO] Video batch 532: frame 4256/7500 (56%)
|
|
[22:55:17 INFO] Video batch 533: frame 4264/7500 (56%)
|
|
[22:55:17 INFO] Video batch 534: frame 4272/7500 (56%)
|
|
[22:55:17 INFO] Video batch 535: frame 4280/7500 (57%)
|
|
[22:55:17 INFO] Video batch 536: frame 4288/7500 (57%)
|
|
[22:55:18 INFO] Video batch 537: frame 4296/7500 (57%)
|
|
[22:55:18 INFO] Video batch 538: frame 4304/7500 (57%)
|
|
[22:55:18 INFO] Video batch 539: frame 4312/7500 (57%)
|
|
[22:55:18 INFO] Video batch 540: frame 4320/7500 (57%)
|
|
[22:55:18 INFO] Video batch 541: frame 4328/7500 (57%)
|
|
[22:55:19 INFO] Video batch 542: frame 4336/7500 (57%)
|
|
[22:55:19 INFO] Video batch 543: frame 4344/7500 (57%)
|
|
[22:55:19 INFO] Video batch 544: frame 4352/7500 (58%)
|
|
[22:55:19 INFO] Video batch 545: frame 4360/7500 (58%)
|
|
[22:55:19 INFO] Video batch 546: frame 4368/7500 (58%)
|
|
[22:55:20 INFO] Video batch 547: frame 4376/7500 (58%)
|
|
[22:55:20 INFO] Video batch 547: 3 detections from postprocess
|
|
[22:55:20 INFO] Video frame video_short01_002548: 2 dets, valid=True
|
|
[22:55:20 INFO] Video frame video_short01_002550: 1 dets, valid=True
|
|
[22:55:20 INFO] Video batch 548: frame 4384/7500 (58%)
|
|
[22:55:20 INFO] Video batch 548: 2 detections from postprocess
|
|
[22:55:20 INFO] Video frame video_short01_002551: 1 dets, valid=True
|
|
[22:55:20 INFO] Video frame video_short01_002553: 1 dets, valid=True
|
|
[22:55:20 INFO] Video batch 549: frame 4392/7500 (58%)
|
|
[22:55:20 INFO] Video batch 549: 2 detections from postprocess
|
|
[22:55:20 INFO] Video frame video_short01_002554: 1 dets, valid=True
|
|
[22:55:20 INFO] Video frame video_short01_002556: 1 dets, valid=True
|
|
[22:55:20 INFO] Video batch 550: frame 4400/7500 (58%)
|
|
[22:55:21 INFO] Video batch 550: 2 detections from postprocess
|
|
[22:55:21 INFO] Video frame video_short01_002557: 1 dets, valid=True
|
|
[22:55:21 INFO] Video frame video_short01_002559: 1 dets, valid=True
|
|
[22:55:21 INFO] Video batch 551: frame 4408/7500 (58%)
|
|
[22:55:21 INFO] Video batch 551: 2 detections from postprocess
|
|
[22:55:21 INFO] Video frame video_short01_002561: 1 dets, valid=True
|
|
[22:55:21 INFO] Video frame video_short01_002562: 1 dets, valid=True
|
|
[22:55:21 INFO] Video batch 552: frame 4416/7500 (58%)
|
|
[22:55:21 INFO] Video batch 552: 2 detections from postprocess
|
|
[22:55:21 INFO] Video frame video_short01_002564: 1 dets, valid=True
|
|
[22:55:21 INFO] Video frame video_short01_002565: 1 dets, valid=True
|
|
[22:55:21 INFO] Video batch 553: frame 4424/7500 (58%)
|
|
[22:55:21 INFO] Video batch 553: 1 detections from postprocess
|
|
[22:55:21 INFO] Video frame video_short01_002567: 1 dets, valid=True
|
|
[22:55:21 INFO] Video batch 554: frame 4432/7500 (59%)
|
|
[22:55:21 INFO] Video batch 555: frame 4440/7500 (59%)
|
|
[22:55:22 INFO] Video batch 556: frame 4448/7500 (59%)
|
|
[22:55:22 INFO] Video batch 557: frame 4456/7500 (59%)
|
|
[22:55:22 INFO] Video batch 558: frame 4464/7500 (59%)
|
|
[22:55:22 INFO] Video batch 559: frame 4472/7500 (59%)
|
|
[22:55:23 INFO] Video batch 560: frame 4480/7500 (59%)
|
|
[22:55:23 INFO] Video batch 561: frame 4488/7500 (59%)
|
|
[22:55:23 INFO] Video batch 562: frame 4496/7500 (59%)
|
|
[22:55:23 INFO] Video batch 563: frame 4504/7500 (60%)
|
|
[22:55:23 INFO] Video batch 564: frame 4512/7500 (60%)
|
|
[22:55:24 INFO] Video batch 565: frame 4520/7500 (60%)
|
|
[22:55:24 INFO] Video batch 566: frame 4528/7500 (60%)
|
|
[22:55:24 INFO] Video batch 567: frame 4536/7500 (60%)
|
|
[22:55:24 INFO] Video batch 568: frame 4544/7500 (60%)
|
|
[22:55:24 INFO] Video batch 568: 1 detections from postprocess
|
|
[22:55:24 INFO] Video frame video_short01_003017: 1 dets, valid=True
|
|
[22:55:24 INFO] Video batch 569: frame 4552/7500 (60%)
|
|
[22:55:25 INFO] Video batch 570: frame 4560/7500 (60%)
|
|
[22:55:25 INFO] Video batch 571: frame 4568/7500 (60%)
|
|
[22:55:25 INFO] Video batch 572: frame 4576/7500 (61%)
|
|
[22:55:25 INFO] Video batch 572: 1 detections from postprocess
|
|
[22:55:25 INFO] Video frame video_short01_003028: 1 dets, valid=True
|
|
[22:55:25 INFO] Video batch 573: frame 4584/7500 (61%)
|
|
[22:55:26 INFO] Video batch 574: frame 4592/7500 (61%)
|
|
[22:55:26 INFO] Video batch 575: frame 4600/7500 (61%)
|
|
[22:55:26 INFO] Video batch 576: frame 4608/7500 (61%)
|
|
[22:55:26 INFO] Video batch 577: frame 4616/7500 (61%)
|
|
[22:55:26 INFO] Video batch 578: frame 4624/7500 (61%)
|
|
[22:55:27 INFO] Video batch 579: frame 4632/7500 (61%)
|
|
[22:55:27 INFO] Video batch 580: frame 4640/7500 (61%)
|
|
[22:55:27 INFO] Video batch 581: frame 4648/7500 (61%)
|
|
[22:55:27 INFO] Video batch 582: frame 4656/7500 (62%)
|
|
[22:55:28 INFO] Video batch 583: frame 4664/7500 (62%)
|
|
[22:55:28 INFO] Video batch 584: frame 4672/7500 (62%)
|
|
[22:55:28 INFO] Video batch 585: frame 4680/7500 (62%)
|
|
[22:55:28 INFO] Video batch 586: frame 4688/7500 (62%)
|
|
[22:55:28 INFO] Video batch 587: frame 4696/7500 (62%)
|
|
[22:55:29 INFO] Video batch 587: 1 detections from postprocess
|
|
[22:55:29 INFO] Video frame video_short01_003077: 1 dets, valid=True
|
|
[22:55:29 INFO] Video batch 588: frame 4704/7500 (62%)
|
|
[22:55:29 INFO] Video batch 589: frame 4712/7500 (62%)
|
|
[22:55:29 INFO] Video batch 590: frame 4720/7500 (62%)
|
|
[22:55:29 INFO] Video batch 591: frame 4728/7500 (63%)
|
|
[22:55:30 INFO] Video batch 592: frame 4736/7500 (63%)
|
|
[22:55:30 INFO] Video batch 593: frame 4744/7500 (63%)
|
|
[22:55:30 INFO] Video batch 594: frame 4752/7500 (63%)
|
|
[22:55:30 INFO] Video batch 594: 1 detections from postprocess
|
|
[22:55:30 INFO] Video frame video_short01_003098: 1 dets, valid=True
|
|
[22:55:30 INFO] Video batch 595: frame 4760/7500 (63%)
|
|
[22:55:30 INFO] Video batch 595: 1 detections from postprocess
|
|
[22:55:30 INFO] Video frame video_short01_003101: 1 dets, valid=True
|
|
[22:55:30 INFO] Video batch 596: frame 4768/7500 (63%)
|
|
[22:55:31 INFO] Video batch 597: frame 4776/7500 (63%)
|
|
[22:55:31 INFO] Video batch 598: frame 4784/7500 (63%)
|
|
[22:55:31 INFO] Video batch 599: frame 4792/7500 (63%)
|
|
[22:55:31 INFO] Video batch 599: 1 detections from postprocess
|
|
[22:55:31 INFO] Video frame video_short01_003116: 1 dets, valid=True
|
|
[22:55:31 INFO] Video batch 600: frame 4800/7500 (64%)
|
|
[22:55:32 INFO] Video batch 600: 4 detections from postprocess
|
|
[22:55:32 INFO] Video frame video_short01_003117: 1 dets, valid=True
|
|
[22:55:32 INFO] Video frame video_short01_003119: 3 dets, valid=True
|
|
[22:55:32 INFO] Video batch 601: frame 4808/7500 (64%)
|
|
[22:55:32 INFO] Video batch 601: 4 detections from postprocess
|
|
[22:55:32 INFO] Video frame video_short01_003121: 2 dets, valid=True
|
|
[22:55:32 INFO] Video frame video_short01_003122: 2 dets, valid=True
|
|
[22:55:32 INFO] Video batch 602: frame 4816/7500 (64%)
|
|
[22:55:32 INFO] Video batch 602: 6 detections from postprocess
|
|
[22:55:32 INFO] Video frame video_short01_003124: 3 dets, valid=True
|
|
[22:55:32 INFO] Video frame video_short01_003125: 3 dets, valid=True
|
|
[22:55:32 INFO] Video batch 603: frame 4824/7500 (64%)
|
|
[22:55:32 INFO] Video batch 603: 4 detections from postprocess
|
|
[22:55:32 INFO] Video frame video_short01_003127: 2 dets, valid=True
|
|
[22:55:32 INFO] Video frame video_short01_003129: 2 dets, valid=True
|
|
[22:55:32 INFO] Video batch 604: frame 4832/7500 (64%)
|
|
[22:55:33 INFO] Video batch 604: 5 detections from postprocess
|
|
[22:55:33 INFO] Video frame video_short01_003130: 2 dets, valid=True
|
|
[22:55:33 INFO] Video frame video_short01_003132: 3 dets, valid=True
|
|
[22:55:33 INFO] Video batch 605: frame 4840/7500 (64%)
|
|
[22:55:33 INFO] Video batch 605: 4 detections from postprocess
|
|
[22:55:33 INFO] Video frame video_short01_003133: 2 dets, valid=True
|
|
[22:55:33 INFO] Video frame video_short01_003135: 2 dets, valid=True
|
|
[22:55:33 INFO] Video batch 606: frame 4848/7500 (64%)
|
|
[22:55:33 INFO] Video batch 606: 4 detections from postprocess
|
|
[22:55:33 INFO] Video frame video_short01_003137: 2 dets, valid=True
|
|
[22:55:33 INFO] Video frame video_short01_003138: 2 dets, valid=True
|
|
[22:55:33 INFO] Video batch 607: frame 4856/7500 (64%)
|
|
[22:55:34 INFO] Video batch 607: 4 detections from postprocess
|
|
[22:55:34 INFO] Video frame video_short01_003140: 2 dets, valid=True
|
|
[22:55:34 INFO] Video frame video_short01_003141: 2 dets, valid=True
|
|
[22:55:34 INFO] Video batch 608: frame 4864/7500 (64%)
|
|
[22:55:34 INFO] Video batch 608: 4 detections from postprocess
|
|
[22:55:34 INFO] Video frame video_short01_003143: 2 dets, valid=True
|
|
[22:55:34 INFO] Video frame video_short01_003145: 2 dets, valid=True
|
|
[22:55:34 INFO] Video batch 609: frame 4872/7500 (64%)
|
|
[22:55:34 INFO] Video batch 609: 3 detections from postprocess
|
|
[22:55:34 INFO] Video frame video_short01_003146: 1 dets, valid=True
|
|
[22:55:34 INFO] Video frame video_short01_003148: 2 dets, valid=True
|
|
[22:55:34 INFO] Video batch 610: frame 4880/7500 (65%)
|
|
[22:55:34 INFO] Video batch 610: 4 detections from postprocess
|
|
[22:55:34 INFO] Video frame video_short01_003150: 2 dets, valid=True
|
|
[22:55:34 INFO] Video frame video_short01_003151: 2 dets, valid=True
|
|
[22:55:34 INFO] Video batch 611: frame 4888/7500 (65%)
|
|
[22:55:35 INFO] Video batch 611: 3 detections from postprocess
|
|
[22:55:35 INFO] Video frame video_short01_003153: 2 dets, valid=True
|
|
[22:55:35 INFO] Video frame video_short01_003154: 1 dets, valid=True
|
|
[22:55:35 INFO] Video batch 612: frame 4896/7500 (65%)
|
|
[22:55:35 INFO] Video batch 612: 2 detections from postprocess
|
|
[22:55:35 INFO] Video frame video_short01_003156: 1 dets, valid=True
|
|
[22:55:35 INFO] Video frame video_short01_003157: 1 dets, valid=True
|
|
[22:55:35 INFO] Video batch 613: frame 4904/7500 (65%)
|
|
[22:55:35 INFO] Video batch 613: 2 detections from postprocess
|
|
[22:55:35 INFO] Video frame video_short01_003159: 1 dets, valid=True
|
|
[22:55:35 INFO] Video frame video_short01_003161: 1 dets, valid=True
|
|
[22:55:35 INFO] Video batch 614: frame 4912/7500 (65%)
|
|
[22:55:35 INFO] Video batch 614: 2 detections from postprocess
|
|
[22:55:35 INFO] Video frame video_short01_003162: 1 dets, valid=True
|
|
[22:55:35 INFO] Video frame video_short01_003164: 1 dets, valid=True
|
|
[22:55:35 INFO] Video batch 615: frame 4920/7500 (65%)
|
|
[22:55:35 INFO] Video batch 615: 2 detections from postprocess
|
|
[22:55:35 INFO] Video frame video_short01_003165: 1 dets, valid=True
|
|
[22:55:35 INFO] Video frame video_short01_003167: 1 dets, valid=True
|
|
[22:55:36 INFO] Video batch 616: frame 4928/7500 (65%)
|
|
[22:55:36 INFO] Video batch 616: 2 detections from postprocess
|
|
[22:55:36 INFO] Video frame video_short01_003169: 1 dets, valid=True
|
|
[22:55:36 INFO] Video frame video_short01_003170: 1 dets, valid=True
|
|
[22:55:36 INFO] Video batch 617: frame 4936/7500 (65%)
|
|
[22:55:36 INFO] Video batch 617: 3 detections from postprocess
|
|
[22:55:36 INFO] Video frame video_short01_003172: 1 dets, valid=True
|
|
[22:55:36 INFO] Video frame video_short01_003173: 2 dets, valid=True
|
|
[22:55:36 INFO] Video batch 618: frame 4944/7500 (65%)
|
|
[22:55:36 INFO] Video batch 618: 4 detections from postprocess
|
|
[22:55:36 INFO] Video frame video_short01_003175: 2 dets, valid=True
|
|
[22:55:36 INFO] Video frame video_short01_003177: 2 dets, valid=True
|
|
[22:55:36 INFO] Video batch 619: frame 4952/7500 (66%)
|
|
[22:55:36 INFO] Video batch 619: 4 detections from postprocess
|
|
[22:55:36 INFO] Video frame video_short01_003178: 2 dets, valid=True
|
|
[22:55:36 INFO] Video frame video_short01_003180: 2 dets, valid=True
|
|
[22:55:36 INFO] Video batch 620: frame 4960/7500 (66%)
|
|
[22:55:37 INFO] Video batch 620: 2 detections from postprocess
|
|
[22:55:37 INFO] Video frame video_short01_003181: 1 dets, valid=True
|
|
[22:55:37 INFO] Video frame video_short01_003183: 1 dets, valid=True
|
|
[22:55:37 INFO] Video batch 621: frame 4968/7500 (66%)
|
|
[22:55:37 INFO] Video batch 621: 3 detections from postprocess
|
|
[22:55:37 INFO] Video frame video_short01_003185: 2 dets, valid=True
|
|
[22:55:37 INFO] Video frame video_short01_003186: 1 dets, valid=True
|
|
[22:55:37 INFO] Video batch 622: frame 4976/7500 (66%)
|
|
[22:55:37 INFO] Video batch 622: 2 detections from postprocess
|
|
[22:55:37 INFO] Video frame video_short01_003188: 1 dets, valid=True
|
|
[22:55:37 INFO] Video frame video_short01_003190: 1 dets, valid=True
|
|
[22:55:37 INFO] Video batch 623: frame 4984/7500 (66%)
|
|
[22:55:37 INFO] Video batch 623: 2 detections from postprocess
|
|
[22:55:37 INFO] Video frame video_short01_003191: 1 dets, valid=True
|
|
[22:55:37 INFO] Video frame video_short01_003193: 1 dets, valid=True
|
|
[22:55:37 INFO] Video batch 624: frame 4992/7500 (66%)
|
|
[22:55:38 INFO] Video batch 624: 2 detections from postprocess
|
|
[22:55:38 INFO] Video frame video_short01_003194: 1 dets, valid=True
|
|
[22:55:38 INFO] Video frame video_short01_003196: 1 dets, valid=True
|
|
[22:55:38 INFO] Video batch 625: frame 5000/7500 (66%)
|
|
[22:55:38 INFO] Video batch 625: 3 detections from postprocess
|
|
[22:55:38 INFO] Video frame video_short01_003197: 1 dets, valid=True
|
|
[22:55:38 INFO] Video frame video_short01_003199: 2 dets, valid=True
|
|
[22:55:38 INFO] Video batch 626: frame 5008/7500 (66%)
|
|
[22:55:38 INFO] Video batch 626: 4 detections from postprocess
|
|
[22:55:38 INFO] Video frame video_short01_003201: 2 dets, valid=True
|
|
[22:55:38 INFO] Video frame video_short01_003202: 2 dets, valid=True
|
|
[22:55:38 INFO] Video batch 627: frame 5016/7500 (66%)
|
|
[22:55:38 INFO] Video batch 628: frame 5024/7500 (66%)
|
|
[22:55:38 INFO] Video batch 628: 1 detections from postprocess
|
|
[22:55:38 INFO] Video frame video_short01_003207: 1 dets, valid=True
|
|
[22:55:39 INFO] Video batch 629: frame 5032/7500 (67%)
|
|
[22:55:39 INFO] Video batch 629: 2 detections from postprocess
|
|
[22:55:39 INFO] Video frame video_short01_003210: 1 dets, valid=True
|
|
[22:55:39 INFO] Video frame video_short01_003212: 1 dets, valid=True
|
|
[22:55:39 INFO] Video batch 630: frame 5040/7500 (67%)
|
|
[22:55:39 INFO] Video batch 630: 2 detections from postprocess
|
|
[22:55:39 INFO] Video frame video_short01_003213: 1 dets, valid=True
|
|
[22:55:39 INFO] Video frame video_short01_003215: 1 dets, valid=True
|
|
[22:55:39 INFO] Video batch 631: frame 5048/7500 (67%)
|
|
[22:55:39 INFO] Video batch 631: 1 detections from postprocess
|
|
[22:55:39 INFO] Video frame video_short01_003218: 1 dets, valid=True
|
|
[22:55:39 INFO] Video batch 632: frame 5056/7500 (67%)
|
|
[22:55:39 INFO] Video batch 632: 1 detections from postprocess
|
|
[22:55:39 INFO] Video frame video_short01_003220: 1 dets, valid=True
|
|
[22:55:39 INFO] Video batch 633: frame 5064/7500 (67%)
|
|
[22:55:40 INFO] Video batch 634: frame 5072/7500 (67%)
|
|
[22:55:40 INFO] Video batch 634: 2 detections from postprocess
|
|
[22:55:40 INFO] Video frame video_short01_003226: 1 dets, valid=True
|
|
[22:55:40 INFO] Video frame video_short01_003228: 1 dets, valid=True
|
|
[22:55:40 INFO] Video batch 635: frame 5080/7500 (67%)
|
|
[22:55:40 INFO] Video batch 635: 1 detections from postprocess
|
|
[22:55:40 INFO] Video frame video_short01_003230: 1 dets, valid=True
|
|
[22:55:40 INFO] Video batch 636: frame 5088/7500 (67%)
|
|
[22:55:40 INFO] Video batch 636: 2 detections from postprocess
|
|
[22:55:40 INFO] Video frame video_short01_003233: 1 dets, valid=True
|
|
[22:55:40 INFO] Video frame video_short01_003234: 1 dets, valid=True
|
|
[22:55:40 INFO] Video batch 637: frame 5096/7500 (67%)
|
|
[22:55:40 INFO] Video batch 637: 2 detections from postprocess
|
|
[22:55:40 INFO] Video frame video_short01_003236: 1 dets, valid=True
|
|
[22:55:40 INFO] Video frame video_short01_003237: 1 dets, valid=True
|
|
[22:55:41 INFO] Video batch 638: frame 5104/7500 (68%)
|
|
[22:55:41 INFO] Video batch 638: 1 detections from postprocess
|
|
[22:55:41 INFO] Video frame video_short01_003239: 1 dets, valid=True
|
|
[22:55:41 INFO] Video batch 639: frame 5112/7500 (68%)
|
|
[22:55:41 INFO] Video batch 640: frame 5120/7500 (68%)
|
|
[22:55:41 INFO] Video batch 641: frame 5128/7500 (68%)
|
|
[22:55:41 INFO] Video batch 642: frame 5136/7500 (68%)
|
|
[22:55:42 INFO] Video batch 643: frame 5144/7500 (68%)
|
|
[22:55:42 INFO] Video batch 644: frame 5152/7500 (68%)
|
|
[22:55:42 INFO] Video batch 645: frame 5160/7500 (68%)
|
|
[22:55:42 INFO] Video batch 646: frame 5168/7500 (68%)
|
|
[22:55:42 INFO] Video batch 647: frame 5176/7500 (69%)
|
|
[22:55:43 INFO] Video batch 648: frame 5184/7500 (69%)
|
|
[22:55:43 INFO] Video batch 648: 1 detections from postprocess
|
|
[22:55:43 INFO] Video frame video_short01_003273: 1 dets, valid=True
|
|
[22:55:43 INFO] Video batch 649: frame 5192/7500 (69%)
|
|
[22:55:43 INFO] Video batch 650: frame 5200/7500 (69%)
|
|
[22:55:43 INFO] Video batch 651: frame 5208/7500 (69%)
|
|
[22:55:44 INFO] Video batch 652: frame 5216/7500 (69%)
|
|
[22:55:44 INFO] Video batch 653: frame 5224/7500 (69%)
|
|
[22:55:44 INFO] Video batch 654: frame 5232/7500 (69%)
|
|
[22:55:44 INFO] Video batch 655: frame 5240/7500 (69%)
|
|
[22:55:44 INFO] Video batch 656: frame 5248/7500 (69%)
|
|
[22:55:45 INFO] Video batch 657: frame 5256/7500 (70%)
|
|
[22:55:45 INFO] Video batch 658: frame 5264/7500 (70%)
|
|
[22:55:45 INFO] Video batch 659: frame 5272/7500 (70%)
|
|
[22:55:45 INFO] Video batch 660: frame 5280/7500 (70%)
|
|
[22:55:46 INFO] Video batch 661: frame 5288/7500 (70%)
|
|
[22:55:46 INFO] Video batch 662: frame 5296/7500 (70%)
|
|
[22:55:46 INFO] Video batch 663: frame 5304/7500 (70%)
|
|
[22:55:46 INFO] Video batch 664: frame 5312/7500 (70%)
|
|
[22:55:46 INFO] Video batch 665: frame 5320/7500 (70%)
|
|
[22:55:47 INFO] Video batch 666: frame 5328/7500 (71%)
|
|
[22:55:47 INFO] Video batch 667: frame 5336/7500 (71%)
|
|
[22:55:47 INFO] Video batch 668: frame 5344/7500 (71%)
|
|
[22:55:47 INFO] Video batch 669: frame 5352/7500 (71%)
|
|
[22:55:47 INFO] Video batch 669: 1 detections from postprocess
|
|
[22:55:47 INFO] Video frame video_short01_003340: 1 dets, valid=True
|
|
[22:55:47 INFO] Video batch 670: frame 5360/7500 (71%)
|
|
[22:55:48 INFO] Video batch 670: 2 detections from postprocess
|
|
[22:55:48 INFO] Video frame video_short01_003341: 1 dets, valid=True
|
|
[22:55:48 INFO] Video frame video_short01_003343: 1 dets, valid=True
|
|
[22:55:48 INFO] Video batch 671: frame 5368/7500 (71%)
|
|
[22:55:48 INFO] Video batch 671: 1 detections from postprocess
|
|
[22:55:48 INFO] Video frame video_short01_003345: 1 dets, valid=True
|
|
[22:55:48 INFO] Video batch 672: frame 5376/7500 (71%)
|
|
[22:55:48 INFO] Video batch 673: frame 5384/7500 (71%)
|
|
[22:55:48 INFO] Video batch 674: frame 5392/7500 (71%)
|
|
[22:55:49 INFO] Video batch 675: frame 5400/7500 (72%)
|
|
[22:55:49 INFO] Video batch 676: frame 5408/7500 (72%)
|
|
[22:55:49 INFO] Video batch 677: frame 5416/7500 (72%)
|
|
[22:55:49 INFO] Video batch 678: frame 5424/7500 (72%)
|
|
[22:55:49 INFO] Video batch 679: frame 5432/7500 (72%)
|
|
[22:55:50 INFO] Video batch 680: frame 5440/7500 (72%)
|
|
[22:55:50 INFO] Video batch 681: frame 5448/7500 (72%)
|
|
[22:55:50 INFO] Video batch 682: frame 5456/7500 (72%)
|
|
[22:55:50 INFO] Video batch 683: frame 5464/7500 (72%)
|
|
[22:55:51 INFO] Video batch 684: frame 5472/7500 (72%)
|
|
[22:55:51 INFO] Video batch 685: frame 5480/7500 (73%)
|
|
[22:55:51 INFO] Video batch 686: frame 5488/7500 (73%)
|
|
[22:55:51 INFO] Video batch 687: frame 5496/7500 (73%)
|
|
[22:55:51 INFO] Video batch 687: 2 detections from postprocess
|
|
[22:55:51 INFO] Video frame video_short01_003396: 1 dets, valid=True
|
|
[22:55:51 INFO] Video frame video_short01_003397: 1 dets, valid=True
|
|
[22:55:51 INFO] Video batch 688: frame 5504/7500 (73%)
|
|
[22:55:52 INFO] Video batch 689: frame 5512/7500 (73%)
|
|
[22:55:52 INFO] Video batch 690: frame 5520/7500 (73%)
|
|
[22:55:52 INFO] Video batch 691: frame 5528/7500 (73%)
|
|
[22:55:52 INFO] Video batch 692: frame 5536/7500 (73%)
|
|
[22:55:52 INFO] Video batch 693: frame 5544/7500 (73%)
|
|
[22:55:53 INFO] Video batch 694: frame 5552/7500 (74%)
|
|
[22:55:53 INFO] Video batch 694: 1 detections from postprocess
|
|
[22:55:53 INFO] Video frame video_short01_003418: 1 dets, valid=True
|
|
[22:55:53 INFO] Video batch 695: frame 5560/7500 (74%)
|
|
[22:55:53 INFO] Video batch 695: 1 detections from postprocess
|
|
[22:55:53 INFO] Video frame video_short01_003421: 1 dets, valid=True
|
|
[22:55:53 INFO] Video batch 696: frame 5568/7500 (74%)
|
|
[22:55:53 INFO] Video batch 696: 1 detections from postprocess
|
|
[22:55:53 INFO] Video frame video_short01_003425: 1 dets, valid=True
|
|
[22:55:53 INFO] Video batch 697: frame 5576/7500 (74%)
|
|
[22:55:54 INFO] Video batch 698: frame 5584/7500 (74%)
|
|
[22:55:54 INFO] Video batch 699: frame 5592/7500 (74%)
|
|
[22:55:54 INFO] Video batch 700: frame 5600/7500 (74%)
|
|
[22:55:54 INFO] Video batch 701: frame 5608/7500 (74%)
|
|
[22:55:54 INFO] Video batch 702: frame 5616/7500 (74%)
|
|
[22:55:55 INFO] Video batch 703: frame 5624/7500 (74%)
|
|
[22:55:55 INFO] Video batch 704: frame 5632/7500 (75%)
|
|
[22:55:55 INFO] Video batch 705: frame 5640/7500 (75%)
|
|
[22:55:55 INFO] Video batch 706: frame 5648/7500 (75%)
|
|
[22:55:55 INFO] Video batch 707: frame 5656/7500 (75%)
|
|
[22:55:56 INFO] Video batch 708: frame 5664/7500 (75%)
|
|
[22:55:56 INFO] Video batch 709: frame 5672/7500 (75%)
|
|
[22:55:56 INFO] Video batch 710: frame 5680/7500 (75%)
|
|
[22:55:56 INFO] Video batch 711: frame 5688/7500 (75%)
|
|
[22:55:57 INFO] Video batch 712: frame 5696/7500 (75%)
|
|
[22:55:57 INFO] Video batch 713: frame 5704/7500 (76%)
|
|
[22:55:57 INFO] Video batch 714: frame 5712/7500 (76%)
|
|
[22:55:57 INFO] Video batch 715: frame 5720/7500 (76%)
|
|
[22:55:57 INFO] Video batch 716: frame 5728/7500 (76%)
|
|
[22:55:58 INFO] Video batch 717: frame 5736/7500 (76%)
|
|
[22:55:58 INFO] Video batch 718: frame 5744/7500 (76%)
|
|
[22:55:58 INFO] Video batch 719: frame 5752/7500 (76%)
|
|
[22:55:58 INFO] Video batch 720: frame 5760/7500 (76%)
|
|
[22:55:59 INFO] Video batch 721: frame 5768/7500 (76%)
|
|
[22:55:59 INFO] Video batch 722: frame 5776/7500 (77%)
|
|
[22:55:59 INFO] Video batch 723: frame 5784/7500 (77%)
|
|
[22:55:59 INFO] Video batch 724: frame 5792/7500 (77%)
|
|
[22:56:00 INFO] Video batch 725: frame 5800/7500 (77%)
|
|
[22:56:00 INFO] Video batch 726: frame 5808/7500 (77%)
|
|
[22:56:00 INFO] Video batch 727: frame 5816/7500 (77%)
|
|
[22:56:00 INFO] Video batch 728: frame 5824/7500 (77%)
|
|
[22:56:01 INFO] Video batch 729: frame 5832/7500 (77%)
|
|
[22:56:01 INFO] Video batch 729: 1 detections from postprocess
|
|
[22:56:01 INFO] Video frame video_short01_003532: 1 dets, valid=True
|
|
[22:56:01 INFO] Video batch 730: frame 5840/7500 (77%)
|
|
[22:56:01 INFO] Video batch 730: 1 detections from postprocess
|
|
[22:56:01 INFO] Video frame video_short01_003533: 1 dets, valid=True
|
|
[22:56:01 INFO] Video batch 731: frame 5848/7500 (77%)
|
|
[22:56:01 INFO] Video batch 732: frame 5856/7500 (78%)
|
|
[22:56:02 INFO] Video batch 733: frame 5864/7500 (78%)
|
|
[22:56:02 INFO] Video batch 734: frame 5872/7500 (78%)
|
|
[22:56:02 INFO] Video batch 735: frame 5880/7500 (78%)
|
|
[22:56:02 INFO] Video batch 736: frame 5888/7500 (78%)
|
|
[22:56:02 INFO] Video batch 737: frame 5896/7500 (78%)
|
|
[22:56:03 INFO] Video batch 738: frame 5904/7500 (78%)
|
|
[22:56:03 INFO] Video batch 739: frame 5912/7500 (78%)
|
|
[22:56:03 INFO] Video batch 740: frame 5920/7500 (78%)
|
|
[22:56:03 INFO] Video batch 741: frame 5928/7500 (79%)
|
|
[22:56:04 INFO] Video batch 742: frame 5936/7500 (79%)
|
|
[22:56:04 INFO] Video batch 743: frame 5944/7500 (79%)
|
|
[22:56:04 INFO] Video batch 744: frame 5952/7500 (79%)
|
|
[22:56:04 INFO] Video batch 745: frame 5960/7500 (79%)
|
|
[22:56:04 INFO] Video batch 746: frame 5968/7500 (79%)
|
|
[22:56:05 INFO] Video batch 747: frame 5976/7500 (79%)
|
|
[22:56:05 INFO] Video batch 748: frame 5984/7500 (79%)
|
|
[22:56:05 INFO] Video batch 749: frame 5992/7500 (79%)
|
|
[22:56:05 INFO] Video batch 750: frame 6000/7500 (80%)
|
|
[22:56:06 INFO] Video batch 751: frame 6008/7500 (80%)
|
|
[22:56:06 INFO] Video batch 752: frame 6016/7500 (80%)
|
|
[22:56:06 INFO] Video batch 753: frame 6024/7500 (80%)
|
|
[22:56:06 INFO] Video batch 754: frame 6032/7500 (80%)
|
|
[22:56:07 INFO] Video batch 755: frame 6040/7500 (80%)
|
|
[22:56:07 INFO] Video batch 755: 1 detections from postprocess
|
|
[22:56:07 INFO] Video frame video_short01_004015: 1 dets, valid=True
|
|
[22:56:07 INFO] Video batch 756: frame 6048/7500 (80%)
|
|
[22:56:07 INFO] Video batch 756: 2 detections from postprocess
|
|
[22:56:07 INFO] Video frame video_short01_004017: 1 dets, valid=True
|
|
[22:56:07 INFO] Video frame video_short01_004018: 1 dets, valid=True
|
|
[22:56:07 INFO] Video batch 757: frame 6056/7500 (80%)
|
|
[22:56:07 INFO] Video batch 757: 1 detections from postprocess
|
|
[22:56:07 INFO] Video frame video_short01_004021: 1 dets, valid=True
|
|
[22:56:07 INFO] Video batch 758: frame 6064/7500 (80%)
|
|
[22:56:08 INFO] Video batch 759: frame 6072/7500 (80%)
|
|
[22:56:08 INFO] Video batch 759: 5 detections from postprocess
|
|
[22:56:08 INFO] Video frame video_short01_004026: 1 dets, valid=True
|
|
[22:56:08 INFO] Video frame video_short01_004028: 4 dets, valid=True
|
|
[22:56:08 INFO] Video batch 760: frame 6080/7500 (81%)
|
|
[22:56:08 INFO] Video batch 760: 8 detections from postprocess
|
|
[22:56:08 INFO] Video frame video_short01_004030: 4 dets, valid=True
|
|
[22:56:08 INFO] Video frame video_short01_004031: 4 dets, valid=True
|
|
[22:56:08 INFO] Video batch 761: frame 6088/7500 (81%)
|
|
[22:56:08 INFO] Video batch 761: 7 detections from postprocess
|
|
[22:56:08 INFO] Video frame video_short01_004033: 4 dets, valid=True
|
|
[22:56:08 INFO] Video frame video_short01_004034: 3 dets, valid=True
|
|
[22:56:08 INFO] Video batch 762: frame 6096/7500 (81%)
|
|
[22:56:08 INFO] Video batch 762: 6 detections from postprocess
|
|
[22:56:08 INFO] Video frame video_short01_004036: 3 dets, valid=True
|
|
[22:56:08 INFO] Video frame video_short01_004037: 3 dets, valid=True
|
|
[22:56:08 INFO] Video batch 763: frame 6104/7500 (81%)
|
|
[22:56:09 INFO] Video batch 763: 8 detections from postprocess
|
|
[22:56:09 INFO] Video frame video_short01_004039: 4 dets, valid=True
|
|
[22:56:09 INFO] Video frame video_short01_004041: 4 dets, valid=True
|
|
[22:56:09 INFO] Video batch 764: frame 6112/7500 (81%)
|
|
[22:56:09 INFO] Video batch 764: 8 detections from postprocess
|
|
[22:56:09 INFO] Video frame video_short01_004042: 4 dets, valid=True
|
|
[22:56:09 INFO] Video frame video_short01_004044: 4 dets, valid=True
|
|
[22:56:09 INFO] Video batch 765: frame 6120/7500 (81%)
|
|
[22:56:09 INFO] Video batch 765: 8 detections from postprocess
|
|
[22:56:09 INFO] Video frame video_short01_004045: 4 dets, valid=True
|
|
[22:56:09 INFO] Video frame video_short01_004047: 4 dets, valid=True
|
|
[22:56:09 INFO] Video batch 766: frame 6128/7500 (81%)
|
|
[22:56:09 INFO] Video batch 766: 6 detections from postprocess
|
|
[22:56:09 INFO] Video frame video_short01_004049: 3 dets, valid=True
|
|
[22:56:09 INFO] Video frame video_short01_004050: 3 dets, valid=True
|
|
[22:56:09 INFO] Video batch 767: frame 6136/7500 (81%)
|
|
[22:56:10 INFO] Video batch 767: 6 detections from postprocess
|
|
[22:56:10 INFO] Video frame video_short01_004052: 3 dets, valid=True
|
|
[22:56:10 INFO] Video frame video_short01_004053: 3 dets, valid=True
|
|
[22:56:10 INFO] Video batch 768: frame 6144/7500 (81%)
|
|
[22:56:10 INFO] Video batch 768: 5 detections from postprocess
|
|
[22:56:10 INFO] Video frame video_short01_004055: 3 dets, valid=True
|
|
[22:56:10 INFO] Video frame video_short01_004057: 2 dets, valid=True
|
|
[22:56:10 INFO] Video batch 769: frame 6152/7500 (82%)
|
|
[22:56:10 INFO] Video batch 769: 4 detections from postprocess
|
|
[22:56:10 INFO] Video frame video_short01_004058: 3 dets, valid=True
|
|
[22:56:10 INFO] Video frame video_short01_004060: 1 dets, valid=True
|
|
[22:56:10 INFO] Video batch 770: frame 6160/7500 (82%)
|
|
[22:56:10 INFO] Video batch 771: frame 6168/7500 (82%)
|
|
[22:56:10 INFO] Video batch 772: frame 6176/7500 (82%)
|
|
[22:56:11 INFO] Video batch 773: frame 6184/7500 (82%)
|
|
[22:56:11 INFO] Video batch 774: frame 6192/7500 (82%)
|
|
[22:56:11 INFO] Video batch 775: frame 6200/7500 (82%)
|
|
[22:56:11 INFO] Video batch 776: frame 6208/7500 (82%)
|
|
[22:56:12 INFO] Video batch 777: frame 6216/7500 (82%)
|
|
[22:56:12 INFO] Video batch 778: frame 6224/7500 (82%)
|
|
[22:56:12 INFO] Video batch 779: frame 6232/7500 (83%)
|
|
[22:56:12 INFO] Video batch 780: frame 6240/7500 (83%)
|
|
[22:56:12 INFO] Video batch 781: frame 6248/7500 (83%)
|
|
[22:56:13 INFO] Video batch 782: frame 6256/7500 (83%)
|
|
[22:56:13 INFO] Video batch 783: frame 6264/7500 (83%)
|
|
[22:56:13 INFO] Video batch 784: frame 6272/7500 (83%)
|
|
[22:56:13 INFO] Video batch 785: frame 6280/7500 (83%)
|
|
[22:56:14 INFO] Video batch 786: frame 6288/7500 (83%)
|
|
[22:56:14 INFO] Video batch 787: frame 6296/7500 (83%)
|
|
[22:56:14 INFO] Video batch 788: frame 6304/7500 (84%)
|
|
[22:56:14 INFO] Video batch 789: frame 6312/7500 (84%)
|
|
[22:56:15 INFO] Video batch 789: 1 detections from postprocess
|
|
[22:56:15 INFO] Video frame video_short01_004122: 1 dets, valid=True
|
|
[22:56:15 INFO] Video batch 790: frame 6320/7500 (84%)
|
|
[22:56:15 INFO] Video batch 791: frame 6328/7500 (84%)
|
|
[22:56:15 INFO] Video batch 792: frame 6336/7500 (84%)
|
|
[22:56:15 INFO] Video batch 793: frame 6344/7500 (84%)
|
|
[22:56:16 INFO] Video batch 794: frame 6352/7500 (84%)
|
|
[22:56:16 INFO] Video batch 795: frame 6360/7500 (84%)
|
|
[22:56:16 INFO] Video batch 796: frame 6368/7500 (84%)
|
|
[22:56:16 INFO] Video batch 796: 1 detections from postprocess
|
|
[22:56:16 INFO] Video frame video_short01_004146: 1 dets, valid=True
|
|
[22:56:16 INFO] Video batch 797: frame 6376/7500 (85%)
|
|
[22:56:16 INFO] Video batch 798: frame 6384/7500 (85%)
|
|
[22:56:17 INFO] Video batch 799: frame 6392/7500 (85%)
|
|
[22:56:17 INFO] Video batch 800: frame 6400/7500 (85%)
|
|
[22:56:17 INFO] Video batch 801: frame 6408/7500 (85%)
|
|
[22:56:17 INFO] Video batch 802: frame 6416/7500 (85%)
|
|
[22:56:18 INFO] Video batch 803: frame 6424/7500 (85%)
|
|
[22:56:18 INFO] Video batch 804: frame 6432/7500 (85%)
|
|
[22:56:18 INFO] Video batch 805: frame 6440/7500 (85%)
|
|
[22:56:18 INFO] Video batch 806: frame 6448/7500 (85%)
|
|
[22:56:18 INFO] Video batch 807: frame 6456/7500 (86%)
|
|
[22:56:19 INFO] Video batch 808: frame 6464/7500 (86%)
|
|
[22:56:19 INFO] Video batch 809: frame 6472/7500 (86%)
|
|
[22:56:19 INFO] Video batch 810: frame 6480/7500 (86%)
|
|
[22:56:19 INFO] Video batch 811: frame 6488/7500 (86%)
|
|
[22:56:20 INFO] Video batch 812: frame 6496/7500 (86%)
|
|
[22:56:20 INFO] Video batch 813: frame 6504/7500 (86%)
|
|
[22:56:20 INFO] Video batch 814: frame 6512/7500 (86%)
|
|
[22:56:20 INFO] Video batch 815: frame 6520/7500 (86%)
|
|
[22:56:21 INFO] Video batch 816: frame 6528/7500 (87%)
|
|
[22:56:21 INFO] Video batch 817: frame 6536/7500 (87%)
|
|
[22:56:21 INFO] Video batch 818: frame 6544/7500 (87%)
|
|
[22:56:21 INFO] Video batch 819: frame 6552/7500 (87%)
|
|
[22:56:21 INFO] Video batch 820: frame 6560/7500 (87%)
|
|
[22:56:22 INFO] Video batch 821: frame 6568/7500 (87%)
|
|
[22:56:22 INFO] Video batch 822: frame 6576/7500 (87%)
|
|
[22:56:22 INFO] Video batch 823: frame 6584/7500 (87%)
|
|
[22:56:22 INFO] Video batch 824: frame 6592/7500 (87%)
|
|
[22:56:23 INFO] Video batch 825: frame 6600/7500 (88%)
|
|
[22:56:23 INFO] Video batch 826: frame 6608/7500 (88%)
|
|
[22:56:23 INFO] Video batch 827: frame 6616/7500 (88%)
|
|
[22:56:23 INFO] Video batch 828: frame 6624/7500 (88%)
|
|
[22:56:23 INFO] Video batch 829: frame 6632/7500 (88%)
|
|
[22:56:24 INFO] Video batch 830: frame 6640/7500 (88%)
|
|
[22:56:24 INFO] Video batch 831: frame 6648/7500 (88%)
|
|
[22:56:24 INFO] Video batch 832: frame 6656/7500 (88%)
|
|
[22:56:24 INFO] Video batch 833: frame 6664/7500 (88%)
|
|
[22:56:25 INFO] Video batch 834: frame 6672/7500 (88%)
|
|
[22:56:25 INFO] Video batch 835: frame 6680/7500 (89%)
|
|
[22:56:25 INFO] Video batch 836: frame 6688/7500 (89%)
|
|
[22:56:25 INFO] Video batch 837: frame 6696/7500 (89%)
|
|
[22:56:25 INFO] Video batch 838: frame 6704/7500 (89%)
|
|
[22:56:26 INFO] Video batch 839: frame 6712/7500 (89%)
|
|
[22:56:26 INFO] Video batch 840: frame 6720/7500 (89%)
|
|
[22:56:26 INFO] Video batch 841: frame 6728/7500 (89%)
|
|
[22:56:26 INFO] Video batch 842: frame 6736/7500 (89%)
|
|
[22:56:27 INFO] Video batch 843: frame 6744/7500 (89%)
|
|
[22:56:27 INFO] Video batch 844: frame 6752/7500 (90%)
|
|
[22:56:27 INFO] Video batch 845: frame 6760/7500 (90%)
|
|
[22:56:27 INFO] Video batch 846: frame 6768/7500 (90%)
|
|
[22:56:27 INFO] Video batch 847: frame 6776/7500 (90%)
|
|
[22:56:28 INFO] Video batch 848: frame 6784/7500 (90%)
|
|
[22:56:28 INFO] Video batch 849: frame 6792/7500 (90%)
|
|
[22:56:28 INFO] Video batch 850: frame 6800/7500 (90%)
|
|
[22:56:28 INFO] Video batch 851: frame 6808/7500 (90%)
|
|
[22:56:29 INFO] Video batch 851: 1 detections from postprocess
|
|
[22:56:29 INFO] Video frame video_short01_004321: 1 dets, valid=True
|
|
[22:56:29 INFO] Video batch 852: frame 6816/7500 (90%)
|
|
[22:56:29 INFO] Video batch 853: frame 6824/7500 (90%)
|
|
[22:56:29 INFO] Video batch 854: frame 6832/7500 (91%)
|
|
[22:56:29 INFO] Video batch 855: frame 6840/7500 (91%)
|
|
[22:56:30 INFO] Video batch 856: frame 6848/7500 (91%)
|
|
[22:56:30 INFO] Video batch 857: frame 6856/7500 (91%)
|
|
[22:56:30 INFO] Video batch 858: frame 6864/7500 (91%)
|
|
[22:56:30 INFO] Video batch 859: frame 6872/7500 (91%)
|
|
[22:56:31 INFO] Video batch 860: frame 6880/7500 (91%)
|
|
[22:56:31 INFO] Video batch 861: frame 6888/7500 (91%)
|
|
[22:56:31 INFO] Video batch 862: frame 6896/7500 (91%)
|
|
[22:56:31 INFO] Video batch 863: frame 6904/7500 (92%)
|
|
[22:56:32 INFO] Video batch 864: frame 6912/7500 (92%)
|
|
[22:56:32 INFO] Video batch 865: frame 6920/7500 (92%)
|
|
[22:56:32 INFO] Video batch 866: frame 6928/7500 (92%)
|
|
[22:56:32 INFO] Video batch 867: frame 6936/7500 (92%)
|
|
[22:56:33 INFO] Video batch 868: frame 6944/7500 (92%)
|
|
[22:56:33 INFO] Video batch 869: frame 6952/7500 (92%)
|
|
[22:56:33 INFO] Video batch 870: frame 6960/7500 (92%)
|
|
[22:56:33 INFO] Video batch 871: frame 6968/7500 (92%)
|
|
[22:56:33 INFO] Video batch 872: frame 6976/7500 (93%)
|
|
[22:56:34 INFO] Video batch 873: frame 6984/7500 (93%)
|
|
[22:56:34 INFO] Video batch 874: frame 6992/7500 (93%)
|
|
[22:56:34 INFO] Video batch 875: frame 7000/7500 (93%)
|
|
[22:56:34 INFO] Video batch 876: frame 7008/7500 (93%)
|
|
[22:56:35 INFO] Video batch 877: frame 7016/7500 (93%)
|
|
[22:56:35 INFO] Video batch 878: frame 7024/7500 (93%)
|
|
[22:56:35 INFO] Video batch 879: frame 7032/7500 (93%)
|
|
[22:56:35 INFO] Video batch 880: frame 7040/7500 (93%)
|
|
[22:56:35 INFO] Video batch 881: frame 7048/7500 (93%)
|
|
[22:56:36 INFO] Video batch 882: frame 7056/7500 (94%)
|
|
[22:56:36 INFO] Video batch 883: frame 7064/7500 (94%)
|
|
[22:56:36 INFO] Video batch 883: 2 detections from postprocess
|
|
[22:56:36 INFO] Video frame video_short01_004423: 1 dets, valid=True
|
|
[22:56:36 INFO] Video frame video_short01_004425: 1 dets, valid=True
|
|
[22:56:36 INFO] Video batch 884: frame 7072/7500 (94%)
|
|
[22:56:36 INFO] Video batch 884: 1 detections from postprocess
|
|
[22:56:36 INFO] Video frame video_short01_004428: 1 dets, valid=True
|
|
[22:56:36 INFO] Video batch 885: frame 7080/7500 (94%)
|
|
[22:56:36 INFO] Video batch 885: 1 detections from postprocess
|
|
[22:56:36 INFO] Video frame video_short01_004431: 1 dets, valid=True
|
|
[22:56:36 INFO] Video batch 886: frame 7088/7500 (94%)
|
|
[22:56:37 INFO] Video batch 886: 2 detections from postprocess
|
|
[22:56:37 INFO] Video frame video_short01_004433: 1 dets, valid=True
|
|
[22:56:37 INFO] Video frame video_short01_004434: 1 dets, valid=True
|
|
[22:56:37 INFO] Video batch 887: frame 7096/7500 (94%)
|
|
[22:56:37 INFO] Video batch 887: 1 detections from postprocess
|
|
[22:56:37 INFO] Video frame video_short01_004436: 1 dets, valid=True
|
|
[22:56:37 INFO] Video batch 888: frame 7104/7500 (94%)
|
|
[22:56:37 INFO] Video batch 888: 2 detections from postprocess
|
|
[22:56:37 INFO] Video frame video_short01_004439: 1 dets, valid=True
|
|
[22:56:37 INFO] Video frame video_short01_004441: 1 dets, valid=True
|
|
[22:56:37 INFO] Video batch 889: frame 7112/7500 (94%)
|
|
[22:56:37 INFO] Video batch 889: 2 detections from postprocess
|
|
[22:56:37 INFO] Video frame video_short01_004442: 1 dets, valid=True
|
|
[22:56:37 INFO] Video frame video_short01_004444: 1 dets, valid=True
|
|
[22:56:37 INFO] Video batch 890: frame 7120/7500 (94%)
|
|
[22:56:38 INFO] Video batch 891: frame 7128/7500 (95%)
|
|
[22:56:38 INFO] Video batch 892: frame 7136/7500 (95%)
|
|
[22:56:38 INFO] Video batch 893: frame 7144/7500 (95%)
|
|
[22:56:38 INFO] Video batch 894: frame 7152/7500 (95%)
|
|
[22:56:39 INFO] Video batch 895: frame 7160/7500 (95%)
|
|
[22:56:39 INFO] Video batch 896: frame 7168/7500 (95%)
|
|
[22:56:39 INFO] Video batch 897: frame 7176/7500 (95%)
|
|
[22:56:39 INFO] Video batch 898: frame 7184/7500 (95%)
|
|
[22:56:39 INFO] Video batch 898: 2 detections from postprocess
|
|
[22:56:39 INFO] Video frame video_short01_004471: 1 dets, valid=True
|
|
[22:56:39 INFO] Video frame video_short01_004473: 1 dets, valid=True
|
|
[22:56:39 INFO] Video batch 899: frame 7192/7500 (95%)
|
|
[22:56:40 INFO] Video batch 899: 2 detections from postprocess
|
|
[22:56:40 INFO] Video frame video_short01_004474: 1 dets, valid=True
|
|
[22:56:40 INFO] Video frame video_short01_004476: 1 dets, valid=True
|
|
[22:56:40 INFO] Video batch 900: frame 7200/7500 (96%)
|
|
[22:56:40 INFO] Video batch 900: 2 detections from postprocess
|
|
[22:56:40 INFO] Video frame video_short01_004477: 1 dets, valid=True
|
|
[22:56:40 INFO] Video frame video_short01_004479: 1 dets, valid=True
|
|
[22:56:40 INFO] Video batch 901: frame 7208/7500 (96%)
|
|
[22:56:40 INFO] Video batch 901: 2 detections from postprocess
|
|
[22:56:40 INFO] Video frame video_short01_004481: 1 dets, valid=True
|
|
[22:56:40 INFO] Video frame video_short01_004482: 1 dets, valid=True
|
|
[22:56:40 INFO] Video batch 902: frame 7216/7500 (96%)
|
|
[22:56:40 INFO] Video batch 902: 2 detections from postprocess
|
|
[22:56:40 INFO] Video frame video_short01_004484: 1 dets, valid=True
|
|
[22:56:40 INFO] Video frame video_short01_004485: 1 dets, valid=True
|
|
[22:56:40 INFO] Video batch 903: frame 7224/7500 (96%)
|
|
[22:56:41 INFO] Video batch 903: 2 detections from postprocess
|
|
[22:56:41 INFO] Video frame video_short01_004487: 1 dets, valid=True
|
|
[22:56:41 INFO] Video frame video_short01_004489: 1 dets, valid=True
|
|
[22:56:41 INFO] Video batch 904: frame 7232/7500 (96%)
|
|
[22:56:41 INFO] Video batch 904: 1 detections from postprocess
|
|
[22:56:41 INFO] Video frame video_short01_004490: 1 dets, valid=True
|
|
[22:56:41 INFO] Video batch 905: frame 7240/7500 (96%)
|
|
[22:56:41 INFO] Video batch 906: frame 7248/7500 (96%)
|
|
[22:56:41 INFO] Video batch 907: frame 7256/7500 (96%)
|
|
[22:56:42 INFO] Video batch 907: 1 detections from postprocess
|
|
[22:56:42 INFO] Video frame video_short01_004500: 1 dets, valid=True
|
|
[22:56:42 INFO] Video batch 908: frame 7264/7500 (96%)
|
|
[22:56:42 INFO] Video batch 908: 2 detections from postprocess
|
|
[22:56:42 INFO] Video frame video_short01_004503: 1 dets, valid=True
|
|
[22:56:42 INFO] Video frame video_short01_004505: 1 dets, valid=True
|
|
[22:56:42 INFO] Video batch 909: frame 7272/7500 (96%)
|
|
[22:56:42 INFO] Video batch 909: 2 detections from postprocess
|
|
[22:56:42 INFO] Video frame video_short01_004506: 1 dets, valid=True
|
|
[22:56:42 INFO] Video frame video_short01_004508: 1 dets, valid=True
|
|
[22:56:42 INFO] Video batch 910: frame 7280/7500 (97%)
|
|
[22:56:42 INFO] Video batch 910: 2 detections from postprocess
|
|
[22:56:42 INFO] Video frame video_short01_004510: 1 dets, valid=True
|
|
[22:56:42 INFO] Video frame video_short01_004511: 1 dets, valid=True
|
|
[22:56:42 INFO] Video batch 911: frame 7288/7500 (97%)
|
|
[22:56:43 INFO] Video batch 911: 2 detections from postprocess
|
|
[22:56:43 INFO] Video frame video_short01_004513: 1 dets, valid=True
|
|
[22:56:43 INFO] Video frame video_short01_004514: 1 dets, valid=True
|
|
[22:56:43 INFO] Video batch 912: frame 7296/7500 (97%)
|
|
[22:56:43 INFO] Video batch 912: 2 detections from postprocess
|
|
[22:56:43 INFO] Video frame video_short01_004516: 1 dets, valid=True
|
|
[22:56:43 INFO] Video frame video_short01_004517: 1 dets, valid=True
|
|
[22:56:43 INFO] Video batch 913: frame 7304/7500 (97%)
|
|
[22:56:43 INFO] Video batch 913: 2 detections from postprocess
|
|
[22:56:43 INFO] Video frame video_short01_004519: 1 dets, valid=True
|
|
[22:56:43 INFO] Video frame video_short01_004521: 1 dets, valid=True
|
|
[22:56:43 INFO] Video batch 914: frame 7312/7500 (97%)
|
|
[22:56:43 INFO] Video batch 914: 1 detections from postprocess
|
|
[22:56:43 INFO] Video frame video_short01_004522: 1 dets, valid=True
|
|
[22:56:43 INFO] Video batch 915: frame 7320/7500 (97%)
|
|
[22:56:44 INFO] Video batch 915: 1 detections from postprocess
|
|
[22:56:44 INFO] Video frame video_short01_004527: 1 dets, valid=True
|
|
[22:56:44 INFO] Video batch 916: frame 7328/7500 (97%)
|
|
[22:56:44 INFO] Video batch 916: 1 detections from postprocess
|
|
[22:56:44 INFO] Video frame video_short01_004530: 1 dets, valid=True
|
|
[22:56:44 INFO] Video batch 917: frame 7336/7500 (97%)
|
|
[22:56:44 INFO] Video batch 918: frame 7344/7500 (97%)
|
|
[22:56:44 INFO] Video batch 919: frame 7352/7500 (98%)
|
|
[22:56:45 INFO] Video batch 920: frame 7360/7500 (98%)
|
|
[22:56:45 INFO] Video batch 921: frame 7368/7500 (98%)
|
|
[22:56:45 INFO] Video batch 922: frame 7376/7500 (98%)
|
|
[22:56:45 INFO] Video batch 923: frame 7384/7500 (98%)
|
|
[22:56:45 INFO] Video batch 924: frame 7392/7500 (98%)
|
|
[22:56:46 INFO] Video batch 925: frame 7400/7500 (98%)
|
|
[22:56:46 INFO] Video batch 926: frame 7408/7500 (98%)
|
|
[22:56:46 INFO] Video batch 927: frame 7416/7500 (98%)
|
|
[22:56:46 INFO] Video batch 928: frame 7424/7500 (98%)
|
|
[22:56:46 INFO] Video batch 929: frame 7432/7500 (99%)
|
|
[22:56:47 INFO] Video batch 930: frame 7440/7500 (99%)
|
|
[22:56:47 INFO] Video batch 931: frame 7448/7500 (99%)
|
|
[22:56:47 INFO] Video batch 932: frame 7456/7500 (99%)
|
|
[22:56:47 INFO] Video batch 933: frame 7464/7500 (99%)
|
|
[22:56:47 INFO] Video batch 934: frame 7472/7500 (99%)
|
|
[22:56:48 INFO] Video batch 935: frame 7480/7500 (99%)
|
|
[22:56:48 INFO] Video batch 936: frame 7488/7500 (99%)
|
|
[22:56:48 INFO] Video batch 937: frame 7496/7500 (99%)
|
|
[22:56:48 INFO] Video done: 7500 frames read, 937 batches processed
|
|
[22:56:48 INFO] init AI...
|
|
[22:56:48 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[22:56:48 INFO] ground sampling distance: 0.3059895833333333
|
|
[22:56:48 INFO] init AI...
|
|
[22:56:49 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[22:56:49 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[22:56:49 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[22:56:49 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[22:56:49 INFO] init AI...
|
|
[22:56:49 INFO] init AI...
|
|
[22:56:49 INFO] init AI...
|
|
[22:56:49 INFO] init AI...
|
|
[22:56:49 INFO] init AI...
|
|
[22:56:50 INFO] init AI...
|
|
[22:56:50 INFO] init AI...
|
|
[22:56:50 INFO] init AI...
|
|
[22:56:50 INFO] init AI...
|
|
[22:56:51 INFO] init AI...
|
|
[22:56:51 INFO] init AI...
|
|
[22:56:51 INFO] init AI...
|
|
[22:56:51 INFO] init AI...
|
|
[22:56:51 INFO] init AI...
|
|
[22:56:52 INFO] init AI...
|
|
[22:56:52 INFO] init AI...
|
|
[22:56:52 INFO] init AI...
|
|
[22:56:52 INFO] init AI...
|
|
[22:56:52 INFO] init AI...
|
|
[22:56:53 INFO] init AI...
|
|
[22:56:53 INFO] init AI...
|
|
[22:56:54 INFO] init AI...
|
|
[22:56:54 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4...
|
|
[22:56:54 INFO] Video: 7500 frames, 25.0 fps, 2560x1440
|
|
[22:56:54 INFO] Video batch 1: frame 8/7500 (0%)
|
|
[22:56:54 INFO] Video batch 2: frame 16/7500 (0%)
|
|
[22:56:54 INFO] Video batch 2: 2 detections from postprocess
|
|
[22:56:54 INFO] Video frame video_short01_000004: 1 dets, valid=True
|
|
[22:56:54 INFO] Video frame video_short01_000005: 1 dets, valid=True
|
|
[22:56:54 INFO] Video batch 3: frame 24/7500 (0%)
|
|
[22:56:54 INFO] Video batch 3: 2 detections from postprocess
|
|
[22:56:54 INFO] Video frame video_short01_000007: 1 dets, valid=True
|
|
[22:56:55 INFO] Video frame video_short01_000009: 1 dets, valid=True
|
|
[22:56:55 INFO] Video batch 4: frame 32/7500 (0%)
|
|
[22:56:55 INFO] Video batch 4: 2 detections from postprocess
|
|
[22:56:55 INFO] Video frame video_short01_000010: 1 dets, valid=True
|
|
[22:56:55 INFO] Video frame video_short01_000012: 1 dets, valid=True
|
|
[22:56:55 INFO] Video batch 5: frame 40/7500 (0%)
|
|
[22:56:55 INFO] Video batch 5: 2 detections from postprocess
|
|
[22:56:55 INFO] Video frame video_short01_000013: 1 dets, valid=True
|
|
[22:56:55 INFO] Video frame video_short01_000015: 1 dets, valid=True
|
|
[22:56:55 INFO] Video batch 6: frame 48/7500 (0%)
|
|
[22:56:55 INFO] Video batch 6: 2 detections from postprocess
|
|
[22:56:55 INFO] Video frame video_short01_000017: 1 dets, valid=True
|
|
[22:56:55 INFO] Video frame video_short01_000018: 1 dets, valid=True
|
|
[22:56:56 INFO] Video batch 7: frame 56/7500 (0%)
|
|
[22:56:56 INFO] Video batch 7: 2 detections from postprocess
|
|
[22:56:56 INFO] Video frame video_short01_000020: 1 dets, valid=True
|
|
[22:56:56 INFO] Video frame video_short01_000021: 1 dets, valid=True
|
|
[22:56:56 INFO] Video batch 8: frame 64/7500 (0%)
|
|
[22:56:56 INFO] Video batch 8: 2 detections from postprocess
|
|
[22:56:56 INFO] Video frame video_short01_000023: 1 dets, valid=True
|
|
[22:56:56 INFO] Video frame video_short01_000025: 1 dets, valid=True
|
|
[22:56:56 INFO] Video batch 9: frame 72/7500 (0%)
|
|
[22:56:56 INFO] Video batch 9: 2 detections from postprocess
|
|
[22:56:56 INFO] Video frame video_short01_000026: 1 dets, valid=True
|
|
[22:56:56 INFO] Video frame video_short01_000028: 1 dets, valid=True
|
|
[22:56:56 INFO] Video batch 10: frame 80/7500 (1%)
|
|
[22:56:56 INFO] Video batch 10: 2 detections from postprocess
|
|
[22:56:56 INFO] Video frame video_short01_000030: 1 dets, valid=True
|
|
[22:56:56 INFO] Video frame video_short01_000031: 1 dets, valid=True
|
|
[22:56:57 INFO] Video batch 11: frame 88/7500 (1%)
|
|
[22:56:57 INFO] Video batch 11: 3 detections from postprocess
|
|
[22:56:57 INFO] Video frame video_short01_000033: 1 dets, valid=True
|
|
[22:56:57 INFO] Video frame video_short01_000034: 2 dets, valid=True
|
|
[22:56:57 INFO] Video batch 12: frame 96/7500 (1%)
|
|
[22:56:57 INFO] Video batch 13: frame 104/7500 (1%)
|
|
[22:56:57 INFO] Video batch 13: 1 detections from postprocess
|
|
[22:56:57 INFO] Video frame video_short01_000041: 1 dets, valid=True
|
|
[22:56:57 INFO] Video batch 14: frame 112/7500 (1%)
|
|
[22:56:57 INFO] Video batch 14: 2 detections from postprocess
|
|
[22:56:57 INFO] Video frame video_short01_000042: 1 dets, valid=True
|
|
[22:56:57 INFO] Video frame video_short01_000044: 1 dets, valid=True
|
|
[22:56:57 INFO] Video batch 15: frame 120/7500 (1%)
|
|
[22:56:58 INFO] Video batch 15: 2 detections from postprocess
|
|
[22:56:58 INFO] Video frame video_short01_000045: 1 dets, valid=True
|
|
[22:56:58 INFO] Video frame video_short01_000047: 1 dets, valid=True
|
|
[22:56:58 INFO] Video batch 16: frame 128/7500 (1%)
|
|
[22:56:58 INFO] Video batch 16: 2 detections from postprocess
|
|
[22:56:58 INFO] Video frame video_short01_000049: 1 dets, valid=True
|
|
[22:56:58 INFO] Video frame video_short01_000050: 1 dets, valid=True
|
|
[22:56:58 INFO] Video batch 17: frame 136/7500 (1%)
|
|
[22:56:58 INFO] Video batch 17: 2 detections from postprocess
|
|
[22:56:58 INFO] Video frame video_short01_000052: 1 dets, valid=True
|
|
[22:56:58 INFO] Video frame video_short01_000053: 1 dets, valid=True
|
|
[22:56:58 INFO] Video batch 18: frame 144/7500 (1%)
|
|
[22:56:58 INFO] Video batch 18: 2 detections from postprocess
|
|
[22:56:58 INFO] Video frame video_short01_000055: 1 dets, valid=True
|
|
[22:56:58 INFO] Video frame video_short01_000057: 1 dets, valid=True
|
|
[22:56:58 INFO] Video batch 19: frame 152/7500 (2%)
|
|
[22:56:59 INFO] Video batch 20: frame 160/7500 (2%)
|
|
[22:56:59 INFO] Video batch 21: frame 168/7500 (2%)
|
|
[22:56:59 INFO] Video batch 21: 1 detections from postprocess
|
|
[22:56:59 INFO] Video frame video_short01_000066: 1 dets, valid=True
|
|
[22:56:59 INFO] Video batch 22: frame 176/7500 (2%)
|
|
[22:56:59 INFO] Video batch 22: 1 detections from postprocess
|
|
[22:56:59 INFO] Video frame video_short01_000068: 1 dets, valid=True
|
|
[22:56:59 INFO] Video batch 23: frame 184/7500 (2%)
|
|
[22:56:59 INFO] Video batch 23: 1 detections from postprocess
|
|
[22:56:59 INFO] Video frame video_short01_000073: 1 dets, valid=True
|
|
[22:56:59 INFO] Video batch 24: frame 192/7500 (2%)
|
|
[22:57:00 INFO] Video batch 24: 2 detections from postprocess
|
|
[22:57:00 INFO] Video frame video_short01_000074: 1 dets, valid=True
|
|
[22:57:00 INFO] Video frame video_short01_000076: 1 dets, valid=True
|
|
[22:57:00 INFO] Video batch 25: frame 200/7500 (2%)
|
|
[22:57:00 INFO] Video batch 25: 2 detections from postprocess
|
|
[22:57:00 INFO] Video frame video_short01_000077: 1 dets, valid=True
|
|
[22:57:00 INFO] Video frame video_short01_000079: 1 dets, valid=True
|
|
[22:57:00 INFO] Video batch 26: frame 208/7500 (2%)
|
|
[22:57:00 INFO] Video batch 26: 2 detections from postprocess
|
|
[22:57:00 INFO] Video frame video_short01_000081: 1 dets, valid=True
|
|
[22:57:00 INFO] Video frame video_short01_000082: 1 dets, valid=True
|
|
[22:57:00 INFO] Video batch 27: frame 216/7500 (2%)
|
|
[22:57:00 INFO] Video batch 27: 2 detections from postprocess
|
|
[22:57:00 INFO] Video frame video_short01_000084: 1 dets, valid=True
|
|
[22:57:00 INFO] Video frame video_short01_000085: 1 dets, valid=True
|
|
[22:57:00 INFO] Video batch 28: frame 224/7500 (2%)
|
|
[22:57:01 INFO] Video batch 28: 2 detections from postprocess
|
|
[22:57:01 INFO] Video frame video_short01_000087: 1 dets, valid=True
|
|
[22:57:01 INFO] Video frame video_short01_000089: 1 dets, valid=True
|
|
[22:57:01 INFO] Video batch 29: frame 232/7500 (3%)
|
|
[22:57:01 INFO] Video batch 29: 2 detections from postprocess
|
|
[22:57:01 INFO] Video frame video_short01_000090: 1 dets, valid=True
|
|
[22:57:01 INFO] Video frame video_short01_000092: 1 dets, valid=True
|
|
[22:57:01 INFO] Video batch 30: frame 240/7500 (3%)
|
|
[22:57:01 INFO] Video batch 30: 2 detections from postprocess
|
|
[22:57:01 INFO] Video frame video_short01_000093: 1 dets, valid=True
|
|
[22:57:01 INFO] Video frame video_short01_000095: 1 dets, valid=True
|
|
[22:57:01 INFO] Video batch 31: frame 248/7500 (3%)
|
|
[22:57:01 INFO] Video batch 31: 2 detections from postprocess
|
|
[22:57:01 INFO] Video frame video_short01_000097: 1 dets, valid=True
|
|
[22:57:01 INFO] Video frame video_short01_000098: 1 dets, valid=True
|
|
[22:57:01 INFO] Video batch 32: frame 256/7500 (3%)
|
|
[22:57:02 INFO] Video batch 32: 2 detections from postprocess
|
|
[22:57:02 INFO] Video frame video_short01_000100: 1 dets, valid=True
|
|
[22:57:02 INFO] Video frame video_short01_000101: 1 dets, valid=True
|
|
[22:57:02 INFO] Video batch 33: frame 264/7500 (3%)
|
|
[22:57:02 INFO] Video batch 33: 2 detections from postprocess
|
|
[22:57:02 INFO] Video frame video_short01_000103: 1 dets, valid=True
|
|
[22:57:02 INFO] Video frame video_short01_000105: 1 dets, valid=True
|
|
[22:57:02 INFO] Video batch 34: frame 272/7500 (3%)
|
|
[22:57:02 INFO] Video batch 34: 2 detections from postprocess
|
|
[22:57:02 INFO] Video frame video_short01_000106: 1 dets, valid=True
|
|
[22:57:02 INFO] Video frame video_short01_000108: 1 dets, valid=True
|
|
[22:57:02 INFO] Video batch 35: frame 280/7500 (3%)
|
|
[22:57:02 INFO] Video batch 35: 2 detections from postprocess
|
|
[22:57:02 INFO] Video frame video_short01_000110: 1 dets, valid=True
|
|
[22:57:02 INFO] Video frame video_short01_000111: 1 dets, valid=True
|
|
[22:57:02 INFO] Video batch 36: frame 288/7500 (3%)
|
|
[22:57:03 INFO] Video batch 36: 2 detections from postprocess
|
|
[22:57:03 INFO] Video frame video_short01_000113: 1 dets, valid=True
|
|
[22:57:03 INFO] Video frame video_short01_000114: 1 dets, valid=True
|
|
[22:57:03 INFO] Video batch 37: frame 296/7500 (3%)
|
|
[22:57:03 INFO] Video batch 37: 2 detections from postprocess
|
|
[22:57:03 INFO] Video frame video_short01_000116: 1 dets, valid=True
|
|
[22:57:03 INFO] Video frame video_short01_000117: 1 dets, valid=True
|
|
[22:57:03 INFO] Video batch 38: frame 304/7500 (4%)
|
|
[22:57:03 INFO] Video batch 38: 1 detections from postprocess
|
|
[22:57:03 INFO] Video frame video_short01_000121: 1 dets, valid=True
|
|
[22:57:03 INFO] Video batch 39: frame 312/7500 (4%)
|
|
[22:57:03 INFO] Video batch 40: frame 320/7500 (4%)
|
|
[22:57:03 INFO] Video batch 41: frame 328/7500 (4%)
|
|
[22:57:04 INFO] Video batch 42: frame 336/7500 (4%)
|
|
[22:57:04 INFO] Video batch 43: frame 344/7500 (4%)
|
|
[22:57:04 INFO] Video batch 44: frame 352/7500 (4%)
|
|
[22:57:04 INFO] Video batch 44: 1 detections from postprocess
|
|
[22:57:04 INFO] Video frame video_short01_000140: 1 dets, valid=True
|
|
[22:57:04 INFO] Video batch 45: frame 360/7500 (4%)
|
|
[22:57:05 INFO] Video batch 46: frame 368/7500 (4%)
|
|
[22:57:05 INFO] Video batch 47: frame 376/7500 (5%)
|
|
[22:57:05 INFO] Video batch 47: 2 detections from postprocess
|
|
[22:57:05 INFO] Video frame video_short01_000150: 2 dets, valid=True
|
|
[22:57:05 INFO] Video batch 48: frame 384/7500 (5%)
|
|
[22:57:05 INFO] Video batch 48: 3 detections from postprocess
|
|
[22:57:05 INFO] Video frame video_short01_000151: 3 dets, valid=True
|
|
[22:57:05 INFO] Video batch 49: frame 392/7500 (5%)
|
|
[22:57:05 INFO] Video batch 50: frame 400/7500 (5%)
|
|
[22:57:06 INFO] Video batch 51: frame 408/7500 (5%)
|
|
[22:57:06 INFO] Video batch 52: frame 416/7500 (5%)
|
|
[22:57:06 INFO] Video batch 53: frame 424/7500 (5%)
|
|
[22:57:06 INFO] Video batch 54: frame 432/7500 (5%)
|
|
[22:57:07 INFO] Video batch 55: frame 440/7500 (5%)
|
|
[22:57:07 INFO] Video batch 56: frame 448/7500 (5%)
|
|
[22:57:07 INFO] Video batch 57: frame 456/7500 (6%)
|
|
[22:57:07 INFO] Video batch 58: frame 464/7500 (6%)
|
|
[22:57:07 INFO] Video batch 59: frame 472/7500 (6%)
|
|
[22:57:08 INFO] Video batch 60: frame 480/7500 (6%)
|
|
[22:57:08 INFO] Video batch 61: frame 488/7500 (6%)
|
|
[22:57:08 INFO] Video batch 62: frame 496/7500 (6%)
|
|
[22:57:08 INFO] Video batch 63: frame 504/7500 (6%)
|
|
[22:57:09 INFO] Video batch 64: frame 512/7500 (6%)
|
|
[22:57:09 INFO] Video batch 65: frame 520/7500 (6%)
|
|
[22:57:09 INFO] Video batch 66: frame 528/7500 (7%)
|
|
[22:57:09 INFO] Video batch 67: frame 536/7500 (7%)
|
|
[22:57:09 INFO] Video batch 68: frame 544/7500 (7%)
|
|
[22:57:10 INFO] Video batch 69: frame 552/7500 (7%)
|
|
[22:57:10 INFO] Video batch 70: frame 560/7500 (7%)
|
|
[22:57:10 INFO] Video batch 71: frame 568/7500 (7%)
|
|
[22:57:10 INFO] Video batch 72: frame 576/7500 (7%)
|
|
[22:57:10 INFO] Video batch 73: frame 584/7500 (7%)
|
|
[22:57:11 INFO] Video batch 74: frame 592/7500 (7%)
|
|
[22:57:11 INFO] Video batch 75: frame 600/7500 (8%)
|
|
[22:57:11 INFO] Video batch 76: frame 608/7500 (8%)
|
|
[22:57:11 INFO] Video batch 77: frame 616/7500 (8%)
|
|
[22:57:12 INFO] Video batch 78: frame 624/7500 (8%)
|
|
[22:57:12 INFO] Video batch 79: frame 632/7500 (8%)
|
|
[22:57:12 INFO] Video batch 80: frame 640/7500 (8%)
|
|
[22:57:12 INFO] Video batch 81: frame 648/7500 (8%)
|
|
[22:57:12 INFO] Video batch 82: frame 656/7500 (8%)
|
|
[22:57:13 INFO] Video batch 83: frame 664/7500 (8%)
|
|
[22:57:13 INFO] Video batch 84: frame 672/7500 (8%)
|
|
[22:57:13 INFO] Video batch 85: frame 680/7500 (9%)
|
|
[22:57:13 INFO] Video batch 86: frame 688/7500 (9%)
|
|
[22:57:13 INFO] Video batch 87: frame 696/7500 (9%)
|
|
[22:57:14 INFO] Video batch 88: frame 704/7500 (9%)
|
|
[22:57:14 INFO] Video batch 89: frame 712/7500 (9%)
|
|
[22:57:14 INFO] Video batch 90: frame 720/7500 (9%)
|
|
[22:57:14 INFO] Video batch 91: frame 728/7500 (9%)
|
|
[22:57:15 INFO] Video batch 92: frame 736/7500 (9%)
|
|
[22:57:15 INFO] Video batch 93: frame 744/7500 (9%)
|
|
[22:57:15 INFO] Video batch 94: frame 752/7500 (10%)
|
|
[22:57:15 INFO] Video batch 95: frame 760/7500 (10%)
|
|
[22:57:16 INFO] Video batch 95: 1 detections from postprocess
|
|
[22:57:16 INFO] Video frame video_short01_000303: 1 dets, valid=True
|
|
[22:57:16 INFO] Video batch 96: frame 768/7500 (10%)
|
|
[22:57:16 INFO] Video batch 96: 2 detections from postprocess
|
|
[22:57:16 INFO] Video frame video_short01_000305: 1 dets, valid=True
|
|
[22:57:16 INFO] Video frame video_short01_000306: 1 dets, valid=True
|
|
[22:57:16 INFO] Video batch 97: frame 776/7500 (10%)
|
|
[22:57:16 INFO] Video batch 97: 2 detections from postprocess
|
|
[22:57:16 INFO] Video frame video_short01_000308: 1 dets, valid=True
|
|
[22:57:16 INFO] Video frame video_short01_000310: 1 dets, valid=True
|
|
[22:57:16 INFO] Video batch 98: frame 784/7500 (10%)
|
|
[22:57:16 INFO] Video batch 98: 2 detections from postprocess
|
|
[22:57:16 INFO] Video frame video_short01_000311: 1 dets, valid=True
|
|
[22:57:16 INFO] Video frame video_short01_000313: 1 dets, valid=True
|
|
[22:57:16 INFO] Video batch 99: frame 792/7500 (10%)
|
|
[22:57:17 INFO] Video batch 99: 2 detections from postprocess
|
|
[22:57:17 INFO] Video frame video_short01_000314: 1 dets, valid=True
|
|
[22:57:17 INFO] Video frame video_short01_000316: 1 dets, valid=True
|
|
[22:57:17 INFO] Video batch 100: frame 800/7500 (10%)
|
|
[22:57:17 INFO] Video batch 100: 2 detections from postprocess
|
|
[22:57:17 INFO] Video frame video_short01_000317: 1 dets, valid=True
|
|
[22:57:17 INFO] Video frame video_short01_000319: 1 dets, valid=True
|
|
[22:57:17 INFO] Video batch 101: frame 808/7500 (10%)
|
|
[22:57:17 INFO] Video batch 101: 2 detections from postprocess
|
|
[22:57:17 INFO] Video frame video_short01_000321: 1 dets, valid=True
|
|
[22:57:17 INFO] Video frame video_short01_000322: 1 dets, valid=True
|
|
[22:57:17 INFO] Video batch 102: frame 816/7500 (10%)
|
|
[22:57:17 INFO] Video batch 102: 2 detections from postprocess
|
|
[22:57:17 INFO] Video frame video_short01_000324: 1 dets, valid=True
|
|
[22:57:17 INFO] Video frame video_short01_000325: 1 dets, valid=True
|
|
[22:57:17 INFO] Video batch 103: frame 824/7500 (10%)
|
|
[22:57:17 INFO] Video batch 103: 2 detections from postprocess
|
|
[22:57:17 INFO] Video frame video_short01_000327: 1 dets, valid=True
|
|
[22:57:17 INFO] Video frame video_short01_000329: 1 dets, valid=True
|
|
[22:57:18 INFO] Video batch 104: frame 832/7500 (11%)
|
|
[22:57:18 INFO] Video batch 105: frame 840/7500 (11%)
|
|
[22:57:18 INFO] Video batch 106: frame 848/7500 (11%)
|
|
[22:57:18 INFO] Video batch 107: frame 856/7500 (11%)
|
|
[22:57:18 INFO] Video batch 108: frame 864/7500 (11%)
|
|
[22:57:19 INFO] Video batch 109: frame 872/7500 (11%)
|
|
[22:57:19 INFO] Video batch 110: frame 880/7500 (11%)
|
|
[22:57:19 INFO] Video batch 111: frame 888/7500 (11%)
|
|
[22:57:19 INFO] Video batch 112: frame 896/7500 (11%)
|
|
[22:57:19 INFO] Video batch 113: frame 904/7500 (12%)
|
|
[22:57:20 INFO] Video batch 114: frame 912/7500 (12%)
|
|
[22:57:20 INFO] Video batch 115: frame 920/7500 (12%)
|
|
[22:57:20 INFO] Video batch 116: frame 928/7500 (12%)
|
|
[22:57:20 INFO] Video batch 117: frame 936/7500 (12%)
|
|
[22:57:20 INFO] Video batch 118: frame 944/7500 (12%)
|
|
[22:57:21 INFO] Video batch 119: frame 952/7500 (12%)
|
|
[22:57:21 INFO] Video batch 120: frame 960/7500 (12%)
|
|
[22:57:21 INFO] Video batch 120: 1 detections from postprocess
|
|
[22:57:21 INFO] Video frame video_short01_000383: 1 dets, valid=True
|
|
[22:57:21 INFO] Video batch 121: frame 968/7500 (12%)
|
|
[22:57:21 INFO] Video batch 122: frame 976/7500 (13%)
|
|
[22:57:22 INFO] Video batch 123: frame 984/7500 (13%)
|
|
[22:57:22 INFO] Video batch 124: frame 992/7500 (13%)
|
|
[22:57:22 INFO] Video batch 125: frame 1000/7500 (13%)
|
|
[22:57:22 INFO] Video batch 126: frame 1008/7500 (13%)
|
|
[22:57:23 INFO] Video batch 126: 1 detections from postprocess
|
|
[22:57:23 INFO] Video frame video_short01_000401: 1 dets, valid=True
|
|
[22:57:23 INFO] Video batch 127: frame 1016/7500 (13%)
|
|
[22:57:23 INFO] Video batch 128: frame 1024/7500 (13%)
|
|
[22:57:23 INFO] Video batch 129: frame 1032/7500 (13%)
|
|
[22:57:23 INFO] Video batch 130: frame 1040/7500 (13%)
|
|
[22:57:24 INFO] Video batch 131: frame 1048/7500 (13%)
|
|
[22:57:24 INFO] Video batch 131: 1 detections from postprocess
|
|
[22:57:24 INFO] Video frame video_short01_000418: 1 dets, valid=True
|
|
[22:57:24 INFO] Video batch 132: frame 1056/7500 (14%)
|
|
[22:57:24 INFO] Video batch 132: 2 detections from postprocess
|
|
[22:57:24 INFO] Video frame video_short01_000420: 1 dets, valid=True
|
|
[22:57:24 INFO] Video frame video_short01_000421: 1 dets, valid=True
|
|
[22:57:24 INFO] Video batch 133: frame 1064/7500 (14%)
|
|
[22:57:24 INFO] Video batch 133: 2 detections from postprocess
|
|
[22:57:24 INFO] Video frame video_short01_000423: 1 dets, valid=True
|
|
[22:57:24 INFO] Video frame video_short01_000425: 1 dets, valid=True
|
|
[22:57:24 INFO] Video batch 134: frame 1072/7500 (14%)
|
|
[22:57:24 INFO] Video batch 134: 3 detections from postprocess
|
|
[22:57:24 INFO] Video frame video_short01_000426: 2 dets, valid=True
|
|
[22:57:24 INFO] Video frame video_short01_000428: 1 dets, valid=True
|
|
[22:57:25 INFO] Video batch 135: frame 1080/7500 (14%)
|
|
[22:57:25 INFO] Video batch 136: frame 1088/7500 (14%)
|
|
[22:57:25 INFO] Video batch 137: frame 1096/7500 (14%)
|
|
[22:57:25 INFO] Video batch 138: frame 1104/7500 (14%)
|
|
[22:57:25 INFO] Video batch 139: frame 1112/7500 (14%)
|
|
[22:57:26 INFO] Video batch 140: frame 1120/7500 (14%)
|
|
[22:57:26 INFO] Video batch 141: frame 1128/7500 (15%)
|
|
[22:57:26 INFO] Video batch 142: frame 1136/7500 (15%)
|
|
[22:57:26 INFO] Video batch 143: frame 1144/7500 (15%)
|
|
[22:57:27 INFO] Video batch 144: frame 1152/7500 (15%)
|
|
[22:57:27 INFO] Video batch 144: 1 detections from postprocess
|
|
[22:57:27 INFO] Video frame video_short01_000458: 1 dets, valid=True
|
|
[22:57:27 INFO] Video batch 145: frame 1160/7500 (15%)
|
|
[22:57:27 INFO] Video batch 146: frame 1168/7500 (15%)
|
|
[22:57:27 INFO] Video batch 146: 1 detections from postprocess
|
|
[22:57:27 INFO] Video frame video_short01_000466: 1 dets, valid=True
|
|
[22:57:27 INFO] Video batch 147: frame 1176/7500 (15%)
|
|
[22:57:28 INFO] Video batch 148: frame 1184/7500 (15%)
|
|
[22:57:28 INFO] Video batch 149: frame 1192/7500 (15%)
|
|
[22:57:28 INFO] Video batch 149: 1 detections from postprocess
|
|
[22:57:28 INFO] Video frame video_short01_000476: 1 dets, valid=True
|
|
[22:57:28 INFO] Video batch 150: frame 1200/7500 (16%)
|
|
[22:57:28 INFO] Video batch 150: 1 detections from postprocess
|
|
[22:57:28 INFO] Video frame video_short01_000477: 1 dets, valid=True
|
|
[22:57:28 INFO] Video batch 151: frame 1208/7500 (16%)
|
|
[22:57:28 INFO] Video batch 152: frame 1216/7500 (16%)
|
|
[22:57:29 INFO] Video batch 152: 1 detections from postprocess
|
|
[22:57:29 INFO] Video frame video_short01_000485: 1 dets, valid=True
|
|
[22:57:29 INFO] Video batch 153: frame 1224/7500 (16%)
|
|
[22:57:29 INFO] Video batch 153: 3 detections from postprocess
|
|
[22:57:29 INFO] Video frame video_short01_000487: 2 dets, valid=True
|
|
[22:57:29 INFO] Video frame video_short01_000489: 1 dets, valid=True
|
|
[22:57:29 INFO] Video batch 154: frame 1232/7500 (16%)
|
|
[22:57:29 INFO] Video batch 154: 2 detections from postprocess
|
|
[22:57:29 INFO] Video frame video_short01_000490: 1 dets, valid=True
|
|
[22:57:29 INFO] Video frame video_short01_000492: 1 dets, valid=True
|
|
[22:57:29 INFO] Video batch 155: frame 1240/7500 (16%)
|
|
[22:57:29 INFO] Video batch 155: 1 detections from postprocess
|
|
[22:57:29 INFO] Video frame video_short01_000493: 1 dets, valid=True
|
|
[22:57:29 INFO] Video batch 156: frame 1248/7500 (16%)
|
|
[22:57:30 INFO] Video batch 157: frame 1256/7500 (16%)
|
|
[22:57:30 INFO] Video batch 158: frame 1264/7500 (16%)
|
|
[22:57:30 INFO] Video batch 159: frame 1272/7500 (16%)
|
|
[22:57:30 INFO] Video batch 160: frame 1280/7500 (17%)
|
|
[22:57:30 INFO] Video batch 161: frame 1288/7500 (17%)
|
|
[22:57:31 INFO] Video batch 162: frame 1296/7500 (17%)
|
|
[22:57:31 INFO] Video batch 163: frame 1304/7500 (17%)
|
|
[22:57:31 INFO] Video batch 164: frame 1312/7500 (17%)
|
|
[22:57:32 INFO] Video batch 165: frame 1320/7500 (17%)
|
|
[22:57:32 INFO] Video batch 166: frame 1328/7500 (17%)
|
|
[22:57:32 INFO] Video batch 167: frame 1336/7500 (17%)
|
|
[22:57:32 INFO] Video batch 168: frame 1344/7500 (17%)
|
|
[22:57:33 INFO] Video batch 169: frame 1352/7500 (18%)
|
|
[22:57:33 INFO] Video batch 170: frame 1360/7500 (18%)
|
|
[22:57:33 INFO] Video batch 171: frame 1368/7500 (18%)
|
|
[22:57:33 INFO] Video batch 172: frame 1376/7500 (18%)
|
|
[22:57:33 INFO] Video batch 173: frame 1384/7500 (18%)
|
|
[22:57:34 INFO] Video batch 174: frame 1392/7500 (18%)
|
|
[22:57:34 INFO] Video batch 175: frame 1400/7500 (18%)
|
|
[22:57:34 INFO] Video batch 176: frame 1408/7500 (18%)
|
|
[22:57:34 INFO] Video batch 177: frame 1416/7500 (18%)
|
|
[22:57:35 INFO] Video batch 178: frame 1424/7500 (18%)
|
|
[22:57:35 INFO] Video batch 179: frame 1432/7500 (19%)
|
|
[22:57:35 INFO] Video batch 180: frame 1440/7500 (19%)
|
|
[22:57:35 INFO] Video batch 181: frame 1448/7500 (19%)
|
|
[22:57:35 INFO] Video batch 182: frame 1456/7500 (19%)
|
|
[22:57:36 INFO] Video batch 183: frame 1464/7500 (19%)
|
|
[22:57:36 INFO] Video batch 184: frame 1472/7500 (19%)
|
|
[22:57:36 INFO] Video batch 185: frame 1480/7500 (19%)
|
|
[22:57:36 INFO] Video batch 186: frame 1488/7500 (19%)
|
|
[22:57:36 INFO] Video batch 187: frame 1496/7500 (19%)
|
|
[22:57:37 INFO] Video batch 188: frame 1504/7500 (20%)
|
|
[22:57:37 INFO] Video batch 189: frame 1512/7500 (20%)
|
|
[22:57:37 INFO] Video batch 190: frame 1520/7500 (20%)
|
|
[22:57:37 INFO] Video batch 191: frame 1528/7500 (20%)
|
|
[22:57:38 INFO] Video batch 192: frame 1536/7500 (20%)
|
|
[22:57:38 INFO] Video batch 193: frame 1544/7500 (20%)
|
|
[22:57:38 INFO] Video batch 193: 1 detections from postprocess
|
|
[22:57:38 INFO] Video frame video_short01_001017: 1 dets, valid=True
|
|
[22:57:38 INFO] Video batch 194: frame 1552/7500 (20%)
|
|
[22:57:38 INFO] Video batch 195: frame 1560/7500 (20%)
|
|
[22:57:38 INFO] Video batch 196: frame 1568/7500 (20%)
|
|
[22:57:39 INFO] Video batch 197: frame 1576/7500 (21%)
|
|
[22:57:39 INFO] Video batch 198: frame 1584/7500 (21%)
|
|
[22:57:39 INFO] Video batch 199: frame 1592/7500 (21%)
|
|
[22:57:39 INFO] Video batch 200: frame 1600/7500 (21%)
|
|
[22:57:40 INFO] Video batch 200: 1 detections from postprocess
|
|
[22:57:40 INFO] Video frame video_short01_001039: 1 dets, valid=True
|
|
[22:57:40 INFO] Video batch 201: frame 1608/7500 (21%)
|
|
[22:57:40 INFO] Video batch 201: 1 detections from postprocess
|
|
[22:57:40 INFO] Video frame video_short01_001041: 1 dets, valid=True
|
|
[22:57:40 INFO] Video batch 202: frame 1616/7500 (21%)
|
|
[22:57:40 INFO] Video batch 203: frame 1624/7500 (21%)
|
|
[22:57:40 INFO] Video batch 204: frame 1632/7500 (21%)
|
|
[22:57:40 INFO] Video batch 205: frame 1640/7500 (21%)
|
|
[22:57:41 INFO] Video batch 206: frame 1648/7500 (21%)
|
|
[22:57:41 INFO] Video batch 207: frame 1656/7500 (22%)
|
|
[22:57:41 INFO] Video batch 208: frame 1664/7500 (22%)
|
|
[22:57:41 INFO] Video batch 209: frame 1672/7500 (22%)
|
|
[22:57:41 INFO] Video batch 210: frame 1680/7500 (22%)
|
|
[22:57:42 INFO] Video batch 211: frame 1688/7500 (22%)
|
|
[22:57:42 INFO] Video batch 212: frame 1696/7500 (22%)
|
|
[22:57:42 INFO] Video batch 213: frame 1704/7500 (22%)
|
|
[22:57:42 INFO] Video batch 214: frame 1712/7500 (22%)
|
|
[22:57:43 INFO] Video batch 215: frame 1720/7500 (22%)
|
|
[22:57:43 INFO] Video batch 216: frame 1728/7500 (23%)
|
|
[22:57:43 INFO] Video batch 217: frame 1736/7500 (23%)
|
|
[22:57:43 INFO] Video batch 218: frame 1744/7500 (23%)
|
|
[22:57:44 INFO] Video batch 219: frame 1752/7500 (23%)
|
|
[22:57:44 INFO] Video batch 219: 1 detections from postprocess
|
|
[22:57:44 INFO] Video frame video_short01_001100: 1 dets, valid=True
|
|
[22:57:44 INFO] Video batch 220: frame 1760/7500 (23%)
|
|
[22:57:44 INFO] Video batch 220: 2 detections from postprocess
|
|
[22:57:44 INFO] Video frame video_short01_001101: 1 dets, valid=True
|
|
[22:57:44 INFO] Video frame video_short01_001103: 1 dets, valid=True
|
|
[22:57:44 INFO] Video batch 221: frame 1768/7500 (23%)
|
|
[22:57:44 INFO] Video batch 221: 2 detections from postprocess
|
|
[22:57:44 INFO] Video frame video_short01_001105: 1 dets, valid=True
|
|
[22:57:44 INFO] Video frame video_short01_001106: 1 dets, valid=True
|
|
[22:57:44 INFO] Video batch 222: frame 1776/7500 (23%)
|
|
[22:57:44 INFO] Video batch 222: 2 detections from postprocess
|
|
[22:57:44 INFO] Video frame video_short01_001108: 1 dets, valid=True
|
|
[22:57:44 INFO] Video frame video_short01_001110: 1 dets, valid=True
|
|
[22:57:45 INFO] Video batch 223: frame 1784/7500 (23%)
|
|
[22:57:45 INFO] Video batch 223: 2 detections from postprocess
|
|
[22:57:45 INFO] Video frame video_short01_001111: 1 dets, valid=True
|
|
[22:57:45 INFO] Video frame video_short01_001113: 1 dets, valid=True
|
|
[22:57:45 INFO] Video batch 224: frame 1792/7500 (23%)
|
|
[22:57:45 INFO] Video batch 225: frame 1800/7500 (24%)
|
|
[22:57:45 INFO] Video batch 226: frame 1808/7500 (24%)
|
|
[22:57:45 INFO] Video batch 227: frame 1816/7500 (24%)
|
|
[22:57:46 INFO] Video batch 228: frame 1824/7500 (24%)
|
|
[22:57:46 INFO] Video batch 229: frame 1832/7500 (24%)
|
|
[22:57:46 INFO] Video batch 230: frame 1840/7500 (24%)
|
|
[22:57:46 INFO] Video batch 231: frame 1848/7500 (24%)
|
|
[22:57:46 INFO] Video batch 231: 1 detections from postprocess
|
|
[22:57:46 INFO] Video frame video_short01_001137: 1 dets, valid=True
|
|
[22:57:46 INFO] Video batch 232: frame 1856/7500 (24%)
|
|
[22:57:47 INFO] Video batch 233: frame 1864/7500 (24%)
|
|
[22:57:47 INFO] Video batch 234: frame 1872/7500 (24%)
|
|
[22:57:47 INFO] Video batch 235: frame 1880/7500 (25%)
|
|
[22:57:47 INFO] Video batch 235: 1 detections from postprocess
|
|
[22:57:47 INFO] Video frame video_short01_001151: 1 dets, valid=True
|
|
[22:57:47 INFO] Video batch 236: frame 1888/7500 (25%)
|
|
[22:57:48 INFO] Video batch 237: frame 1896/7500 (25%)
|
|
[22:57:48 INFO] Video batch 238: frame 1904/7500 (25%)
|
|
[22:57:48 INFO] Video batch 239: frame 1912/7500 (25%)
|
|
[22:57:48 INFO] Video batch 240: frame 1920/7500 (25%)
|
|
[22:57:48 INFO] Video batch 241: frame 1928/7500 (25%)
|
|
[22:57:49 INFO] Video batch 242: frame 1936/7500 (25%)
|
|
[22:57:49 INFO] Video batch 243: frame 1944/7500 (25%)
|
|
[22:57:49 INFO] Video batch 244: frame 1952/7500 (26%)
|
|
[22:57:49 INFO] Video batch 245: frame 1960/7500 (26%)
|
|
[22:57:49 INFO] Video batch 246: frame 1968/7500 (26%)
|
|
[22:57:50 INFO] Video batch 247: frame 1976/7500 (26%)
|
|
[22:57:50 INFO] Video batch 248: frame 1984/7500 (26%)
|
|
[22:57:50 INFO] Video batch 249: frame 1992/7500 (26%)
|
|
[22:57:50 INFO] Video batch 250: frame 2000/7500 (26%)
|
|
[22:57:50 INFO] Video batch 251: frame 2008/7500 (26%)
|
|
[22:57:51 INFO] Video batch 252: frame 2016/7500 (26%)
|
|
[22:57:51 INFO] Video batch 253: frame 2024/7500 (26%)
|
|
[22:57:51 INFO] Video batch 254: frame 2032/7500 (27%)
|
|
[22:57:51 INFO] Video batch 255: frame 2040/7500 (27%)
|
|
[22:57:52 INFO] Video batch 256: frame 2048/7500 (27%)
|
|
[22:57:52 INFO] Video batch 257: frame 2056/7500 (27%)
|
|
[22:57:52 INFO] Video batch 258: frame 2064/7500 (27%)
|
|
[22:57:52 INFO] Video batch 259: frame 2072/7500 (27%)
|
|
[22:57:52 INFO] Video batch 260: frame 2080/7500 (27%)
|
|
[22:57:53 INFO] Video batch 261: frame 2088/7500 (27%)
|
|
[22:57:53 INFO] Video batch 262: frame 2096/7500 (27%)
|
|
[22:57:53 INFO] Video batch 263: frame 2104/7500 (28%)
|
|
[22:57:53 INFO] Video batch 264: frame 2112/7500 (28%)
|
|
[22:57:54 INFO] Video batch 265: frame 2120/7500 (28%)
|
|
[22:57:54 INFO] Video batch 266: frame 2128/7500 (28%)
|
|
[22:57:54 INFO] Video batch 267: frame 2136/7500 (28%)
|
|
[22:57:54 INFO] Video batch 268: frame 2144/7500 (28%)
|
|
[22:57:54 INFO] Video batch 269: frame 2152/7500 (28%)
|
|
[22:57:55 INFO] Video batch 270: frame 2160/7500 (28%)
|
|
[22:57:55 INFO] Video batch 271: frame 2168/7500 (28%)
|
|
[22:57:55 INFO] Video batch 272: frame 2176/7500 (29%)
|
|
[22:57:55 INFO] Video batch 273: frame 2184/7500 (29%)
|
|
[22:57:55 INFO] Video batch 274: frame 2192/7500 (29%)
|
|
[22:57:56 INFO] Video batch 275: frame 2200/7500 (29%)
|
|
[22:57:56 INFO] Video batch 276: frame 2208/7500 (29%)
|
|
[22:57:56 INFO] Video batch 277: frame 2216/7500 (29%)
|
|
[22:57:56 INFO] Video batch 278: frame 2224/7500 (29%)
|
|
[22:57:56 INFO] Video batch 279: frame 2232/7500 (29%)
|
|
[22:57:57 INFO] Video batch 280: frame 2240/7500 (29%)
|
|
[22:57:57 INFO] Video batch 281: frame 2248/7500 (29%)
|
|
[22:57:57 INFO] Video batch 282: frame 2256/7500 (30%)
|
|
[22:57:57 INFO] Video batch 283: frame 2264/7500 (30%)
|
|
[22:57:58 INFO] Video batch 283: 2 detections from postprocess
|
|
[22:57:58 INFO] Video frame video_short01_001303: 1 dets, valid=True
|
|
[22:57:58 INFO] Video frame video_short01_001305: 1 dets, valid=True
|
|
[22:57:58 INFO] Video batch 284: frame 2272/7500 (30%)
|
|
[22:57:58 INFO] Video batch 285: frame 2280/7500 (30%)
|
|
[22:57:58 INFO] Video batch 285: 1 detections from postprocess
|
|
[22:57:58 INFO] Video frame video_short01_001310: 1 dets, valid=True
|
|
[22:57:58 INFO] Video batch 286: frame 2288/7500 (30%)
|
|
[22:57:58 INFO] Video batch 287: frame 2296/7500 (30%)
|
|
[22:57:59 INFO] Video batch 288: frame 2304/7500 (30%)
|
|
[22:57:59 INFO] Video batch 288: 1 detections from postprocess
|
|
[22:57:59 INFO] Video frame video_short01_001319: 1 dets, valid=True
|
|
[22:57:59 INFO] Video batch 289: frame 2312/7500 (30%)
|
|
[22:57:59 INFO] Video batch 289: 1 detections from postprocess
|
|
[22:57:59 INFO] Video frame video_short01_001324: 1 dets, valid=True
|
|
[22:57:59 INFO] Video batch 290: frame 2320/7500 (30%)
|
|
[22:57:59 INFO] Video batch 291: frame 2328/7500 (31%)
|
|
[22:57:59 INFO] Video batch 292: frame 2336/7500 (31%)
|
|
[22:58:00 INFO] Video batch 293: frame 2344/7500 (31%)
|
|
[22:58:00 INFO] Video batch 294: frame 2352/7500 (31%)
|
|
[22:58:00 INFO] Video batch 294: 1 detections from postprocess
|
|
[22:58:00 INFO] Video frame video_short01_001340: 1 dets, valid=True
|
|
[22:58:00 INFO] Video batch 295: frame 2360/7500 (31%)
|
|
[22:58:00 INFO] Video batch 296: frame 2368/7500 (31%)
|
|
[22:58:01 INFO] Video batch 297: frame 2376/7500 (31%)
|
|
[22:58:01 INFO] Video batch 297: 1 detections from postprocess
|
|
[22:58:01 INFO] Video frame video_short01_001350: 1 dets, valid=True
|
|
[22:58:01 INFO] Video batch 298: frame 2384/7500 (31%)
|
|
[22:58:01 INFO] Video batch 298: 1 detections from postprocess
|
|
[22:58:01 INFO] Video frame video_short01_001351: 1 dets, valid=True
|
|
[22:58:01 INFO] Video batch 299: frame 2392/7500 (31%)
|
|
[22:58:01 INFO] Video batch 299: 2 detections from postprocess
|
|
[22:58:01 INFO] Video frame video_short01_001354: 1 dets, valid=True
|
|
[22:58:01 INFO] Video frame video_short01_001356: 1 dets, valid=True
|
|
[22:58:01 INFO] Video batch 300: frame 2400/7500 (32%)
|
|
[22:58:01 INFO] Video batch 300: 1 detections from postprocess
|
|
[22:58:01 INFO] Video frame video_short01_001359: 1 dets, valid=True
|
|
[22:58:01 INFO] Video batch 301: frame 2408/7500 (32%)
|
|
[22:58:02 INFO] Video batch 301: 1 detections from postprocess
|
|
[22:58:02 INFO] Video frame video_short01_001362: 1 dets, valid=True
|
|
[22:58:02 INFO] Video batch 302: frame 2416/7500 (32%)
|
|
[22:58:02 INFO] Video batch 302: 2 detections from postprocess
|
|
[22:58:02 INFO] Video frame video_short01_001364: 1 dets, valid=True
|
|
[22:58:02 INFO] Video frame video_short01_001365: 1 dets, valid=True
|
|
[22:58:02 INFO] Video batch 303: frame 2424/7500 (32%)
|
|
[22:58:02 INFO] Video batch 304: frame 2432/7500 (32%)
|
|
[22:58:02 INFO] Video batch 305: frame 2440/7500 (32%)
|
|
[22:58:03 INFO] Video batch 306: frame 2448/7500 (32%)
|
|
[22:58:03 INFO] Video batch 307: frame 2456/7500 (32%)
|
|
[22:58:03 INFO] Video batch 308: frame 2464/7500 (32%)
|
|
[22:58:03 INFO] Video batch 309: frame 2472/7500 (32%)
|
|
[22:58:03 INFO] Video batch 310: frame 2480/7500 (33%)
|
|
[22:58:04 INFO] Video batch 311: frame 2488/7500 (33%)
|
|
[22:58:04 INFO] Video batch 312: frame 2496/7500 (33%)
|
|
[22:58:04 INFO] Video batch 313: frame 2504/7500 (33%)
|
|
[22:58:04 INFO] Video batch 314: frame 2512/7500 (33%)
|
|
[22:58:04 INFO] Video batch 315: frame 2520/7500 (33%)
|
|
[22:58:05 INFO] Video batch 316: frame 2528/7500 (33%)
|
|
[22:58:05 INFO] Video batch 317: frame 2536/7500 (33%)
|
|
[22:58:05 INFO] Video batch 318: frame 2544/7500 (33%)
|
|
[22:58:05 INFO] Video batch 319: frame 2552/7500 (34%)
|
|
[22:58:05 INFO] Video batch 320: frame 2560/7500 (34%)
|
|
[22:58:06 INFO] Video batch 321: frame 2568/7500 (34%)
|
|
[22:58:06 INFO] Video batch 322: frame 2576/7500 (34%)
|
|
[22:58:06 INFO] Video batch 323: frame 2584/7500 (34%)
|
|
[22:58:06 INFO] Video batch 324: frame 2592/7500 (34%)
|
|
[22:58:06 INFO] Video batch 325: frame 2600/7500 (34%)
|
|
[22:58:07 INFO] Video batch 326: frame 2608/7500 (34%)
|
|
[22:58:07 INFO] Video batch 327: frame 2616/7500 (34%)
|
|
[22:58:07 INFO] Video batch 328: frame 2624/7500 (34%)
|
|
[22:58:07 INFO] Video batch 329: frame 2632/7500 (35%)
|
|
[22:58:08 INFO] Video batch 330: frame 2640/7500 (35%)
|
|
[22:58:08 INFO] Video batch 331: frame 2648/7500 (35%)
|
|
[22:58:08 INFO] Video batch 332: frame 2656/7500 (35%)
|
|
[22:58:08 INFO] Video batch 333: frame 2664/7500 (35%)
|
|
[22:58:08 INFO] Video batch 334: frame 2672/7500 (35%)
|
|
[22:58:09 INFO] Video batch 335: frame 2680/7500 (35%)
|
|
[22:58:09 INFO] Video batch 336: frame 2688/7500 (35%)
|
|
[22:58:09 INFO] Video batch 337: frame 2696/7500 (35%)
|
|
[22:58:09 INFO] Video batch 338: frame 2704/7500 (36%)
|
|
[22:58:10 INFO] Video batch 339: frame 2712/7500 (36%)
|
|
[22:58:10 INFO] Video batch 339: 1 detections from postprocess
|
|
[22:58:10 INFO] Video frame video_short01_001484: 1 dets, valid=True
|
|
[22:58:10 INFO] Video batch 340: frame 2720/7500 (36%)
|
|
[22:58:10 INFO] Video batch 340: 2 detections from postprocess
|
|
[22:58:10 INFO] Video frame video_short01_001485: 1 dets, valid=True
|
|
[22:58:10 INFO] Video frame video_short01_001487: 1 dets, valid=True
|
|
[22:58:10 INFO] Video batch 341: frame 2728/7500 (36%)
|
|
[22:58:10 INFO] Video batch 341: 2 detections from postprocess
|
|
[22:58:10 INFO] Video frame video_short01_001489: 1 dets, valid=True
|
|
[22:58:10 INFO] Video frame video_short01_001490: 1 dets, valid=True
|
|
[22:58:10 INFO] Video batch 342: frame 2736/7500 (36%)
|
|
[22:58:11 INFO] Video batch 342: 2 detections from postprocess
|
|
[22:58:11 INFO] Video frame video_short01_001492: 1 dets, valid=True
|
|
[22:58:11 INFO] Video frame video_short01_001493: 1 dets, valid=True
|
|
[22:58:11 INFO] Video batch 343: frame 2744/7500 (36%)
|
|
[22:58:11 INFO] Video batch 343: 2 detections from postprocess
|
|
[22:58:11 INFO] Video frame video_short01_001495: 1 dets, valid=True
|
|
[22:58:11 INFO] Video frame video_short01_001497: 1 dets, valid=True
|
|
[22:58:11 INFO] Video batch 344: frame 2752/7500 (36%)
|
|
[22:58:11 INFO] Video batch 344: 2 detections from postprocess
|
|
[22:58:11 INFO] Video frame video_short01_001498: 1 dets, valid=True
|
|
[22:58:11 INFO] Video frame video_short01_001500: 1 dets, valid=True
|
|
[22:58:11 INFO] Video batch 345: frame 2760/7500 (36%)
|
|
[22:58:11 INFO] Video batch 345: 2 detections from postprocess
|
|
[22:58:11 INFO] Video frame video_short01_001501: 1 dets, valid=True
|
|
[22:58:11 INFO] Video frame video_short01_001503: 1 dets, valid=True
|
|
[22:58:11 INFO] Video batch 346: frame 2768/7500 (36%)
|
|
[22:58:12 INFO] Video batch 346: 2 detections from postprocess
|
|
[22:58:12 INFO] Video frame video_short01_001505: 1 dets, valid=True
|
|
[22:58:12 INFO] Video frame video_short01_001506: 1 dets, valid=True
|
|
[22:58:12 INFO] Video batch 347: frame 2776/7500 (37%)
|
|
[22:58:12 INFO] Video batch 347: 2 detections from postprocess
|
|
[22:58:12 INFO] Video frame video_short01_001508: 1 dets, valid=True
|
|
[22:58:12 INFO] Video frame video_short01_001510: 1 dets, valid=True
|
|
[22:58:12 INFO] Video batch 348: frame 2784/7500 (37%)
|
|
[22:58:12 INFO] Video batch 348: 2 detections from postprocess
|
|
[22:58:12 INFO] Video frame video_short01_001511: 1 dets, valid=True
|
|
[22:58:12 INFO] Video frame video_short01_001513: 1 dets, valid=True
|
|
[22:58:12 INFO] Video batch 349: frame 2792/7500 (37%)
|
|
[22:58:12 INFO] Video batch 349: 2 detections from postprocess
|
|
[22:58:12 INFO] Video frame video_short01_001514: 1 dets, valid=True
|
|
[22:58:12 INFO] Video frame video_short01_001516: 1 dets, valid=True
|
|
[22:58:12 INFO] Video batch 350: frame 2800/7500 (37%)
|
|
[22:58:13 INFO] Video batch 350: 2 detections from postprocess
|
|
[22:58:13 INFO] Video frame video_short01_001517: 1 dets, valid=True
|
|
[22:58:13 INFO] Video frame video_short01_001519: 1 dets, valid=True
|
|
[22:58:13 INFO] Video batch 351: frame 2808/7500 (37%)
|
|
[22:58:13 INFO] Video batch 351: 2 detections from postprocess
|
|
[22:58:13 INFO] Video frame video_short01_001521: 1 dets, valid=True
|
|
[22:58:13 INFO] Video frame video_short01_001522: 1 dets, valid=True
|
|
[22:58:13 INFO] Video batch 352: frame 2816/7500 (37%)
|
|
[22:58:13 INFO] Video batch 352: 2 detections from postprocess
|
|
[22:58:13 INFO] Video frame video_short01_001524: 1 dets, valid=True
|
|
[22:58:13 INFO] Video frame video_short01_001525: 1 dets, valid=True
|
|
[22:58:13 INFO] Video batch 353: frame 2824/7500 (37%)
|
|
[22:58:13 INFO] Video batch 353: 2 detections from postprocess
|
|
[22:58:13 INFO] Video frame video_short01_001527: 1 dets, valid=True
|
|
[22:58:13 INFO] Video frame video_short01_001529: 1 dets, valid=True
|
|
[22:58:13 INFO] Video batch 354: frame 2832/7500 (37%)
|
|
[22:58:14 INFO] Video batch 354: 2 detections from postprocess
|
|
[22:58:14 INFO] Video frame video_short01_001530: 1 dets, valid=True
|
|
[22:58:14 INFO] Video frame video_short01_001532: 1 dets, valid=True
|
|
[22:58:14 INFO] Video batch 355: frame 2840/7500 (37%)
|
|
[22:58:14 INFO] Video batch 355: 2 detections from postprocess
|
|
[22:58:14 INFO] Video frame video_short01_001533: 1 dets, valid=True
|
|
[22:58:14 INFO] Video frame video_short01_001535: 1 dets, valid=True
|
|
[22:58:14 INFO] Video batch 356: frame 2848/7500 (37%)
|
|
[22:58:14 INFO] Video batch 356: 2 detections from postprocess
|
|
[22:58:14 INFO] Video frame video_short01_001537: 1 dets, valid=True
|
|
[22:58:14 INFO] Video frame video_short01_001538: 1 dets, valid=True
|
|
[22:58:14 INFO] Video batch 357: frame 2856/7500 (38%)
|
|
[22:58:14 INFO] Video batch 357: 2 detections from postprocess
|
|
[22:58:14 INFO] Video frame video_short01_001540: 1 dets, valid=True
|
|
[22:58:14 INFO] Video frame video_short01_001541: 1 dets, valid=True
|
|
[22:58:14 INFO] Video batch 358: frame 2864/7500 (38%)
|
|
[22:58:14 INFO] Video batch 358: 2 detections from postprocess
|
|
[22:58:14 INFO] Video frame video_short01_001543: 1 dets, valid=True
|
|
[22:58:14 INFO] Video frame video_short01_001545: 1 dets, valid=True
|
|
[22:58:15 INFO] Video batch 359: frame 2872/7500 (38%)
|
|
[22:58:15 INFO] Video batch 359: 2 detections from postprocess
|
|
[22:58:15 INFO] Video frame video_short01_001546: 1 dets, valid=True
|
|
[22:58:15 INFO] Video frame video_short01_001548: 1 dets, valid=True
|
|
[22:58:15 INFO] Video batch 360: frame 2880/7500 (38%)
|
|
[22:58:15 INFO] Video batch 360: 2 detections from postprocess
|
|
[22:58:15 INFO] Video frame video_short01_001550: 1 dets, valid=True
|
|
[22:58:15 INFO] Video frame video_short01_001551: 1 dets, valid=True
|
|
[22:58:15 INFO] Video batch 361: frame 2888/7500 (38%)
|
|
[22:58:15 INFO] Video batch 361: 2 detections from postprocess
|
|
[22:58:15 INFO] Video frame video_short01_001553: 1 dets, valid=True
|
|
[22:58:15 INFO] Video frame video_short01_001554: 1 dets, valid=True
|
|
[22:58:15 INFO] Video batch 362: frame 2896/7500 (38%)
|
|
[22:58:15 INFO] Video batch 362: 2 detections from postprocess
|
|
[22:58:15 INFO] Video frame video_short01_001556: 1 dets, valid=True
|
|
[22:58:15 INFO] Video frame video_short01_001557: 1 dets, valid=True
|
|
[22:58:15 INFO] Video batch 363: frame 2904/7500 (38%)
|
|
[22:58:16 INFO] Video batch 363: 2 detections from postprocess
|
|
[22:58:16 INFO] Video frame video_short01_001559: 1 dets, valid=True
|
|
[22:58:16 INFO] Video frame video_short01_001561: 1 dets, valid=True
|
|
[22:58:16 INFO] Video batch 364: frame 2912/7500 (38%)
|
|
[22:58:16 INFO] Video batch 364: 2 detections from postprocess
|
|
[22:58:16 INFO] Video frame video_short01_001562: 1 dets, valid=True
|
|
[22:58:16 INFO] Video frame video_short01_001564: 1 dets, valid=True
|
|
[22:58:16 INFO] Video batch 365: frame 2920/7500 (38%)
|
|
[22:58:16 INFO] Video batch 365: 2 detections from postprocess
|
|
[22:58:16 INFO] Video frame video_short01_001565: 1 dets, valid=True
|
|
[22:58:16 INFO] Video frame video_short01_001567: 1 dets, valid=True
|
|
[22:58:16 INFO] Video batch 366: frame 2928/7500 (39%)
|
|
[22:58:16 INFO] Video batch 366: 2 detections from postprocess
|
|
[22:58:16 INFO] Video frame video_short01_001569: 1 dets, valid=True
|
|
[22:58:16 INFO] Video frame video_short01_001570: 1 dets, valid=True
|
|
[22:58:16 INFO] Video batch 367: frame 2936/7500 (39%)
|
|
[22:58:17 INFO] Video batch 367: 2 detections from postprocess
|
|
[22:58:17 INFO] Video frame video_short01_001572: 1 dets, valid=True
|
|
[22:58:17 INFO] Video frame video_short01_001573: 1 dets, valid=True
|
|
[22:58:17 INFO] Video batch 368: frame 2944/7500 (39%)
|
|
[22:58:17 INFO] Video batch 368: 2 detections from postprocess
|
|
[22:58:17 INFO] Video frame video_short01_001575: 1 dets, valid=True
|
|
[22:58:17 INFO] Video frame video_short01_001577: 1 dets, valid=True
|
|
[22:58:17 INFO] Video batch 369: frame 2952/7500 (39%)
|
|
[22:58:17 INFO] Video batch 369: 2 detections from postprocess
|
|
[22:58:17 INFO] Video frame video_short01_001578: 1 dets, valid=True
|
|
[22:58:17 INFO] Video frame video_short01_001580: 1 dets, valid=True
|
|
[22:58:17 INFO] Video batch 370: frame 2960/7500 (39%)
|
|
[22:58:17 INFO] Video batch 370: 2 detections from postprocess
|
|
[22:58:17 INFO] Video frame video_short01_001581: 1 dets, valid=True
|
|
[22:58:17 INFO] Video frame video_short01_001583: 1 dets, valid=True
|
|
[22:58:17 INFO] Video batch 371: frame 2968/7500 (39%)
|
|
[22:58:18 INFO] Video batch 371: 2 detections from postprocess
|
|
[22:58:18 INFO] Video frame video_short01_001585: 1 dets, valid=True
|
|
[22:58:18 INFO] Video frame video_short01_001586: 1 dets, valid=True
|
|
[22:58:18 INFO] Video batch 372: frame 2976/7500 (39%)
|
|
[22:58:18 INFO] Video batch 372: 2 detections from postprocess
|
|
[22:58:18 INFO] Video frame video_short01_001588: 1 dets, valid=True
|
|
[22:58:18 INFO] Video frame video_short01_001590: 1 dets, valid=True
|
|
[22:58:18 INFO] Video batch 373: frame 2984/7500 (39%)
|
|
[22:58:18 INFO] Video batch 373: 2 detections from postprocess
|
|
[22:58:18 INFO] Video frame video_short01_001591: 1 dets, valid=True
|
|
[22:58:18 INFO] Video frame video_short01_001593: 1 dets, valid=True
|
|
[22:58:18 INFO] Video batch 374: frame 2992/7500 (39%)
|
|
[22:58:18 INFO] Video batch 374: 2 detections from postprocess
|
|
[22:58:18 INFO] Video frame video_short01_001594: 1 dets, valid=True
|
|
[22:58:18 INFO] Video frame video_short01_001596: 1 dets, valid=True
|
|
[22:58:18 INFO] Video batch 375: frame 3000/7500 (40%)
|
|
[22:58:18 INFO] Video batch 375: 1 detections from postprocess
|
|
[22:58:18 INFO] Video frame video_short01_001597: 1 dets, valid=True
|
|
[22:58:19 INFO] Video batch 376: frame 3008/7500 (40%)
|
|
[22:58:19 INFO] Video batch 376: 1 detections from postprocess
|
|
[22:58:19 INFO] Video frame video_short01_002002: 1 dets, valid=True
|
|
[22:58:19 INFO] Video batch 377: frame 3016/7500 (40%)
|
|
[22:58:19 INFO] Video batch 378: frame 3024/7500 (40%)
|
|
[22:58:19 INFO] Video batch 379: frame 3032/7500 (40%)
|
|
[22:58:19 INFO] Video batch 380: frame 3040/7500 (40%)
|
|
[22:58:20 INFO] Video batch 381: frame 3048/7500 (40%)
|
|
[22:58:20 INFO] Video batch 382: frame 3056/7500 (40%)
|
|
[22:58:20 INFO] Video batch 383: frame 3064/7500 (40%)
|
|
[22:58:20 INFO] Video batch 383: 1 detections from postprocess
|
|
[22:58:20 INFO] Video frame video_short01_002025: 1 dets, valid=True
|
|
[22:58:20 INFO] Video batch 384: frame 3072/7500 (40%)
|
|
[22:58:20 INFO] Video batch 384: 2 detections from postprocess
|
|
[22:58:20 INFO] Video frame video_short01_002026: 1 dets, valid=True
|
|
[22:58:20 INFO] Video frame video_short01_002028: 1 dets, valid=True
|
|
[22:58:20 INFO] Video batch 385: frame 3080/7500 (41%)
|
|
[22:58:21 INFO] Video batch 385: 2 detections from postprocess
|
|
[22:58:21 INFO] Video frame video_short01_002030: 1 dets, valid=True
|
|
[22:58:21 INFO] Video frame video_short01_002031: 1 dets, valid=True
|
|
[22:58:21 INFO] Video batch 386: frame 3088/7500 (41%)
|
|
[22:58:21 INFO] Video batch 386: 1 detections from postprocess
|
|
[22:58:21 INFO] Video frame video_short01_002033: 1 dets, valid=True
|
|
[22:58:21 INFO] Video batch 387: frame 3096/7500 (41%)
|
|
[22:58:21 INFO] Video batch 387: 1 detections from postprocess
|
|
[22:58:21 INFO] Video frame video_short01_002037: 1 dets, valid=True
|
|
[22:58:21 INFO] Video batch 388: frame 3104/7500 (41%)
|
|
[22:58:21 INFO] Video batch 389: frame 3112/7500 (41%)
|
|
[22:58:21 INFO] Video batch 390: frame 3120/7500 (41%)
|
|
[22:58:22 INFO] Video batch 391: frame 3128/7500 (41%)
|
|
[22:58:22 INFO] Video batch 392: frame 3136/7500 (41%)
|
|
[22:58:22 INFO] Video batch 393: frame 3144/7500 (41%)
|
|
[22:58:22 INFO] Video batch 394: frame 3152/7500 (42%)
|
|
[22:58:23 INFO] Video batch 395: frame 3160/7500 (42%)
|
|
[22:58:23 INFO] Video batch 396: frame 3168/7500 (42%)
|
|
[22:58:23 INFO] Video batch 397: frame 3176/7500 (42%)
|
|
[22:58:23 INFO] Video batch 397: 1 detections from postprocess
|
|
[22:58:23 INFO] Video frame video_short01_002070: 1 dets, valid=True
|
|
[22:58:23 INFO] Video batch 398: frame 3184/7500 (42%)
|
|
[22:58:23 INFO] Video batch 398: 2 detections from postprocess
|
|
[22:58:23 INFO] Video frame video_short01_002071: 1 dets, valid=True
|
|
[22:58:23 INFO] Video frame video_short01_002073: 1 dets, valid=True
|
|
[22:58:23 INFO] Video batch 399: frame 3192/7500 (42%)
|
|
[22:58:24 INFO] Video batch 399: 2 detections from postprocess
|
|
[22:58:24 INFO] Video frame video_short01_002074: 1 dets, valid=True
|
|
[22:58:24 INFO] Video frame video_short01_002076: 1 dets, valid=True
|
|
[22:58:24 INFO] Video batch 400: frame 3200/7500 (42%)
|
|
[22:58:24 INFO] Video batch 400: 2 detections from postprocess
|
|
[22:58:24 INFO] Video frame video_short01_002077: 1 dets, valid=True
|
|
[22:58:24 INFO] Video frame video_short01_002079: 1 dets, valid=True
|
|
[22:58:24 INFO] Video batch 401: frame 3208/7500 (42%)
|
|
[22:58:24 INFO] Video batch 401: 2 detections from postprocess
|
|
[22:58:24 INFO] Video frame video_short01_002081: 1 dets, valid=True
|
|
[22:58:24 INFO] Video frame video_short01_002082: 1 dets, valid=True
|
|
[22:58:24 INFO] Video batch 402: frame 3216/7500 (42%)
|
|
[22:58:24 INFO] Video batch 402: 1 detections from postprocess
|
|
[22:58:24 INFO] Video frame video_short01_002084: 1 dets, valid=True
|
|
[22:58:24 INFO] Video batch 403: frame 3224/7500 (42%)
|
|
[22:58:24 INFO] Video batch 404: frame 3232/7500 (43%)
|
|
[22:58:25 INFO] Video batch 405: frame 3240/7500 (43%)
|
|
[22:58:25 INFO] Video batch 406: frame 3248/7500 (43%)
|
|
[22:58:25 INFO] Video batch 407: frame 3256/7500 (43%)
|
|
[22:58:25 INFO] Video batch 407: 1 detections from postprocess
|
|
[22:58:25 INFO] Video frame video_short01_002101: 1 dets, valid=True
|
|
[22:58:25 INFO] Video batch 408: frame 3264/7500 (43%)
|
|
[22:58:25 INFO] Video batch 408: 2 detections from postprocess
|
|
[22:58:25 INFO] Video frame video_short01_002103: 1 dets, valid=True
|
|
[22:58:25 INFO] Video frame video_short01_002105: 1 dets, valid=True
|
|
[22:58:26 INFO] Video batch 409: frame 3272/7500 (43%)
|
|
[22:58:26 INFO] Video batch 409: 2 detections from postprocess
|
|
[22:58:26 INFO] Video frame video_short01_002106: 1 dets, valid=True
|
|
[22:58:26 INFO] Video frame video_short01_002108: 1 dets, valid=True
|
|
[22:58:26 INFO] Video batch 410: frame 3280/7500 (43%)
|
|
[22:58:26 INFO] Video batch 410: 2 detections from postprocess
|
|
[22:58:26 INFO] Video frame video_short01_002110: 1 dets, valid=True
|
|
[22:58:26 INFO] Video frame video_short01_002111: 1 dets, valid=True
|
|
[22:58:26 INFO] Video batch 411: frame 3288/7500 (43%)
|
|
[22:58:26 INFO] Video batch 411: 2 detections from postprocess
|
|
[22:58:26 INFO] Video frame video_short01_002113: 1 dets, valid=True
|
|
[22:58:26 INFO] Video frame video_short01_002114: 1 dets, valid=True
|
|
[22:58:26 INFO] Video batch 412: frame 3296/7500 (43%)
|
|
[22:58:26 INFO] Video batch 413: frame 3304/7500 (44%)
|
|
[22:58:27 INFO] Video batch 413: 1 detections from postprocess
|
|
[22:58:27 INFO] Video frame video_short01_002121: 1 dets, valid=True
|
|
[22:58:27 INFO] Video batch 414: frame 3312/7500 (44%)
|
|
[22:58:27 INFO] Video batch 415: frame 3320/7500 (44%)
|
|
[22:58:27 INFO] Video batch 415: 2 detections from postprocess
|
|
[22:58:27 INFO] Video frame video_short01_002125: 1 dets, valid=True
|
|
[22:58:27 INFO] Video frame video_short01_002127: 1 dets, valid=True
|
|
[22:58:27 INFO] Video batch 416: frame 3328/7500 (44%)
|
|
[22:58:27 INFO] Video batch 416: 1 detections from postprocess
|
|
[22:58:27 INFO] Video frame video_short01_002130: 1 dets, valid=True
|
|
[22:58:27 INFO] Video batch 417: frame 3336/7500 (44%)
|
|
[22:58:28 INFO] Video batch 417: 2 detections from postprocess
|
|
[22:58:28 INFO] Video frame video_short01_002132: 1 dets, valid=True
|
|
[22:58:28 INFO] Video frame video_short01_002133: 1 dets, valid=True
|
|
[22:58:28 INFO] Video batch 418: frame 3344/7500 (44%)
|
|
[22:58:28 INFO] Video batch 418: 1 detections from postprocess
|
|
[22:58:28 INFO] Video frame video_short01_002137: 1 dets, valid=True
|
|
[22:58:28 INFO] Video batch 419: frame 3352/7500 (44%)
|
|
[22:58:28 INFO] Video batch 420: frame 3360/7500 (44%)
|
|
[22:58:28 INFO] Video batch 421: frame 3368/7500 (44%)
|
|
[22:58:28 INFO] Video batch 422: frame 3376/7500 (45%)
|
|
[22:58:29 INFO] Video batch 422: 1 detections from postprocess
|
|
[22:58:29 INFO] Video frame video_short01_002150: 1 dets, valid=True
|
|
[22:58:29 INFO] Video batch 423: frame 3384/7500 (45%)
|
|
[22:58:29 INFO] Video batch 423: 1 detections from postprocess
|
|
[22:58:29 INFO] Video frame video_short01_002153: 1 dets, valid=True
|
|
[22:58:29 INFO] Video batch 424: frame 3392/7500 (45%)
|
|
[22:58:29 INFO] Video batch 424: 1 detections from postprocess
|
|
[22:58:29 INFO] Video frame video_short01_002156: 1 dets, valid=True
|
|
[22:58:29 INFO] Video batch 425: frame 3400/7500 (45%)
|
|
[22:58:29 INFO] Video batch 425: 1 detections from postprocess
|
|
[22:58:29 INFO] Video frame video_short01_002157: 1 dets, valid=True
|
|
[22:58:29 INFO] Video batch 426: frame 3408/7500 (45%)
|
|
[22:58:30 INFO] Video batch 426: 1 detections from postprocess
|
|
[22:58:30 INFO] Video frame video_short01_002162: 1 dets, valid=True
|
|
[22:58:30 INFO] Video batch 427: frame 3416/7500 (45%)
|
|
[22:58:30 INFO] Video batch 427: 2 detections from postprocess
|
|
[22:58:30 INFO] Video frame video_short01_002164: 1 dets, valid=True
|
|
[22:58:30 INFO] Video frame video_short01_002165: 1 dets, valid=True
|
|
[22:58:30 INFO] Video batch 428: frame 3424/7500 (45%)
|
|
[22:58:30 INFO] Video batch 429: frame 3432/7500 (45%)
|
|
[22:58:30 INFO] Video batch 430: frame 3440/7500 (45%)
|
|
[22:58:30 INFO] Video batch 431: frame 3448/7500 (45%)
|
|
[22:58:31 INFO] Video batch 432: frame 3456/7500 (46%)
|
|
[22:58:31 INFO] Video batch 433: frame 3464/7500 (46%)
|
|
[22:58:31 INFO] Video batch 433: 1 detections from postprocess
|
|
[22:58:31 INFO] Video frame video_short01_002185: 1 dets, valid=True
|
|
[22:58:31 INFO] Video batch 434: frame 3472/7500 (46%)
|
|
[22:58:31 INFO] Video batch 434: 1 detections from postprocess
|
|
[22:58:31 INFO] Video frame video_short01_002186: 1 dets, valid=True
|
|
[22:58:31 INFO] Video batch 435: frame 3480/7500 (46%)
|
|
[22:58:32 INFO] Video batch 436: frame 3488/7500 (46%)
|
|
[22:58:32 INFO] Video batch 437: frame 3496/7500 (46%)
|
|
[22:58:32 INFO] Video batch 438: frame 3504/7500 (46%)
|
|
[22:58:32 INFO] Video batch 439: frame 3512/7500 (46%)
|
|
[22:58:32 INFO] Video batch 440: frame 3520/7500 (46%)
|
|
[22:58:33 INFO] Video batch 441: frame 3528/7500 (47%)
|
|
[22:58:33 INFO] Video batch 442: frame 3536/7500 (47%)
|
|
[22:58:33 INFO] Video batch 443: frame 3544/7500 (47%)
|
|
[22:58:33 INFO] Video batch 444: frame 3552/7500 (47%)
|
|
[22:58:33 INFO] Video batch 445: frame 3560/7500 (47%)
|
|
[22:58:34 INFO] Video batch 446: frame 3568/7500 (47%)
|
|
[22:58:34 INFO] Video batch 447: frame 3576/7500 (47%)
|
|
[22:58:34 INFO] Video batch 448: frame 3584/7500 (47%)
|
|
[22:58:34 INFO] Video batch 449: frame 3592/7500 (47%)
|
|
[22:58:35 INFO] Video batch 450: frame 3600/7500 (48%)
|
|
[22:58:35 INFO] Video batch 451: frame 3608/7500 (48%)
|
|
[22:58:35 INFO] Video batch 452: frame 3616/7500 (48%)
|
|
[22:58:35 INFO] Video batch 453: frame 3624/7500 (48%)
|
|
[22:58:36 INFO] Video batch 454: frame 3632/7500 (48%)
|
|
[22:58:36 INFO] Video batch 455: frame 3640/7500 (48%)
|
|
[22:58:36 INFO] Video batch 456: frame 3648/7500 (48%)
|
|
[22:58:36 INFO] Video batch 457: frame 3656/7500 (48%)
|
|
[22:58:36 INFO] Video batch 458: frame 3664/7500 (48%)
|
|
[22:58:37 INFO] Video batch 459: frame 3672/7500 (48%)
|
|
[22:58:37 INFO] Video batch 460: frame 3680/7500 (49%)
|
|
[22:58:37 INFO] Video batch 461: frame 3688/7500 (49%)
|
|
[22:58:37 INFO] Video batch 462: frame 3696/7500 (49%)
|
|
[22:58:38 INFO] Video batch 463: frame 3704/7500 (49%)
|
|
[22:58:38 INFO] Video batch 464: frame 3712/7500 (49%)
|
|
[22:58:38 INFO] Video batch 465: frame 3720/7500 (49%)
|
|
[22:58:38 INFO] Video batch 466: frame 3728/7500 (49%)
|
|
[22:58:38 INFO] Video batch 467: frame 3736/7500 (49%)
|
|
[22:58:39 INFO] Video batch 467: 1 detections from postprocess
|
|
[22:58:39 INFO] Video frame video_short01_002293: 1 dets, valid=True
|
|
[22:58:39 INFO] Video batch 468: frame 3744/7500 (49%)
|
|
[22:58:39 INFO] Video batch 468: 3 detections from postprocess
|
|
[22:58:39 INFO] Video frame video_short01_002295: 1 dets, valid=True
|
|
[22:58:39 INFO] Video frame video_short01_002297: 2 dets, valid=True
|
|
[22:58:39 INFO] Video batch 469: frame 3752/7500 (50%)
|
|
[22:58:39 INFO] Video batch 469: 3 detections from postprocess
|
|
[22:58:39 INFO] Video frame video_short01_002298: 1 dets, valid=True
|
|
[22:58:39 INFO] Video frame video_short01_002300: 2 dets, valid=True
|
|
[22:58:39 INFO] Video batch 470: frame 3760/7500 (50%)
|
|
[22:58:39 INFO] Video batch 470: 4 detections from postprocess
|
|
[22:58:39 INFO] Video frame video_short01_002301: 2 dets, valid=True
|
|
[22:58:39 INFO] Video frame video_short01_002303: 2 dets, valid=True
|
|
[22:58:39 INFO] Video batch 471: frame 3768/7500 (50%)
|
|
[22:58:39 INFO] Video batch 471: 4 detections from postprocess
|
|
[22:58:39 INFO] Video frame video_short01_002305: 2 dets, valid=True
|
|
[22:58:39 INFO] Video frame video_short01_002306: 2 dets, valid=True
|
|
[22:58:39 INFO] Video batch 472: frame 3776/7500 (50%)
|
|
[22:58:40 INFO] Video batch 472: 2 detections from postprocess
|
|
[22:58:40 INFO] Video frame video_short01_002308: 1 dets, valid=True
|
|
[22:58:40 INFO] Video frame video_short01_002310: 1 dets, valid=True
|
|
[22:58:40 INFO] Video batch 473: frame 3784/7500 (50%)
|
|
[22:58:40 INFO] Video batch 473: 2 detections from postprocess
|
|
[22:58:40 INFO] Video frame video_short01_002311: 1 dets, valid=True
|
|
[22:58:40 INFO] Video frame video_short01_002313: 1 dets, valid=True
|
|
[22:58:40 INFO] Video batch 474: frame 3792/7500 (50%)
|
|
[22:58:40 INFO] Video batch 474: 2 detections from postprocess
|
|
[22:58:40 INFO] Video frame video_short01_002314: 1 dets, valid=True
|
|
[22:58:40 INFO] Video frame video_short01_002316: 1 dets, valid=True
|
|
[22:58:40 INFO] Video batch 475: frame 3800/7500 (50%)
|
|
[22:58:40 INFO] Video batch 475: 2 detections from postprocess
|
|
[22:58:40 INFO] Video frame video_short01_002317: 1 dets, valid=True
|
|
[22:58:40 INFO] Video frame video_short01_002319: 1 dets, valid=True
|
|
[22:58:40 INFO] Video batch 476: frame 3808/7500 (50%)
|
|
[22:58:41 INFO] Video batch 476: 2 detections from postprocess
|
|
[22:58:41 INFO] Video frame video_short01_002321: 1 dets, valid=True
|
|
[22:58:41 INFO] Video frame video_short01_002322: 1 dets, valid=True
|
|
[22:58:41 INFO] Video batch 477: frame 3816/7500 (50%)
|
|
[22:58:41 INFO] Video batch 477: 3 detections from postprocess
|
|
[22:58:41 INFO] Video frame video_short01_002324: 2 dets, valid=True
|
|
[22:58:41 INFO] Video frame video_short01_002325: 1 dets, valid=True
|
|
[22:58:41 INFO] Video batch 478: frame 3824/7500 (50%)
|
|
[22:58:41 INFO] Video batch 478: 2 detections from postprocess
|
|
[22:58:41 INFO] Video frame video_short01_002327: 1 dets, valid=True
|
|
[22:58:41 INFO] Video frame video_short01_002329: 1 dets, valid=True
|
|
[22:58:41 INFO] Video batch 479: frame 3832/7500 (51%)
|
|
[22:58:41 INFO] Video batch 479: 2 detections from postprocess
|
|
[22:58:41 INFO] Video frame video_short01_002330: 1 dets, valid=True
|
|
[22:58:41 INFO] Video frame video_short01_002332: 1 dets, valid=True
|
|
[22:58:41 INFO] Video batch 480: frame 3840/7500 (51%)
|
|
[22:58:41 INFO] Video batch 480: 2 detections from postprocess
|
|
[22:58:41 INFO] Video frame video_short01_002333: 1 dets, valid=True
|
|
[22:58:41 INFO] Video frame video_short01_002335: 1 dets, valid=True
|
|
[22:58:41 INFO] Video batch 481: frame 3848/7500 (51%)
|
|
[22:58:42 INFO] Video batch 481: 3 detections from postprocess
|
|
[22:58:42 INFO] Video frame video_short01_002337: 2 dets, valid=True
|
|
[22:58:42 INFO] Video frame video_short01_002338: 1 dets, valid=True
|
|
[22:58:42 INFO] Video batch 482: frame 3856/7500 (51%)
|
|
[22:58:42 INFO] Video batch 482: 4 detections from postprocess
|
|
[22:58:42 INFO] Video frame video_short01_002340: 2 dets, valid=True
|
|
[22:58:42 INFO] Video frame video_short01_002341: 2 dets, valid=True
|
|
[22:58:42 INFO] Video batch 483: frame 3864/7500 (51%)
|
|
[22:58:42 INFO] Video batch 483: 4 detections from postprocess
|
|
[22:58:42 INFO] Video frame video_short01_002343: 2 dets, valid=True
|
|
[22:58:42 INFO] Video frame video_short01_002345: 2 dets, valid=True
|
|
[22:58:42 INFO] Video batch 484: frame 3872/7500 (51%)
|
|
[22:58:42 INFO] Video batch 484: 4 detections from postprocess
|
|
[22:58:42 INFO] Video frame video_short01_002346: 2 dets, valid=True
|
|
[22:58:42 INFO] Video frame video_short01_002348: 2 dets, valid=True
|
|
[22:58:42 INFO] Video batch 485: frame 3880/7500 (51%)
|
|
[22:58:43 INFO] Video batch 485: 4 detections from postprocess
|
|
[22:58:43 INFO] Video frame video_short01_002350: 2 dets, valid=True
|
|
[22:58:43 INFO] Video frame video_short01_002351: 2 dets, valid=True
|
|
[22:58:43 INFO] Video batch 486: frame 3888/7500 (51%)
|
|
[22:58:43 INFO] Video batch 486: 4 detections from postprocess
|
|
[22:58:43 INFO] Video frame video_short01_002353: 4 dets, valid=True
|
|
[22:58:43 INFO] Video batch 487: frame 3896/7500 (51%)
|
|
[22:58:43 INFO] Video batch 488: frame 3904/7500 (52%)
|
|
[22:58:43 INFO] Video batch 489: frame 3912/7500 (52%)
|
|
[22:58:44 INFO] Video batch 490: frame 3920/7500 (52%)
|
|
[22:58:44 INFO] Video batch 491: frame 3928/7500 (52%)
|
|
[22:58:44 INFO] Video batch 492: frame 3936/7500 (52%)
|
|
[22:58:44 INFO] Video batch 493: frame 3944/7500 (52%)
|
|
[22:58:44 INFO] Video batch 494: frame 3952/7500 (52%)
|
|
[22:58:45 INFO] Video batch 495: frame 3960/7500 (52%)
|
|
[22:58:45 INFO] Video batch 496: frame 3968/7500 (52%)
|
|
[22:58:45 INFO] Video batch 497: frame 3976/7500 (53%)
|
|
[22:58:45 INFO] Video batch 498: frame 3984/7500 (53%)
|
|
[22:58:45 INFO] Video batch 499: frame 3992/7500 (53%)
|
|
[22:58:46 INFO] Video batch 500: frame 4000/7500 (53%)
|
|
[22:58:46 INFO] Video batch 501: frame 4008/7500 (53%)
|
|
[22:58:46 INFO] Video batch 502: frame 4016/7500 (53%)
|
|
[22:58:46 INFO] Video batch 503: frame 4024/7500 (53%)
|
|
[22:58:46 INFO] Video batch 504: frame 4032/7500 (53%)
|
|
[22:58:47 INFO] Video batch 505: frame 4040/7500 (53%)
|
|
[22:58:47 INFO] Video batch 506: frame 4048/7500 (53%)
|
|
[22:58:47 INFO] Video batch 507: frame 4056/7500 (54%)
|
|
[22:58:47 INFO] Video batch 508: frame 4064/7500 (54%)
|
|
[22:58:47 INFO] Video batch 509: frame 4072/7500 (54%)
|
|
[22:58:48 INFO] Video batch 510: frame 4080/7500 (54%)
|
|
[22:58:48 INFO] Video batch 511: frame 4088/7500 (54%)
|
|
[22:58:48 INFO] Video batch 512: frame 4096/7500 (54%)
|
|
[22:58:48 INFO] Video batch 512: 1 detections from postprocess
|
|
[22:58:48 INFO] Video frame video_short01_002437: 1 dets, valid=True
|
|
[22:58:48 INFO] Video batch 513: frame 4104/7500 (54%)
|
|
[22:58:49 INFO] Video batch 513: 1 detections from postprocess
|
|
[22:58:49 INFO] Video frame video_short01_002439: 1 dets, valid=True
|
|
[22:58:49 INFO] Video batch 514: frame 4112/7500 (54%)
|
|
[22:58:49 INFO] Video batch 515: frame 4120/7500 (54%)
|
|
[22:58:49 INFO] Video batch 516: frame 4128/7500 (55%)
|
|
[22:58:49 INFO] Video batch 517: frame 4136/7500 (55%)
|
|
[22:58:49 INFO] Video batch 518: frame 4144/7500 (55%)
|
|
[22:58:50 INFO] Video batch 519: frame 4152/7500 (55%)
|
|
[22:58:50 INFO] Video batch 520: frame 4160/7500 (55%)
|
|
[22:58:50 INFO] Video batch 521: frame 4168/7500 (55%)
|
|
[22:58:50 INFO] Video batch 522: frame 4176/7500 (55%)
|
|
[22:58:50 INFO] Video batch 523: frame 4184/7500 (55%)
|
|
[22:58:51 INFO] Video batch 524: frame 4192/7500 (55%)
|
|
[22:58:51 INFO] Video batch 525: frame 4200/7500 (56%)
|
|
[22:58:51 INFO] Video batch 526: frame 4208/7500 (56%)
|
|
[22:58:51 INFO] Video batch 527: frame 4216/7500 (56%)
|
|
[22:58:51 INFO] Video batch 528: frame 4224/7500 (56%)
|
|
[22:58:52 INFO] Video batch 529: frame 4232/7500 (56%)
|
|
[22:58:52 INFO] Video batch 530: frame 4240/7500 (56%)
|
|
[22:58:52 INFO] Video batch 531: frame 4248/7500 (56%)
|
|
[22:58:52 INFO] Video batch 532: frame 4256/7500 (56%)
|
|
[22:58:53 INFO] Video batch 533: frame 4264/7500 (56%)
|
|
[22:58:53 INFO] Video batch 534: frame 4272/7500 (56%)
|
|
[22:58:53 INFO] Video batch 535: frame 4280/7500 (57%)
|
|
[22:58:53 INFO] Video batch 536: frame 4288/7500 (57%)
|
|
[22:58:54 INFO] Video batch 537: frame 4296/7500 (57%)
|
|
[22:58:54 INFO] Video batch 538: frame 4304/7500 (57%)
|
|
[22:58:54 INFO] Video batch 539: frame 4312/7500 (57%)
|
|
[22:58:54 INFO] Video batch 540: frame 4320/7500 (57%)
|
|
[22:58:54 INFO] Video batch 541: frame 4328/7500 (57%)
|
|
[22:58:55 INFO] Video batch 542: frame 4336/7500 (57%)
|
|
[22:58:55 INFO] Video batch 543: frame 4344/7500 (57%)
|
|
[22:58:55 INFO] Video batch 544: frame 4352/7500 (58%)
|
|
[22:58:55 INFO] Video batch 545: frame 4360/7500 (58%)
|
|
[22:58:55 INFO] Video batch 546: frame 4368/7500 (58%)
|
|
[22:58:56 INFO] Video batch 547: frame 4376/7500 (58%)
|
|
[22:58:56 INFO] Video batch 547: 3 detections from postprocess
|
|
[22:58:56 INFO] Video frame video_short01_002548: 2 dets, valid=True
|
|
[22:58:56 INFO] Video frame video_short01_002550: 1 dets, valid=True
|
|
[22:58:56 INFO] Video batch 548: frame 4384/7500 (58%)
|
|
[22:58:56 INFO] Video batch 548: 2 detections from postprocess
|
|
[22:58:56 INFO] Video frame video_short01_002551: 1 dets, valid=True
|
|
[22:58:56 INFO] Video frame video_short01_002553: 1 dets, valid=True
|
|
[22:58:56 INFO] Video batch 549: frame 4392/7500 (58%)
|
|
[22:58:56 INFO] Video batch 549: 2 detections from postprocess
|
|
[22:58:56 INFO] Video frame video_short01_002554: 1 dets, valid=True
|
|
[22:58:56 INFO] Video frame video_short01_002556: 1 dets, valid=True
|
|
[22:58:56 INFO] Video batch 550: frame 4400/7500 (58%)
|
|
[22:58:57 INFO] Video batch 550: 2 detections from postprocess
|
|
[22:58:57 INFO] Video frame video_short01_002557: 1 dets, valid=True
|
|
[22:58:57 INFO] Video frame video_short01_002559: 1 dets, valid=True
|
|
[22:58:57 INFO] Video batch 551: frame 4408/7500 (58%)
|
|
[22:58:57 INFO] Video batch 551: 2 detections from postprocess
|
|
[22:58:57 INFO] Video frame video_short01_002561: 1 dets, valid=True
|
|
[22:58:57 INFO] Video frame video_short01_002562: 1 dets, valid=True
|
|
[22:58:57 INFO] Video batch 552: frame 4416/7500 (58%)
|
|
[22:58:57 INFO] Video batch 552: 2 detections from postprocess
|
|
[22:58:57 INFO] Video frame video_short01_002564: 1 dets, valid=True
|
|
[22:58:57 INFO] Video frame video_short01_002565: 1 dets, valid=True
|
|
[22:58:57 INFO] Video batch 553: frame 4424/7500 (58%)
|
|
[22:58:57 INFO] Video batch 553: 1 detections from postprocess
|
|
[22:58:57 INFO] Video frame video_short01_002567: 1 dets, valid=True
|
|
[22:58:57 INFO] Video batch 554: frame 4432/7500 (59%)
|
|
[22:58:57 INFO] Video batch 555: frame 4440/7500 (59%)
|
|
[22:58:58 INFO] Video batch 556: frame 4448/7500 (59%)
|
|
[22:58:58 INFO] Video batch 557: frame 4456/7500 (59%)
|
|
[22:58:58 INFO] Video batch 558: frame 4464/7500 (59%)
|
|
[22:58:58 INFO] Video batch 559: frame 4472/7500 (59%)
|
|
[22:58:59 INFO] Video batch 560: frame 4480/7500 (59%)
|
|
[22:58:59 INFO] Video batch 561: frame 4488/7500 (59%)
|
|
[22:58:59 INFO] Video batch 562: frame 4496/7500 (59%)
|
|
[22:58:59 INFO] Video batch 563: frame 4504/7500 (60%)
|
|
[22:58:59 INFO] Video batch 564: frame 4512/7500 (60%)
|
|
[22:59:00 INFO] Video batch 565: frame 4520/7500 (60%)
|
|
[22:59:00 INFO] Video batch 566: frame 4528/7500 (60%)
|
|
[22:59:00 INFO] Video batch 567: frame 4536/7500 (60%)
|
|
[22:59:00 INFO] Video batch 568: frame 4544/7500 (60%)
|
|
[22:59:00 INFO] Video batch 568: 1 detections from postprocess
|
|
[22:59:00 INFO] Video frame video_short01_003017: 1 dets, valid=True
|
|
[22:59:00 INFO] Video batch 569: frame 4552/7500 (60%)
|
|
[22:59:01 INFO] Video batch 570: frame 4560/7500 (60%)
|
|
[22:59:01 INFO] Video batch 571: frame 4568/7500 (60%)
|
|
[22:59:01 INFO] Video batch 572: frame 4576/7500 (61%)
|
|
[22:59:01 INFO] Video batch 572: 1 detections from postprocess
|
|
[22:59:01 INFO] Video frame video_short01_003028: 1 dets, valid=True
|
|
[22:59:01 INFO] Video batch 573: frame 4584/7500 (61%)
|
|
[22:59:01 INFO] Video batch 574: frame 4592/7500 (61%)
|
|
[22:59:02 INFO] Video batch 575: frame 4600/7500 (61%)
|
|
[22:59:02 INFO] Video batch 576: frame 4608/7500 (61%)
|
|
[22:59:02 INFO] Video batch 577: frame 4616/7500 (61%)
|
|
[22:59:02 INFO] Video batch 578: frame 4624/7500 (61%)
|
|
[22:59:02 INFO] Video batch 579: frame 4632/7500 (61%)
|
|
[22:59:03 INFO] Video batch 580: frame 4640/7500 (61%)
|
|
[22:59:03 INFO] Video batch 581: frame 4648/7500 (61%)
|
|
[22:59:03 INFO] Video batch 582: frame 4656/7500 (62%)
|
|
[22:59:03 INFO] Video batch 583: frame 4664/7500 (62%)
|
|
[22:59:04 INFO] Video batch 584: frame 4672/7500 (62%)
|
|
[22:59:04 INFO] Video batch 585: frame 4680/7500 (62%)
|
|
[22:59:04 INFO] Video batch 586: frame 4688/7500 (62%)
|
|
[22:59:04 INFO] Video batch 587: frame 4696/7500 (62%)
|
|
[22:59:04 INFO] Video batch 587: 1 detections from postprocess
|
|
[22:59:04 INFO] Video frame video_short01_003077: 1 dets, valid=True
|
|
[22:59:04 INFO] Video batch 588: frame 4704/7500 (62%)
|
|
[22:59:05 INFO] Video batch 589: frame 4712/7500 (62%)
|
|
[22:59:05 INFO] Video batch 590: frame 4720/7500 (62%)
|
|
[22:59:05 INFO] Video batch 591: frame 4728/7500 (63%)
|
|
[22:59:05 INFO] Video batch 592: frame 4736/7500 (63%)
|
|
[22:59:05 INFO] Video batch 593: frame 4744/7500 (63%)
|
|
[22:59:06 INFO] Video batch 594: frame 4752/7500 (63%)
|
|
[22:59:06 INFO] Video batch 594: 1 detections from postprocess
|
|
[22:59:06 INFO] Video frame video_short01_003098: 1 dets, valid=True
|
|
[22:59:06 INFO] Video batch 595: frame 4760/7500 (63%)
|
|
[22:59:06 INFO] Video batch 595: 1 detections from postprocess
|
|
[22:59:06 INFO] Video frame video_short01_003101: 1 dets, valid=True
|
|
[22:59:06 INFO] Video batch 596: frame 4768/7500 (63%)
|
|
[22:59:06 INFO] Video batch 597: frame 4776/7500 (63%)
|
|
[22:59:07 INFO] Video batch 598: frame 4784/7500 (63%)
|
|
[22:59:07 INFO] Video batch 599: frame 4792/7500 (63%)
|
|
[22:59:07 INFO] Video batch 599: 1 detections from postprocess
|
|
[22:59:07 INFO] Video frame video_short01_003116: 1 dets, valid=True
|
|
[22:59:07 INFO] Video batch 600: frame 4800/7500 (64%)
|
|
[22:59:07 INFO] Video batch 600: 4 detections from postprocess
|
|
[22:59:07 INFO] Video frame video_short01_003117: 1 dets, valid=True
|
|
[22:59:07 INFO] Video frame video_short01_003119: 3 dets, valid=True
|
|
[22:59:07 INFO] Video batch 601: frame 4808/7500 (64%)
|
|
[22:59:07 INFO] Video batch 601: 4 detections from postprocess
|
|
[22:59:07 INFO] Video frame video_short01_003121: 2 dets, valid=True
|
|
[22:59:07 INFO] Video frame video_short01_003122: 2 dets, valid=True
|
|
[22:59:07 INFO] Video batch 602: frame 4816/7500 (64%)
|
|
[22:59:08 INFO] Video batch 602: 6 detections from postprocess
|
|
[22:59:08 INFO] Video frame video_short01_003124: 3 dets, valid=True
|
|
[22:59:08 INFO] Video frame video_short01_003125: 3 dets, valid=True
|
|
[22:59:08 INFO] Video batch 603: frame 4824/7500 (64%)
|
|
[22:59:08 INFO] Video batch 603: 4 detections from postprocess
|
|
[22:59:08 INFO] Video frame video_short01_003127: 2 dets, valid=True
|
|
[22:59:08 INFO] Video frame video_short01_003129: 2 dets, valid=True
|
|
[22:59:08 INFO] Video batch 604: frame 4832/7500 (64%)
|
|
[22:59:08 INFO] Video batch 604: 5 detections from postprocess
|
|
[22:59:08 INFO] Video frame video_short01_003130: 2 dets, valid=True
|
|
[22:59:08 INFO] Video frame video_short01_003132: 3 dets, valid=True
|
|
[22:59:08 INFO] Video batch 605: frame 4840/7500 (64%)
|
|
[22:59:08 INFO] Video batch 605: 4 detections from postprocess
|
|
[22:59:08 INFO] Video frame video_short01_003133: 2 dets, valid=True
|
|
[22:59:08 INFO] Video frame video_short01_003135: 2 dets, valid=True
|
|
[22:59:08 INFO] Video batch 606: frame 4848/7500 (64%)
|
|
[22:59:09 INFO] Video batch 606: 4 detections from postprocess
|
|
[22:59:09 INFO] Video frame video_short01_003137: 2 dets, valid=True
|
|
[22:59:09 INFO] Video frame video_short01_003138: 2 dets, valid=True
|
|
[22:59:09 INFO] Video batch 607: frame 4856/7500 (64%)
|
|
[22:59:09 INFO] Video batch 607: 4 detections from postprocess
|
|
[22:59:09 INFO] Video frame video_short01_003140: 2 dets, valid=True
|
|
[22:59:09 INFO] Video frame video_short01_003141: 2 dets, valid=True
|
|
[22:59:09 INFO] Video batch 608: frame 4864/7500 (64%)
|
|
[22:59:09 INFO] Video batch 608: 4 detections from postprocess
|
|
[22:59:09 INFO] Video frame video_short01_003143: 2 dets, valid=True
|
|
[22:59:09 INFO] Video frame video_short01_003145: 2 dets, valid=True
|
|
[22:59:09 INFO] Video batch 609: frame 4872/7500 (64%)
|
|
[22:59:09 INFO] Video batch 609: 3 detections from postprocess
|
|
[22:59:09 INFO] Video frame video_short01_003146: 1 dets, valid=True
|
|
[22:59:09 INFO] Video frame video_short01_003148: 2 dets, valid=True
|
|
[22:59:09 INFO] Video batch 610: frame 4880/7500 (65%)
|
|
[22:59:10 INFO] Video batch 610: 4 detections from postprocess
|
|
[22:59:10 INFO] Video frame video_short01_003150: 2 dets, valid=True
|
|
[22:59:10 INFO] Video frame video_short01_003151: 2 dets, valid=True
|
|
[22:59:10 INFO] Video batch 611: frame 4888/7500 (65%)
|
|
[22:59:10 INFO] Video batch 611: 3 detections from postprocess
|
|
[22:59:10 INFO] Video frame video_short01_003153: 2 dets, valid=True
|
|
[22:59:10 INFO] Video frame video_short01_003154: 1 dets, valid=True
|
|
[22:59:10 INFO] Video batch 612: frame 4896/7500 (65%)
|
|
[22:59:10 INFO] Video batch 612: 2 detections from postprocess
|
|
[22:59:10 INFO] Video frame video_short01_003156: 1 dets, valid=True
|
|
[22:59:10 INFO] Video frame video_short01_003157: 1 dets, valid=True
|
|
[22:59:10 INFO] Video batch 613: frame 4904/7500 (65%)
|
|
[22:59:10 INFO] Video batch 613: 2 detections from postprocess
|
|
[22:59:10 INFO] Video frame video_short01_003159: 1 dets, valid=True
|
|
[22:59:10 INFO] Video frame video_short01_003161: 1 dets, valid=True
|
|
[22:59:10 INFO] Video batch 614: frame 4912/7500 (65%)
|
|
[22:59:11 INFO] Video batch 614: 2 detections from postprocess
|
|
[22:59:11 INFO] Video frame video_short01_003162: 1 dets, valid=True
|
|
[22:59:11 INFO] Video frame video_short01_003164: 1 dets, valid=True
|
|
[22:59:11 INFO] Video batch 615: frame 4920/7500 (65%)
|
|
[22:59:11 INFO] Video batch 615: 2 detections from postprocess
|
|
[22:59:11 INFO] Video frame video_short01_003165: 1 dets, valid=True
|
|
[22:59:11 INFO] Video frame video_short01_003167: 1 dets, valid=True
|
|
[22:59:11 INFO] Video batch 616: frame 4928/7500 (65%)
|
|
[22:59:11 INFO] Video batch 616: 2 detections from postprocess
|
|
[22:59:11 INFO] Video frame video_short01_003169: 1 dets, valid=True
|
|
[22:59:11 INFO] Video frame video_short01_003170: 1 dets, valid=True
|
|
[22:59:11 INFO] Video batch 617: frame 4936/7500 (65%)
|
|
[22:59:11 INFO] Video batch 617: 3 detections from postprocess
|
|
[22:59:11 INFO] Video frame video_short01_003172: 1 dets, valid=True
|
|
[22:59:11 INFO] Video frame video_short01_003173: 2 dets, valid=True
|
|
[22:59:11 INFO] Video batch 618: frame 4944/7500 (65%)
|
|
[22:59:11 INFO] Video batch 618: 4 detections from postprocess
|
|
[22:59:11 INFO] Video frame video_short01_003175: 2 dets, valid=True
|
|
[22:59:11 INFO] Video frame video_short01_003177: 2 dets, valid=True
|
|
[22:59:12 INFO] Video batch 619: frame 4952/7500 (66%)
|
|
[22:59:12 INFO] Video batch 619: 4 detections from postprocess
|
|
[22:59:12 INFO] Video frame video_short01_003178: 2 dets, valid=True
|
|
[22:59:12 INFO] Video frame video_short01_003180: 2 dets, valid=True
|
|
[22:59:12 INFO] Video batch 620: frame 4960/7500 (66%)
|
|
[22:59:12 INFO] Video batch 620: 2 detections from postprocess
|
|
[22:59:12 INFO] Video frame video_short01_003181: 1 dets, valid=True
|
|
[22:59:12 INFO] Video frame video_short01_003183: 1 dets, valid=True
|
|
[22:59:12 INFO] Video batch 621: frame 4968/7500 (66%)
|
|
[22:59:12 INFO] Video batch 621: 3 detections from postprocess
|
|
[22:59:12 INFO] Video frame video_short01_003185: 2 dets, valid=True
|
|
[22:59:12 INFO] Video frame video_short01_003186: 1 dets, valid=True
|
|
[22:59:12 INFO] Video batch 622: frame 4976/7500 (66%)
|
|
[22:59:12 INFO] Video batch 622: 2 detections from postprocess
|
|
[22:59:12 INFO] Video frame video_short01_003188: 1 dets, valid=True
|
|
[22:59:12 INFO] Video frame video_short01_003190: 1 dets, valid=True
|
|
[22:59:12 INFO] Video batch 623: frame 4984/7500 (66%)
|
|
[22:59:13 INFO] Video batch 623: 2 detections from postprocess
|
|
[22:59:13 INFO] Video frame video_short01_003191: 1 dets, valid=True
|
|
[22:59:13 INFO] Video frame video_short01_003193: 1 dets, valid=True
|
|
[22:59:13 INFO] Video batch 624: frame 4992/7500 (66%)
|
|
[22:59:13 INFO] Video batch 624: 2 detections from postprocess
|
|
[22:59:13 INFO] Video frame video_short01_003194: 1 dets, valid=True
|
|
[22:59:13 INFO] Video frame video_short01_003196: 1 dets, valid=True
|
|
[22:59:13 INFO] Video batch 625: frame 5000/7500 (66%)
|
|
[22:59:13 INFO] Video batch 625: 3 detections from postprocess
|
|
[22:59:13 INFO] Video frame video_short01_003197: 1 dets, valid=True
|
|
[22:59:13 INFO] Video frame video_short01_003199: 2 dets, valid=True
|
|
[22:59:13 INFO] Video batch 626: frame 5008/7500 (66%)
|
|
[22:59:13 INFO] Video batch 626: 4 detections from postprocess
|
|
[22:59:13 INFO] Video frame video_short01_003201: 2 dets, valid=True
|
|
[22:59:13 INFO] Video frame video_short01_003202: 2 dets, valid=True
|
|
[22:59:13 INFO] Video batch 627: frame 5016/7500 (66%)
|
|
[22:59:14 INFO] Video batch 628: frame 5024/7500 (66%)
|
|
[22:59:14 INFO] Video batch 628: 1 detections from postprocess
|
|
[22:59:14 INFO] Video frame video_short01_003207: 1 dets, valid=True
|
|
[22:59:14 INFO] Video batch 629: frame 5032/7500 (67%)
|
|
[22:59:14 INFO] Video batch 629: 2 detections from postprocess
|
|
[22:59:14 INFO] Video frame video_short01_003210: 1 dets, valid=True
|
|
[22:59:14 INFO] Video frame video_short01_003212: 1 dets, valid=True
|
|
[22:59:14 INFO] Video batch 630: frame 5040/7500 (67%)
|
|
[22:59:14 INFO] Video batch 630: 2 detections from postprocess
|
|
[22:59:14 INFO] Video frame video_short01_003213: 1 dets, valid=True
|
|
[22:59:14 INFO] Video frame video_short01_003215: 1 dets, valid=True
|
|
[22:59:14 INFO] Video batch 631: frame 5048/7500 (67%)
|
|
[22:59:14 INFO] Video batch 631: 1 detections from postprocess
|
|
[22:59:14 INFO] Video frame video_short01_003218: 1 dets, valid=True
|
|
[22:59:14 INFO] Video batch 632: frame 5056/7500 (67%)
|
|
[22:59:15 INFO] Video batch 632: 1 detections from postprocess
|
|
[22:59:15 INFO] Video frame video_short01_003220: 1 dets, valid=True
|
|
[22:59:15 INFO] Video batch 633: frame 5064/7500 (67%)
|
|
[22:59:15 INFO] Video batch 634: frame 5072/7500 (67%)
|
|
[22:59:15 INFO] Video batch 634: 2 detections from postprocess
|
|
[22:59:15 INFO] Video frame video_short01_003226: 1 dets, valid=True
|
|
[22:59:15 INFO] Video frame video_short01_003228: 1 dets, valid=True
|
|
[22:59:15 INFO] Video batch 635: frame 5080/7500 (67%)
|
|
[22:59:15 INFO] Video batch 635: 1 detections from postprocess
|
|
[22:59:15 INFO] Video frame video_short01_003230: 1 dets, valid=True
|
|
[22:59:15 INFO] Video batch 636: frame 5088/7500 (67%)
|
|
[22:59:16 INFO] Video batch 636: 2 detections from postprocess
|
|
[22:59:16 INFO] Video frame video_short01_003233: 1 dets, valid=True
|
|
[22:59:16 INFO] Video frame video_short01_003234: 1 dets, valid=True
|
|
[22:59:16 INFO] Video batch 637: frame 5096/7500 (67%)
|
|
[22:59:16 INFO] Video batch 637: 2 detections from postprocess
|
|
[22:59:16 INFO] Video frame video_short01_003236: 1 dets, valid=True
|
|
[22:59:16 INFO] Video frame video_short01_003237: 1 dets, valid=True
|
|
[22:59:16 INFO] Video batch 638: frame 5104/7500 (68%)
|
|
[22:59:16 INFO] Video batch 638: 1 detections from postprocess
|
|
[22:59:16 INFO] Video frame video_short01_003239: 1 dets, valid=True
|
|
[22:59:16 INFO] Video batch 639: frame 5112/7500 (68%)
|
|
[22:59:16 INFO] Video batch 640: frame 5120/7500 (68%)
|
|
[22:59:16 INFO] Video batch 641: frame 5128/7500 (68%)
|
|
[22:59:17 INFO] Video batch 642: frame 5136/7500 (68%)
|
|
[22:59:17 INFO] Video batch 643: frame 5144/7500 (68%)
|
|
[22:59:17 INFO] Video batch 644: frame 5152/7500 (68%)
|
|
[22:59:17 INFO] Video batch 645: frame 5160/7500 (68%)
|
|
[22:59:18 INFO] Video batch 646: frame 5168/7500 (68%)
|
|
[22:59:18 INFO] Video batch 647: frame 5176/7500 (69%)
|
|
[22:59:18 INFO] Video batch 648: frame 5184/7500 (69%)
|
|
[22:59:18 INFO] Video batch 648: 1 detections from postprocess
|
|
[22:59:18 INFO] Video frame video_short01_003273: 1 dets, valid=True
|
|
[22:59:18 INFO] Video batch 649: frame 5192/7500 (69%)
|
|
[22:59:18 INFO] Video batch 650: frame 5200/7500 (69%)
|
|
[22:59:19 INFO] Video batch 651: frame 5208/7500 (69%)
|
|
[22:59:19 INFO] Video batch 652: frame 5216/7500 (69%)
|
|
[22:59:19 INFO] Video batch 653: frame 5224/7500 (69%)
|
|
[22:59:19 INFO] Video batch 654: frame 5232/7500 (69%)
|
|
[22:59:19 INFO] Video batch 655: frame 5240/7500 (69%)
|
|
[22:59:20 INFO] Video batch 656: frame 5248/7500 (69%)
|
|
[22:59:20 INFO] Video batch 657: frame 5256/7500 (70%)
|
|
[22:59:20 INFO] Video batch 658: frame 5264/7500 (70%)
|
|
[22:59:20 INFO] Video batch 659: frame 5272/7500 (70%)
|
|
[22:59:20 INFO] Video batch 660: frame 5280/7500 (70%)
|
|
[22:59:21 INFO] Video batch 661: frame 5288/7500 (70%)
|
|
[22:59:21 INFO] Video batch 662: frame 5296/7500 (70%)
|
|
[22:59:21 INFO] Video batch 663: frame 5304/7500 (70%)
|
|
[22:59:21 INFO] Video batch 664: frame 5312/7500 (70%)
|
|
[22:59:21 INFO] Video batch 665: frame 5320/7500 (70%)
|
|
[22:59:22 INFO] Video batch 666: frame 5328/7500 (71%)
|
|
[22:59:22 INFO] Video batch 667: frame 5336/7500 (71%)
|
|
[22:59:22 INFO] Video batch 668: frame 5344/7500 (71%)
|
|
[22:59:22 INFO] Video batch 669: frame 5352/7500 (71%)
|
|
[22:59:22 INFO] Video batch 669: 1 detections from postprocess
|
|
[22:59:22 INFO] Video frame video_short01_003340: 1 dets, valid=True
|
|
[22:59:22 INFO] Video batch 670: frame 5360/7500 (71%)
|
|
[22:59:23 INFO] Video batch 670: 2 detections from postprocess
|
|
[22:59:23 INFO] Video frame video_short01_003341: 1 dets, valid=True
|
|
[22:59:23 INFO] Video frame video_short01_003343: 1 dets, valid=True
|
|
[22:59:23 INFO] Video batch 671: frame 5368/7500 (71%)
|
|
[22:59:23 INFO] Video batch 671: 1 detections from postprocess
|
|
[22:59:23 INFO] Video frame video_short01_003345: 1 dets, valid=True
|
|
[22:59:23 INFO] Video batch 672: frame 5376/7500 (71%)
|
|
[22:59:23 INFO] Video batch 673: frame 5384/7500 (71%)
|
|
[22:59:23 INFO] Video batch 674: frame 5392/7500 (71%)
|
|
[22:59:24 INFO] Video batch 675: frame 5400/7500 (72%)
|
|
[22:59:24 INFO] Video batch 676: frame 5408/7500 (72%)
|
|
[22:59:24 INFO] Video batch 677: frame 5416/7500 (72%)
|
|
[22:59:24 INFO] Video batch 678: frame 5424/7500 (72%)
|
|
[22:59:24 INFO] Video batch 679: frame 5432/7500 (72%)
|
|
[22:59:25 INFO] Video batch 680: frame 5440/7500 (72%)
|
|
[22:59:25 INFO] Video batch 681: frame 5448/7500 (72%)
|
|
[22:59:25 INFO] Video batch 682: frame 5456/7500 (72%)
|
|
[22:59:25 INFO] Video batch 683: frame 5464/7500 (72%)
|
|
[22:59:26 INFO] Video batch 684: frame 5472/7500 (72%)
|
|
[22:59:26 INFO] Video batch 685: frame 5480/7500 (73%)
|
|
[22:59:26 INFO] Video batch 686: frame 5488/7500 (73%)
|
|
[22:59:26 INFO] Video batch 687: frame 5496/7500 (73%)
|
|
[22:59:27 INFO] Video batch 687: 2 detections from postprocess
|
|
[22:59:27 INFO] Video frame video_short01_003396: 1 dets, valid=True
|
|
[22:59:27 INFO] Video frame video_short01_003397: 1 dets, valid=True
|
|
[22:59:27 INFO] Video batch 688: frame 5504/7500 (73%)
|
|
[22:59:27 INFO] Video batch 689: frame 5512/7500 (73%)
|
|
[22:59:27 INFO] Video batch 690: frame 5520/7500 (73%)
|
|
[22:59:27 INFO] Video batch 691: frame 5528/7500 (73%)
|
|
[22:59:27 INFO] Video batch 692: frame 5536/7500 (73%)
|
|
[22:59:28 INFO] Video batch 693: frame 5544/7500 (73%)
|
|
[22:59:28 INFO] Video batch 694: frame 5552/7500 (74%)
|
|
[22:59:28 INFO] Video batch 694: 1 detections from postprocess
|
|
[22:59:28 INFO] Video frame video_short01_003418: 1 dets, valid=True
|
|
[22:59:28 INFO] Video batch 695: frame 5560/7500 (74%)
|
|
[22:59:28 INFO] Video batch 695: 1 detections from postprocess
|
|
[22:59:28 INFO] Video frame video_short01_003421: 1 dets, valid=True
|
|
[22:59:28 INFO] Video batch 696: frame 5568/7500 (74%)
|
|
[22:59:28 INFO] Video batch 696: 1 detections from postprocess
|
|
[22:59:28 INFO] Video frame video_short01_003425: 1 dets, valid=True
|
|
[22:59:28 INFO] Video batch 697: frame 5576/7500 (74%)
|
|
[22:59:29 INFO] Video batch 698: frame 5584/7500 (74%)
|
|
[22:59:29 INFO] Video batch 699: frame 5592/7500 (74%)
|
|
[22:59:29 INFO] Video batch 700: frame 5600/7500 (74%)
|
|
[22:59:29 INFO] Video batch 701: frame 5608/7500 (74%)
|
|
[22:59:30 INFO] Video batch 702: frame 5616/7500 (74%)
|
|
[22:59:30 INFO] Video batch 703: frame 5624/7500 (74%)
|
|
[22:59:30 INFO] Video batch 704: frame 5632/7500 (75%)
|
|
[22:59:30 INFO] Video batch 705: frame 5640/7500 (75%)
|
|
[22:59:30 INFO] Video batch 706: frame 5648/7500 (75%)
|
|
[22:59:31 INFO] Video batch 707: frame 5656/7500 (75%)
|
|
[22:59:31 INFO] Video batch 708: frame 5664/7500 (75%)
|
|
[22:59:31 INFO] Video batch 709: frame 5672/7500 (75%)
|
|
[22:59:31 INFO] Video batch 710: frame 5680/7500 (75%)
|
|
[22:59:31 INFO] Video batch 711: frame 5688/7500 (75%)
|
|
[22:59:32 INFO] Video batch 712: frame 5696/7500 (75%)
|
|
[22:59:32 INFO] Video batch 713: frame 5704/7500 (76%)
|
|
[22:59:32 INFO] Video batch 714: frame 5712/7500 (76%)
|
|
[22:59:32 INFO] Video batch 715: frame 5720/7500 (76%)
|
|
[22:59:32 INFO] Video batch 716: frame 5728/7500 (76%)
|
|
[22:59:33 INFO] Video batch 717: frame 5736/7500 (76%)
|
|
[22:59:33 INFO] Video batch 718: frame 5744/7500 (76%)
|
|
[22:59:33 INFO] Video batch 719: frame 5752/7500 (76%)
|
|
[22:59:33 INFO] Video batch 720: frame 5760/7500 (76%)
|
|
[22:59:33 INFO] Video batch 721: frame 5768/7500 (76%)
|
|
[22:59:34 INFO] Video batch 722: frame 5776/7500 (77%)
|
|
[22:59:34 INFO] Video batch 723: frame 5784/7500 (77%)
|
|
[22:59:34 INFO] Video batch 724: frame 5792/7500 (77%)
|
|
[22:59:34 INFO] Video batch 725: frame 5800/7500 (77%)
|
|
[22:59:35 INFO] Video batch 726: frame 5808/7500 (77%)
|
|
[22:59:35 INFO] Video batch 727: frame 5816/7500 (77%)
|
|
[22:59:35 INFO] Video batch 728: frame 5824/7500 (77%)
|
|
[22:59:35 INFO] Video batch 729: frame 5832/7500 (77%)
|
|
[22:59:36 INFO] Video batch 729: 1 detections from postprocess
|
|
[22:59:36 INFO] Video frame video_short01_003532: 1 dets, valid=True
|
|
[22:59:36 INFO] Video batch 730: frame 5840/7500 (77%)
|
|
[22:59:36 INFO] Video batch 730: 1 detections from postprocess
|
|
[22:59:36 INFO] Video frame video_short01_003533: 1 dets, valid=True
|
|
[22:59:36 INFO] Video batch 731: frame 5848/7500 (77%)
|
|
[22:59:36 INFO] Video batch 732: frame 5856/7500 (78%)
|
|
[22:59:36 INFO] Video batch 733: frame 5864/7500 (78%)
|
|
[22:59:36 INFO] Video batch 734: frame 5872/7500 (78%)
|
|
[22:59:37 INFO] Video batch 735: frame 5880/7500 (78%)
|
|
[22:59:37 INFO] Video batch 736: frame 5888/7500 (78%)
|
|
[22:59:37 INFO] Video batch 737: frame 5896/7500 (78%)
|
|
[22:59:37 INFO] Video batch 738: frame 5904/7500 (78%)
|
|
[22:59:37 INFO] Video batch 739: frame 5912/7500 (78%)
|
|
[22:59:38 INFO] Video batch 740: frame 5920/7500 (78%)
|
|
[22:59:38 INFO] Video batch 741: frame 5928/7500 (79%)
|
|
[22:59:38 INFO] Video batch 742: frame 5936/7500 (79%)
|
|
[22:59:38 INFO] Video batch 743: frame 5944/7500 (79%)
|
|
[22:59:39 INFO] Video batch 744: frame 5952/7500 (79%)
|
|
[22:59:39 INFO] Video batch 745: frame 5960/7500 (79%)
|
|
[22:59:39 INFO] Video batch 746: frame 5968/7500 (79%)
|
|
[22:59:39 INFO] Video batch 747: frame 5976/7500 (79%)
|
|
[22:59:39 INFO] Video batch 748: frame 5984/7500 (79%)
|
|
[22:59:40 INFO] Video batch 749: frame 5992/7500 (79%)
|
|
[22:59:40 INFO] Video batch 750: frame 6000/7500 (80%)
|
|
[22:59:40 INFO] Video batch 751: frame 6008/7500 (80%)
|
|
[22:59:40 INFO] Video batch 752: frame 6016/7500 (80%)
|
|
[22:59:40 INFO] Video batch 753: frame 6024/7500 (80%)
|
|
[22:59:41 INFO] Video batch 754: frame 6032/7500 (80%)
|
|
[22:59:41 INFO] Video batch 755: frame 6040/7500 (80%)
|
|
[22:59:41 INFO] Video batch 755: 1 detections from postprocess
|
|
[22:59:41 INFO] Video frame video_short01_004015: 1 dets, valid=True
|
|
[22:59:41 INFO] Video batch 756: frame 6048/7500 (80%)
|
|
[22:59:41 INFO] Video batch 756: 2 detections from postprocess
|
|
[22:59:41 INFO] Video frame video_short01_004017: 1 dets, valid=True
|
|
[22:59:41 INFO] Video frame video_short01_004018: 1 dets, valid=True
|
|
[22:59:41 INFO] Video batch 757: frame 6056/7500 (80%)
|
|
[22:59:42 INFO] Video batch 757: 1 detections from postprocess
|
|
[22:59:42 INFO] Video frame video_short01_004021: 1 dets, valid=True
|
|
[22:59:42 INFO] Video batch 758: frame 6064/7500 (80%)
|
|
[22:59:42 INFO] Video batch 759: frame 6072/7500 (80%)
|
|
[22:59:42 INFO] Video batch 759: 5 detections from postprocess
|
|
[22:59:42 INFO] Video frame video_short01_004026: 1 dets, valid=True
|
|
[22:59:42 INFO] Video frame video_short01_004028: 4 dets, valid=True
|
|
[22:59:42 INFO] Video batch 760: frame 6080/7500 (81%)
|
|
[22:59:42 INFO] Video batch 760: 8 detections from postprocess
|
|
[22:59:42 INFO] Video frame video_short01_004030: 4 dets, valid=True
|
|
[22:59:42 INFO] Video frame video_short01_004031: 4 dets, valid=True
|
|
[22:59:42 INFO] Video batch 761: frame 6088/7500 (81%)
|
|
[22:59:42 INFO] Video batch 761: 7 detections from postprocess
|
|
[22:59:42 INFO] Video frame video_short01_004033: 4 dets, valid=True
|
|
[22:59:42 INFO] Video frame video_short01_004034: 3 dets, valid=True
|
|
[22:59:43 INFO] Video batch 762: frame 6096/7500 (81%)
|
|
[22:59:43 INFO] Video batch 762: 6 detections from postprocess
|
|
[22:59:43 INFO] Video frame video_short01_004036: 3 dets, valid=True
|
|
[22:59:43 INFO] Video frame video_short01_004037: 3 dets, valid=True
|
|
[22:59:43 INFO] Video batch 763: frame 6104/7500 (81%)
|
|
[22:59:43 INFO] Video batch 763: 8 detections from postprocess
|
|
[22:59:43 INFO] Video frame video_short01_004039: 4 dets, valid=True
|
|
[22:59:43 INFO] Video frame video_short01_004041: 4 dets, valid=True
|
|
[22:59:43 INFO] Video batch 764: frame 6112/7500 (81%)
|
|
[22:59:43 INFO] Video batch 764: 8 detections from postprocess
|
|
[22:59:43 INFO] Video frame video_short01_004042: 4 dets, valid=True
|
|
[22:59:43 INFO] Video frame video_short01_004044: 4 dets, valid=True
|
|
[22:59:43 INFO] Video batch 765: frame 6120/7500 (81%)
|
|
[22:59:43 INFO] Video batch 765: 8 detections from postprocess
|
|
[22:59:43 INFO] Video frame video_short01_004045: 4 dets, valid=True
|
|
[22:59:43 INFO] Video frame video_short01_004047: 4 dets, valid=True
|
|
[22:59:43 INFO] Video batch 766: frame 6128/7500 (81%)
|
|
[22:59:44 INFO] Video batch 766: 6 detections from postprocess
|
|
[22:59:44 INFO] Video frame video_short01_004049: 3 dets, valid=True
|
|
[22:59:44 INFO] Video frame video_short01_004050: 3 dets, valid=True
|
|
[22:59:44 INFO] Video batch 767: frame 6136/7500 (81%)
|
|
[22:59:44 INFO] Video batch 767: 6 detections from postprocess
|
|
[22:59:44 INFO] Video frame video_short01_004052: 3 dets, valid=True
|
|
[22:59:44 INFO] Video frame video_short01_004053: 3 dets, valid=True
|
|
[22:59:44 INFO] Video batch 768: frame 6144/7500 (81%)
|
|
[22:59:44 INFO] Video batch 768: 5 detections from postprocess
|
|
[22:59:44 INFO] Video frame video_short01_004055: 3 dets, valid=True
|
|
[22:59:44 INFO] Video frame video_short01_004057: 2 dets, valid=True
|
|
[22:59:44 INFO] Video batch 769: frame 6152/7500 (82%)
|
|
[22:59:44 INFO] Video batch 769: 4 detections from postprocess
|
|
[22:59:44 INFO] Video frame video_short01_004058: 3 dets, valid=True
|
|
[22:59:44 INFO] Video frame video_short01_004060: 1 dets, valid=True
|
|
[22:59:44 INFO] Video batch 770: frame 6160/7500 (82%)
|
|
[22:59:45 INFO] Video batch 771: frame 6168/7500 (82%)
|
|
[22:59:45 INFO] Video batch 772: frame 6176/7500 (82%)
|
|
[22:59:45 INFO] Video batch 773: frame 6184/7500 (82%)
|
|
[22:59:45 INFO] Video batch 774: frame 6192/7500 (82%)
|
|
[22:59:45 INFO] Video batch 775: frame 6200/7500 (82%)
|
|
[22:59:46 INFO] Video batch 776: frame 6208/7500 (82%)
|
|
[22:59:46 INFO] Video batch 777: frame 6216/7500 (82%)
|
|
[22:59:46 INFO] Video batch 778: frame 6224/7500 (82%)
|
|
[22:59:46 INFO] Video batch 779: frame 6232/7500 (83%)
|
|
[22:59:46 INFO] Video batch 780: frame 6240/7500 (83%)
|
|
[22:59:47 INFO] Video batch 781: frame 6248/7500 (83%)
|
|
[22:59:47 INFO] Video batch 782: frame 6256/7500 (83%)
|
|
[22:59:47 INFO] Video batch 783: frame 6264/7500 (83%)
|
|
[22:59:47 INFO] Video batch 784: frame 6272/7500 (83%)
|
|
[22:59:48 INFO] Video batch 785: frame 6280/7500 (83%)
|
|
[22:59:48 INFO] Video batch 786: frame 6288/7500 (83%)
|
|
[22:59:48 INFO] Video batch 787: frame 6296/7500 (83%)
|
|
[22:59:48 INFO] Video batch 788: frame 6304/7500 (84%)
|
|
[22:59:48 INFO] Video batch 789: frame 6312/7500 (84%)
|
|
[22:59:49 INFO] Video batch 789: 1 detections from postprocess
|
|
[22:59:49 INFO] Video frame video_short01_004122: 1 dets, valid=True
|
|
[22:59:49 INFO] Video batch 790: frame 6320/7500 (84%)
|
|
[22:59:49 INFO] Video batch 791: frame 6328/7500 (84%)
|
|
[22:59:49 INFO] Video batch 792: frame 6336/7500 (84%)
|
|
[22:59:49 INFO] Video batch 793: frame 6344/7500 (84%)
|
|
[22:59:49 INFO] Video batch 794: frame 6352/7500 (84%)
|
|
[22:59:50 INFO] Video batch 795: frame 6360/7500 (84%)
|
|
[22:59:50 INFO] Video batch 796: frame 6368/7500 (84%)
|
|
[22:59:50 INFO] Video batch 796: 1 detections from postprocess
|
|
[22:59:50 INFO] Video frame video_short01_004146: 1 dets, valid=True
|
|
[22:59:50 INFO] Video batch 797: frame 6376/7500 (85%)
|
|
[22:59:50 INFO] Video batch 798: frame 6384/7500 (85%)
|
|
[22:59:50 INFO] Video batch 799: frame 6392/7500 (85%)
|
|
[22:59:51 INFO] Video batch 800: frame 6400/7500 (85%)
|
|
[22:59:51 INFO] Video batch 801: frame 6408/7500 (85%)
|
|
[22:59:51 INFO] Video batch 802: frame 6416/7500 (85%)
|
|
[22:59:51 INFO] Video batch 803: frame 6424/7500 (85%)
|
|
[22:59:51 INFO] Video batch 804: frame 6432/7500 (85%)
|
|
[22:59:52 INFO] Video batch 805: frame 6440/7500 (85%)
|
|
[22:59:52 INFO] Video batch 806: frame 6448/7500 (85%)
|
|
[22:59:52 INFO] Video batch 807: frame 6456/7500 (86%)
|
|
[22:59:52 INFO] Video batch 808: frame 6464/7500 (86%)
|
|
[22:59:53 INFO] Video batch 809: frame 6472/7500 (86%)
|
|
[22:59:53 INFO] Video batch 810: frame 6480/7500 (86%)
|
|
[22:59:53 INFO] Video batch 811: frame 6488/7500 (86%)
|
|
[22:59:53 INFO] Video batch 812: frame 6496/7500 (86%)
|
|
[22:59:53 INFO] Video batch 813: frame 6504/7500 (86%)
|
|
[22:59:54 INFO] Video batch 814: frame 6512/7500 (86%)
|
|
[22:59:54 INFO] Video batch 815: frame 6520/7500 (86%)
|
|
[22:59:54 INFO] Video batch 816: frame 6528/7500 (87%)
|
|
[22:59:54 INFO] Video batch 817: frame 6536/7500 (87%)
|
|
[22:59:54 INFO] Video batch 818: frame 6544/7500 (87%)
|
|
[22:59:55 INFO] Video batch 819: frame 6552/7500 (87%)
|
|
[22:59:55 INFO] Video batch 820: frame 6560/7500 (87%)
|
|
[22:59:55 INFO] Video batch 821: frame 6568/7500 (87%)
|
|
[22:59:55 INFO] Video batch 822: frame 6576/7500 (87%)
|
|
[22:59:55 INFO] Video batch 823: frame 6584/7500 (87%)
|
|
[22:59:56 INFO] Video batch 824: frame 6592/7500 (87%)
|
|
[22:59:56 INFO] Video batch 825: frame 6600/7500 (88%)
|
|
[22:59:56 INFO] Video batch 826: frame 6608/7500 (88%)
|
|
[22:59:56 INFO] Video batch 827: frame 6616/7500 (88%)
|
|
[22:59:56 INFO] Video batch 828: frame 6624/7500 (88%)
|
|
[22:59:57 INFO] Video batch 829: frame 6632/7500 (88%)
|
|
[22:59:57 INFO] Video batch 830: frame 6640/7500 (88%)
|
|
[22:59:57 INFO] Video batch 831: frame 6648/7500 (88%)
|
|
[22:59:57 INFO] Video batch 832: frame 6656/7500 (88%)
|
|
[22:59:58 INFO] Video batch 833: frame 6664/7500 (88%)
|
|
[22:59:58 INFO] Video batch 834: frame 6672/7500 (88%)
|
|
[22:59:58 INFO] Video batch 835: frame 6680/7500 (89%)
|
|
[22:59:58 INFO] Video batch 836: frame 6688/7500 (89%)
|
|
[22:59:59 INFO] Video batch 837: frame 6696/7500 (89%)
|
|
[22:59:59 INFO] Video batch 838: frame 6704/7500 (89%)
|
|
[22:59:59 INFO] Video batch 839: frame 6712/7500 (89%)
|
|
[22:59:59 INFO] Video batch 840: frame 6720/7500 (89%)
|
|
[22:59:59 INFO] Video batch 841: frame 6728/7500 (89%)
|
|
[23:00:00 INFO] Video batch 842: frame 6736/7500 (89%)
|
|
[23:00:00 INFO] Video batch 843: frame 6744/7500 (89%)
|
|
[23:00:00 INFO] Video batch 844: frame 6752/7500 (90%)
|
|
[23:00:00 INFO] Video batch 845: frame 6760/7500 (90%)
|
|
[23:00:00 INFO] Video batch 846: frame 6768/7500 (90%)
|
|
[23:00:01 INFO] Video batch 847: frame 6776/7500 (90%)
|
|
[23:00:01 INFO] Video batch 848: frame 6784/7500 (90%)
|
|
[23:00:01 INFO] Video batch 849: frame 6792/7500 (90%)
|
|
[23:00:01 INFO] Video batch 850: frame 6800/7500 (90%)
|
|
[23:00:02 INFO] Video batch 851: frame 6808/7500 (90%)
|
|
[23:00:02 INFO] Video batch 851: 1 detections from postprocess
|
|
[23:00:02 INFO] Video frame video_short01_004321: 1 dets, valid=True
|
|
[23:00:02 INFO] Video batch 852: frame 6816/7500 (90%)
|
|
[23:00:02 INFO] Video batch 853: frame 6824/7500 (90%)
|
|
[23:00:02 INFO] Video batch 854: frame 6832/7500 (91%)
|
|
[23:00:02 INFO] Video batch 855: frame 6840/7500 (91%)
|
|
[23:00:03 INFO] Video batch 856: frame 6848/7500 (91%)
|
|
[23:00:03 INFO] Video batch 857: frame 6856/7500 (91%)
|
|
[23:00:03 INFO] Video batch 858: frame 6864/7500 (91%)
|
|
[23:00:03 INFO] Video batch 859: frame 6872/7500 (91%)
|
|
[23:00:03 INFO] Video batch 860: frame 6880/7500 (91%)
|
|
[23:00:04 INFO] Video batch 861: frame 6888/7500 (91%)
|
|
[23:00:04 INFO] Video batch 862: frame 6896/7500 (91%)
|
|
[23:00:04 INFO] Video batch 863: frame 6904/7500 (92%)
|
|
[23:00:04 INFO] Video batch 864: frame 6912/7500 (92%)
|
|
[23:00:04 INFO] Video batch 865: frame 6920/7500 (92%)
|
|
[23:00:05 INFO] Video batch 866: frame 6928/7500 (92%)
|
|
[23:00:05 INFO] Video batch 867: frame 6936/7500 (92%)
|
|
[23:00:05 INFO] Video batch 868: frame 6944/7500 (92%)
|
|
[23:00:05 INFO] Video batch 869: frame 6952/7500 (92%)
|
|
[23:00:05 INFO] Video batch 870: frame 6960/7500 (92%)
|
|
[23:00:06 INFO] Video batch 871: frame 6968/7500 (92%)
|
|
[23:00:06 INFO] Video batch 872: frame 6976/7500 (93%)
|
|
[23:00:06 INFO] Video batch 873: frame 6984/7500 (93%)
|
|
[23:00:06 INFO] Video batch 874: frame 6992/7500 (93%)
|
|
[23:00:07 INFO] Video batch 875: frame 7000/7500 (93%)
|
|
[23:00:07 INFO] Video batch 876: frame 7008/7500 (93%)
|
|
[23:00:07 INFO] Video batch 877: frame 7016/7500 (93%)
|
|
[23:00:07 INFO] Video batch 878: frame 7024/7500 (93%)
|
|
[23:00:07 INFO] Video batch 879: frame 7032/7500 (93%)
|
|
[23:00:08 INFO] Video batch 880: frame 7040/7500 (93%)
|
|
[23:00:08 INFO] Video batch 881: frame 7048/7500 (93%)
|
|
[23:00:08 INFO] Video batch 882: frame 7056/7500 (94%)
|
|
[23:00:08 INFO] Video batch 883: frame 7064/7500 (94%)
|
|
[23:00:08 INFO] Video batch 883: 2 detections from postprocess
|
|
[23:00:08 INFO] Video frame video_short01_004423: 1 dets, valid=True
|
|
[23:00:08 INFO] Video frame video_short01_004425: 1 dets, valid=True
|
|
[23:00:08 INFO] Video batch 884: frame 7072/7500 (94%)
|
|
[23:00:09 INFO] Video batch 884: 1 detections from postprocess
|
|
[23:00:09 INFO] Video frame video_short01_004428: 1 dets, valid=True
|
|
[23:00:09 INFO] Video batch 885: frame 7080/7500 (94%)
|
|
[23:00:09 INFO] Video batch 885: 1 detections from postprocess
|
|
[23:00:09 INFO] Video frame video_short01_004431: 1 dets, valid=True
|
|
[23:00:09 INFO] Video batch 886: frame 7088/7500 (94%)
|
|
[23:00:09 INFO] Video batch 886: 2 detections from postprocess
|
|
[23:00:09 INFO] Video frame video_short01_004433: 1 dets, valid=True
|
|
[23:00:09 INFO] Video frame video_short01_004434: 1 dets, valid=True
|
|
[23:00:09 INFO] Video batch 887: frame 7096/7500 (94%)
|
|
[23:00:10 INFO] Video batch 887: 1 detections from postprocess
|
|
[23:00:10 INFO] Video frame video_short01_004436: 1 dets, valid=True
|
|
[23:00:10 INFO] Video batch 888: frame 7104/7500 (94%)
|
|
[23:00:10 INFO] Video batch 888: 2 detections from postprocess
|
|
[23:00:10 INFO] Video frame video_short01_004439: 1 dets, valid=True
|
|
[23:00:10 INFO] Video frame video_short01_004441: 1 dets, valid=True
|
|
[23:00:10 INFO] Video batch 889: frame 7112/7500 (94%)
|
|
[23:00:10 INFO] Video batch 889: 2 detections from postprocess
|
|
[23:00:10 INFO] Video frame video_short01_004442: 1 dets, valid=True
|
|
[23:00:10 INFO] Video frame video_short01_004444: 1 dets, valid=True
|
|
[23:00:10 INFO] Video batch 890: frame 7120/7500 (94%)
|
|
[23:00:11 INFO] Video batch 891: frame 7128/7500 (95%)
|
|
[23:00:11 INFO] Video batch 892: frame 7136/7500 (95%)
|
|
[23:00:11 INFO] Video batch 893: frame 7144/7500 (95%)
|
|
[23:00:11 INFO] Video batch 894: frame 7152/7500 (95%)
|
|
[23:00:12 INFO] Video batch 895: frame 7160/7500 (95%)
|
|
[23:00:12 INFO] Video batch 896: frame 7168/7500 (95%)
|
|
[23:00:12 INFO] Video batch 897: frame 7176/7500 (95%)
|
|
[23:00:12 INFO] Video batch 898: frame 7184/7500 (95%)
|
|
[23:00:12 INFO] Video batch 898: 2 detections from postprocess
|
|
[23:00:12 INFO] Video frame video_short01_004471: 1 dets, valid=True
|
|
[23:00:13 INFO] Video frame video_short01_004473: 1 dets, valid=True
|
|
[23:00:13 INFO] Video batch 899: frame 7192/7500 (95%)
|
|
[23:00:13 INFO] Video batch 899: 2 detections from postprocess
|
|
[23:00:13 INFO] Video frame video_short01_004474: 1 dets, valid=True
|
|
[23:00:13 INFO] Video frame video_short01_004476: 1 dets, valid=True
|
|
[23:00:13 INFO] Video batch 900: frame 7200/7500 (96%)
|
|
[23:00:13 INFO] Video batch 900: 2 detections from postprocess
|
|
[23:00:13 INFO] Video frame video_short01_004477: 1 dets, valid=True
|
|
[23:00:13 INFO] Video frame video_short01_004479: 1 dets, valid=True
|
|
[23:00:13 INFO] Video batch 901: frame 7208/7500 (96%)
|
|
[23:00:13 INFO] Video batch 901: 2 detections from postprocess
|
|
[23:00:13 INFO] Video frame video_short01_004481: 1 dets, valid=True
|
|
[23:00:13 INFO] Video frame video_short01_004482: 1 dets, valid=True
|
|
[23:00:13 INFO] Video batch 902: frame 7216/7500 (96%)
|
|
[23:00:13 INFO] Video batch 902: 2 detections from postprocess
|
|
[23:00:13 INFO] Video frame video_short01_004484: 1 dets, valid=True
|
|
[23:00:13 INFO] Video frame video_short01_004485: 1 dets, valid=True
|
|
[23:00:14 INFO] Video batch 903: frame 7224/7500 (96%)
|
|
[23:00:14 INFO] Video batch 903: 2 detections from postprocess
|
|
[23:00:14 INFO] Video frame video_short01_004487: 1 dets, valid=True
|
|
[23:00:14 INFO] Video frame video_short01_004489: 1 dets, valid=True
|
|
[23:00:14 INFO] Video batch 904: frame 7232/7500 (96%)
|
|
[23:00:14 INFO] Video batch 904: 1 detections from postprocess
|
|
[23:00:14 INFO] Video frame video_short01_004490: 1 dets, valid=True
|
|
[23:00:14 INFO] Video batch 905: frame 7240/7500 (96%)
|
|
[23:00:14 INFO] Video batch 906: frame 7248/7500 (96%)
|
|
[23:00:14 INFO] Video batch 907: frame 7256/7500 (96%)
|
|
[23:00:15 INFO] Video batch 907: 1 detections from postprocess
|
|
[23:00:15 INFO] Video frame video_short01_004500: 1 dets, valid=True
|
|
[23:00:15 INFO] Video batch 908: frame 7264/7500 (96%)
|
|
[23:00:15 INFO] Video batch 908: 2 detections from postprocess
|
|
[23:00:15 INFO] Video frame video_short01_004503: 1 dets, valid=True
|
|
[23:00:15 INFO] Video frame video_short01_004505: 1 dets, valid=True
|
|
[23:00:15 INFO] Video batch 909: frame 7272/7500 (96%)
|
|
[23:00:15 INFO] Video batch 909: 2 detections from postprocess
|
|
[23:00:15 INFO] Video frame video_short01_004506: 1 dets, valid=True
|
|
[23:00:15 INFO] Video frame video_short01_004508: 1 dets, valid=True
|
|
[23:00:15 INFO] Video batch 910: frame 7280/7500 (97%)
|
|
[23:00:15 INFO] Video batch 910: 2 detections from postprocess
|
|
[23:00:15 INFO] Video frame video_short01_004510: 1 dets, valid=True
|
|
[23:00:15 INFO] Video frame video_short01_004511: 1 dets, valid=True
|
|
[23:00:15 INFO] Video batch 911: frame 7288/7500 (97%)
|
|
[23:00:15 INFO] Video batch 911: 2 detections from postprocess
|
|
[23:00:15 INFO] Video frame video_short01_004513: 1 dets, valid=True
|
|
[23:00:16 INFO] Video frame video_short01_004514: 1 dets, valid=True
|
|
[23:00:16 INFO] Video batch 912: frame 7296/7500 (97%)
|
|
[23:00:16 INFO] Video batch 912: 2 detections from postprocess
|
|
[23:00:16 INFO] Video frame video_short01_004516: 1 dets, valid=True
|
|
[23:00:16 INFO] Video frame video_short01_004517: 1 dets, valid=True
|
|
[23:00:16 INFO] Video batch 913: frame 7304/7500 (97%)
|
|
[23:00:16 INFO] Video batch 913: 2 detections from postprocess
|
|
[23:00:16 INFO] Video frame video_short01_004519: 1 dets, valid=True
|
|
[23:00:16 INFO] Video frame video_short01_004521: 1 dets, valid=True
|
|
[23:00:16 INFO] Video batch 914: frame 7312/7500 (97%)
|
|
[23:00:16 INFO] Video batch 914: 1 detections from postprocess
|
|
[23:00:16 INFO] Video frame video_short01_004522: 1 dets, valid=True
|
|
[23:00:16 INFO] Video batch 915: frame 7320/7500 (97%)
|
|
[23:00:16 INFO] Video batch 915: 1 detections from postprocess
|
|
[23:00:16 INFO] Video frame video_short01_004527: 1 dets, valid=True
|
|
[23:00:16 INFO] Video batch 916: frame 7328/7500 (97%)
|
|
[23:00:17 INFO] Video batch 916: 1 detections from postprocess
|
|
[23:00:17 INFO] Video frame video_short01_004530: 1 dets, valid=True
|
|
[23:00:17 INFO] Video batch 917: frame 7336/7500 (97%)
|
|
[23:00:17 INFO] Video batch 918: frame 7344/7500 (97%)
|
|
[23:00:17 INFO] Video batch 919: frame 7352/7500 (98%)
|
|
[23:00:17 INFO] Video batch 920: frame 7360/7500 (98%)
|
|
[23:00:17 INFO] Video batch 921: frame 7368/7500 (98%)
|
|
[23:00:18 INFO] Video batch 922: frame 7376/7500 (98%)
|
|
[23:00:18 INFO] Video batch 923: frame 7384/7500 (98%)
|
|
[23:00:18 INFO] Video batch 924: frame 7392/7500 (98%)
|
|
[23:00:18 INFO] Video batch 925: frame 7400/7500 (98%)
|
|
[23:00:19 INFO] Video batch 926: frame 7408/7500 (98%)
|
|
[23:00:19 INFO] Video batch 927: frame 7416/7500 (98%)
|
|
[23:00:19 INFO] Video batch 928: frame 7424/7500 (98%)
|
|
[23:00:19 INFO] Video batch 929: frame 7432/7500 (99%)
|
|
[23:00:19 INFO] Video batch 930: frame 7440/7500 (99%)
|
|
[23:00:20 INFO] Video batch 931: frame 7448/7500 (99%)
|
|
[23:00:20 INFO] Video batch 932: frame 7456/7500 (99%)
|
|
[23:00:20 INFO] Video batch 933: frame 7464/7500 (99%)
|
|
[23:00:20 INFO] Video batch 934: frame 7472/7500 (99%)
|
|
[23:00:20 INFO] Video batch 935: frame 7480/7500 (99%)
|
|
[23:00:21 INFO] Video batch 936: frame 7488/7500 (99%)
|
|
[23:00:21 INFO] Video batch 937: frame 7496/7500 (99%)
|
|
[23:00:21 INFO] Video done: 7500 frames read, 937 batches processed
|
|
[23:00:21 INFO] init AI...
|
|
[23:00:22 INFO] init AI...
|
|
[23:00:22 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4...
|
|
[23:00:22 INFO] Video: 7500 frames, 25.0 fps, 2560x1440
|
|
[23:00:22 INFO] Video batch 1: frame 8/7500 (0%)
|
|
[23:00:22 INFO] Video batch 2: frame 16/7500 (0%)
|
|
[23:00:22 INFO] Video batch 2: 2 detections from postprocess
|
|
[23:00:22 INFO] Video frame video_short01_000004: 1 dets, valid=True
|
|
[23:00:22 INFO] Video frame video_short01_000005: 1 dets, valid=True
|
|
[23:00:22 INFO] Video batch 3: frame 24/7500 (0%)
|
|
[23:00:22 INFO] Video batch 3: 2 detections from postprocess
|
|
[23:00:22 INFO] Video frame video_short01_000007: 1 dets, valid=True
|
|
[23:00:22 INFO] Video frame video_short01_000009: 1 dets, valid=True
|
|
[23:00:22 INFO] Video batch 4: frame 32/7500 (0%)
|
|
[23:00:23 INFO] Video batch 4: 2 detections from postprocess
|
|
[23:00:23 INFO] Video frame video_short01_000010: 1 dets, valid=True
|
|
[23:00:23 INFO] Video frame video_short01_000012: 1 dets, valid=True
|
|
[23:00:23 INFO] Video batch 5: frame 40/7500 (0%)
|
|
[23:00:23 INFO] Video batch 5: 2 detections from postprocess
|
|
[23:00:23 INFO] Video frame video_short01_000013: 1 dets, valid=True
|
|
[23:00:23 INFO] Video frame video_short01_000015: 1 dets, valid=True
|
|
[23:00:23 INFO] Video batch 6: frame 48/7500 (0%)
|
|
[23:00:23 INFO] Video batch 6: 2 detections from postprocess
|
|
[23:00:23 INFO] Video frame video_short01_000017: 1 dets, valid=True
|
|
[23:00:23 INFO] Video frame video_short01_000018: 1 dets, valid=True
|
|
[23:00:23 INFO] Video batch 7: frame 56/7500 (0%)
|
|
[23:00:23 INFO] Video batch 7: 2 detections from postprocess
|
|
[23:00:23 INFO] Video frame video_short01_000020: 1 dets, valid=True
|
|
[23:00:23 INFO] Video frame video_short01_000021: 1 dets, valid=True
|
|
[23:00:23 INFO] Video batch 8: frame 64/7500 (0%)
|
|
[23:00:24 INFO] Video batch 8: 2 detections from postprocess
|
|
[23:00:24 INFO] Video frame video_short01_000023: 1 dets, valid=True
|
|
[23:00:24 INFO] Video frame video_short01_000025: 1 dets, valid=True
|
|
[23:00:24 INFO] Video batch 9: frame 72/7500 (0%)
|
|
[23:00:24 INFO] Video batch 9: 2 detections from postprocess
|
|
[23:00:24 INFO] Video frame video_short01_000026: 1 dets, valid=True
|
|
[23:00:24 INFO] Video frame video_short01_000028: 1 dets, valid=True
|
|
[23:00:24 INFO] Video batch 10: frame 80/7500 (1%)
|
|
[23:00:24 INFO] Video batch 10: 2 detections from postprocess
|
|
[23:00:24 INFO] Video frame video_short01_000030: 1 dets, valid=True
|
|
[23:00:24 INFO] Video frame video_short01_000031: 1 dets, valid=True
|
|
[23:00:24 INFO] Video batch 11: frame 88/7500 (1%)
|
|
[23:00:24 INFO] Video batch 11: 3 detections from postprocess
|
|
[23:00:24 INFO] Video frame video_short01_000033: 1 dets, valid=True
|
|
[23:00:24 INFO] Video frame video_short01_000034: 2 dets, valid=True
|
|
[23:00:24 INFO] Video batch 12: frame 96/7500 (1%)
|
|
[23:00:25 INFO] Video batch 13: frame 104/7500 (1%)
|
|
[23:00:25 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:00:25 INFO] Video frame video_short01_000041: 1 dets, valid=True
|
|
[23:00:25 INFO] Video batch 14: frame 112/7500 (1%)
|
|
[23:00:25 INFO] Video batch 14: 2 detections from postprocess
|
|
[23:00:25 INFO] Video frame video_short01_000042: 1 dets, valid=True
|
|
[23:00:25 INFO] Video frame video_short01_000044: 1 dets, valid=True
|
|
[23:00:25 INFO] Video batch 15: frame 120/7500 (1%)
|
|
[23:00:25 INFO] Video batch 15: 2 detections from postprocess
|
|
[23:00:25 INFO] Video frame video_short01_000045: 1 dets, valid=True
|
|
[23:00:25 INFO] Video frame video_short01_000047: 1 dets, valid=True
|
|
[23:00:25 INFO] Video batch 16: frame 128/7500 (1%)
|
|
[23:00:25 INFO] Video batch 16: 2 detections from postprocess
|
|
[23:00:25 INFO] Video frame video_short01_000049: 1 dets, valid=True
|
|
[23:00:25 INFO] Video frame video_short01_000050: 1 dets, valid=True
|
|
[23:00:26 INFO] Video batch 17: frame 136/7500 (1%)
|
|
[23:00:26 INFO] Video batch 17: 2 detections from postprocess
|
|
[23:00:26 INFO] Video frame video_short01_000052: 1 dets, valid=True
|
|
[23:00:26 INFO] Video frame video_short01_000053: 1 dets, valid=True
|
|
[23:00:26 INFO] Video batch 18: frame 144/7500 (1%)
|
|
[23:00:26 INFO] Video batch 18: 2 detections from postprocess
|
|
[23:00:26 INFO] Video frame video_short01_000055: 1 dets, valid=True
|
|
[23:00:26 INFO] Video frame video_short01_000057: 1 dets, valid=True
|
|
[23:00:26 INFO] Video batch 19: frame 152/7500 (2%)
|
|
[23:00:26 INFO] Video batch 20: frame 160/7500 (2%)
|
|
[23:00:26 INFO] Video batch 21: frame 168/7500 (2%)
|
|
[23:00:27 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:00:27 INFO] Video frame video_short01_000066: 1 dets, valid=True
|
|
[23:00:27 INFO] Video batch 22: frame 176/7500 (2%)
|
|
[23:00:27 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:00:27 INFO] Video frame video_short01_000068: 1 dets, valid=True
|
|
[23:00:27 INFO] Video batch 23: frame 184/7500 (2%)
|
|
[23:00:27 INFO] Video batch 23: 1 detections from postprocess
|
|
[23:00:27 INFO] Video frame video_short01_000073: 1 dets, valid=True
|
|
[23:00:27 INFO] Video batch 24: frame 192/7500 (2%)
|
|
[23:00:27 INFO] Video batch 24: 2 detections from postprocess
|
|
[23:00:27 INFO] Video frame video_short01_000074: 1 dets, valid=True
|
|
[23:00:27 INFO] Video frame video_short01_000076: 1 dets, valid=True
|
|
[23:00:27 INFO] Video batch 25: frame 200/7500 (2%)
|
|
[23:00:28 INFO] Video batch 25: 2 detections from postprocess
|
|
[23:00:28 INFO] Video frame video_short01_000077: 1 dets, valid=True
|
|
[23:00:28 INFO] Video frame video_short01_000079: 1 dets, valid=True
|
|
[23:00:28 INFO] Video batch 26: frame 208/7500 (2%)
|
|
[23:00:28 INFO] Video batch 26: 2 detections from postprocess
|
|
[23:00:28 INFO] Video frame video_short01_000081: 1 dets, valid=True
|
|
[23:00:28 INFO] Video frame video_short01_000082: 1 dets, valid=True
|
|
[23:00:28 INFO] Video batch 27: frame 216/7500 (2%)
|
|
[23:00:28 INFO] Video batch 27: 2 detections from postprocess
|
|
[23:00:28 INFO] Video frame video_short01_000084: 1 dets, valid=True
|
|
[23:00:28 INFO] Video frame video_short01_000085: 1 dets, valid=True
|
|
[23:00:28 INFO] Video batch 28: frame 224/7500 (2%)
|
|
[23:00:28 INFO] Video batch 28: 2 detections from postprocess
|
|
[23:00:28 INFO] Video frame video_short01_000087: 1 dets, valid=True
|
|
[23:00:28 INFO] Video frame video_short01_000089: 1 dets, valid=True
|
|
[23:00:28 INFO] Video batch 29: frame 232/7500 (3%)
|
|
[23:00:28 INFO] Video batch 29: 2 detections from postprocess
|
|
[23:00:28 INFO] Video frame video_short01_000090: 1 dets, valid=True
|
|
[23:00:28 INFO] Video frame video_short01_000092: 1 dets, valid=True
|
|
[23:00:29 INFO] Video batch 30: frame 240/7500 (3%)
|
|
[23:00:29 INFO] Video batch 30: 2 detections from postprocess
|
|
[23:00:29 INFO] Video frame video_short01_000093: 1 dets, valid=True
|
|
[23:00:29 INFO] Video frame video_short01_000095: 1 dets, valid=True
|
|
[23:00:29 INFO] Video batch 31: frame 248/7500 (3%)
|
|
[23:00:29 INFO] Video batch 31: 2 detections from postprocess
|
|
[23:00:29 INFO] Video frame video_short01_000097: 1 dets, valid=True
|
|
[23:00:29 INFO] Video frame video_short01_000098: 1 dets, valid=True
|
|
[23:00:29 INFO] Video batch 32: frame 256/7500 (3%)
|
|
[23:00:29 INFO] Video batch 32: 2 detections from postprocess
|
|
[23:00:29 INFO] Video frame video_short01_000100: 1 dets, valid=True
|
|
[23:00:29 INFO] Video frame video_short01_000101: 1 dets, valid=True
|
|
[23:00:29 INFO] Video batch 33: frame 264/7500 (3%)
|
|
[23:00:29 INFO] Video batch 33: 2 detections from postprocess
|
|
[23:00:29 INFO] Video frame video_short01_000103: 1 dets, valid=True
|
|
[23:00:29 INFO] Video frame video_short01_000105: 1 dets, valid=True
|
|
[23:00:29 INFO] Video batch 34: frame 272/7500 (3%)
|
|
[23:00:30 INFO] Video batch 34: 2 detections from postprocess
|
|
[23:00:30 INFO] Video frame video_short01_000106: 1 dets, valid=True
|
|
[23:00:30 INFO] Video frame video_short01_000108: 1 dets, valid=True
|
|
[23:00:30 INFO] Video batch 35: frame 280/7500 (3%)
|
|
[23:00:30 INFO] Video batch 35: 2 detections from postprocess
|
|
[23:00:30 INFO] Video frame video_short01_000110: 1 dets, valid=True
|
|
[23:00:30 INFO] Video frame video_short01_000111: 1 dets, valid=True
|
|
[23:00:30 INFO] Video batch 36: frame 288/7500 (3%)
|
|
[23:00:30 INFO] Video batch 36: 2 detections from postprocess
|
|
[23:00:30 INFO] Video frame video_short01_000113: 1 dets, valid=True
|
|
[23:00:30 INFO] Video frame video_short01_000114: 1 dets, valid=True
|
|
[23:00:30 INFO] Video batch 37: frame 296/7500 (3%)
|
|
[23:00:30 INFO] Video batch 37: 2 detections from postprocess
|
|
[23:00:30 INFO] Video frame video_short01_000116: 1 dets, valid=True
|
|
[23:00:30 INFO] Video frame video_short01_000117: 1 dets, valid=True
|
|
[23:00:30 INFO] Video batch 38: frame 304/7500 (4%)
|
|
[23:00:31 INFO] Video batch 38: 1 detections from postprocess
|
|
[23:00:31 INFO] Video frame video_short01_000121: 1 dets, valid=True
|
|
[23:00:31 INFO] Video batch 39: frame 312/7500 (4%)
|
|
[23:00:31 INFO] Video batch 40: frame 320/7500 (4%)
|
|
[23:00:31 INFO] Video batch 41: frame 328/7500 (4%)
|
|
[23:00:31 INFO] Video batch 42: frame 336/7500 (4%)
|
|
[23:00:31 INFO] Video batch 43: frame 344/7500 (4%)
|
|
[23:00:32 INFO] Video batch 44: frame 352/7500 (4%)
|
|
[23:00:32 INFO] Video batch 44: 1 detections from postprocess
|
|
[23:00:32 INFO] Video frame video_short01_000140: 1 dets, valid=True
|
|
[23:00:32 INFO] Video batch 45: frame 360/7500 (4%)
|
|
[23:00:32 INFO] Video batch 46: frame 368/7500 (4%)
|
|
[23:00:32 INFO] Video batch 47: frame 376/7500 (5%)
|
|
[23:00:32 INFO] Video batch 47: 2 detections from postprocess
|
|
[23:00:32 INFO] Video frame video_short01_000150: 2 dets, valid=True
|
|
[23:00:32 INFO] Video batch 48: frame 384/7500 (5%)
|
|
[23:00:33 INFO] Video batch 48: 3 detections from postprocess
|
|
[23:00:33 INFO] Video frame video_short01_000151: 3 dets, valid=True
|
|
[23:00:33 INFO] Video batch 49: frame 392/7500 (5%)
|
|
[23:00:33 INFO] Video batch 50: frame 400/7500 (5%)
|
|
[23:00:33 INFO] Video batch 51: frame 408/7500 (5%)
|
|
[23:00:33 INFO] Video batch 52: frame 416/7500 (5%)
|
|
[23:00:33 INFO] Video batch 53: frame 424/7500 (5%)
|
|
[23:00:34 INFO] Video batch 54: frame 432/7500 (5%)
|
|
[23:00:34 INFO] Video batch 55: frame 440/7500 (5%)
|
|
[23:00:34 INFO] Video batch 56: frame 448/7500 (5%)
|
|
[23:00:34 INFO] Video batch 57: frame 456/7500 (6%)
|
|
[23:00:35 INFO] Video batch 58: frame 464/7500 (6%)
|
|
[23:00:35 INFO] Video batch 59: frame 472/7500 (6%)
|
|
[23:00:35 INFO] Video batch 60: frame 480/7500 (6%)
|
|
[23:00:35 INFO] Video batch 61: frame 488/7500 (6%)
|
|
[23:00:35 INFO] Video batch 62: frame 496/7500 (6%)
|
|
[23:00:36 INFO] Video batch 63: frame 504/7500 (6%)
|
|
[23:00:36 INFO] Video batch 64: frame 512/7500 (6%)
|
|
[23:00:36 INFO] Video batch 65: frame 520/7500 (6%)
|
|
[23:00:36 INFO] Video batch 66: frame 528/7500 (7%)
|
|
[23:00:36 INFO] Video batch 67: frame 536/7500 (7%)
|
|
[23:00:37 INFO] Video batch 68: frame 544/7500 (7%)
|
|
[23:00:37 INFO] Video batch 69: frame 552/7500 (7%)
|
|
[23:00:37 INFO] Video batch 70: frame 560/7500 (7%)
|
|
[23:00:37 INFO] Video batch 71: frame 568/7500 (7%)
|
|
[23:00:37 INFO] Video batch 72: frame 576/7500 (7%)
|
|
[23:00:38 INFO] Video batch 73: frame 584/7500 (7%)
|
|
[23:00:38 INFO] Video batch 74: frame 592/7500 (7%)
|
|
[23:00:38 INFO] Video batch 75: frame 600/7500 (8%)
|
|
[23:00:38 INFO] Video batch 76: frame 608/7500 (8%)
|
|
[23:00:39 INFO] Video batch 77: frame 616/7500 (8%)
|
|
[23:00:39 INFO] Video batch 78: frame 624/7500 (8%)
|
|
[23:00:39 INFO] Video batch 79: frame 632/7500 (8%)
|
|
[23:00:39 INFO] Video batch 80: frame 640/7500 (8%)
|
|
[23:00:39 INFO] Video batch 81: frame 648/7500 (8%)
|
|
[23:00:40 INFO] Video batch 82: frame 656/7500 (8%)
|
|
[23:00:40 INFO] Video batch 83: frame 664/7500 (8%)
|
|
[23:00:40 INFO] Video batch 84: frame 672/7500 (8%)
|
|
[23:00:40 INFO] Video batch 85: frame 680/7500 (9%)
|
|
[23:00:41 INFO] Video batch 86: frame 688/7500 (9%)
|
|
[23:00:41 INFO] Video batch 87: frame 696/7500 (9%)
|
|
[23:00:41 INFO] Video batch 88: frame 704/7500 (9%)
|
|
[23:00:41 INFO] Video batch 89: frame 712/7500 (9%)
|
|
[23:00:41 INFO] Video batch 90: frame 720/7500 (9%)
|
|
[23:00:42 INFO] Video batch 91: frame 728/7500 (9%)
|
|
[23:00:42 INFO] Video batch 92: frame 736/7500 (9%)
|
|
[23:00:42 INFO] Video batch 93: frame 744/7500 (9%)
|
|
[23:00:42 INFO] Video batch 94: frame 752/7500 (10%)
|
|
[23:00:42 INFO] Video batch 95: frame 760/7500 (10%)
|
|
[23:00:43 INFO] Video batch 95: 1 detections from postprocess
|
|
[23:00:43 INFO] Video frame video_short01_000303: 1 dets, valid=True
|
|
[23:00:43 INFO] Video batch 96: frame 768/7500 (10%)
|
|
[23:00:43 INFO] Video batch 96: 2 detections from postprocess
|
|
[23:00:43 INFO] Video frame video_short01_000305: 1 dets, valid=True
|
|
[23:00:43 INFO] Video frame video_short01_000306: 1 dets, valid=True
|
|
[23:00:43 INFO] Video batch 97: frame 776/7500 (10%)
|
|
[23:00:43 INFO] Video batch 97: 2 detections from postprocess
|
|
[23:00:43 INFO] Video frame video_short01_000308: 1 dets, valid=True
|
|
[23:00:43 INFO] Video frame video_short01_000310: 1 dets, valid=True
|
|
[23:00:43 INFO] Video batch 98: frame 784/7500 (10%)
|
|
[23:00:43 INFO] Video batch 98: 2 detections from postprocess
|
|
[23:00:43 INFO] Video frame video_short01_000311: 1 dets, valid=True
|
|
[23:00:43 INFO] Video frame video_short01_000313: 1 dets, valid=True
|
|
[23:00:43 INFO] Video batch 99: frame 792/7500 (10%)
|
|
[23:00:44 INFO] Video batch 99: 2 detections from postprocess
|
|
[23:00:44 INFO] Video frame video_short01_000314: 1 dets, valid=True
|
|
[23:00:44 INFO] Video frame video_short01_000316: 1 dets, valid=True
|
|
[23:00:44 INFO] Video batch 100: frame 800/7500 (10%)
|
|
[23:00:44 INFO] Video batch 100: 2 detections from postprocess
|
|
[23:00:44 INFO] Video frame video_short01_000317: 1 dets, valid=True
|
|
[23:00:44 INFO] Video frame video_short01_000319: 1 dets, valid=True
|
|
[23:00:44 INFO] Video batch 101: frame 808/7500 (10%)
|
|
[23:00:44 INFO] Video batch 101: 2 detections from postprocess
|
|
[23:00:44 INFO] Video frame video_short01_000321: 1 dets, valid=True
|
|
[23:00:44 INFO] Video frame video_short01_000322: 1 dets, valid=True
|
|
[23:00:44 INFO] Video batch 102: frame 816/7500 (10%)
|
|
[23:00:44 INFO] Video batch 102: 2 detections from postprocess
|
|
[23:00:44 INFO] Video frame video_short01_000324: 1 dets, valid=True
|
|
[23:00:44 INFO] Video frame video_short01_000325: 1 dets, valid=True
|
|
[23:00:44 INFO] Video batch 103: frame 824/7500 (10%)
|
|
[23:00:44 INFO] Video batch 103: 2 detections from postprocess
|
|
[23:00:44 INFO] Video frame video_short01_000327: 1 dets, valid=True
|
|
[23:00:44 INFO] Video frame video_short01_000329: 1 dets, valid=True
|
|
[23:00:45 INFO] Video batch 104: frame 832/7500 (11%)
|
|
[23:00:45 INFO] Video batch 105: frame 840/7500 (11%)
|
|
[23:00:45 INFO] Video batch 106: frame 848/7500 (11%)
|
|
[23:00:45 INFO] Video batch 107: frame 856/7500 (11%)
|
|
[23:00:45 INFO] Video batch 108: frame 864/7500 (11%)
|
|
[23:00:46 INFO] Video batch 109: frame 872/7500 (11%)
|
|
[23:00:46 INFO] Video batch 110: frame 880/7500 (11%)
|
|
[23:00:46 INFO] Video batch 111: frame 888/7500 (11%)
|
|
[23:00:46 INFO] Video batch 112: frame 896/7500 (11%)
|
|
[23:00:46 INFO] Video batch 113: frame 904/7500 (12%)
|
|
[23:00:47 INFO] Video batch 114: frame 912/7500 (12%)
|
|
[23:00:47 INFO] Video batch 115: frame 920/7500 (12%)
|
|
[23:00:47 INFO] Video batch 116: frame 928/7500 (12%)
|
|
[23:00:47 INFO] Video batch 117: frame 936/7500 (12%)
|
|
[23:00:47 INFO] Video batch 118: frame 944/7500 (12%)
|
|
[23:00:48 INFO] Video batch 119: frame 952/7500 (12%)
|
|
[23:00:48 INFO] Video batch 120: frame 960/7500 (12%)
|
|
[23:00:48 INFO] Video batch 120: 1 detections from postprocess
|
|
[23:00:48 INFO] Video frame video_short01_000383: 1 dets, valid=True
|
|
[23:00:48 INFO] Video batch 121: frame 968/7500 (12%)
|
|
[23:00:48 INFO] Video batch 122: frame 976/7500 (13%)
|
|
[23:00:49 INFO] Video batch 123: frame 984/7500 (13%)
|
|
[23:00:49 INFO] Video batch 124: frame 992/7500 (13%)
|
|
[23:00:49 INFO] Video batch 125: frame 1000/7500 (13%)
|
|
[23:00:49 INFO] Video batch 126: frame 1008/7500 (13%)
|
|
[23:00:49 INFO] Video batch 126: 1 detections from postprocess
|
|
[23:00:49 INFO] Video frame video_short01_000401: 1 dets, valid=True
|
|
[23:00:49 INFO] Video batch 127: frame 1016/7500 (13%)
|
|
[23:00:50 INFO] Video batch 128: frame 1024/7500 (13%)
|
|
[23:00:50 INFO] Video batch 129: frame 1032/7500 (13%)
|
|
[23:00:50 INFO] Video batch 130: frame 1040/7500 (13%)
|
|
[23:00:50 INFO] Video batch 131: frame 1048/7500 (13%)
|
|
[23:00:50 INFO] Video batch 131: 1 detections from postprocess
|
|
[23:00:50 INFO] Video frame video_short01_000418: 1 dets, valid=True
|
|
[23:00:50 INFO] Video batch 132: frame 1056/7500 (14%)
|
|
[23:00:51 INFO] Video batch 132: 2 detections from postprocess
|
|
[23:00:51 INFO] Video frame video_short01_000420: 1 dets, valid=True
|
|
[23:00:51 INFO] Video frame video_short01_000421: 1 dets, valid=True
|
|
[23:00:51 INFO] Video batch 133: frame 1064/7500 (14%)
|
|
[23:00:51 INFO] Video batch 133: 2 detections from postprocess
|
|
[23:00:51 INFO] Video frame video_short01_000423: 1 dets, valid=True
|
|
[23:00:51 INFO] Video frame video_short01_000425: 1 dets, valid=True
|
|
[23:00:51 INFO] Video batch 134: frame 1072/7500 (14%)
|
|
[23:00:51 INFO] Video batch 134: 3 detections from postprocess
|
|
[23:00:51 INFO] Video frame video_short01_000426: 2 dets, valid=True
|
|
[23:00:51 INFO] Video frame video_short01_000428: 1 dets, valid=True
|
|
[23:00:51 INFO] Video batch 135: frame 1080/7500 (14%)
|
|
[23:00:51 INFO] Video batch 136: frame 1088/7500 (14%)
|
|
[23:00:51 INFO] Video batch 137: frame 1096/7500 (14%)
|
|
[23:00:52 INFO] Video batch 138: frame 1104/7500 (14%)
|
|
[23:00:52 INFO] Video batch 139: frame 1112/7500 (14%)
|
|
[23:00:52 INFO] Video batch 140: frame 1120/7500 (14%)
|
|
[23:00:52 INFO] Video batch 141: frame 1128/7500 (15%)
|
|
[23:00:53 INFO] Video batch 142: frame 1136/7500 (15%)
|
|
[23:00:53 INFO] Video batch 143: frame 1144/7500 (15%)
|
|
[23:00:53 INFO] Video batch 144: frame 1152/7500 (15%)
|
|
[23:00:53 INFO] Video batch 144: 1 detections from postprocess
|
|
[23:00:53 INFO] Video frame video_short01_000458: 1 dets, valid=True
|
|
[23:00:53 INFO] Video batch 145: frame 1160/7500 (15%)
|
|
[23:00:53 INFO] Video batch 146: frame 1168/7500 (15%)
|
|
[23:00:54 INFO] Video batch 146: 1 detections from postprocess
|
|
[23:00:54 INFO] Video frame video_short01_000466: 1 dets, valid=True
|
|
[23:00:54 INFO] Video batch 147: frame 1176/7500 (15%)
|
|
[23:00:54 INFO] Video batch 148: frame 1184/7500 (15%)
|
|
[23:00:54 INFO] Video batch 149: frame 1192/7500 (15%)
|
|
[23:00:54 INFO] Video batch 149: 1 detections from postprocess
|
|
[23:00:54 INFO] Video frame video_short01_000476: 1 dets, valid=True
|
|
[23:00:54 INFO] Video batch 150: frame 1200/7500 (16%)
|
|
[23:00:54 INFO] Video batch 150: 1 detections from postprocess
|
|
[23:00:54 INFO] Video frame video_short01_000477: 1 dets, valid=True
|
|
[23:00:54 INFO] Video batch 151: frame 1208/7500 (16%)
|
|
[23:00:55 INFO] Video batch 152: frame 1216/7500 (16%)
|
|
[23:00:55 INFO] Video batch 152: 1 detections from postprocess
|
|
[23:00:55 INFO] Video frame video_short01_000485: 1 dets, valid=True
|
|
[23:00:55 INFO] Video batch 153: frame 1224/7500 (16%)
|
|
[23:00:55 INFO] Video batch 153: 3 detections from postprocess
|
|
[23:00:55 INFO] Video frame video_short01_000487: 2 dets, valid=True
|
|
[23:00:55 INFO] Video frame video_short01_000489: 1 dets, valid=True
|
|
[23:00:55 INFO] Video batch 154: frame 1232/7500 (16%)
|
|
[23:00:55 INFO] Video batch 154: 2 detections from postprocess
|
|
[23:00:55 INFO] Video frame video_short01_000490: 1 dets, valid=True
|
|
[23:00:55 INFO] Video frame video_short01_000492: 1 dets, valid=True
|
|
[23:00:55 INFO] Video batch 155: frame 1240/7500 (16%)
|
|
[23:00:55 INFO] Video batch 155: 1 detections from postprocess
|
|
[23:00:55 INFO] Video frame video_short01_000493: 1 dets, valid=True
|
|
[23:00:56 INFO] Video batch 156: frame 1248/7500 (16%)
|
|
[23:00:56 INFO] Video batch 157: frame 1256/7500 (16%)
|
|
[23:00:56 INFO] Video batch 158: frame 1264/7500 (16%)
|
|
[23:00:56 INFO] Video batch 159: frame 1272/7500 (16%)
|
|
[23:00:57 INFO] Video batch 160: frame 1280/7500 (17%)
|
|
[23:00:57 INFO] Video batch 161: frame 1288/7500 (17%)
|
|
[23:00:57 INFO] Video batch 162: frame 1296/7500 (17%)
|
|
[23:00:57 INFO] Video batch 163: frame 1304/7500 (17%)
|
|
[23:00:57 INFO] Video batch 164: frame 1312/7500 (17%)
|
|
[23:00:58 INFO] Video batch 165: frame 1320/7500 (17%)
|
|
[23:00:58 INFO] Video batch 166: frame 1328/7500 (17%)
|
|
[23:00:58 INFO] Video batch 167: frame 1336/7500 (17%)
|
|
[23:00:58 INFO] Video batch 168: frame 1344/7500 (17%)
|
|
[23:00:58 INFO] Video batch 169: frame 1352/7500 (18%)
|
|
[23:00:59 INFO] Video batch 170: frame 1360/7500 (18%)
|
|
[23:00:59 INFO] Video batch 171: frame 1368/7500 (18%)
|
|
[23:00:59 INFO] Video batch 172: frame 1376/7500 (18%)
|
|
[23:00:59 INFO] Video batch 173: frame 1384/7500 (18%)
|
|
[23:00:59 INFO] Video batch 174: frame 1392/7500 (18%)
|
|
[23:01:00 INFO] Video batch 175: frame 1400/7500 (18%)
|
|
[23:01:00 INFO] Video batch 176: frame 1408/7500 (18%)
|
|
[23:01:00 INFO] Video batch 177: frame 1416/7500 (18%)
|
|
[23:01:00 INFO] Video batch 178: frame 1424/7500 (18%)
|
|
[23:01:01 INFO] Video batch 179: frame 1432/7500 (19%)
|
|
[23:01:01 INFO] Video batch 180: frame 1440/7500 (19%)
|
|
[23:01:01 INFO] Video batch 181: frame 1448/7500 (19%)
|
|
[23:01:01 INFO] Video batch 182: frame 1456/7500 (19%)
|
|
[23:01:01 INFO] Video batch 183: frame 1464/7500 (19%)
|
|
[23:01:02 INFO] Video batch 184: frame 1472/7500 (19%)
|
|
[23:01:02 INFO] Video batch 185: frame 1480/7500 (19%)
|
|
[23:01:02 INFO] Video batch 186: frame 1488/7500 (19%)
|
|
[23:01:02 INFO] Video batch 187: frame 1496/7500 (19%)
|
|
[23:01:02 INFO] Video batch 188: frame 1504/7500 (20%)
|
|
[23:01:03 INFO] Video batch 189: frame 1512/7500 (20%)
|
|
[23:01:03 INFO] Video batch 190: frame 1520/7500 (20%)
|
|
[23:01:03 INFO] Video batch 191: frame 1528/7500 (20%)
|
|
[23:01:03 INFO] Video batch 192: frame 1536/7500 (20%)
|
|
[23:01:03 INFO] Video batch 193: frame 1544/7500 (20%)
|
|
[23:01:04 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:01:04 INFO] Video frame video_short01_001017: 1 dets, valid=True
|
|
[23:01:04 INFO] Video batch 194: frame 1552/7500 (20%)
|
|
[23:01:04 INFO] Video batch 195: frame 1560/7500 (20%)
|
|
[23:01:04 INFO] Video batch 196: frame 1568/7500 (20%)
|
|
[23:01:04 INFO] Video batch 197: frame 1576/7500 (21%)
|
|
[23:01:05 INFO] Video batch 198: frame 1584/7500 (21%)
|
|
[23:01:05 INFO] Video batch 199: frame 1592/7500 (21%)
|
|
[23:01:05 INFO] Video batch 200: frame 1600/7500 (21%)
|
|
[23:01:05 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:01:05 INFO] Video frame video_short01_001039: 1 dets, valid=True
|
|
[23:01:05 INFO] Video batch 201: frame 1608/7500 (21%)
|
|
[23:01:05 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:01:05 INFO] Video frame video_short01_001041: 1 dets, valid=True
|
|
[23:01:05 INFO] Video batch 202: frame 1616/7500 (21%)
|
|
[23:01:06 INFO] Video batch 203: frame 1624/7500 (21%)
|
|
[23:01:06 INFO] Video batch 204: frame 1632/7500 (21%)
|
|
[23:01:06 INFO] Video batch 205: frame 1640/7500 (21%)
|
|
[23:01:06 INFO] Video batch 206: frame 1648/7500 (21%)
|
|
[23:01:06 INFO] Video batch 207: frame 1656/7500 (22%)
|
|
[23:01:07 INFO] Video batch 208: frame 1664/7500 (22%)
|
|
[23:01:07 INFO] Video batch 209: frame 1672/7500 (22%)
|
|
[23:01:07 INFO] Video batch 210: frame 1680/7500 (22%)
|
|
[23:01:07 INFO] Video batch 211: frame 1688/7500 (22%)
|
|
[23:01:08 INFO] Video batch 212: frame 1696/7500 (22%)
|
|
[23:01:08 INFO] Video batch 213: frame 1704/7500 (22%)
|
|
[23:01:08 INFO] Video batch 214: frame 1712/7500 (22%)
|
|
[23:01:08 INFO] Video batch 215: frame 1720/7500 (22%)
|
|
[23:01:08 INFO] Video batch 216: frame 1728/7500 (23%)
|
|
[23:01:09 INFO] Video batch 217: frame 1736/7500 (23%)
|
|
[23:01:09 INFO] Video batch 218: frame 1744/7500 (23%)
|
|
[23:01:09 INFO] Video batch 219: frame 1752/7500 (23%)
|
|
[23:01:09 INFO] Video batch 219: 1 detections from postprocess
|
|
[23:01:09 INFO] Video frame video_short01_001100: 1 dets, valid=True
|
|
[23:01:09 INFO] Video batch 220: frame 1760/7500 (23%)
|
|
[23:01:09 INFO] Video batch 220: 2 detections from postprocess
|
|
[23:01:09 INFO] Video frame video_short01_001101: 1 dets, valid=True
|
|
[23:01:09 INFO] Video frame video_short01_001103: 1 dets, valid=True
|
|
[23:01:10 INFO] Video batch 221: frame 1768/7500 (23%)
|
|
[23:01:10 INFO] Video batch 221: 2 detections from postprocess
|
|
[23:01:10 INFO] Video frame video_short01_001105: 1 dets, valid=True
|
|
[23:01:10 INFO] Video frame video_short01_001106: 1 dets, valid=True
|
|
[23:01:10 INFO] Video batch 222: frame 1776/7500 (23%)
|
|
[23:01:10 INFO] Video batch 222: 2 detections from postprocess
|
|
[23:01:10 INFO] Video frame video_short01_001108: 1 dets, valid=True
|
|
[23:01:10 INFO] Video frame video_short01_001110: 1 dets, valid=True
|
|
[23:01:10 INFO] Video batch 223: frame 1784/7500 (23%)
|
|
[23:01:10 INFO] Video batch 223: 2 detections from postprocess
|
|
[23:01:10 INFO] Video frame video_short01_001111: 1 dets, valid=True
|
|
[23:01:10 INFO] Video frame video_short01_001113: 1 dets, valid=True
|
|
[23:01:10 INFO] Video batch 224: frame 1792/7500 (23%)
|
|
[23:01:10 INFO] Video batch 225: frame 1800/7500 (24%)
|
|
[23:01:11 INFO] Video batch 226: frame 1808/7500 (24%)
|
|
[23:01:11 INFO] Video batch 227: frame 1816/7500 (24%)
|
|
[23:01:11 INFO] Video batch 228: frame 1824/7500 (24%)
|
|
[23:01:11 INFO] Video batch 229: frame 1832/7500 (24%)
|
|
[23:01:11 INFO] Video batch 230: frame 1840/7500 (24%)
|
|
[23:01:12 INFO] Video batch 231: frame 1848/7500 (24%)
|
|
[23:01:12 INFO] Video batch 231: 1 detections from postprocess
|
|
[23:01:12 INFO] Video frame video_short01_001137: 1 dets, valid=True
|
|
[23:01:12 INFO] Video batch 232: frame 1856/7500 (24%)
|
|
[23:01:12 INFO] Video batch 233: frame 1864/7500 (24%)
|
|
[23:01:12 INFO] Video batch 234: frame 1872/7500 (24%)
|
|
[23:01:13 INFO] Video batch 235: frame 1880/7500 (25%)
|
|
[23:01:13 INFO] Video batch 235: 1 detections from postprocess
|
|
[23:01:13 INFO] Video frame video_short01_001151: 1 dets, valid=True
|
|
[23:01:13 INFO] Video batch 236: frame 1888/7500 (25%)
|
|
[23:01:13 INFO] Video batch 237: frame 1896/7500 (25%)
|
|
[23:01:13 INFO] Video batch 238: frame 1904/7500 (25%)
|
|
[23:01:13 INFO] Video batch 239: frame 1912/7500 (25%)
|
|
[23:01:14 INFO] Video batch 240: frame 1920/7500 (25%)
|
|
[23:01:14 INFO] Video batch 241: frame 1928/7500 (25%)
|
|
[23:01:14 INFO] Video batch 242: frame 1936/7500 (25%)
|
|
[23:01:14 INFO] Video batch 243: frame 1944/7500 (25%)
|
|
[23:01:15 INFO] Video batch 244: frame 1952/7500 (26%)
|
|
[23:01:15 INFO] Video batch 245: frame 1960/7500 (26%)
|
|
[23:01:15 INFO] Video batch 246: frame 1968/7500 (26%)
|
|
[23:01:15 INFO] Video batch 247: frame 1976/7500 (26%)
|
|
[23:01:15 INFO] Video batch 248: frame 1984/7500 (26%)
|
|
[23:01:16 INFO] Video batch 249: frame 1992/7500 (26%)
|
|
[23:01:16 INFO] Video batch 250: frame 2000/7500 (26%)
|
|
[23:01:16 INFO] Video batch 251: frame 2008/7500 (26%)
|
|
[23:01:16 INFO] Video batch 252: frame 2016/7500 (26%)
|
|
[23:01:16 INFO] Video batch 253: frame 2024/7500 (26%)
|
|
[23:01:17 INFO] Video batch 254: frame 2032/7500 (27%)
|
|
[23:01:17 INFO] Video batch 255: frame 2040/7500 (27%)
|
|
[23:01:17 INFO] Video batch 256: frame 2048/7500 (27%)
|
|
[23:01:17 INFO] Video batch 257: frame 2056/7500 (27%)
|
|
[23:01:18 INFO] Video batch 258: frame 2064/7500 (27%)
|
|
[23:01:18 INFO] Video batch 259: frame 2072/7500 (27%)
|
|
[23:01:18 INFO] Video batch 260: frame 2080/7500 (27%)
|
|
[23:01:18 INFO] Video batch 261: frame 2088/7500 (27%)
|
|
[23:01:18 INFO] Video batch 262: frame 2096/7500 (27%)
|
|
[23:01:19 INFO] Video batch 263: frame 2104/7500 (28%)
|
|
[23:01:19 INFO] Video batch 264: frame 2112/7500 (28%)
|
|
[23:01:19 INFO] Video batch 265: frame 2120/7500 (28%)
|
|
[23:01:19 INFO] Video batch 266: frame 2128/7500 (28%)
|
|
[23:01:19 INFO] Video batch 267: frame 2136/7500 (28%)
|
|
[23:01:20 INFO] Video batch 268: frame 2144/7500 (28%)
|
|
[23:01:20 INFO] Video batch 269: frame 2152/7500 (28%)
|
|
[23:01:20 INFO] Video batch 270: frame 2160/7500 (28%)
|
|
[23:01:20 INFO] Video batch 271: frame 2168/7500 (28%)
|
|
[23:01:20 INFO] Video batch 272: frame 2176/7500 (29%)
|
|
[23:01:21 INFO] Video batch 273: frame 2184/7500 (29%)
|
|
[23:01:21 INFO] Video batch 274: frame 2192/7500 (29%)
|
|
[23:01:21 INFO] Video batch 275: frame 2200/7500 (29%)
|
|
[23:01:21 INFO] Video batch 276: frame 2208/7500 (29%)
|
|
[23:01:22 INFO] Video batch 277: frame 2216/7500 (29%)
|
|
[23:01:22 INFO] Video batch 278: frame 2224/7500 (29%)
|
|
[23:01:22 INFO] Video batch 279: frame 2232/7500 (29%)
|
|
[23:01:22 INFO] Video batch 280: frame 2240/7500 (29%)
|
|
[23:01:22 INFO] Video batch 281: frame 2248/7500 (29%)
|
|
[23:01:23 INFO] Video batch 282: frame 2256/7500 (30%)
|
|
[23:01:23 INFO] Video batch 283: frame 2264/7500 (30%)
|
|
[23:01:23 INFO] Video batch 283: 2 detections from postprocess
|
|
[23:01:23 INFO] Video frame video_short01_001303: 1 dets, valid=True
|
|
[23:01:23 INFO] Video frame video_short01_001305: 1 dets, valid=True
|
|
[23:01:23 INFO] Video batch 284: frame 2272/7500 (30%)
|
|
[23:01:23 INFO] Video batch 285: frame 2280/7500 (30%)
|
|
[23:01:23 INFO] Video batch 285: 1 detections from postprocess
|
|
[23:01:23 INFO] Video frame video_short01_001310: 1 dets, valid=True
|
|
[23:01:23 INFO] Video batch 286: frame 2288/7500 (30%)
|
|
[23:01:24 INFO] Video batch 287: frame 2296/7500 (30%)
|
|
[23:01:24 INFO] Video batch 288: frame 2304/7500 (30%)
|
|
[23:01:24 INFO] Video batch 288: 1 detections from postprocess
|
|
[23:01:24 INFO] Video frame video_short01_001319: 1 dets, valid=True
|
|
[23:01:24 INFO] Video batch 289: frame 2312/7500 (30%)
|
|
[23:01:24 INFO] Video batch 289: 1 detections from postprocess
|
|
[23:01:24 INFO] Video frame video_short01_001324: 1 dets, valid=True
|
|
[23:01:24 INFO] Video batch 290: frame 2320/7500 (30%)
|
|
[23:01:24 INFO] Video batch 291: frame 2328/7500 (31%)
|
|
[23:01:25 INFO] Video batch 292: frame 2336/7500 (31%)
|
|
[23:01:25 INFO] Video batch 293: frame 2344/7500 (31%)
|
|
[23:01:25 INFO] Video batch 294: frame 2352/7500 (31%)
|
|
[23:01:25 INFO] Video batch 294: 1 detections from postprocess
|
|
[23:01:25 INFO] Video frame video_short01_001340: 1 dets, valid=True
|
|
[23:01:25 INFO] Video batch 295: frame 2360/7500 (31%)
|
|
[23:01:25 INFO] Video batch 296: frame 2368/7500 (31%)
|
|
[23:01:26 INFO] Video batch 297: frame 2376/7500 (31%)
|
|
[23:01:26 INFO] Video batch 297: 1 detections from postprocess
|
|
[23:01:26 INFO] Video frame video_short01_001350: 1 dets, valid=True
|
|
[23:01:26 INFO] Video batch 298: frame 2384/7500 (31%)
|
|
[23:01:26 INFO] Video batch 298: 1 detections from postprocess
|
|
[23:01:26 INFO] Video frame video_short01_001351: 1 dets, valid=True
|
|
[23:01:26 INFO] Video batch 299: frame 2392/7500 (31%)
|
|
[23:01:26 INFO] Video batch 299: 2 detections from postprocess
|
|
[23:01:26 INFO] Video frame video_short01_001354: 1 dets, valid=True
|
|
[23:01:26 INFO] Video frame video_short01_001356: 1 dets, valid=True
|
|
[23:01:26 INFO] Video batch 300: frame 2400/7500 (32%)
|
|
[23:01:27 INFO] Video batch 300: 1 detections from postprocess
|
|
[23:01:27 INFO] Video frame video_short01_001359: 1 dets, valid=True
|
|
[23:01:27 INFO] Video batch 301: frame 2408/7500 (32%)
|
|
[23:01:27 INFO] Video batch 301: 1 detections from postprocess
|
|
[23:01:27 INFO] Video frame video_short01_001362: 1 dets, valid=True
|
|
[23:01:27 INFO] Video batch 302: frame 2416/7500 (32%)
|
|
[23:01:27 INFO] Video batch 302: 2 detections from postprocess
|
|
[23:01:27 INFO] Video frame video_short01_001364: 1 dets, valid=True
|
|
[23:01:27 INFO] Video frame video_short01_001365: 1 dets, valid=True
|
|
[23:01:27 INFO] Video batch 303: frame 2424/7500 (32%)
|
|
[23:01:27 INFO] Video batch 304: frame 2432/7500 (32%)
|
|
[23:01:28 INFO] Video batch 305: frame 2440/7500 (32%)
|
|
[23:01:28 INFO] Video batch 306: frame 2448/7500 (32%)
|
|
[23:01:28 INFO] Video batch 307: frame 2456/7500 (32%)
|
|
[23:01:28 INFO] Video batch 308: frame 2464/7500 (32%)
|
|
[23:01:28 INFO] Video batch 309: frame 2472/7500 (32%)
|
|
[23:01:29 INFO] Video batch 310: frame 2480/7500 (33%)
|
|
[23:01:29 INFO] Video batch 311: frame 2488/7500 (33%)
|
|
[23:01:29 INFO] Video batch 312: frame 2496/7500 (33%)
|
|
[23:01:29 INFO] Video batch 313: frame 2504/7500 (33%)
|
|
[23:01:29 INFO] Video batch 314: frame 2512/7500 (33%)
|
|
[23:01:30 INFO] Video batch 315: frame 2520/7500 (33%)
|
|
[23:01:30 INFO] Video batch 316: frame 2528/7500 (33%)
|
|
[23:01:30 INFO] Video batch 317: frame 2536/7500 (33%)
|
|
[23:01:30 INFO] Video batch 318: frame 2544/7500 (33%)
|
|
[23:01:31 INFO] Video batch 319: frame 2552/7500 (34%)
|
|
[23:01:31 INFO] Video batch 320: frame 2560/7500 (34%)
|
|
[23:01:31 INFO] Video batch 321: frame 2568/7500 (34%)
|
|
[23:01:31 INFO] Video batch 322: frame 2576/7500 (34%)
|
|
[23:01:31 INFO] Video batch 323: frame 2584/7500 (34%)
|
|
[23:01:32 INFO] Video batch 324: frame 2592/7500 (34%)
|
|
[23:01:32 INFO] Video batch 325: frame 2600/7500 (34%)
|
|
[23:01:32 INFO] Video batch 326: frame 2608/7500 (34%)
|
|
[23:01:32 INFO] Video batch 327: frame 2616/7500 (34%)
|
|
[23:01:32 INFO] Video batch 328: frame 2624/7500 (34%)
|
|
[23:01:33 INFO] Video batch 329: frame 2632/7500 (35%)
|
|
[23:01:33 INFO] Video batch 330: frame 2640/7500 (35%)
|
|
[23:01:33 INFO] Video batch 331: frame 2648/7500 (35%)
|
|
[23:01:33 INFO] Video batch 332: frame 2656/7500 (35%)
|
|
[23:01:33 INFO] Video batch 333: frame 2664/7500 (35%)
|
|
[23:01:34 INFO] Video batch 334: frame 2672/7500 (35%)
|
|
[23:01:34 INFO] Video batch 335: frame 2680/7500 (35%)
|
|
[23:01:34 INFO] Video batch 336: frame 2688/7500 (35%)
|
|
[23:01:34 INFO] Video batch 337: frame 2696/7500 (35%)
|
|
[23:01:35 INFO] Video batch 338: frame 2704/7500 (36%)
|
|
[23:01:35 INFO] Video batch 339: frame 2712/7500 (36%)
|
|
[23:01:35 INFO] Video batch 339: 1 detections from postprocess
|
|
[23:01:35 INFO] Video frame video_short01_001484: 1 dets, valid=True
|
|
[23:01:35 INFO] Video batch 340: frame 2720/7500 (36%)
|
|
[23:01:35 INFO] Video batch 340: 2 detections from postprocess
|
|
[23:01:35 INFO] Video frame video_short01_001485: 1 dets, valid=True
|
|
[23:01:35 INFO] Video frame video_short01_001487: 1 dets, valid=True
|
|
[23:01:35 INFO] Video batch 341: frame 2728/7500 (36%)
|
|
[23:01:35 INFO] Video batch 341: 2 detections from postprocess
|
|
[23:01:35 INFO] Video frame video_short01_001489: 1 dets, valid=True
|
|
[23:01:35 INFO] Video frame video_short01_001490: 1 dets, valid=True
|
|
[23:01:36 INFO] Video batch 342: frame 2736/7500 (36%)
|
|
[23:01:36 INFO] Video batch 342: 2 detections from postprocess
|
|
[23:01:36 INFO] Video frame video_short01_001492: 1 dets, valid=True
|
|
[23:01:36 INFO] Video frame video_short01_001493: 1 dets, valid=True
|
|
[23:01:36 INFO] Video batch 343: frame 2744/7500 (36%)
|
|
[23:01:36 INFO] Video batch 343: 2 detections from postprocess
|
|
[23:01:36 INFO] Video frame video_short01_001495: 1 dets, valid=True
|
|
[23:01:36 INFO] Video frame video_short01_001497: 1 dets, valid=True
|
|
[23:01:36 INFO] Video batch 344: frame 2752/7500 (36%)
|
|
[23:01:36 INFO] Video batch 344: 2 detections from postprocess
|
|
[23:01:36 INFO] Video frame video_short01_001498: 1 dets, valid=True
|
|
[23:01:36 INFO] Video frame video_short01_001500: 1 dets, valid=True
|
|
[23:01:36 INFO] Video batch 345: frame 2760/7500 (36%)
|
|
[23:01:36 INFO] Video batch 345: 2 detections from postprocess
|
|
[23:01:36 INFO] Video frame video_short01_001501: 1 dets, valid=True
|
|
[23:01:36 INFO] Video frame video_short01_001503: 1 dets, valid=True
|
|
[23:01:36 INFO] Video batch 346: frame 2768/7500 (36%)
|
|
[23:01:37 INFO] Video batch 346: 2 detections from postprocess
|
|
[23:01:37 INFO] Video frame video_short01_001505: 1 dets, valid=True
|
|
[23:01:37 INFO] Video frame video_short01_001506: 1 dets, valid=True
|
|
[23:01:37 INFO] Video batch 347: frame 2776/7500 (37%)
|
|
[23:01:37 INFO] Video batch 347: 2 detections from postprocess
|
|
[23:01:37 INFO] Video frame video_short01_001508: 1 dets, valid=True
|
|
[23:01:37 INFO] Video frame video_short01_001510: 1 dets, valid=True
|
|
[23:01:37 INFO] Video batch 348: frame 2784/7500 (37%)
|
|
[23:01:37 INFO] Video batch 348: 2 detections from postprocess
|
|
[23:01:37 INFO] Video frame video_short01_001511: 1 dets, valid=True
|
|
[23:01:37 INFO] Video frame video_short01_001513: 1 dets, valid=True
|
|
[23:01:37 INFO] Video batch 349: frame 2792/7500 (37%)
|
|
[23:01:37 INFO] Video batch 349: 2 detections from postprocess
|
|
[23:01:37 INFO] Video frame video_short01_001514: 1 dets, valid=True
|
|
[23:01:37 INFO] Video frame video_short01_001516: 1 dets, valid=True
|
|
[23:01:37 INFO] Video batch 350: frame 2800/7500 (37%)
|
|
[23:01:38 INFO] Video batch 350: 2 detections from postprocess
|
|
[23:01:38 INFO] Video frame video_short01_001517: 1 dets, valid=True
|
|
[23:01:38 INFO] Video frame video_short01_001519: 1 dets, valid=True
|
|
[23:01:38 INFO] Video batch 351: frame 2808/7500 (37%)
|
|
[23:01:38 INFO] Video batch 351: 2 detections from postprocess
|
|
[23:01:38 INFO] Video frame video_short01_001521: 1 dets, valid=True
|
|
[23:01:38 INFO] Video frame video_short01_001522: 1 dets, valid=True
|
|
[23:01:38 INFO] Video batch 352: frame 2816/7500 (37%)
|
|
[23:01:38 INFO] Video batch 352: 2 detections from postprocess
|
|
[23:01:38 INFO] Video frame video_short01_001524: 1 dets, valid=True
|
|
[23:01:38 INFO] Video frame video_short01_001525: 1 dets, valid=True
|
|
[23:01:38 INFO] Video batch 353: frame 2824/7500 (37%)
|
|
[23:01:38 INFO] Video batch 353: 2 detections from postprocess
|
|
[23:01:38 INFO] Video frame video_short01_001527: 1 dets, valid=True
|
|
[23:01:38 INFO] Video frame video_short01_001529: 1 dets, valid=True
|
|
[23:01:38 INFO] Video batch 354: frame 2832/7500 (37%)
|
|
[23:01:38 INFO] Video batch 354: 2 detections from postprocess
|
|
[23:01:38 INFO] Video frame video_short01_001530: 1 dets, valid=True
|
|
[23:01:38 INFO] Video frame video_short01_001532: 1 dets, valid=True
|
|
[23:01:38 INFO] Video batch 355: frame 2840/7500 (37%)
|
|
[23:01:39 INFO] Video batch 355: 2 detections from postprocess
|
|
[23:01:39 INFO] Video frame video_short01_001533: 1 dets, valid=True
|
|
[23:01:39 INFO] Video frame video_short01_001535: 1 dets, valid=True
|
|
[23:01:39 INFO] Video batch 356: frame 2848/7500 (37%)
|
|
[23:01:39 INFO] Video batch 356: 2 detections from postprocess
|
|
[23:01:39 INFO] Video frame video_short01_001537: 1 dets, valid=True
|
|
[23:01:39 INFO] Video frame video_short01_001538: 1 dets, valid=True
|
|
[23:01:39 INFO] Video batch 357: frame 2856/7500 (38%)
|
|
[23:01:39 INFO] Video batch 357: 2 detections from postprocess
|
|
[23:01:39 INFO] Video frame video_short01_001540: 1 dets, valid=True
|
|
[23:01:39 INFO] Video frame video_short01_001541: 1 dets, valid=True
|
|
[23:01:39 INFO] Video batch 358: frame 2864/7500 (38%)
|
|
[23:01:39 INFO] Video batch 358: 2 detections from postprocess
|
|
[23:01:39 INFO] Video frame video_short01_001543: 1 dets, valid=True
|
|
[23:01:39 INFO] Video frame video_short01_001545: 1 dets, valid=True
|
|
[23:01:39 INFO] Video batch 359: frame 2872/7500 (38%)
|
|
[23:01:40 INFO] Video batch 359: 2 detections from postprocess
|
|
[23:01:40 INFO] Video frame video_short01_001546: 1 dets, valid=True
|
|
[23:01:40 INFO] Video frame video_short01_001548: 1 dets, valid=True
|
|
[23:01:40 INFO] Video batch 360: frame 2880/7500 (38%)
|
|
[23:01:40 INFO] Video batch 360: 2 detections from postprocess
|
|
[23:01:40 INFO] Video frame video_short01_001550: 1 dets, valid=True
|
|
[23:01:40 INFO] Video frame video_short01_001551: 1 dets, valid=True
|
|
[23:01:40 INFO] Video batch 361: frame 2888/7500 (38%)
|
|
[23:01:40 INFO] Video batch 361: 2 detections from postprocess
|
|
[23:01:40 INFO] Video frame video_short01_001553: 1 dets, valid=True
|
|
[23:01:40 INFO] Video frame video_short01_001554: 1 dets, valid=True
|
|
[23:01:40 INFO] Video batch 362: frame 2896/7500 (38%)
|
|
[23:01:40 INFO] Video batch 362: 2 detections from postprocess
|
|
[23:01:40 INFO] Video frame video_short01_001556: 1 dets, valid=True
|
|
[23:01:40 INFO] Video frame video_short01_001557: 1 dets, valid=True
|
|
[23:01:40 INFO] Video batch 363: frame 2904/7500 (38%)
|
|
[23:01:40 INFO] Video batch 363: 2 detections from postprocess
|
|
[23:01:40 INFO] Video frame video_short01_001559: 1 dets, valid=True
|
|
[23:01:40 INFO] Video frame video_short01_001561: 1 dets, valid=True
|
|
[23:01:40 INFO] Video batch 364: frame 2912/7500 (38%)
|
|
[23:01:41 INFO] Video batch 364: 2 detections from postprocess
|
|
[23:01:41 INFO] Video frame video_short01_001562: 1 dets, valid=True
|
|
[23:01:41 INFO] Video frame video_short01_001564: 1 dets, valid=True
|
|
[23:01:41 INFO] Video batch 365: frame 2920/7500 (38%)
|
|
[23:01:41 INFO] Video batch 365: 2 detections from postprocess
|
|
[23:01:41 INFO] Video frame video_short01_001565: 1 dets, valid=True
|
|
[23:01:41 INFO] Video frame video_short01_001567: 1 dets, valid=True
|
|
[23:01:41 INFO] Video batch 366: frame 2928/7500 (39%)
|
|
[23:01:41 INFO] Video batch 366: 2 detections from postprocess
|
|
[23:01:41 INFO] Video frame video_short01_001569: 1 dets, valid=True
|
|
[23:01:41 INFO] Video frame video_short01_001570: 1 dets, valid=True
|
|
[23:01:41 INFO] Video batch 367: frame 2936/7500 (39%)
|
|
[23:01:41 INFO] Video batch 367: 2 detections from postprocess
|
|
[23:01:41 INFO] Video frame video_short01_001572: 1 dets, valid=True
|
|
[23:01:41 INFO] Video frame video_short01_001573: 1 dets, valid=True
|
|
[23:01:41 INFO] Video batch 368: frame 2944/7500 (39%)
|
|
[23:01:42 INFO] Video batch 368: 2 detections from postprocess
|
|
[23:01:42 INFO] Video frame video_short01_001575: 1 dets, valid=True
|
|
[23:01:42 INFO] Video frame video_short01_001577: 1 dets, valid=True
|
|
[23:01:42 INFO] Video batch 369: frame 2952/7500 (39%)
|
|
[23:01:42 INFO] Video batch 369: 2 detections from postprocess
|
|
[23:01:42 INFO] Video frame video_short01_001578: 1 dets, valid=True
|
|
[23:01:42 INFO] Video frame video_short01_001580: 1 dets, valid=True
|
|
[23:01:42 INFO] Video batch 370: frame 2960/7500 (39%)
|
|
[23:01:42 INFO] Video batch 370: 2 detections from postprocess
|
|
[23:01:42 INFO] Video frame video_short01_001581: 1 dets, valid=True
|
|
[23:01:42 INFO] Video frame video_short01_001583: 1 dets, valid=True
|
|
[23:01:42 INFO] Video batch 371: frame 2968/7500 (39%)
|
|
[23:01:42 INFO] Video batch 371: 2 detections from postprocess
|
|
[23:01:42 INFO] Video frame video_short01_001585: 1 dets, valid=True
|
|
[23:01:42 INFO] Video frame video_short01_001586: 1 dets, valid=True
|
|
[23:01:42 INFO] Video batch 372: frame 2976/7500 (39%)
|
|
[23:01:42 INFO] Video batch 372: 2 detections from postprocess
|
|
[23:01:42 INFO] Video frame video_short01_001588: 1 dets, valid=True
|
|
[23:01:42 INFO] Video frame video_short01_001590: 1 dets, valid=True
|
|
[23:01:43 INFO] Video batch 373: frame 2984/7500 (39%)
|
|
[23:01:43 INFO] Video batch 373: 2 detections from postprocess
|
|
[23:01:43 INFO] Video frame video_short01_001591: 1 dets, valid=True
|
|
[23:01:43 INFO] Video frame video_short01_001593: 1 dets, valid=True
|
|
[23:01:43 INFO] Video batch 374: frame 2992/7500 (39%)
|
|
[23:01:43 INFO] Video batch 374: 2 detections from postprocess
|
|
[23:01:43 INFO] Video frame video_short01_001594: 1 dets, valid=True
|
|
[23:01:43 INFO] Video frame video_short01_001596: 1 dets, valid=True
|
|
[23:01:43 INFO] Video batch 375: frame 3000/7500 (40%)
|
|
[23:01:43 INFO] Video batch 375: 1 detections from postprocess
|
|
[23:01:43 INFO] Video frame video_short01_001597: 1 dets, valid=True
|
|
[23:01:43 INFO] Video batch 376: frame 3008/7500 (40%)
|
|
[23:01:43 INFO] Video batch 376: 1 detections from postprocess
|
|
[23:01:43 INFO] Video frame video_short01_002002: 1 dets, valid=True
|
|
[23:01:43 INFO] Video batch 377: frame 3016/7500 (40%)
|
|
[23:01:44 INFO] Video batch 378: frame 3024/7500 (40%)
|
|
[23:01:44 INFO] Video batch 379: frame 3032/7500 (40%)
|
|
[23:01:44 INFO] Video batch 380: frame 3040/7500 (40%)
|
|
[23:01:44 INFO] Video batch 381: frame 3048/7500 (40%)
|
|
[23:01:45 INFO] Video batch 382: frame 3056/7500 (40%)
|
|
[23:01:45 INFO] Video batch 383: frame 3064/7500 (40%)
|
|
[23:01:45 INFO] Video batch 383: 1 detections from postprocess
|
|
[23:01:45 INFO] Video frame video_short01_002025: 1 dets, valid=True
|
|
[23:01:45 INFO] Video batch 384: frame 3072/7500 (40%)
|
|
[23:01:45 INFO] Video batch 384: 2 detections from postprocess
|
|
[23:01:45 INFO] Video frame video_short01_002026: 1 dets, valid=True
|
|
[23:01:45 INFO] Video frame video_short01_002028: 1 dets, valid=True
|
|
[23:01:45 INFO] Video batch 385: frame 3080/7500 (41%)
|
|
[23:01:45 INFO] Video batch 385: 2 detections from postprocess
|
|
[23:01:45 INFO] Video frame video_short01_002030: 1 dets, valid=True
|
|
[23:01:45 INFO] Video frame video_short01_002031: 1 dets, valid=True
|
|
[23:01:45 INFO] Video batch 386: frame 3088/7500 (41%)
|
|
[23:01:46 INFO] Video batch 386: 1 detections from postprocess
|
|
[23:01:46 INFO] Video frame video_short01_002033: 1 dets, valid=True
|
|
[23:01:46 INFO] Video batch 387: frame 3096/7500 (41%)
|
|
[23:01:46 INFO] Video batch 387: 1 detections from postprocess
|
|
[23:01:46 INFO] Video frame video_short01_002037: 1 dets, valid=True
|
|
[23:01:46 INFO] Video batch 388: frame 3104/7500 (41%)
|
|
[23:01:46 INFO] Video batch 389: frame 3112/7500 (41%)
|
|
[23:01:46 INFO] Video batch 390: frame 3120/7500 (41%)
|
|
[23:01:47 INFO] Video batch 391: frame 3128/7500 (41%)
|
|
[23:01:47 INFO] Video batch 392: frame 3136/7500 (41%)
|
|
[23:01:47 INFO] Video batch 393: frame 3144/7500 (41%)
|
|
[23:01:47 INFO] Video batch 394: frame 3152/7500 (42%)
|
|
[23:01:47 INFO] Video batch 395: frame 3160/7500 (42%)
|
|
[23:01:48 INFO] Video batch 396: frame 3168/7500 (42%)
|
|
[23:01:48 INFO] Video batch 397: frame 3176/7500 (42%)
|
|
[23:01:48 INFO] Video batch 397: 1 detections from postprocess
|
|
[23:01:48 INFO] Video frame video_short01_002070: 1 dets, valid=True
|
|
[23:01:48 INFO] Video batch 398: frame 3184/7500 (42%)
|
|
[23:01:48 INFO] Video batch 398: 2 detections from postprocess
|
|
[23:01:48 INFO] Video frame video_short01_002071: 1 dets, valid=True
|
|
[23:01:48 INFO] Video frame video_short01_002073: 1 dets, valid=True
|
|
[23:01:48 INFO] Video batch 399: frame 3192/7500 (42%)
|
|
[23:01:48 INFO] Video batch 399: 2 detections from postprocess
|
|
[23:01:48 INFO] Video frame video_short01_002074: 1 dets, valid=True
|
|
[23:01:48 INFO] Video frame video_short01_002076: 1 dets, valid=True
|
|
[23:01:49 INFO] Video batch 400: frame 3200/7500 (42%)
|
|
[23:01:49 INFO] Video batch 400: 2 detections from postprocess
|
|
[23:01:49 INFO] Video frame video_short01_002077: 1 dets, valid=True
|
|
[23:01:49 INFO] Video frame video_short01_002079: 1 dets, valid=True
|
|
[23:01:49 INFO] Video batch 401: frame 3208/7500 (42%)
|
|
[23:01:49 INFO] Video batch 401: 2 detections from postprocess
|
|
[23:01:49 INFO] Video frame video_short01_002081: 1 dets, valid=True
|
|
[23:01:49 INFO] Video frame video_short01_002082: 1 dets, valid=True
|
|
[23:01:49 INFO] Video batch 402: frame 3216/7500 (42%)
|
|
[23:01:49 INFO] Video batch 402: 1 detections from postprocess
|
|
[23:01:49 INFO] Video frame video_short01_002084: 1 dets, valid=True
|
|
[23:01:49 INFO] Video batch 403: frame 3224/7500 (42%)
|
|
[23:01:49 INFO] Video batch 404: frame 3232/7500 (43%)
|
|
[23:01:50 INFO] Video batch 405: frame 3240/7500 (43%)
|
|
[23:01:50 INFO] Video batch 406: frame 3248/7500 (43%)
|
|
[23:01:50 INFO] Video batch 407: frame 3256/7500 (43%)
|
|
[23:01:50 INFO] Video batch 407: 1 detections from postprocess
|
|
[23:01:50 INFO] Video frame video_short01_002101: 1 dets, valid=True
|
|
[23:01:50 INFO] Video batch 408: frame 3264/7500 (43%)
|
|
[23:01:50 INFO] Video batch 408: 2 detections from postprocess
|
|
[23:01:50 INFO] Video frame video_short01_002103: 1 dets, valid=True
|
|
[23:01:50 INFO] Video frame video_short01_002105: 1 dets, valid=True
|
|
[23:01:50 INFO] Video batch 409: frame 3272/7500 (43%)
|
|
[23:01:51 INFO] Video batch 409: 2 detections from postprocess
|
|
[23:01:51 INFO] Video frame video_short01_002106: 1 dets, valid=True
|
|
[23:01:51 INFO] Video frame video_short01_002108: 1 dets, valid=True
|
|
[23:01:51 INFO] Video batch 410: frame 3280/7500 (43%)
|
|
[23:01:51 INFO] Video batch 410: 2 detections from postprocess
|
|
[23:01:51 INFO] Video frame video_short01_002110: 1 dets, valid=True
|
|
[23:01:51 INFO] Video frame video_short01_002111: 1 dets, valid=True
|
|
[23:01:51 INFO] Video batch 411: frame 3288/7500 (43%)
|
|
[23:01:51 INFO] Video batch 411: 2 detections from postprocess
|
|
[23:01:51 INFO] Video frame video_short01_002113: 1 dets, valid=True
|
|
[23:01:51 INFO] Video frame video_short01_002114: 1 dets, valid=True
|
|
[23:01:51 INFO] Video batch 412: frame 3296/7500 (43%)
|
|
[23:01:51 INFO] Video batch 413: frame 3304/7500 (44%)
|
|
[23:01:52 INFO] Video batch 413: 1 detections from postprocess
|
|
[23:01:52 INFO] Video frame video_short01_002121: 1 dets, valid=True
|
|
[23:01:52 INFO] Video batch 414: frame 3312/7500 (44%)
|
|
[23:01:52 INFO] Video batch 415: frame 3320/7500 (44%)
|
|
[23:01:52 INFO] Video batch 415: 2 detections from postprocess
|
|
[23:01:52 INFO] Video frame video_short01_002125: 1 dets, valid=True
|
|
[23:01:52 INFO] Video frame video_short01_002127: 1 dets, valid=True
|
|
[23:01:52 INFO] Video batch 416: frame 3328/7500 (44%)
|
|
[23:01:52 INFO] Video batch 416: 1 detections from postprocess
|
|
[23:01:52 INFO] Video frame video_short01_002130: 1 dets, valid=True
|
|
[23:01:52 INFO] Video batch 417: frame 3336/7500 (44%)
|
|
[23:01:52 INFO] Video batch 417: 2 detections from postprocess
|
|
[23:01:52 INFO] Video frame video_short01_002132: 1 dets, valid=True
|
|
[23:01:52 INFO] Video frame video_short01_002133: 1 dets, valid=True
|
|
[23:01:53 INFO] Video batch 418: frame 3344/7500 (44%)
|
|
[23:01:53 INFO] Video batch 418: 1 detections from postprocess
|
|
[23:01:53 INFO] Video frame video_short01_002137: 1 dets, valid=True
|
|
[23:01:53 INFO] Video batch 419: frame 3352/7500 (44%)
|
|
[23:01:53 INFO] Video batch 420: frame 3360/7500 (44%)
|
|
[23:01:53 INFO] Video batch 421: frame 3368/7500 (44%)
|
|
[23:01:53 INFO] Video batch 422: frame 3376/7500 (45%)
|
|
[23:01:54 INFO] Video batch 422: 1 detections from postprocess
|
|
[23:01:54 INFO] Video frame video_short01_002150: 1 dets, valid=True
|
|
[23:01:54 INFO] Video batch 423: frame 3384/7500 (45%)
|
|
[23:01:54 INFO] Video batch 423: 1 detections from postprocess
|
|
[23:01:54 INFO] Video frame video_short01_002153: 1 dets, valid=True
|
|
[23:01:54 INFO] Video batch 424: frame 3392/7500 (45%)
|
|
[23:01:54 INFO] Video batch 424: 1 detections from postprocess
|
|
[23:01:54 INFO] Video frame video_short01_002156: 1 dets, valid=True
|
|
[23:01:54 INFO] Video batch 425: frame 3400/7500 (45%)
|
|
[23:01:54 INFO] Video batch 425: 1 detections from postprocess
|
|
[23:01:54 INFO] Video frame video_short01_002157: 1 dets, valid=True
|
|
[23:01:54 INFO] Video batch 426: frame 3408/7500 (45%)
|
|
[23:01:54 INFO] Video batch 426: 1 detections from postprocess
|
|
[23:01:54 INFO] Video frame video_short01_002162: 1 dets, valid=True
|
|
[23:01:54 INFO] Video batch 427: frame 3416/7500 (45%)
|
|
[23:01:55 INFO] Video batch 427: 2 detections from postprocess
|
|
[23:01:55 INFO] Video frame video_short01_002164: 1 dets, valid=True
|
|
[23:01:55 INFO] Video frame video_short01_002165: 1 dets, valid=True
|
|
[23:01:55 INFO] Video batch 428: frame 3424/7500 (45%)
|
|
[23:01:55 INFO] Video batch 429: frame 3432/7500 (45%)
|
|
[23:01:55 INFO] Video batch 430: frame 3440/7500 (45%)
|
|
[23:01:55 INFO] Video batch 431: frame 3448/7500 (45%)
|
|
[23:01:56 INFO] Video batch 432: frame 3456/7500 (46%)
|
|
[23:01:56 INFO] Video batch 433: frame 3464/7500 (46%)
|
|
[23:01:56 INFO] Video batch 433: 1 detections from postprocess
|
|
[23:01:56 INFO] Video frame video_short01_002185: 1 dets, valid=True
|
|
[23:01:56 INFO] Video batch 434: frame 3472/7500 (46%)
|
|
[23:01:56 INFO] Video batch 434: 1 detections from postprocess
|
|
[23:01:56 INFO] Video frame video_short01_002186: 1 dets, valid=True
|
|
[23:01:56 INFO] Video batch 435: frame 3480/7500 (46%)
|
|
[23:01:56 INFO] Video batch 436: frame 3488/7500 (46%)
|
|
[23:01:57 INFO] Video batch 437: frame 3496/7500 (46%)
|
|
[23:01:57 INFO] Video batch 438: frame 3504/7500 (46%)
|
|
[23:01:57 INFO] Video batch 439: frame 3512/7500 (46%)
|
|
[23:01:57 INFO] Video batch 440: frame 3520/7500 (46%)
|
|
[23:01:57 INFO] Video batch 441: frame 3528/7500 (47%)
|
|
[23:01:58 INFO] Video batch 442: frame 3536/7500 (47%)
|
|
[23:01:58 INFO] Video batch 443: frame 3544/7500 (47%)
|
|
[23:01:58 INFO] Video batch 444: frame 3552/7500 (47%)
|
|
[23:01:58 INFO] Video batch 445: frame 3560/7500 (47%)
|
|
[23:01:58 INFO] Video batch 446: frame 3568/7500 (47%)
|
|
[23:01:59 INFO] Video batch 447: frame 3576/7500 (47%)
|
|
[23:01:59 INFO] Video batch 448: frame 3584/7500 (47%)
|
|
[23:01:59 INFO] Video batch 449: frame 3592/7500 (47%)
|
|
[23:01:59 INFO] Video batch 450: frame 3600/7500 (48%)
|
|
[23:02:00 INFO] Video batch 451: frame 3608/7500 (48%)
|
|
[23:02:00 INFO] Video batch 452: frame 3616/7500 (48%)
|
|
[23:02:00 INFO] Video batch 453: frame 3624/7500 (48%)
|
|
[23:02:00 INFO] Video batch 454: frame 3632/7500 (48%)
|
|
[23:02:00 INFO] Video batch 455: frame 3640/7500 (48%)
|
|
[23:02:01 INFO] Video batch 456: frame 3648/7500 (48%)
|
|
[23:02:01 INFO] Video batch 457: frame 3656/7500 (48%)
|
|
[23:02:01 INFO] Video batch 458: frame 3664/7500 (48%)
|
|
[23:02:01 INFO] Video batch 459: frame 3672/7500 (48%)
|
|
[23:02:01 INFO] Video batch 460: frame 3680/7500 (49%)
|
|
[23:02:02 INFO] Video batch 461: frame 3688/7500 (49%)
|
|
[23:02:02 INFO] Video batch 462: frame 3696/7500 (49%)
|
|
[23:02:02 INFO] Video batch 463: frame 3704/7500 (49%)
|
|
[23:02:02 INFO] Video batch 464: frame 3712/7500 (49%)
|
|
[23:02:03 INFO] Video batch 465: frame 3720/7500 (49%)
|
|
[23:02:03 INFO] Video batch 466: frame 3728/7500 (49%)
|
|
[23:02:03 INFO] Video batch 467: frame 3736/7500 (49%)
|
|
[23:02:03 INFO] Video batch 467: 1 detections from postprocess
|
|
[23:02:03 INFO] Video frame video_short01_002293: 1 dets, valid=True
|
|
[23:02:03 INFO] Video batch 468: frame 3744/7500 (49%)
|
|
[23:02:03 INFO] Video batch 468: 3 detections from postprocess
|
|
[23:02:03 INFO] Video frame video_short01_002295: 1 dets, valid=True
|
|
[23:02:03 INFO] Video frame video_short01_002297: 2 dets, valid=True
|
|
[23:02:03 INFO] Video batch 469: frame 3752/7500 (50%)
|
|
[23:02:04 INFO] Video batch 469: 3 detections from postprocess
|
|
[23:02:04 INFO] Video frame video_short01_002298: 1 dets, valid=True
|
|
[23:02:04 INFO] Video frame video_short01_002300: 2 dets, valid=True
|
|
[23:02:04 INFO] Video batch 470: frame 3760/7500 (50%)
|
|
[23:02:04 INFO] Video batch 470: 4 detections from postprocess
|
|
[23:02:04 INFO] Video frame video_short01_002301: 2 dets, valid=True
|
|
[23:02:04 INFO] Video frame video_short01_002303: 2 dets, valid=True
|
|
[23:02:04 INFO] Video batch 471: frame 3768/7500 (50%)
|
|
[23:02:04 INFO] Video batch 471: 4 detections from postprocess
|
|
[23:02:04 INFO] Video frame video_short01_002305: 2 dets, valid=True
|
|
[23:02:04 INFO] Video frame video_short01_002306: 2 dets, valid=True
|
|
[23:02:04 INFO] Video batch 472: frame 3776/7500 (50%)
|
|
[23:02:04 INFO] Video batch 472: 2 detections from postprocess
|
|
[23:02:04 INFO] Video frame video_short01_002308: 1 dets, valid=True
|
|
[23:02:04 INFO] Video frame video_short01_002310: 1 dets, valid=True
|
|
[23:02:04 INFO] Video batch 473: frame 3784/7500 (50%)
|
|
[23:02:04 INFO] Video batch 473: 2 detections from postprocess
|
|
[23:02:04 INFO] Video frame video_short01_002311: 1 dets, valid=True
|
|
[23:02:04 INFO] Video frame video_short01_002313: 1 dets, valid=True
|
|
[23:02:04 INFO] Video batch 474: frame 3792/7500 (50%)
|
|
[23:02:05 INFO] Video batch 474: 2 detections from postprocess
|
|
[23:02:05 INFO] Video frame video_short01_002314: 1 dets, valid=True
|
|
[23:02:05 INFO] Video frame video_short01_002316: 1 dets, valid=True
|
|
[23:02:05 INFO] Video batch 475: frame 3800/7500 (50%)
|
|
[23:02:05 INFO] Video batch 475: 2 detections from postprocess
|
|
[23:02:05 INFO] Video frame video_short01_002317: 1 dets, valid=True
|
|
[23:02:05 INFO] Video frame video_short01_002319: 1 dets, valid=True
|
|
[23:02:05 INFO] Video batch 476: frame 3808/7500 (50%)
|
|
[23:02:05 INFO] Video batch 476: 2 detections from postprocess
|
|
[23:02:05 INFO] Video frame video_short01_002321: 1 dets, valid=True
|
|
[23:02:05 INFO] Video frame video_short01_002322: 1 dets, valid=True
|
|
[23:02:05 INFO] Video batch 477: frame 3816/7500 (50%)
|
|
[23:02:05 INFO] Video batch 477: 3 detections from postprocess
|
|
[23:02:05 INFO] Video frame video_short01_002324: 2 dets, valid=True
|
|
[23:02:05 INFO] Video frame video_short01_002325: 1 dets, valid=True
|
|
[23:02:05 INFO] Video batch 478: frame 3824/7500 (50%)
|
|
[23:02:06 INFO] Video batch 478: 2 detections from postprocess
|
|
[23:02:06 INFO] Video frame video_short01_002327: 1 dets, valid=True
|
|
[23:02:06 INFO] Video frame video_short01_002329: 1 dets, valid=True
|
|
[23:02:06 INFO] Video batch 479: frame 3832/7500 (51%)
|
|
[23:02:06 INFO] Video batch 479: 2 detections from postprocess
|
|
[23:02:06 INFO] Video frame video_short01_002330: 1 dets, valid=True
|
|
[23:02:06 INFO] Video frame video_short01_002332: 1 dets, valid=True
|
|
[23:02:06 INFO] Video batch 480: frame 3840/7500 (51%)
|
|
[23:02:06 INFO] Video batch 480: 2 detections from postprocess
|
|
[23:02:06 INFO] Video frame video_short01_002333: 1 dets, valid=True
|
|
[23:02:06 INFO] Video frame video_short01_002335: 1 dets, valid=True
|
|
[23:02:06 INFO] Video batch 481: frame 3848/7500 (51%)
|
|
[23:02:06 INFO] Video batch 481: 3 detections from postprocess
|
|
[23:02:06 INFO] Video frame video_short01_002337: 2 dets, valid=True
|
|
[23:02:06 INFO] Video frame video_short01_002338: 1 dets, valid=True
|
|
[23:02:06 INFO] Video batch 482: frame 3856/7500 (51%)
|
|
[23:02:07 INFO] Video batch 482: 4 detections from postprocess
|
|
[23:02:07 INFO] Video frame video_short01_002340: 2 dets, valid=True
|
|
[23:02:07 INFO] Video frame video_short01_002341: 2 dets, valid=True
|
|
[23:02:07 INFO] Video batch 483: frame 3864/7500 (51%)
|
|
[23:02:07 INFO] Video batch 483: 4 detections from postprocess
|
|
[23:02:07 INFO] Video frame video_short01_002343: 2 dets, valid=True
|
|
[23:02:07 INFO] Video frame video_short01_002345: 2 dets, valid=True
|
|
[23:02:07 INFO] Video batch 484: frame 3872/7500 (51%)
|
|
[23:02:07 INFO] Video batch 484: 4 detections from postprocess
|
|
[23:02:07 INFO] Video frame video_short01_002346: 2 dets, valid=True
|
|
[23:02:07 INFO] Video frame video_short01_002348: 2 dets, valid=True
|
|
[23:02:07 INFO] Video batch 485: frame 3880/7500 (51%)
|
|
[23:02:07 INFO] Video batch 485: 4 detections from postprocess
|
|
[23:02:07 INFO] Video frame video_short01_002350: 2 dets, valid=True
|
|
[23:02:07 INFO] Video frame video_short01_002351: 2 dets, valid=True
|
|
[23:02:07 INFO] Video batch 486: frame 3888/7500 (51%)
|
|
[23:02:07 INFO] Video batch 486: 4 detections from postprocess
|
|
[23:02:07 INFO] Video frame video_short01_002353: 4 dets, valid=True
|
|
[23:02:07 INFO] Video batch 487: frame 3896/7500 (51%)
|
|
[23:02:08 INFO] Video batch 488: frame 3904/7500 (52%)
|
|
[23:02:08 INFO] Video batch 489: frame 3912/7500 (52%)
|
|
[23:02:08 INFO] Video batch 490: frame 3920/7500 (52%)
|
|
[23:02:08 INFO] Video batch 491: frame 3928/7500 (52%)
|
|
[23:02:08 INFO] Video batch 492: frame 3936/7500 (52%)
|
|
[23:02:09 INFO] Video batch 493: frame 3944/7500 (52%)
|
|
[23:02:09 INFO] Video batch 494: frame 3952/7500 (52%)
|
|
[23:02:09 INFO] Video batch 495: frame 3960/7500 (52%)
|
|
[23:02:09 INFO] Video batch 496: frame 3968/7500 (52%)
|
|
[23:02:10 INFO] Video batch 497: frame 3976/7500 (53%)
|
|
[23:02:10 INFO] Video batch 498: frame 3984/7500 (53%)
|
|
[23:02:10 INFO] Video batch 499: frame 3992/7500 (53%)
|
|
[23:02:10 INFO] Video batch 500: frame 4000/7500 (53%)
|
|
[23:02:10 INFO] Video batch 501: frame 4008/7500 (53%)
|
|
[23:02:11 INFO] Video batch 502: frame 4016/7500 (53%)
|
|
[23:02:11 INFO] Video batch 503: frame 4024/7500 (53%)
|
|
[23:02:11 INFO] Video batch 504: frame 4032/7500 (53%)
|
|
[23:02:11 INFO] Video batch 505: frame 4040/7500 (53%)
|
|
[23:02:11 INFO] Video batch 506: frame 4048/7500 (53%)
|
|
[23:02:12 INFO] Video batch 507: frame 4056/7500 (54%)
|
|
[23:02:12 INFO] Video batch 508: frame 4064/7500 (54%)
|
|
[23:02:12 INFO] Video batch 509: frame 4072/7500 (54%)
|
|
[23:02:12 INFO] Video batch 510: frame 4080/7500 (54%)
|
|
[23:02:12 INFO] Video batch 511: frame 4088/7500 (54%)
|
|
[23:02:13 INFO] Video batch 512: frame 4096/7500 (54%)
|
|
[23:02:13 INFO] Video batch 512: 1 detections from postprocess
|
|
[23:02:13 INFO] Video frame video_short01_002437: 1 dets, valid=True
|
|
[23:02:13 INFO] Video batch 513: frame 4104/7500 (54%)
|
|
[23:02:13 INFO] Video batch 513: 1 detections from postprocess
|
|
[23:02:13 INFO] Video frame video_short01_002439: 1 dets, valid=True
|
|
[23:02:13 INFO] Video batch 514: frame 4112/7500 (54%)
|
|
[23:02:13 INFO] Video batch 515: frame 4120/7500 (54%)
|
|
[23:02:14 INFO] Video batch 516: frame 4128/7500 (55%)
|
|
[23:02:14 INFO] Video batch 517: frame 4136/7500 (55%)
|
|
[23:02:14 INFO] Video batch 518: frame 4144/7500 (55%)
|
|
[23:02:14 INFO] Video batch 519: frame 4152/7500 (55%)
|
|
[23:02:14 INFO] Video batch 520: frame 4160/7500 (55%)
|
|
[23:02:15 INFO] Video batch 521: frame 4168/7500 (55%)
|
|
[23:02:15 INFO] Video batch 522: frame 4176/7500 (55%)
|
|
[23:02:15 INFO] Video batch 523: frame 4184/7500 (55%)
|
|
[23:02:15 INFO] Video batch 524: frame 4192/7500 (55%)
|
|
[23:02:16 INFO] Video batch 525: frame 4200/7500 (56%)
|
|
[23:02:16 INFO] Video batch 526: frame 4208/7500 (56%)
|
|
[23:02:16 INFO] Video batch 527: frame 4216/7500 (56%)
|
|
[23:02:16 INFO] Video batch 528: frame 4224/7500 (56%)
|
|
[23:02:16 INFO] Video batch 529: frame 4232/7500 (56%)
|
|
[23:02:17 INFO] Video batch 530: frame 4240/7500 (56%)
|
|
[23:02:17 INFO] Video batch 531: frame 4248/7500 (56%)
|
|
[23:02:17 INFO] Video batch 532: frame 4256/7500 (56%)
|
|
[23:02:17 INFO] Video batch 533: frame 4264/7500 (56%)
|
|
[23:02:18 INFO] Video batch 534: frame 4272/7500 (56%)
|
|
[23:02:18 INFO] Video batch 535: frame 4280/7500 (57%)
|
|
[23:02:18 INFO] Video batch 536: frame 4288/7500 (57%)
|
|
[23:02:18 INFO] Video batch 537: frame 4296/7500 (57%)
|
|
[23:02:18 INFO] Video batch 538: frame 4304/7500 (57%)
|
|
[23:02:19 INFO] Video batch 539: frame 4312/7500 (57%)
|
|
[23:02:19 INFO] Video batch 540: frame 4320/7500 (57%)
|
|
[23:02:19 INFO] Video batch 541: frame 4328/7500 (57%)
|
|
[23:02:19 INFO] Video batch 542: frame 4336/7500 (57%)
|
|
[23:02:19 INFO] Video batch 543: frame 4344/7500 (57%)
|
|
[23:02:20 INFO] Video batch 544: frame 4352/7500 (58%)
|
|
[23:02:20 INFO] Video batch 545: frame 4360/7500 (58%)
|
|
[23:02:20 INFO] Video batch 546: frame 4368/7500 (58%)
|
|
[23:02:20 INFO] Video batch 547: frame 4376/7500 (58%)
|
|
[23:02:20 INFO] Video batch 547: 3 detections from postprocess
|
|
[23:02:20 INFO] Video frame video_short01_002548: 2 dets, valid=True
|
|
[23:02:20 INFO] Video frame video_short01_002550: 1 dets, valid=True
|
|
[23:02:20 INFO] Video batch 548: frame 4384/7500 (58%)
|
|
[23:02:21 INFO] Video batch 548: 2 detections from postprocess
|
|
[23:02:21 INFO] Video frame video_short01_002551: 1 dets, valid=True
|
|
[23:02:21 INFO] Video frame video_short01_002553: 1 dets, valid=True
|
|
[23:02:21 INFO] Video batch 549: frame 4392/7500 (58%)
|
|
[23:02:21 INFO] Video batch 549: 2 detections from postprocess
|
|
[23:02:21 INFO] Video frame video_short01_002554: 1 dets, valid=True
|
|
[23:02:21 INFO] Video frame video_short01_002556: 1 dets, valid=True
|
|
[23:02:21 INFO] Video batch 550: frame 4400/7500 (58%)
|
|
[23:02:21 INFO] Video batch 550: 2 detections from postprocess
|
|
[23:02:21 INFO] Video frame video_short01_002557: 1 dets, valid=True
|
|
[23:02:21 INFO] Video frame video_short01_002559: 1 dets, valid=True
|
|
[23:02:21 INFO] Video batch 551: frame 4408/7500 (58%)
|
|
[23:02:21 INFO] Video batch 551: 2 detections from postprocess
|
|
[23:02:21 INFO] Video frame video_short01_002561: 1 dets, valid=True
|
|
[23:02:21 INFO] Video frame video_short01_002562: 1 dets, valid=True
|
|
[23:02:21 INFO] Video batch 552: frame 4416/7500 (58%)
|
|
[23:02:22 INFO] Video batch 552: 2 detections from postprocess
|
|
[23:02:22 INFO] Video frame video_short01_002564: 1 dets, valid=True
|
|
[23:02:22 INFO] Video frame video_short01_002565: 1 dets, valid=True
|
|
[23:02:22 INFO] Video batch 553: frame 4424/7500 (58%)
|
|
[23:02:22 INFO] Video batch 553: 1 detections from postprocess
|
|
[23:02:22 INFO] Video frame video_short01_002567: 1 dets, valid=True
|
|
[23:02:22 INFO] Video batch 554: frame 4432/7500 (59%)
|
|
[23:02:22 INFO] Video batch 555: frame 4440/7500 (59%)
|
|
[23:02:22 INFO] Video batch 556: frame 4448/7500 (59%)
|
|
[23:02:22 INFO] Video batch 557: frame 4456/7500 (59%)
|
|
[23:02:23 INFO] Video batch 558: frame 4464/7500 (59%)
|
|
[23:02:23 INFO] Video batch 559: frame 4472/7500 (59%)
|
|
[23:02:23 INFO] Video batch 560: frame 4480/7500 (59%)
|
|
[23:02:23 INFO] Video batch 561: frame 4488/7500 (59%)
|
|
[23:02:23 INFO] Video batch 562: frame 4496/7500 (59%)
|
|
[23:02:24 INFO] Video batch 563: frame 4504/7500 (60%)
|
|
[23:02:24 INFO] Video batch 564: frame 4512/7500 (60%)
|
|
[23:02:24 INFO] Video batch 565: frame 4520/7500 (60%)
|
|
[23:02:24 INFO] Video batch 566: frame 4528/7500 (60%)
|
|
[23:02:24 INFO] Video batch 567: frame 4536/7500 (60%)
|
|
[23:02:25 INFO] Video batch 568: frame 4544/7500 (60%)
|
|
[23:02:25 INFO] Video batch 568: 1 detections from postprocess
|
|
[23:02:25 INFO] Video frame video_short01_003017: 1 dets, valid=True
|
|
[23:02:25 INFO] Video batch 569: frame 4552/7500 (60%)
|
|
[23:02:25 INFO] Video batch 570: frame 4560/7500 (60%)
|
|
[23:02:25 INFO] Video batch 571: frame 4568/7500 (60%)
|
|
[23:02:26 INFO] Video batch 572: frame 4576/7500 (61%)
|
|
[23:02:26 INFO] Video batch 572: 1 detections from postprocess
|
|
[23:02:26 INFO] Video frame video_short01_003028: 1 dets, valid=True
|
|
[23:02:26 INFO] Video batch 573: frame 4584/7500 (61%)
|
|
[23:02:26 INFO] Video batch 574: frame 4592/7500 (61%)
|
|
[23:02:26 INFO] Video batch 575: frame 4600/7500 (61%)
|
|
[23:02:26 INFO] Video batch 576: frame 4608/7500 (61%)
|
|
[23:02:27 INFO] Video batch 577: frame 4616/7500 (61%)
|
|
[23:02:27 INFO] Video batch 578: frame 4624/7500 (61%)
|
|
[23:02:27 INFO] Video batch 579: frame 4632/7500 (61%)
|
|
[23:02:27 INFO] Video batch 580: frame 4640/7500 (61%)
|
|
[23:02:27 INFO] Video batch 581: frame 4648/7500 (61%)
|
|
[23:02:28 INFO] Video batch 582: frame 4656/7500 (62%)
|
|
[23:02:28 INFO] Video batch 583: frame 4664/7500 (62%)
|
|
[23:02:28 INFO] Video batch 584: frame 4672/7500 (62%)
|
|
[23:02:28 INFO] Video batch 585: frame 4680/7500 (62%)
|
|
[23:02:28 INFO] Video batch 586: frame 4688/7500 (62%)
|
|
[23:02:29 INFO] Video batch 587: frame 4696/7500 (62%)
|
|
[23:02:29 INFO] Video batch 587: 1 detections from postprocess
|
|
[23:02:29 INFO] Video frame video_short01_003077: 1 dets, valid=True
|
|
[23:02:29 INFO] Video batch 588: frame 4704/7500 (62%)
|
|
[23:02:29 INFO] Video batch 589: frame 4712/7500 (62%)
|
|
[23:02:29 INFO] Video batch 590: frame 4720/7500 (62%)
|
|
[23:02:29 INFO] Video batch 591: frame 4728/7500 (63%)
|
|
[23:02:30 INFO] Video batch 592: frame 4736/7500 (63%)
|
|
[23:02:30 INFO] Video batch 593: frame 4744/7500 (63%)
|
|
[23:02:30 INFO] Video batch 594: frame 4752/7500 (63%)
|
|
[23:02:30 INFO] Video batch 594: 1 detections from postprocess
|
|
[23:02:30 INFO] Video frame video_short01_003098: 1 dets, valid=True
|
|
[23:02:30 INFO] Video batch 595: frame 4760/7500 (63%)
|
|
[23:02:30 INFO] Video batch 595: 1 detections from postprocess
|
|
[23:02:30 INFO] Video frame video_short01_003101: 1 dets, valid=True
|
|
[23:02:30 INFO] Video batch 596: frame 4768/7500 (63%)
|
|
[23:02:31 INFO] Video batch 597: frame 4776/7500 (63%)
|
|
[23:02:31 INFO] Video batch 598: frame 4784/7500 (63%)
|
|
[23:02:31 INFO] Video batch 599: frame 4792/7500 (63%)
|
|
[23:02:31 INFO] Video batch 599: 1 detections from postprocess
|
|
[23:02:31 INFO] Video frame video_short01_003116: 1 dets, valid=True
|
|
[23:02:31 INFO] Video batch 600: frame 4800/7500 (64%)
|
|
[23:02:32 INFO] Video batch 600: 4 detections from postprocess
|
|
[23:02:32 INFO] Video frame video_short01_003117: 1 dets, valid=True
|
|
[23:02:32 INFO] Video frame video_short01_003119: 3 dets, valid=True
|
|
[23:02:32 INFO] Video batch 601: frame 4808/7500 (64%)
|
|
[23:02:32 INFO] Video batch 601: 4 detections from postprocess
|
|
[23:02:32 INFO] Video frame video_short01_003121: 2 dets, valid=True
|
|
[23:02:32 INFO] Video frame video_short01_003122: 2 dets, valid=True
|
|
[23:02:32 INFO] Video batch 602: frame 4816/7500 (64%)
|
|
[23:02:32 INFO] Video batch 602: 6 detections from postprocess
|
|
[23:02:32 INFO] Video frame video_short01_003124: 3 dets, valid=True
|
|
[23:02:32 INFO] Video frame video_short01_003125: 3 dets, valid=True
|
|
[23:02:32 INFO] Video batch 603: frame 4824/7500 (64%)
|
|
[23:02:32 INFO] Video batch 603: 4 detections from postprocess
|
|
[23:02:32 INFO] Video frame video_short01_003127: 2 dets, valid=True
|
|
[23:02:32 INFO] Video frame video_short01_003129: 2 dets, valid=True
|
|
[23:02:32 INFO] Video batch 604: frame 4832/7500 (64%)
|
|
[23:02:32 INFO] Video batch 604: 5 detections from postprocess
|
|
[23:02:32 INFO] Video frame video_short01_003130: 2 dets, valid=True
|
|
[23:02:32 INFO] Video frame video_short01_003132: 3 dets, valid=True
|
|
[23:02:33 INFO] Video batch 605: frame 4840/7500 (64%)
|
|
[23:02:33 INFO] Video batch 605: 4 detections from postprocess
|
|
[23:02:33 INFO] Video frame video_short01_003133: 2 dets, valid=True
|
|
[23:02:33 INFO] Video frame video_short01_003135: 2 dets, valid=True
|
|
[23:02:33 INFO] Video batch 606: frame 4848/7500 (64%)
|
|
[23:02:33 INFO] Video batch 606: 4 detections from postprocess
|
|
[23:02:33 INFO] Video frame video_short01_003137: 2 dets, valid=True
|
|
[23:02:33 INFO] Video frame video_short01_003138: 2 dets, valid=True
|
|
[23:02:33 INFO] Video batch 607: frame 4856/7500 (64%)
|
|
[23:02:33 INFO] Video batch 607: 4 detections from postprocess
|
|
[23:02:33 INFO] Video frame video_short01_003140: 2 dets, valid=True
|
|
[23:02:33 INFO] Video frame video_short01_003141: 2 dets, valid=True
|
|
[23:02:33 INFO] Video batch 608: frame 4864/7500 (64%)
|
|
[23:02:33 INFO] Video batch 608: 4 detections from postprocess
|
|
[23:02:33 INFO] Video frame video_short01_003143: 2 dets, valid=True
|
|
[23:02:33 INFO] Video frame video_short01_003145: 2 dets, valid=True
|
|
[23:02:33 INFO] Video batch 609: frame 4872/7500 (64%)
|
|
[23:02:34 INFO] Video batch 609: 3 detections from postprocess
|
|
[23:02:34 INFO] Video frame video_short01_003146: 1 dets, valid=True
|
|
[23:02:34 INFO] Video frame video_short01_003148: 2 dets, valid=True
|
|
[23:02:34 INFO] Video batch 610: frame 4880/7500 (65%)
|
|
[23:02:34 INFO] Video batch 610: 4 detections from postprocess
|
|
[23:02:34 INFO] Video frame video_short01_003150: 2 dets, valid=True
|
|
[23:02:34 INFO] Video frame video_short01_003151: 2 dets, valid=True
|
|
[23:02:34 INFO] Video batch 611: frame 4888/7500 (65%)
|
|
[23:02:34 INFO] Video batch 611: 3 detections from postprocess
|
|
[23:02:34 INFO] Video frame video_short01_003153: 2 dets, valid=True
|
|
[23:02:34 INFO] Video frame video_short01_003154: 1 dets, valid=True
|
|
[23:02:34 INFO] Video batch 612: frame 4896/7500 (65%)
|
|
[23:02:34 INFO] Video batch 612: 2 detections from postprocess
|
|
[23:02:34 INFO] Video frame video_short01_003156: 1 dets, valid=True
|
|
[23:02:34 INFO] Video frame video_short01_003157: 1 dets, valid=True
|
|
[23:02:35 INFO] Video batch 613: frame 4904/7500 (65%)
|
|
[23:02:35 INFO] Video batch 613: 2 detections from postprocess
|
|
[23:02:35 INFO] Video frame video_short01_003159: 1 dets, valid=True
|
|
[23:02:35 INFO] Video frame video_short01_003161: 1 dets, valid=True
|
|
[23:02:35 INFO] Video batch 614: frame 4912/7500 (65%)
|
|
[23:02:35 INFO] Video batch 614: 2 detections from postprocess
|
|
[23:02:35 INFO] Video frame video_short01_003162: 1 dets, valid=True
|
|
[23:02:35 INFO] Video frame video_short01_003164: 1 dets, valid=True
|
|
[23:02:35 INFO] Video batch 615: frame 4920/7500 (65%)
|
|
[23:02:35 INFO] Video batch 615: 2 detections from postprocess
|
|
[23:02:35 INFO] Video frame video_short01_003165: 1 dets, valid=True
|
|
[23:02:35 INFO] Video frame video_short01_003167: 1 dets, valid=True
|
|
[23:02:35 INFO] Video batch 616: frame 4928/7500 (65%)
|
|
[23:02:35 INFO] Video batch 616: 2 detections from postprocess
|
|
[23:02:35 INFO] Video frame video_short01_003169: 1 dets, valid=True
|
|
[23:02:35 INFO] Video frame video_short01_003170: 1 dets, valid=True
|
|
[23:02:35 INFO] Video batch 617: frame 4936/7500 (65%)
|
|
[23:02:36 INFO] Video batch 617: 3 detections from postprocess
|
|
[23:02:36 INFO] Video frame video_short01_003172: 1 dets, valid=True
|
|
[23:02:36 INFO] Video frame video_short01_003173: 2 dets, valid=True
|
|
[23:02:36 INFO] Video batch 618: frame 4944/7500 (65%)
|
|
[23:02:36 INFO] Video batch 618: 4 detections from postprocess
|
|
[23:02:36 INFO] Video frame video_short01_003175: 2 dets, valid=True
|
|
[23:02:36 INFO] Video frame video_short01_003177: 2 dets, valid=True
|
|
[23:02:36 INFO] Video batch 619: frame 4952/7500 (66%)
|
|
[23:02:36 INFO] Video batch 619: 4 detections from postprocess
|
|
[23:02:36 INFO] Video frame video_short01_003178: 2 dets, valid=True
|
|
[23:02:36 INFO] Video frame video_short01_003180: 2 dets, valid=True
|
|
[23:02:36 INFO] Video batch 620: frame 4960/7500 (66%)
|
|
[23:02:36 INFO] Video batch 620: 2 detections from postprocess
|
|
[23:02:36 INFO] Video frame video_short01_003181: 1 dets, valid=True
|
|
[23:02:36 INFO] Video frame video_short01_003183: 1 dets, valid=True
|
|
[23:02:36 INFO] Video batch 621: frame 4968/7500 (66%)
|
|
[23:02:37 INFO] Video batch 621: 3 detections from postprocess
|
|
[23:02:37 INFO] Video frame video_short01_003185: 2 dets, valid=True
|
|
[23:02:37 INFO] Video frame video_short01_003186: 1 dets, valid=True
|
|
[23:02:37 INFO] Video batch 622: frame 4976/7500 (66%)
|
|
[23:02:37 INFO] Video batch 622: 2 detections from postprocess
|
|
[23:02:37 INFO] Video frame video_short01_003188: 1 dets, valid=True
|
|
[23:02:37 INFO] Video frame video_short01_003190: 1 dets, valid=True
|
|
[23:02:37 INFO] Video batch 623: frame 4984/7500 (66%)
|
|
[23:02:37 INFO] Video batch 623: 2 detections from postprocess
|
|
[23:02:37 INFO] Video frame video_short01_003191: 1 dets, valid=True
|
|
[23:02:37 INFO] Video frame video_short01_003193: 1 dets, valid=True
|
|
[23:02:37 INFO] Video batch 624: frame 4992/7500 (66%)
|
|
[23:02:37 INFO] Video batch 624: 2 detections from postprocess
|
|
[23:02:37 INFO] Video frame video_short01_003194: 1 dets, valid=True
|
|
[23:02:37 INFO] Video frame video_short01_003196: 1 dets, valid=True
|
|
[23:02:37 INFO] Video batch 625: frame 5000/7500 (66%)
|
|
[23:02:37 INFO] Video batch 625: 3 detections from postprocess
|
|
[23:02:37 INFO] Video frame video_short01_003197: 1 dets, valid=True
|
|
[23:02:37 INFO] Video frame video_short01_003199: 2 dets, valid=True
|
|
[23:02:38 INFO] Video batch 626: frame 5008/7500 (66%)
|
|
[23:02:38 INFO] Video batch 626: 4 detections from postprocess
|
|
[23:02:38 INFO] Video frame video_short01_003201: 2 dets, valid=True
|
|
[23:02:38 INFO] Video frame video_short01_003202: 2 dets, valid=True
|
|
[23:02:38 INFO] Video batch 627: frame 5016/7500 (66%)
|
|
[23:02:38 INFO] Video batch 628: frame 5024/7500 (66%)
|
|
[23:02:38 INFO] Video batch 628: 1 detections from postprocess
|
|
[23:02:38 INFO] Video frame video_short01_003207: 1 dets, valid=True
|
|
[23:02:38 INFO] Video batch 629: frame 5032/7500 (67%)
|
|
[23:02:38 INFO] Video batch 629: 2 detections from postprocess
|
|
[23:02:38 INFO] Video frame video_short01_003210: 1 dets, valid=True
|
|
[23:02:38 INFO] Video frame video_short01_003212: 1 dets, valid=True
|
|
[23:02:38 INFO] Video batch 630: frame 5040/7500 (67%)
|
|
[23:02:39 INFO] Video batch 630: 2 detections from postprocess
|
|
[23:02:39 INFO] Video frame video_short01_003213: 1 dets, valid=True
|
|
[23:02:39 INFO] Video frame video_short01_003215: 1 dets, valid=True
|
|
[23:02:39 INFO] Video batch 631: frame 5048/7500 (67%)
|
|
[23:02:39 INFO] Video batch 631: 1 detections from postprocess
|
|
[23:02:39 INFO] Video frame video_short01_003218: 1 dets, valid=True
|
|
[23:02:39 INFO] Video batch 632: frame 5056/7500 (67%)
|
|
[23:02:39 INFO] Video batch 632: 1 detections from postprocess
|
|
[23:02:39 INFO] Video frame video_short01_003220: 1 dets, valid=True
|
|
[23:02:39 INFO] Video batch 633: frame 5064/7500 (67%)
|
|
[23:02:39 INFO] Video batch 634: frame 5072/7500 (67%)
|
|
[23:02:39 INFO] Video batch 634: 2 detections from postprocess
|
|
[23:02:39 INFO] Video frame video_short01_003226: 1 dets, valid=True
|
|
[23:02:39 INFO] Video frame video_short01_003228: 1 dets, valid=True
|
|
[23:02:40 INFO] Video batch 635: frame 5080/7500 (67%)
|
|
[23:02:40 INFO] Video batch 635: 1 detections from postprocess
|
|
[23:02:40 INFO] Video frame video_short01_003230: 1 dets, valid=True
|
|
[23:02:40 INFO] Video batch 636: frame 5088/7500 (67%)
|
|
[23:02:40 INFO] Video batch 636: 2 detections from postprocess
|
|
[23:02:40 INFO] Video frame video_short01_003233: 1 dets, valid=True
|
|
[23:02:40 INFO] Video frame video_short01_003234: 1 dets, valid=True
|
|
[23:02:40 INFO] Video batch 637: frame 5096/7500 (67%)
|
|
[23:02:40 INFO] Video batch 637: 2 detections from postprocess
|
|
[23:02:40 INFO] Video frame video_short01_003236: 1 dets, valid=True
|
|
[23:02:40 INFO] Video frame video_short01_003237: 1 dets, valid=True
|
|
[23:02:40 INFO] Video batch 638: frame 5104/7500 (68%)
|
|
[23:02:40 INFO] Video batch 638: 1 detections from postprocess
|
|
[23:02:40 INFO] Video frame video_short01_003239: 1 dets, valid=True
|
|
[23:02:40 INFO] Video batch 639: frame 5112/7500 (68%)
|
|
[23:02:41 INFO] Video batch 640: frame 5120/7500 (68%)
|
|
[23:02:41 INFO] Video batch 641: frame 5128/7500 (68%)
|
|
[23:02:41 INFO] Video batch 642: frame 5136/7500 (68%)
|
|
[23:02:41 INFO] Video batch 643: frame 5144/7500 (68%)
|
|
[23:02:41 INFO] Video batch 644: frame 5152/7500 (68%)
|
|
[23:02:42 INFO] Video batch 645: frame 5160/7500 (68%)
|
|
[23:02:42 INFO] Video batch 646: frame 5168/7500 (68%)
|
|
[23:02:42 INFO] Video batch 647: frame 5176/7500 (69%)
|
|
[23:02:42 INFO] Video batch 648: frame 5184/7500 (69%)
|
|
[23:02:42 INFO] Video batch 648: 1 detections from postprocess
|
|
[23:02:42 INFO] Video frame video_short01_003273: 1 dets, valid=True
|
|
[23:02:42 INFO] Video batch 649: frame 5192/7500 (69%)
|
|
[23:02:43 INFO] Video batch 650: frame 5200/7500 (69%)
|
|
[23:02:43 INFO] Video batch 651: frame 5208/7500 (69%)
|
|
[23:02:43 INFO] Video batch 652: frame 5216/7500 (69%)
|
|
[23:02:43 INFO] Video batch 653: frame 5224/7500 (69%)
|
|
[23:02:44 INFO] Video batch 654: frame 5232/7500 (69%)
|
|
[23:02:44 INFO] Video batch 655: frame 5240/7500 (69%)
|
|
[23:02:44 INFO] Video batch 656: frame 5248/7500 (69%)
|
|
[23:02:44 INFO] Video batch 657: frame 5256/7500 (70%)
|
|
[23:02:44 INFO] Video batch 658: frame 5264/7500 (70%)
|
|
[23:02:45 INFO] Video batch 659: frame 5272/7500 (70%)
|
|
[23:02:45 INFO] Video batch 660: frame 5280/7500 (70%)
|
|
[23:02:45 INFO] Video batch 661: frame 5288/7500 (70%)
|
|
[23:02:45 INFO] Video batch 662: frame 5296/7500 (70%)
|
|
[23:02:46 INFO] Video batch 663: frame 5304/7500 (70%)
|
|
[23:02:46 INFO] Video batch 664: frame 5312/7500 (70%)
|
|
[23:02:46 INFO] Video batch 665: frame 5320/7500 (70%)
|
|
[23:02:46 INFO] Video batch 666: frame 5328/7500 (71%)
|
|
[23:02:46 INFO] Video batch 667: frame 5336/7500 (71%)
|
|
[23:02:47 INFO] Video batch 668: frame 5344/7500 (71%)
|
|
[23:02:47 INFO] Video batch 669: frame 5352/7500 (71%)
|
|
[23:02:47 INFO] Video batch 669: 1 detections from postprocess
|
|
[23:02:47 INFO] Video frame video_short01_003340: 1 dets, valid=True
|
|
[23:02:47 INFO] Video batch 670: frame 5360/7500 (71%)
|
|
[23:02:47 INFO] Video batch 670: 2 detections from postprocess
|
|
[23:02:47 INFO] Video frame video_short01_003341: 1 dets, valid=True
|
|
[23:02:47 INFO] Video frame video_short01_003343: 1 dets, valid=True
|
|
[23:02:47 INFO] Video batch 671: frame 5368/7500 (71%)
|
|
[23:02:48 INFO] Video batch 671: 1 detections from postprocess
|
|
[23:02:48 INFO] Video frame video_short01_003345: 1 dets, valid=True
|
|
[23:02:48 INFO] Video batch 672: frame 5376/7500 (71%)
|
|
[23:02:48 INFO] Video batch 673: frame 5384/7500 (71%)
|
|
[23:02:48 INFO] Video batch 674: frame 5392/7500 (71%)
|
|
[23:02:48 INFO] Video batch 675: frame 5400/7500 (72%)
|
|
[23:02:48 INFO] Video batch 676: frame 5408/7500 (72%)
|
|
[23:02:49 INFO] Video batch 677: frame 5416/7500 (72%)
|
|
[23:02:49 INFO] Video batch 678: frame 5424/7500 (72%)
|
|
[23:02:49 INFO] Video batch 679: frame 5432/7500 (72%)
|
|
[23:02:49 INFO] Video batch 680: frame 5440/7500 (72%)
|
|
[23:02:49 INFO] Video batch 681: frame 5448/7500 (72%)
|
|
[23:02:50 INFO] Video batch 682: frame 5456/7500 (72%)
|
|
[23:02:50 INFO] Video batch 683: frame 5464/7500 (72%)
|
|
[23:02:50 INFO] Video batch 684: frame 5472/7500 (72%)
|
|
[23:02:50 INFO] Video batch 685: frame 5480/7500 (73%)
|
|
[23:02:50 INFO] Video batch 686: frame 5488/7500 (73%)
|
|
[23:02:51 INFO] Video batch 687: frame 5496/7500 (73%)
|
|
[23:02:51 INFO] Video batch 687: 2 detections from postprocess
|
|
[23:02:51 INFO] Video frame video_short01_003396: 1 dets, valid=True
|
|
[23:02:51 INFO] Video frame video_short01_003397: 1 dets, valid=True
|
|
[23:02:51 INFO] Video batch 688: frame 5504/7500 (73%)
|
|
[23:02:51 INFO] Video batch 689: frame 5512/7500 (73%)
|
|
[23:02:51 INFO] Video batch 690: frame 5520/7500 (73%)
|
|
[23:02:52 INFO] Video batch 691: frame 5528/7500 (73%)
|
|
[23:02:52 INFO] Video batch 692: frame 5536/7500 (73%)
|
|
[23:02:52 INFO] Video batch 693: frame 5544/7500 (73%)
|
|
[23:02:52 INFO] Video batch 694: frame 5552/7500 (74%)
|
|
[23:02:52 INFO] Video batch 694: 1 detections from postprocess
|
|
[23:02:52 INFO] Video frame video_short01_003418: 1 dets, valid=True
|
|
[23:02:52 INFO] Video batch 695: frame 5560/7500 (74%)
|
|
[23:02:53 INFO] Video batch 695: 1 detections from postprocess
|
|
[23:02:53 INFO] Video frame video_short01_003421: 1 dets, valid=True
|
|
[23:02:53 INFO] Video batch 696: frame 5568/7500 (74%)
|
|
[23:02:53 INFO] Video batch 696: 1 detections from postprocess
|
|
[23:02:53 INFO] Video frame video_short01_003425: 1 dets, valid=True
|
|
[23:02:53 INFO] Video batch 697: frame 5576/7500 (74%)
|
|
[23:02:53 INFO] Video batch 698: frame 5584/7500 (74%)
|
|
[23:02:53 INFO] Video batch 699: frame 5592/7500 (74%)
|
|
[23:02:53 INFO] Video batch 700: frame 5600/7500 (74%)
|
|
[23:02:54 INFO] Video batch 701: frame 5608/7500 (74%)
|
|
[23:02:54 INFO] Video batch 702: frame 5616/7500 (74%)
|
|
[23:02:54 INFO] Video batch 703: frame 5624/7500 (74%)
|
|
[23:02:54 INFO] Video batch 704: frame 5632/7500 (75%)
|
|
[23:02:54 INFO] Video batch 705: frame 5640/7500 (75%)
|
|
[23:02:55 INFO] Video batch 706: frame 5648/7500 (75%)
|
|
[23:02:55 INFO] Video batch 707: frame 5656/7500 (75%)
|
|
[23:02:55 INFO] Video batch 708: frame 5664/7500 (75%)
|
|
[23:02:55 INFO] Video batch 709: frame 5672/7500 (75%)
|
|
[23:02:55 INFO] Video batch 710: frame 5680/7500 (75%)
|
|
[23:02:56 INFO] Video batch 711: frame 5688/7500 (75%)
|
|
[23:02:56 INFO] Video batch 712: frame 5696/7500 (75%)
|
|
[23:02:56 INFO] Video batch 713: frame 5704/7500 (76%)
|
|
[23:02:56 INFO] Video batch 714: frame 5712/7500 (76%)
|
|
[23:02:57 INFO] Video batch 715: frame 5720/7500 (76%)
|
|
[23:02:57 INFO] Video batch 716: frame 5728/7500 (76%)
|
|
[23:02:57 INFO] Video batch 717: frame 5736/7500 (76%)
|
|
[23:02:57 INFO] Video batch 718: frame 5744/7500 (76%)
|
|
[23:02:57 INFO] Video batch 719: frame 5752/7500 (76%)
|
|
[23:02:58 INFO] Video batch 720: frame 5760/7500 (76%)
|
|
[23:02:58 INFO] Video batch 721: frame 5768/7500 (76%)
|
|
[23:02:58 INFO] Video batch 722: frame 5776/7500 (77%)
|
|
[23:02:58 INFO] Video batch 723: frame 5784/7500 (77%)
|
|
[23:02:58 INFO] Video batch 724: frame 5792/7500 (77%)
|
|
[23:02:59 INFO] Video batch 725: frame 5800/7500 (77%)
|
|
[23:02:59 INFO] Video batch 726: frame 5808/7500 (77%)
|
|
[23:02:59 INFO] Video batch 727: frame 5816/7500 (77%)
|
|
[23:02:59 INFO] Video batch 728: frame 5824/7500 (77%)
|
|
[23:02:59 INFO] Video batch 729: frame 5832/7500 (77%)
|
|
[23:03:00 INFO] Video batch 729: 1 detections from postprocess
|
|
[23:03:00 INFO] Video frame video_short01_003532: 1 dets, valid=True
|
|
[23:03:00 INFO] Video batch 730: frame 5840/7500 (77%)
|
|
[23:03:00 INFO] Video batch 730: 1 detections from postprocess
|
|
[23:03:00 INFO] Video frame video_short01_003533: 1 dets, valid=True
|
|
[23:03:00 INFO] Video batch 731: frame 5848/7500 (77%)
|
|
[23:03:00 INFO] Video batch 732: frame 5856/7500 (78%)
|
|
[23:03:00 INFO] Video batch 733: frame 5864/7500 (78%)
|
|
[23:03:00 INFO] Video batch 734: frame 5872/7500 (78%)
|
|
[23:03:01 INFO] Video batch 735: frame 5880/7500 (78%)
|
|
[23:03:01 INFO] Video batch 736: frame 5888/7500 (78%)
|
|
[23:03:01 INFO] Video batch 737: frame 5896/7500 (78%)
|
|
[23:03:01 INFO] Video batch 738: frame 5904/7500 (78%)
|
|
[23:03:02 INFO] Video batch 739: frame 5912/7500 (78%)
|
|
[23:03:02 INFO] Video batch 740: frame 5920/7500 (78%)
|
|
[23:03:02 INFO] Video batch 741: frame 5928/7500 (79%)
|
|
[23:03:02 INFO] Video batch 742: frame 5936/7500 (79%)
|
|
[23:03:02 INFO] Video batch 743: frame 5944/7500 (79%)
|
|
[23:03:03 INFO] Video batch 744: frame 5952/7500 (79%)
|
|
[23:03:03 INFO] Video batch 745: frame 5960/7500 (79%)
|
|
[23:03:03 INFO] Video batch 746: frame 5968/7500 (79%)
|
|
[23:03:03 INFO] Video batch 747: frame 5976/7500 (79%)
|
|
[23:03:04 INFO] Video batch 748: frame 5984/7500 (79%)
|
|
[23:03:04 INFO] Video batch 749: frame 5992/7500 (79%)
|
|
[23:03:04 INFO] Video batch 750: frame 6000/7500 (80%)
|
|
[23:03:04 INFO] Video batch 751: frame 6008/7500 (80%)
|
|
[23:03:04 INFO] Video batch 752: frame 6016/7500 (80%)
|
|
[23:03:05 INFO] Video batch 753: frame 6024/7500 (80%)
|
|
[23:03:05 INFO] Video batch 754: frame 6032/7500 (80%)
|
|
[23:03:05 INFO] Video batch 755: frame 6040/7500 (80%)
|
|
[23:03:05 INFO] Video batch 755: 1 detections from postprocess
|
|
[23:03:05 INFO] Video frame video_short01_004015: 1 dets, valid=True
|
|
[23:03:05 INFO] Video batch 756: frame 6048/7500 (80%)
|
|
[23:03:05 INFO] Video batch 756: 2 detections from postprocess
|
|
[23:03:05 INFO] Video frame video_short01_004017: 1 dets, valid=True
|
|
[23:03:05 INFO] Video frame video_short01_004018: 1 dets, valid=True
|
|
[23:03:05 INFO] Video batch 757: frame 6056/7500 (80%)
|
|
[23:03:06 INFO] Video batch 757: 1 detections from postprocess
|
|
[23:03:06 INFO] Video frame video_short01_004021: 1 dets, valid=True
|
|
[23:03:06 INFO] Video batch 758: frame 6064/7500 (80%)
|
|
[23:03:06 INFO] Video batch 759: frame 6072/7500 (80%)
|
|
[23:03:06 INFO] Video batch 759: 5 detections from postprocess
|
|
[23:03:06 INFO] Video frame video_short01_004026: 1 dets, valid=True
|
|
[23:03:06 INFO] Video frame video_short01_004028: 4 dets, valid=True
|
|
[23:03:06 INFO] Video batch 760: frame 6080/7500 (81%)
|
|
[23:03:06 INFO] Video batch 760: 8 detections from postprocess
|
|
[23:03:06 INFO] Video frame video_short01_004030: 4 dets, valid=True
|
|
[23:03:06 INFO] Video frame video_short01_004031: 4 dets, valid=True
|
|
[23:03:06 INFO] Video batch 761: frame 6088/7500 (81%)
|
|
[23:03:06 INFO] Video batch 761: 7 detections from postprocess
|
|
[23:03:06 INFO] Video frame video_short01_004033: 4 dets, valid=True
|
|
[23:03:06 INFO] Video frame video_short01_004034: 3 dets, valid=True
|
|
[23:03:07 INFO] Video batch 762: frame 6096/7500 (81%)
|
|
[23:03:07 INFO] Video batch 762: 6 detections from postprocess
|
|
[23:03:07 INFO] Video frame video_short01_004036: 3 dets, valid=True
|
|
[23:03:07 INFO] Video frame video_short01_004037: 3 dets, valid=True
|
|
[23:03:07 INFO] Video batch 763: frame 6104/7500 (81%)
|
|
[23:03:07 INFO] Video batch 763: 8 detections from postprocess
|
|
[23:03:07 INFO] Video frame video_short01_004039: 4 dets, valid=True
|
|
[23:03:07 INFO] Video frame video_short01_004041: 4 dets, valid=True
|
|
[23:03:07 INFO] Video batch 764: frame 6112/7500 (81%)
|
|
[23:03:07 INFO] Video batch 764: 8 detections from postprocess
|
|
[23:03:07 INFO] Video frame video_short01_004042: 4 dets, valid=True
|
|
[23:03:07 INFO] Video frame video_short01_004044: 4 dets, valid=True
|
|
[23:03:07 INFO] Video batch 765: frame 6120/7500 (81%)
|
|
[23:03:07 INFO] Video batch 765: 8 detections from postprocess
|
|
[23:03:07 INFO] Video frame video_short01_004045: 4 dets, valid=True
|
|
[23:03:07 INFO] Video frame video_short01_004047: 4 dets, valid=True
|
|
[23:03:07 INFO] Video batch 766: frame 6128/7500 (81%)
|
|
[23:03:08 INFO] Video batch 766: 6 detections from postprocess
|
|
[23:03:08 INFO] Video frame video_short01_004049: 3 dets, valid=True
|
|
[23:03:08 INFO] Video frame video_short01_004050: 3 dets, valid=True
|
|
[23:03:08 INFO] Video batch 767: frame 6136/7500 (81%)
|
|
[23:03:08 INFO] Video batch 767: 6 detections from postprocess
|
|
[23:03:08 INFO] Video frame video_short01_004052: 3 dets, valid=True
|
|
[23:03:08 INFO] Video frame video_short01_004053: 3 dets, valid=True
|
|
[23:03:08 INFO] Video batch 768: frame 6144/7500 (81%)
|
|
[23:03:08 INFO] Video batch 768: 5 detections from postprocess
|
|
[23:03:08 INFO] Video frame video_short01_004055: 3 dets, valid=True
|
|
[23:03:08 INFO] Video frame video_short01_004057: 2 dets, valid=True
|
|
[23:03:08 INFO] Video batch 769: frame 6152/7500 (82%)
|
|
[23:03:08 INFO] Video batch 769: 4 detections from postprocess
|
|
[23:03:08 INFO] Video frame video_short01_004058: 3 dets, valid=True
|
|
[23:03:08 INFO] Video frame video_short01_004060: 1 dets, valid=True
|
|
[23:03:08 INFO] Video batch 770: frame 6160/7500 (82%)
|
|
[23:03:09 INFO] Video batch 771: frame 6168/7500 (82%)
|
|
[23:03:09 INFO] Video batch 772: frame 6176/7500 (82%)
|
|
[23:03:09 INFO] Video batch 773: frame 6184/7500 (82%)
|
|
[23:03:09 INFO] Video batch 774: frame 6192/7500 (82%)
|
|
[23:03:09 INFO] Video batch 775: frame 6200/7500 (82%)
|
|
[23:03:10 INFO] Video batch 776: frame 6208/7500 (82%)
|
|
[23:03:10 INFO] Video batch 777: frame 6216/7500 (82%)
|
|
[23:03:10 INFO] Video batch 778: frame 6224/7500 (82%)
|
|
[23:03:10 INFO] Video batch 779: frame 6232/7500 (83%)
|
|
[23:03:10 INFO] Video batch 780: frame 6240/7500 (83%)
|
|
[23:03:11 INFO] Video batch 781: frame 6248/7500 (83%)
|
|
[23:03:11 INFO] Video batch 782: frame 6256/7500 (83%)
|
|
[23:03:11 INFO] Video batch 783: frame 6264/7500 (83%)
|
|
[23:03:11 INFO] Video batch 784: frame 6272/7500 (83%)
|
|
[23:03:11 INFO] Video batch 785: frame 6280/7500 (83%)
|
|
[23:03:12 INFO] Video batch 786: frame 6288/7500 (83%)
|
|
[23:03:12 INFO] Video batch 787: frame 6296/7500 (83%)
|
|
[23:03:12 INFO] Video batch 788: frame 6304/7500 (84%)
|
|
[23:03:12 INFO] Video batch 789: frame 6312/7500 (84%)
|
|
[23:03:12 INFO] Video batch 789: 1 detections from postprocess
|
|
[23:03:12 INFO] Video frame video_short01_004122: 1 dets, valid=True
|
|
[23:03:13 INFO] Video batch 790: frame 6320/7500 (84%)
|
|
[23:03:13 INFO] Video batch 791: frame 6328/7500 (84%)
|
|
[23:03:13 INFO] Video batch 792: frame 6336/7500 (84%)
|
|
[23:03:13 INFO] Video batch 793: frame 6344/7500 (84%)
|
|
[23:03:13 INFO] Video batch 794: frame 6352/7500 (84%)
|
|
[23:03:14 INFO] Video batch 795: frame 6360/7500 (84%)
|
|
[23:03:14 INFO] Video batch 796: frame 6368/7500 (84%)
|
|
[23:03:14 INFO] Video batch 796: 1 detections from postprocess
|
|
[23:03:14 INFO] Video frame video_short01_004146: 1 dets, valid=True
|
|
[23:03:14 INFO] Video batch 797: frame 6376/7500 (85%)
|
|
[23:03:14 INFO] Video batch 798: frame 6384/7500 (85%)
|
|
[23:03:14 INFO] Video batch 799: frame 6392/7500 (85%)
|
|
[23:03:15 INFO] Video batch 800: frame 6400/7500 (85%)
|
|
[23:03:15 INFO] Video batch 801: frame 6408/7500 (85%)
|
|
[23:03:15 INFO] Video batch 802: frame 6416/7500 (85%)
|
|
[23:03:15 INFO] Video batch 803: frame 6424/7500 (85%)
|
|
[23:03:15 INFO] Video batch 804: frame 6432/7500 (85%)
|
|
[23:03:16 INFO] Video batch 805: frame 6440/7500 (85%)
|
|
[23:03:16 INFO] Video batch 806: frame 6448/7500 (85%)
|
|
[23:03:16 INFO] Video batch 807: frame 6456/7500 (86%)
|
|
[23:03:16 INFO] Video batch 808: frame 6464/7500 (86%)
|
|
[23:03:16 INFO] Video batch 809: frame 6472/7500 (86%)
|
|
[23:03:17 INFO] Video batch 810: frame 6480/7500 (86%)
|
|
[23:03:17 INFO] Video batch 811: frame 6488/7500 (86%)
|
|
[23:03:17 INFO] Video batch 812: frame 6496/7500 (86%)
|
|
[23:03:17 INFO] Video batch 813: frame 6504/7500 (86%)
|
|
[23:03:18 INFO] Video batch 814: frame 6512/7500 (86%)
|
|
[23:03:18 INFO] Video batch 815: frame 6520/7500 (86%)
|
|
[23:03:18 INFO] Video batch 816: frame 6528/7500 (87%)
|
|
[23:03:18 INFO] Video batch 817: frame 6536/7500 (87%)
|
|
[23:03:18 INFO] Video batch 818: frame 6544/7500 (87%)
|
|
[23:03:19 INFO] Video batch 819: frame 6552/7500 (87%)
|
|
[23:03:19 INFO] Video batch 820: frame 6560/7500 (87%)
|
|
[23:03:19 INFO] Video batch 821: frame 6568/7500 (87%)
|
|
[23:03:19 INFO] Video batch 822: frame 6576/7500 (87%)
|
|
[23:03:19 INFO] Video batch 823: frame 6584/7500 (87%)
|
|
[23:03:20 INFO] Video batch 824: frame 6592/7500 (87%)
|
|
[23:03:20 INFO] Video batch 825: frame 6600/7500 (88%)
|
|
[23:03:20 INFO] Video batch 826: frame 6608/7500 (88%)
|
|
[23:03:20 INFO] Video batch 827: frame 6616/7500 (88%)
|
|
[23:03:21 INFO] Video batch 828: frame 6624/7500 (88%)
|
|
[23:03:21 INFO] Video batch 829: frame 6632/7500 (88%)
|
|
[23:03:21 INFO] Video batch 830: frame 6640/7500 (88%)
|
|
[23:03:21 INFO] Video batch 831: frame 6648/7500 (88%)
|
|
[23:03:21 INFO] Video batch 832: frame 6656/7500 (88%)
|
|
[23:03:22 INFO] Video batch 833: frame 6664/7500 (88%)
|
|
[23:03:22 INFO] Video batch 834: frame 6672/7500 (88%)
|
|
[23:03:22 INFO] Video batch 835: frame 6680/7500 (89%)
|
|
[23:03:22 INFO] Video batch 836: frame 6688/7500 (89%)
|
|
[23:03:22 INFO] Video batch 837: frame 6696/7500 (89%)
|
|
[23:03:23 INFO] Video batch 838: frame 6704/7500 (89%)
|
|
[23:03:23 INFO] Video batch 839: frame 6712/7500 (89%)
|
|
[23:03:23 INFO] Video batch 840: frame 6720/7500 (89%)
|
|
[23:03:23 INFO] Video batch 841: frame 6728/7500 (89%)
|
|
[23:03:23 INFO] Video batch 842: frame 6736/7500 (89%)
|
|
[23:03:24 INFO] Video batch 843: frame 6744/7500 (89%)
|
|
[23:03:24 INFO] Video batch 844: frame 6752/7500 (90%)
|
|
[23:03:24 INFO] Video batch 845: frame 6760/7500 (90%)
|
|
[23:03:24 INFO] Video batch 846: frame 6768/7500 (90%)
|
|
[23:03:25 INFO] Video batch 847: frame 6776/7500 (90%)
|
|
[23:03:25 INFO] Video batch 848: frame 6784/7500 (90%)
|
|
[23:03:25 INFO] Video batch 849: frame 6792/7500 (90%)
|
|
[23:03:25 INFO] Video batch 850: frame 6800/7500 (90%)
|
|
[23:03:25 INFO] Video batch 851: frame 6808/7500 (90%)
|
|
[23:03:26 INFO] Video batch 851: 1 detections from postprocess
|
|
[23:03:26 INFO] Video frame video_short01_004321: 1 dets, valid=True
|
|
[23:03:26 INFO] Video batch 852: frame 6816/7500 (90%)
|
|
[23:03:26 INFO] Video batch 853: frame 6824/7500 (90%)
|
|
[23:03:26 INFO] Video batch 854: frame 6832/7500 (91%)
|
|
[23:03:26 INFO] Video batch 855: frame 6840/7500 (91%)
|
|
[23:03:27 INFO] Video batch 856: frame 6848/7500 (91%)
|
|
[23:03:27 INFO] Video batch 857: frame 6856/7500 (91%)
|
|
[23:03:27 INFO] Video batch 858: frame 6864/7500 (91%)
|
|
[23:03:27 INFO] Video batch 859: frame 6872/7500 (91%)
|
|
[23:03:27 INFO] Video batch 860: frame 6880/7500 (91%)
|
|
[23:03:28 INFO] Video batch 861: frame 6888/7500 (91%)
|
|
[23:03:28 INFO] Video batch 862: frame 6896/7500 (91%)
|
|
[23:03:28 INFO] Video batch 863: frame 6904/7500 (92%)
|
|
[23:03:28 INFO] Video batch 864: frame 6912/7500 (92%)
|
|
[23:03:28 INFO] Video batch 865: frame 6920/7500 (92%)
|
|
[23:03:29 INFO] Video batch 866: frame 6928/7500 (92%)
|
|
[23:03:29 INFO] Video batch 867: frame 6936/7500 (92%)
|
|
[23:03:29 INFO] Video batch 868: frame 6944/7500 (92%)
|
|
[23:03:29 INFO] Video batch 869: frame 6952/7500 (92%)
|
|
[23:03:29 INFO] Video batch 870: frame 6960/7500 (92%)
|
|
[23:03:30 INFO] Video batch 871: frame 6968/7500 (92%)
|
|
[23:03:30 INFO] Video batch 872: frame 6976/7500 (93%)
|
|
[23:03:30 INFO] Video batch 873: frame 6984/7500 (93%)
|
|
[23:03:30 INFO] Video batch 874: frame 6992/7500 (93%)
|
|
[23:03:30 INFO] Video batch 875: frame 7000/7500 (93%)
|
|
[23:03:31 INFO] Video batch 876: frame 7008/7500 (93%)
|
|
[23:03:31 INFO] Video batch 877: frame 7016/7500 (93%)
|
|
[23:03:31 INFO] Video batch 878: frame 7024/7500 (93%)
|
|
[23:03:31 INFO] Video batch 879: frame 7032/7500 (93%)
|
|
[23:03:31 INFO] Video batch 880: frame 7040/7500 (93%)
|
|
[23:03:32 INFO] Video batch 881: frame 7048/7500 (93%)
|
|
[23:03:32 INFO] Video batch 882: frame 7056/7500 (94%)
|
|
[23:03:32 INFO] Video batch 883: frame 7064/7500 (94%)
|
|
[23:03:32 INFO] Video batch 883: 2 detections from postprocess
|
|
[23:03:32 INFO] Video frame video_short01_004423: 1 dets, valid=True
|
|
[23:03:32 INFO] Video frame video_short01_004425: 1 dets, valid=True
|
|
[23:03:32 INFO] Video batch 884: frame 7072/7500 (94%)
|
|
[23:03:32 INFO] Video batch 884: 1 detections from postprocess
|
|
[23:03:32 INFO] Video frame video_short01_004428: 1 dets, valid=True
|
|
[23:03:33 INFO] Video batch 885: frame 7080/7500 (94%)
|
|
[23:03:33 INFO] Video batch 885: 1 detections from postprocess
|
|
[23:03:33 INFO] Video frame video_short01_004431: 1 dets, valid=True
|
|
[23:03:33 INFO] Video batch 886: frame 7088/7500 (94%)
|
|
[23:03:33 INFO] Video batch 886: 2 detections from postprocess
|
|
[23:03:33 INFO] Video frame video_short01_004433: 1 dets, valid=True
|
|
[23:03:33 INFO] Video frame video_short01_004434: 1 dets, valid=True
|
|
[23:03:33 INFO] Video batch 887: frame 7096/7500 (94%)
|
|
[23:03:33 INFO] Video batch 887: 1 detections from postprocess
|
|
[23:03:33 INFO] Video frame video_short01_004436: 1 dets, valid=True
|
|
[23:03:33 INFO] Video batch 888: frame 7104/7500 (94%)
|
|
[23:03:33 INFO] Video batch 888: 2 detections from postprocess
|
|
[23:03:33 INFO] Video frame video_short01_004439: 1 dets, valid=True
|
|
[23:03:33 INFO] Video frame video_short01_004441: 1 dets, valid=True
|
|
[23:03:33 INFO] Video batch 889: frame 7112/7500 (94%)
|
|
[23:03:34 INFO] Video batch 889: 2 detections from postprocess
|
|
[23:03:34 INFO] Video frame video_short01_004442: 1 dets, valid=True
|
|
[23:03:34 INFO] Video frame video_short01_004444: 1 dets, valid=True
|
|
[23:03:34 INFO] Video batch 890: frame 7120/7500 (94%)
|
|
[23:03:34 INFO] Video batch 891: frame 7128/7500 (95%)
|
|
[23:03:34 INFO] Video batch 892: frame 7136/7500 (95%)
|
|
[23:03:34 INFO] Video batch 893: frame 7144/7500 (95%)
|
|
[23:03:35 INFO] Video batch 894: frame 7152/7500 (95%)
|
|
[23:03:35 INFO] Video batch 895: frame 7160/7500 (95%)
|
|
[23:03:35 INFO] Video batch 896: frame 7168/7500 (95%)
|
|
[23:03:35 INFO] Video batch 897: frame 7176/7500 (95%)
|
|
[23:03:35 INFO] Video batch 898: frame 7184/7500 (95%)
|
|
[23:03:36 INFO] Video batch 898: 2 detections from postprocess
|
|
[23:03:36 INFO] Video frame video_short01_004471: 1 dets, valid=True
|
|
[23:03:36 INFO] Video frame video_short01_004473: 1 dets, valid=True
|
|
[23:03:36 INFO] Video batch 899: frame 7192/7500 (95%)
|
|
[23:03:36 INFO] Video batch 899: 2 detections from postprocess
|
|
[23:03:36 INFO] Video frame video_short01_004474: 1 dets, valid=True
|
|
[23:03:36 INFO] Video frame video_short01_004476: 1 dets, valid=True
|
|
[23:03:36 INFO] Video batch 900: frame 7200/7500 (96%)
|
|
[23:03:36 INFO] Video batch 900: 2 detections from postprocess
|
|
[23:03:36 INFO] Video frame video_short01_004477: 1 dets, valid=True
|
|
[23:03:36 INFO] Video frame video_short01_004479: 1 dets, valid=True
|
|
[23:03:36 INFO] Video batch 901: frame 7208/7500 (96%)
|
|
[23:03:36 INFO] Video batch 901: 2 detections from postprocess
|
|
[23:03:36 INFO] Video frame video_short01_004481: 1 dets, valid=True
|
|
[23:03:36 INFO] Video frame video_short01_004482: 1 dets, valid=True
|
|
[23:03:36 INFO] Video batch 902: frame 7216/7500 (96%)
|
|
[23:03:36 INFO] Video batch 902: 2 detections from postprocess
|
|
[23:03:36 INFO] Video frame video_short01_004484: 1 dets, valid=True
|
|
[23:03:36 INFO] Video frame video_short01_004485: 1 dets, valid=True
|
|
[23:03:37 INFO] Video batch 903: frame 7224/7500 (96%)
|
|
[23:03:37 INFO] Video batch 903: 2 detections from postprocess
|
|
[23:03:37 INFO] Video frame video_short01_004487: 1 dets, valid=True
|
|
[23:03:37 INFO] Video frame video_short01_004489: 1 dets, valid=True
|
|
[23:03:37 INFO] Video batch 904: frame 7232/7500 (96%)
|
|
[23:03:37 INFO] Video batch 904: 1 detections from postprocess
|
|
[23:03:37 INFO] Video frame video_short01_004490: 1 dets, valid=True
|
|
[23:03:37 INFO] Video batch 905: frame 7240/7500 (96%)
|
|
[23:03:37 INFO] Video batch 906: frame 7248/7500 (96%)
|
|
[23:03:38 INFO] Video batch 907: frame 7256/7500 (96%)
|
|
[23:03:38 INFO] Video batch 907: 1 detections from postprocess
|
|
[23:03:38 INFO] Video frame video_short01_004500: 1 dets, valid=True
|
|
[23:03:38 INFO] Video batch 908: frame 7264/7500 (96%)
|
|
[23:03:38 INFO] Video batch 908: 2 detections from postprocess
|
|
[23:03:38 INFO] Video frame video_short01_004503: 1 dets, valid=True
|
|
[23:03:38 INFO] Video frame video_short01_004505: 1 dets, valid=True
|
|
[23:03:38 INFO] Video batch 909: frame 7272/7500 (96%)
|
|
[23:03:38 INFO] Video batch 909: 2 detections from postprocess
|
|
[23:03:38 INFO] Video frame video_short01_004506: 1 dets, valid=True
|
|
[23:03:38 INFO] Video frame video_short01_004508: 1 dets, valid=True
|
|
[23:03:38 INFO] Video batch 910: frame 7280/7500 (97%)
|
|
[23:03:38 INFO] Video batch 910: 2 detections from postprocess
|
|
[23:03:38 INFO] Video frame video_short01_004510: 1 dets, valid=True
|
|
[23:03:38 INFO] Video frame video_short01_004511: 1 dets, valid=True
|
|
[23:03:39 INFO] Video batch 911: frame 7288/7500 (97%)
|
|
[23:03:39 INFO] Video batch 911: 2 detections from postprocess
|
|
[23:03:39 INFO] Video frame video_short01_004513: 1 dets, valid=True
|
|
[23:03:39 INFO] Video frame video_short01_004514: 1 dets, valid=True
|
|
[23:03:39 INFO] Video batch 912: frame 7296/7500 (97%)
|
|
[23:03:39 INFO] Video batch 912: 2 detections from postprocess
|
|
[23:03:39 INFO] Video frame video_short01_004516: 1 dets, valid=True
|
|
[23:03:39 INFO] Video frame video_short01_004517: 1 dets, valid=True
|
|
[23:03:39 INFO] Video batch 913: frame 7304/7500 (97%)
|
|
[23:03:39 INFO] Video batch 913: 2 detections from postprocess
|
|
[23:03:39 INFO] Video frame video_short01_004519: 1 dets, valid=True
|
|
[23:03:39 INFO] Video frame video_short01_004521: 1 dets, valid=True
|
|
[23:03:39 INFO] Video batch 914: frame 7312/7500 (97%)
|
|
[23:03:39 INFO] Video batch 914: 1 detections from postprocess
|
|
[23:03:39 INFO] Video frame video_short01_004522: 1 dets, valid=True
|
|
[23:03:39 INFO] Video batch 915: frame 7320/7500 (97%)
|
|
[23:03:40 INFO] Video batch 915: 1 detections from postprocess
|
|
[23:03:40 INFO] Video frame video_short01_004527: 1 dets, valid=True
|
|
[23:03:40 INFO] Video batch 916: frame 7328/7500 (97%)
|
|
[23:03:40 INFO] Video batch 916: 1 detections from postprocess
|
|
[23:03:40 INFO] Video frame video_short01_004530: 1 dets, valid=True
|
|
[23:03:40 INFO] Video batch 917: frame 7336/7500 (97%)
|
|
[23:03:40 INFO] Video batch 918: frame 7344/7500 (97%)
|
|
[23:03:40 INFO] Video batch 919: frame 7352/7500 (98%)
|
|
[23:03:41 INFO] Video batch 920: frame 7360/7500 (98%)
|
|
[23:03:41 INFO] Video batch 921: frame 7368/7500 (98%)
|
|
[23:03:41 INFO] Video batch 922: frame 7376/7500 (98%)
|
|
[23:03:41 INFO] Video batch 923: frame 7384/7500 (98%)
|
|
[23:03:41 INFO] Video batch 924: frame 7392/7500 (98%)
|
|
[23:03:42 INFO] Video batch 925: frame 7400/7500 (98%)
|
|
[23:03:42 INFO] Video batch 926: frame 7408/7500 (98%)
|
|
[23:03:42 INFO] Video batch 927: frame 7416/7500 (98%)
|
|
[23:03:42 INFO] Video batch 928: frame 7424/7500 (98%)
|
|
[23:03:43 INFO] Video batch 929: frame 7432/7500 (99%)
|
|
[23:03:43 INFO] Video batch 930: frame 7440/7500 (99%)
|
|
[23:03:43 INFO] Video batch 931: frame 7448/7500 (99%)
|
|
[23:03:43 INFO] Video batch 932: frame 7456/7500 (99%)
|
|
[23:03:43 INFO] Video batch 933: frame 7464/7500 (99%)
|
|
[23:03:44 INFO] Video batch 934: frame 7472/7500 (99%)
|
|
[23:03:44 INFO] Video batch 935: frame 7480/7500 (99%)
|
|
[23:03:44 INFO] Video batch 936: frame 7488/7500 (99%)
|
|
[23:03:44 INFO] Video batch 937: frame 7496/7500 (99%)
|
|
[23:03:44 INFO] Video done: 7500 frames read, 937 batches processed
|
|
[23:03:44 INFO] init AI...
|
|
[23:03:45 INFO] init AI...
|
|
[23:03:45 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4...
|
|
[23:03:45 INFO] Video: 7500 frames, 25.0 fps, 2560x1440
|
|
[23:03:45 INFO] Video batch 1: frame 8/7500 (0%)
|
|
[23:03:45 INFO] Video batch 2: frame 16/7500 (0%)
|
|
[23:03:46 INFO] Video batch 2: 2 detections from postprocess
|
|
[23:03:46 INFO] Video frame video_short01_000004: 1 dets, valid=True
|
|
[23:03:46 INFO] Video frame video_short01_000005: 1 dets, valid=True
|
|
[23:03:46 INFO] Video batch 3: frame 24/7500 (0%)
|
|
[23:03:46 INFO] Video batch 3: 2 detections from postprocess
|
|
[23:03:46 INFO] Video frame video_short01_000007: 1 dets, valid=True
|
|
[23:03:46 INFO] Video frame video_short01_000009: 1 dets, valid=True
|
|
[23:03:46 INFO] Video batch 4: frame 32/7500 (0%)
|
|
[23:03:46 INFO] Video batch 4: 2 detections from postprocess
|
|
[23:03:46 INFO] Video frame video_short01_000010: 1 dets, valid=True
|
|
[23:03:46 INFO] Video frame video_short01_000012: 1 dets, valid=True
|
|
[23:03:46 INFO] Video batch 5: frame 40/7500 (0%)
|
|
[23:03:46 INFO] Video batch 5: 2 detections from postprocess
|
|
[23:03:46 INFO] Video frame video_short01_000013: 1 dets, valid=True
|
|
[23:03:46 INFO] Video frame video_short01_000015: 1 dets, valid=True
|
|
[23:03:46 INFO] Video batch 6: frame 48/7500 (0%)
|
|
[23:03:47 INFO] Video batch 6: 2 detections from postprocess
|
|
[23:03:47 INFO] Video frame video_short01_000017: 1 dets, valid=True
|
|
[23:03:47 INFO] Video frame video_short01_000018: 1 dets, valid=True
|
|
[23:03:47 INFO] Video batch 7: frame 56/7500 (0%)
|
|
[23:03:47 INFO] Video batch 7: 2 detections from postprocess
|
|
[23:03:47 INFO] Video frame video_short01_000020: 1 dets, valid=True
|
|
[23:03:47 INFO] Video frame video_short01_000021: 1 dets, valid=True
|
|
[23:03:47 INFO] Video batch 8: frame 64/7500 (0%)
|
|
[23:03:47 INFO] Video batch 8: 2 detections from postprocess
|
|
[23:03:47 INFO] Video frame video_short01_000023: 1 dets, valid=True
|
|
[23:03:47 INFO] Video frame video_short01_000025: 1 dets, valid=True
|
|
[23:03:47 INFO] Video batch 9: frame 72/7500 (0%)
|
|
[23:03:47 INFO] Video batch 9: 2 detections from postprocess
|
|
[23:03:47 INFO] Video frame video_short01_000026: 1 dets, valid=True
|
|
[23:03:47 INFO] Video frame video_short01_000028: 1 dets, valid=True
|
|
[23:03:47 INFO] Video batch 10: frame 80/7500 (1%)
|
|
[23:03:47 INFO] Video batch 10: 2 detections from postprocess
|
|
[23:03:47 INFO] Video frame video_short01_000030: 1 dets, valid=True
|
|
[23:03:47 INFO] Video frame video_short01_000031: 1 dets, valid=True
|
|
[23:03:48 INFO] Video batch 11: frame 88/7500 (1%)
|
|
[23:03:48 INFO] Video batch 11: 3 detections from postprocess
|
|
[23:03:48 INFO] Video frame video_short01_000033: 1 dets, valid=True
|
|
[23:03:48 INFO] Video frame video_short01_000034: 2 dets, valid=True
|
|
[23:03:48 INFO] Video batch 12: frame 96/7500 (1%)
|
|
[23:03:48 INFO] Video batch 13: frame 104/7500 (1%)
|
|
[23:03:48 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:03:48 INFO] Video frame video_short01_000041: 1 dets, valid=True
|
|
[23:03:48 INFO] Video batch 14: frame 112/7500 (1%)
|
|
[23:03:48 INFO] Video batch 14: 2 detections from postprocess
|
|
[23:03:48 INFO] Video frame video_short01_000042: 1 dets, valid=True
|
|
[23:03:48 INFO] Video frame video_short01_000044: 1 dets, valid=True
|
|
[23:03:48 INFO] Video batch 15: frame 120/7500 (1%)
|
|
[23:03:49 INFO] Video batch 15: 2 detections from postprocess
|
|
[23:03:49 INFO] Video frame video_short01_000045: 1 dets, valid=True
|
|
[23:03:49 INFO] Video frame video_short01_000047: 1 dets, valid=True
|
|
[23:03:49 INFO] Video batch 16: frame 128/7500 (1%)
|
|
[23:03:49 INFO] Video batch 16: 2 detections from postprocess
|
|
[23:03:49 INFO] Video frame video_short01_000049: 1 dets, valid=True
|
|
[23:03:49 INFO] Video frame video_short01_000050: 1 dets, valid=True
|
|
[23:03:49 INFO] Video batch 17: frame 136/7500 (1%)
|
|
[23:03:49 INFO] Video batch 17: 2 detections from postprocess
|
|
[23:03:49 INFO] Video frame video_short01_000052: 1 dets, valid=True
|
|
[23:03:49 INFO] Video frame video_short01_000053: 1 dets, valid=True
|
|
[23:03:49 INFO] Video batch 18: frame 144/7500 (1%)
|
|
[23:03:49 INFO] Video batch 18: 2 detections from postprocess
|
|
[23:03:49 INFO] Video frame video_short01_000055: 1 dets, valid=True
|
|
[23:03:49 INFO] Video frame video_short01_000057: 1 dets, valid=True
|
|
[23:03:49 INFO] Video batch 19: frame 152/7500 (2%)
|
|
[23:03:49 INFO] Video batch 20: frame 160/7500 (2%)
|
|
[23:03:50 INFO] Video batch 21: frame 168/7500 (2%)
|
|
[23:03:50 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:03:50 INFO] Video frame video_short01_000066: 1 dets, valid=True
|
|
[23:03:50 INFO] Video batch 22: frame 176/7500 (2%)
|
|
[23:03:50 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:03:50 INFO] Video frame video_short01_000068: 1 dets, valid=True
|
|
[23:03:50 INFO] Video batch 23: frame 184/7500 (2%)
|
|
[23:03:50 INFO] Video batch 23: 1 detections from postprocess
|
|
[23:03:50 INFO] Video frame video_short01_000073: 1 dets, valid=True
|
|
[23:03:50 INFO] Video batch 24: frame 192/7500 (2%)
|
|
[23:03:51 INFO] Video batch 24: 2 detections from postprocess
|
|
[23:03:51 INFO] Video frame video_short01_000074: 1 dets, valid=True
|
|
[23:03:51 INFO] Video frame video_short01_000076: 1 dets, valid=True
|
|
[23:03:51 INFO] Video batch 25: frame 200/7500 (2%)
|
|
[23:03:51 INFO] Video batch 25: 2 detections from postprocess
|
|
[23:03:51 INFO] Video frame video_short01_000077: 1 dets, valid=True
|
|
[23:03:51 INFO] Video frame video_short01_000079: 1 dets, valid=True
|
|
[23:03:51 INFO] Video batch 26: frame 208/7500 (2%)
|
|
[23:03:51 INFO] Video batch 26: 2 detections from postprocess
|
|
[23:03:51 INFO] Video frame video_short01_000081: 1 dets, valid=True
|
|
[23:03:51 INFO] Video frame video_short01_000082: 1 dets, valid=True
|
|
[23:03:51 INFO] Video batch 27: frame 216/7500 (2%)
|
|
[23:03:51 INFO] Video batch 27: 2 detections from postprocess
|
|
[23:03:51 INFO] Video frame video_short01_000084: 1 dets, valid=True
|
|
[23:03:51 INFO] Video frame video_short01_000085: 1 dets, valid=True
|
|
[23:03:51 INFO] Video batch 28: frame 224/7500 (2%)
|
|
[23:03:52 INFO] Video batch 28: 2 detections from postprocess
|
|
[23:03:52 INFO] Video frame video_short01_000087: 1 dets, valid=True
|
|
[23:03:52 INFO] Video frame video_short01_000089: 1 dets, valid=True
|
|
[23:03:52 INFO] Video batch 29: frame 232/7500 (3%)
|
|
[23:03:52 INFO] Video batch 29: 2 detections from postprocess
|
|
[23:03:52 INFO] Video frame video_short01_000090: 1 dets, valid=True
|
|
[23:03:52 INFO] Video frame video_short01_000092: 1 dets, valid=True
|
|
[23:03:52 INFO] Video batch 30: frame 240/7500 (3%)
|
|
[23:03:52 INFO] Video batch 30: 2 detections from postprocess
|
|
[23:03:52 INFO] Video frame video_short01_000093: 1 dets, valid=True
|
|
[23:03:52 INFO] Video frame video_short01_000095: 1 dets, valid=True
|
|
[23:03:52 INFO] Video batch 31: frame 248/7500 (3%)
|
|
[23:03:52 INFO] Video batch 31: 2 detections from postprocess
|
|
[23:03:52 INFO] Video frame video_short01_000097: 1 dets, valid=True
|
|
[23:03:52 INFO] Video frame video_short01_000098: 1 dets, valid=True
|
|
[23:03:52 INFO] Video batch 32: frame 256/7500 (3%)
|
|
[23:03:52 INFO] Video batch 32: 2 detections from postprocess
|
|
[23:03:52 INFO] Video frame video_short01_000100: 1 dets, valid=True
|
|
[23:03:52 INFO] Video frame video_short01_000101: 1 dets, valid=True
|
|
[23:03:53 INFO] Video batch 33: frame 264/7500 (3%)
|
|
[23:03:53 INFO] Video batch 33: 2 detections from postprocess
|
|
[23:03:53 INFO] Video frame video_short01_000103: 1 dets, valid=True
|
|
[23:03:53 INFO] Video frame video_short01_000105: 1 dets, valid=True
|
|
[23:03:53 INFO] Video batch 34: frame 272/7500 (3%)
|
|
[23:03:53 INFO] Video batch 34: 2 detections from postprocess
|
|
[23:03:53 INFO] Video frame video_short01_000106: 1 dets, valid=True
|
|
[23:03:53 INFO] Video frame video_short01_000108: 1 dets, valid=True
|
|
[23:03:53 INFO] Video batch 35: frame 280/7500 (3%)
|
|
[23:03:53 INFO] Video batch 35: 2 detections from postprocess
|
|
[23:03:53 INFO] Video frame video_short01_000110: 1 dets, valid=True
|
|
[23:03:53 INFO] Video frame video_short01_000111: 1 dets, valid=True
|
|
[23:03:53 INFO] Video batch 36: frame 288/7500 (3%)
|
|
[23:03:53 INFO] Video batch 36: 2 detections from postprocess
|
|
[23:03:53 INFO] Video frame video_short01_000113: 1 dets, valid=True
|
|
[23:03:53 INFO] Video frame video_short01_000114: 1 dets, valid=True
|
|
[23:03:53 INFO] Video batch 37: frame 296/7500 (3%)
|
|
[23:03:54 INFO] Video batch 37: 2 detections from postprocess
|
|
[23:03:54 INFO] Video frame video_short01_000116: 1 dets, valid=True
|
|
[23:03:54 INFO] Video frame video_short01_000117: 1 dets, valid=True
|
|
[23:03:54 INFO] Video batch 38: frame 304/7500 (4%)
|
|
[23:03:54 INFO] Video batch 38: 1 detections from postprocess
|
|
[23:03:54 INFO] Video frame video_short01_000121: 1 dets, valid=True
|
|
[23:03:54 INFO] Video batch 39: frame 312/7500 (4%)
|
|
[23:03:54 INFO] Video batch 40: frame 320/7500 (4%)
|
|
[23:03:54 INFO] Video batch 41: frame 328/7500 (4%)
|
|
[23:03:54 INFO] Video batch 42: frame 336/7500 (4%)
|
|
[23:03:55 INFO] Video batch 43: frame 344/7500 (4%)
|
|
[23:03:55 INFO] Video batch 44: frame 352/7500 (4%)
|
|
[23:03:55 INFO] Video batch 44: 1 detections from postprocess
|
|
[23:03:55 INFO] Video frame video_short01_000140: 1 dets, valid=True
|
|
[23:03:55 INFO] Video batch 45: frame 360/7500 (4%)
|
|
[23:03:55 INFO] Video batch 46: frame 368/7500 (4%)
|
|
[23:03:56 INFO] Video batch 47: frame 376/7500 (5%)
|
|
[23:03:56 INFO] Video batch 47: 2 detections from postprocess
|
|
[23:03:56 INFO] Video frame video_short01_000150: 2 dets, valid=True
|
|
[23:03:56 INFO] Video batch 48: frame 384/7500 (5%)
|
|
[23:03:56 INFO] Video batch 48: 3 detections from postprocess
|
|
[23:03:56 INFO] Video frame video_short01_000151: 3 dets, valid=True
|
|
[23:03:56 INFO] Video batch 49: frame 392/7500 (5%)
|
|
[23:03:56 INFO] Video batch 50: frame 400/7500 (5%)
|
|
[23:03:56 INFO] Video batch 51: frame 408/7500 (5%)
|
|
[23:03:57 INFO] Video batch 52: frame 416/7500 (5%)
|
|
[23:03:57 INFO] Video batch 53: frame 424/7500 (5%)
|
|
[23:03:57 INFO] Video batch 54: frame 432/7500 (5%)
|
|
[23:03:57 INFO] Video batch 55: frame 440/7500 (5%)
|
|
[23:03:57 INFO] Video batch 56: frame 448/7500 (5%)
|
|
[23:03:58 INFO] Video batch 57: frame 456/7500 (6%)
|
|
[23:03:58 INFO] Video batch 58: frame 464/7500 (6%)
|
|
[23:03:58 INFO] Video batch 59: frame 472/7500 (6%)
|
|
[23:03:58 INFO] Video batch 60: frame 480/7500 (6%)
|
|
[23:03:58 INFO] Video batch 61: frame 488/7500 (6%)
|
|
[23:03:59 INFO] Video batch 62: frame 496/7500 (6%)
|
|
[23:03:59 INFO] Video batch 63: frame 504/7500 (6%)
|
|
[23:03:59 INFO] Video batch 64: frame 512/7500 (6%)
|
|
[23:03:59 INFO] Video batch 65: frame 520/7500 (6%)
|
|
[23:04:00 INFO] Video batch 66: frame 528/7500 (7%)
|
|
[23:04:00 INFO] Video batch 67: frame 536/7500 (7%)
|
|
[23:04:00 INFO] Video batch 68: frame 544/7500 (7%)
|
|
[23:04:00 INFO] Video batch 69: frame 552/7500 (7%)
|
|
[23:04:01 INFO] Video batch 70: frame 560/7500 (7%)
|
|
[23:04:01 INFO] Video batch 71: frame 568/7500 (7%)
|
|
[23:04:01 INFO] Video batch 72: frame 576/7500 (7%)
|
|
[23:04:01 INFO] Video batch 73: frame 584/7500 (7%)
|
|
[23:04:02 INFO] Video batch 74: frame 592/7500 (7%)
|
|
[23:04:02 INFO] Video batch 75: frame 600/7500 (8%)
|
|
[23:04:02 INFO] Video batch 76: frame 608/7500 (8%)
|
|
[23:04:02 INFO] Video batch 77: frame 616/7500 (8%)
|
|
[23:04:03 INFO] Video batch 78: frame 624/7500 (8%)
|
|
[23:04:03 INFO] Video batch 79: frame 632/7500 (8%)
|
|
[23:04:03 INFO] Video batch 80: frame 640/7500 (8%)
|
|
[23:04:03 INFO] Video batch 81: frame 648/7500 (8%)
|
|
[23:04:03 INFO] Video batch 82: frame 656/7500 (8%)
|
|
[23:04:04 INFO] Video batch 83: frame 664/7500 (8%)
|
|
[23:04:04 INFO] Video batch 84: frame 672/7500 (8%)
|
|
[23:04:04 INFO] Video batch 85: frame 680/7500 (9%)
|
|
[23:04:04 INFO] Video batch 86: frame 688/7500 (9%)
|
|
[23:04:04 INFO] Video batch 87: frame 696/7500 (9%)
|
|
[23:04:05 INFO] Video batch 88: frame 704/7500 (9%)
|
|
[23:04:05 INFO] Video batch 89: frame 712/7500 (9%)
|
|
[23:04:05 INFO] Video batch 90: frame 720/7500 (9%)
|
|
[23:04:05 INFO] Video batch 91: frame 728/7500 (9%)
|
|
[23:04:05 INFO] Video batch 92: frame 736/7500 (9%)
|
|
[23:04:06 INFO] Video batch 93: frame 744/7500 (9%)
|
|
[23:04:06 INFO] Video batch 94: frame 752/7500 (10%)
|
|
[23:04:06 INFO] Video batch 95: frame 760/7500 (10%)
|
|
[23:04:06 INFO] Video batch 95: 1 detections from postprocess
|
|
[23:04:06 INFO] Video frame video_short01_000303: 1 dets, valid=True
|
|
[23:04:06 INFO] Video batch 96: frame 768/7500 (10%)
|
|
[23:04:06 INFO] Video batch 96: 2 detections from postprocess
|
|
[23:04:06 INFO] Video frame video_short01_000305: 1 dets, valid=True
|
|
[23:04:06 INFO] Video frame video_short01_000306: 1 dets, valid=True
|
|
[23:04:07 INFO] Video batch 97: frame 776/7500 (10%)
|
|
[23:04:07 INFO] Video batch 97: 2 detections from postprocess
|
|
[23:04:07 INFO] Video frame video_short01_000308: 1 dets, valid=True
|
|
[23:04:07 INFO] Video frame video_short01_000310: 1 dets, valid=True
|
|
[23:04:07 INFO] Video batch 98: frame 784/7500 (10%)
|
|
[23:04:07 INFO] Video batch 98: 2 detections from postprocess
|
|
[23:04:07 INFO] Video frame video_short01_000311: 1 dets, valid=True
|
|
[23:04:07 INFO] Video frame video_short01_000313: 1 dets, valid=True
|
|
[23:04:07 INFO] Video batch 99: frame 792/7500 (10%)
|
|
[23:04:07 INFO] Video batch 99: 2 detections from postprocess
|
|
[23:04:07 INFO] Video frame video_short01_000314: 1 dets, valid=True
|
|
[23:04:07 INFO] Video frame video_short01_000316: 1 dets, valid=True
|
|
[23:04:07 INFO] Video batch 100: frame 800/7500 (10%)
|
|
[23:04:07 INFO] Video batch 100: 2 detections from postprocess
|
|
[23:04:07 INFO] Video frame video_short01_000317: 1 dets, valid=True
|
|
[23:04:07 INFO] Video frame video_short01_000319: 1 dets, valid=True
|
|
[23:04:07 INFO] Video batch 101: frame 808/7500 (10%)
|
|
[23:04:08 INFO] Video batch 101: 2 detections from postprocess
|
|
[23:04:08 INFO] Video frame video_short01_000321: 1 dets, valid=True
|
|
[23:04:08 INFO] Video frame video_short01_000322: 1 dets, valid=True
|
|
[23:04:08 INFO] Video batch 102: frame 816/7500 (10%)
|
|
[23:04:08 INFO] Video batch 102: 2 detections from postprocess
|
|
[23:04:08 INFO] Video frame video_short01_000324: 1 dets, valid=True
|
|
[23:04:08 INFO] Video frame video_short01_000325: 1 dets, valid=True
|
|
[23:04:08 INFO] Video batch 103: frame 824/7500 (10%)
|
|
[23:04:08 INFO] Video batch 103: 2 detections from postprocess
|
|
[23:04:08 INFO] Video frame video_short01_000327: 1 dets, valid=True
|
|
[23:04:08 INFO] Video frame video_short01_000329: 1 dets, valid=True
|
|
[23:04:08 INFO] Video batch 104: frame 832/7500 (11%)
|
|
[23:04:08 INFO] Video batch 105: frame 840/7500 (11%)
|
|
[23:04:09 INFO] Video batch 106: frame 848/7500 (11%)
|
|
[23:04:09 INFO] Video batch 107: frame 856/7500 (11%)
|
|
[23:04:09 INFO] Video batch 108: frame 864/7500 (11%)
|
|
[23:04:09 INFO] Video batch 109: frame 872/7500 (11%)
|
|
[23:04:09 INFO] Video batch 110: frame 880/7500 (11%)
|
|
[23:04:10 INFO] Video batch 111: frame 888/7500 (11%)
|
|
[23:04:10 INFO] Video batch 112: frame 896/7500 (11%)
|
|
[23:04:10 INFO] Video batch 113: frame 904/7500 (12%)
|
|
[23:04:10 INFO] Video batch 114: frame 912/7500 (12%)
|
|
[23:04:11 INFO] Video batch 115: frame 920/7500 (12%)
|
|
[23:04:11 INFO] Video batch 116: frame 928/7500 (12%)
|
|
[23:04:11 INFO] Video batch 117: frame 936/7500 (12%)
|
|
[23:04:11 INFO] Video batch 118: frame 944/7500 (12%)
|
|
[23:04:11 INFO] Video batch 119: frame 952/7500 (12%)
|
|
[23:04:12 INFO] Video batch 120: frame 960/7500 (12%)
|
|
[23:04:12 INFO] Video batch 120: 1 detections from postprocess
|
|
[23:04:12 INFO] Video frame video_short01_000383: 1 dets, valid=True
|
|
[23:04:12 INFO] Video batch 121: frame 968/7500 (12%)
|
|
[23:04:12 INFO] Video batch 122: frame 976/7500 (13%)
|
|
[23:04:12 INFO] Video batch 123: frame 984/7500 (13%)
|
|
[23:04:12 INFO] Video batch 124: frame 992/7500 (13%)
|
|
[23:04:13 INFO] Video batch 125: frame 1000/7500 (13%)
|
|
[23:04:13 INFO] Video batch 126: frame 1008/7500 (13%)
|
|
[23:04:13 INFO] Video batch 126: 1 detections from postprocess
|
|
[23:04:13 INFO] Video frame video_short01_000401: 1 dets, valid=True
|
|
[23:04:13 INFO] Video batch 127: frame 1016/7500 (13%)
|
|
[23:04:13 INFO] Video batch 128: frame 1024/7500 (13%)
|
|
[23:04:13 INFO] Video batch 129: frame 1032/7500 (13%)
|
|
[23:04:14 INFO] Video batch 130: frame 1040/7500 (13%)
|
|
[23:04:14 INFO] Video batch 131: frame 1048/7500 (13%)
|
|
[23:04:14 INFO] Video batch 131: 1 detections from postprocess
|
|
[23:04:14 INFO] Video frame video_short01_000418: 1 dets, valid=True
|
|
[23:04:14 INFO] Video batch 132: frame 1056/7500 (14%)
|
|
[23:04:14 INFO] Video batch 132: 2 detections from postprocess
|
|
[23:04:14 INFO] Video frame video_short01_000420: 1 dets, valid=True
|
|
[23:04:14 INFO] Video frame video_short01_000421: 1 dets, valid=True
|
|
[23:04:14 INFO] Video batch 133: frame 1064/7500 (14%)
|
|
[23:04:14 INFO] Video batch 133: 2 detections from postprocess
|
|
[23:04:14 INFO] Video frame video_short01_000423: 1 dets, valid=True
|
|
[23:04:14 INFO] Video frame video_short01_000425: 1 dets, valid=True
|
|
[23:04:15 INFO] Video batch 134: frame 1072/7500 (14%)
|
|
[23:04:15 INFO] Video batch 134: 3 detections from postprocess
|
|
[23:04:15 INFO] Video frame video_short01_000426: 2 dets, valid=True
|
|
[23:04:15 INFO] Video frame video_short01_000428: 1 dets, valid=True
|
|
[23:04:15 INFO] Video batch 135: frame 1080/7500 (14%)
|
|
[23:04:15 INFO] Video batch 136: frame 1088/7500 (14%)
|
|
[23:04:15 INFO] Video batch 137: frame 1096/7500 (14%)
|
|
[23:04:15 INFO] Video batch 138: frame 1104/7500 (14%)
|
|
[23:04:16 INFO] Video batch 139: frame 1112/7500 (14%)
|
|
[23:04:16 INFO] Video batch 140: frame 1120/7500 (14%)
|
|
[23:04:16 INFO] Video batch 141: frame 1128/7500 (15%)
|
|
[23:04:16 INFO] Video batch 142: frame 1136/7500 (15%)
|
|
[23:04:16 INFO] Video batch 143: frame 1144/7500 (15%)
|
|
[23:04:17 INFO] Video batch 144: frame 1152/7500 (15%)
|
|
[23:04:17 INFO] Video batch 144: 1 detections from postprocess
|
|
[23:04:17 INFO] Video frame video_short01_000458: 1 dets, valid=True
|
|
[23:04:17 INFO] Video batch 145: frame 1160/7500 (15%)
|
|
[23:04:17 INFO] Video batch 146: frame 1168/7500 (15%)
|
|
[23:04:17 INFO] Video batch 146: 1 detections from postprocess
|
|
[23:04:17 INFO] Video frame video_short01_000466: 1 dets, valid=True
|
|
[23:04:17 INFO] Video batch 147: frame 1176/7500 (15%)
|
|
[23:04:18 INFO] Video batch 148: frame 1184/7500 (15%)
|
|
[23:04:18 INFO] Video batch 149: frame 1192/7500 (15%)
|
|
[23:04:18 INFO] Video batch 149: 1 detections from postprocess
|
|
[23:04:18 INFO] Video frame video_short01_000476: 1 dets, valid=True
|
|
[23:04:18 INFO] Video batch 150: frame 1200/7500 (16%)
|
|
[23:04:18 INFO] Video batch 150: 1 detections from postprocess
|
|
[23:04:18 INFO] Video frame video_short01_000477: 1 dets, valid=True
|
|
[23:04:18 INFO] Video batch 151: frame 1208/7500 (16%)
|
|
[23:04:18 INFO] Video batch 152: frame 1216/7500 (16%)
|
|
[23:04:19 INFO] Video batch 152: 1 detections from postprocess
|
|
[23:04:19 INFO] Video frame video_short01_000485: 1 dets, valid=True
|
|
[23:04:19 INFO] Video batch 153: frame 1224/7500 (16%)
|
|
[23:04:19 INFO] Video batch 153: 3 detections from postprocess
|
|
[23:04:19 INFO] Video frame video_short01_000487: 2 dets, valid=True
|
|
[23:04:19 INFO] Video frame video_short01_000489: 1 dets, valid=True
|
|
[23:04:19 INFO] Video batch 154: frame 1232/7500 (16%)
|
|
[23:04:19 INFO] Video batch 154: 2 detections from postprocess
|
|
[23:04:19 INFO] Video frame video_short01_000490: 1 dets, valid=True
|
|
[23:04:19 INFO] Video frame video_short01_000492: 1 dets, valid=True
|
|
[23:04:19 INFO] Video batch 155: frame 1240/7500 (16%)
|
|
[23:04:19 INFO] Video batch 155: 1 detections from postprocess
|
|
[23:04:19 INFO] Video frame video_short01_000493: 1 dets, valid=True
|
|
[23:04:19 INFO] Video batch 156: frame 1248/7500 (16%)
|
|
[23:04:19 INFO] Video batch 157: frame 1256/7500 (16%)
|
|
[23:04:20 INFO] Video batch 158: frame 1264/7500 (16%)
|
|
[23:04:20 INFO] Video batch 159: frame 1272/7500 (16%)
|
|
[23:04:20 INFO] Video batch 160: frame 1280/7500 (17%)
|
|
[23:04:20 INFO] Video batch 161: frame 1288/7500 (17%)
|
|
[23:04:21 INFO] Video batch 162: frame 1296/7500 (17%)
|
|
[23:04:21 INFO] Video batch 163: frame 1304/7500 (17%)
|
|
[23:04:21 INFO] Video batch 164: frame 1312/7500 (17%)
|
|
[23:04:21 INFO] Video batch 165: frame 1320/7500 (17%)
|
|
[23:04:21 INFO] Video batch 166: frame 1328/7500 (17%)
|
|
[23:04:22 INFO] Video batch 167: frame 1336/7500 (17%)
|
|
[23:04:22 INFO] Video batch 168: frame 1344/7500 (17%)
|
|
[23:04:22 INFO] Video batch 169: frame 1352/7500 (18%)
|
|
[23:04:22 INFO] Video batch 170: frame 1360/7500 (18%)
|
|
[23:04:22 INFO] Video batch 171: frame 1368/7500 (18%)
|
|
[23:04:23 INFO] Video batch 172: frame 1376/7500 (18%)
|
|
[23:04:23 INFO] Video batch 173: frame 1384/7500 (18%)
|
|
[23:04:23 INFO] Video batch 174: frame 1392/7500 (18%)
|
|
[23:04:23 INFO] Video batch 175: frame 1400/7500 (18%)
|
|
[23:04:23 INFO] Video batch 176: frame 1408/7500 (18%)
|
|
[23:04:23 INFO] Video batch 177: frame 1416/7500 (18%)
|
|
[23:04:24 INFO] Video batch 178: frame 1424/7500 (18%)
|
|
[23:04:24 INFO] Video batch 179: frame 1432/7500 (19%)
|
|
[23:04:24 INFO] Video batch 180: frame 1440/7500 (19%)
|
|
[23:04:24 INFO] Video batch 181: frame 1448/7500 (19%)
|
|
[23:04:24 INFO] Video batch 182: frame 1456/7500 (19%)
|
|
[23:04:25 INFO] Video batch 183: frame 1464/7500 (19%)
|
|
[23:04:25 INFO] Video batch 184: frame 1472/7500 (19%)
|
|
[23:04:25 INFO] Video batch 185: frame 1480/7500 (19%)
|
|
[23:04:25 INFO] Video batch 186: frame 1488/7500 (19%)
|
|
[23:04:25 INFO] Video batch 187: frame 1496/7500 (19%)
|
|
[23:04:26 INFO] Video batch 188: frame 1504/7500 (20%)
|
|
[23:04:26 INFO] Video batch 189: frame 1512/7500 (20%)
|
|
[23:04:26 INFO] Video batch 190: frame 1520/7500 (20%)
|
|
[23:04:26 INFO] Video batch 191: frame 1528/7500 (20%)
|
|
[23:04:26 INFO] Video batch 192: frame 1536/7500 (20%)
|
|
[23:04:27 INFO] Video batch 193: frame 1544/7500 (20%)
|
|
[23:04:27 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:04:27 INFO] Video frame video_short01_001017: 1 dets, valid=True
|
|
[23:04:27 INFO] Video batch 194: frame 1552/7500 (20%)
|
|
[23:04:27 INFO] Video batch 195: frame 1560/7500 (20%)
|
|
[23:04:27 INFO] Video batch 196: frame 1568/7500 (20%)
|
|
[23:04:27 INFO] Video batch 197: frame 1576/7500 (21%)
|
|
[23:04:28 INFO] Video batch 198: frame 1584/7500 (21%)
|
|
[23:04:28 INFO] Video batch 199: frame 1592/7500 (21%)
|
|
[23:04:28 INFO] Video batch 200: frame 1600/7500 (21%)
|
|
[23:04:28 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:04:28 INFO] Video frame video_short01_001039: 1 dets, valid=True
|
|
[23:04:28 INFO] Video batch 201: frame 1608/7500 (21%)
|
|
[23:04:28 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:04:28 INFO] Video frame video_short01_001041: 1 dets, valid=True
|
|
[23:04:28 INFO] Video batch 202: frame 1616/7500 (21%)
|
|
[23:04:29 INFO] Video batch 203: frame 1624/7500 (21%)
|
|
[23:04:29 INFO] Video batch 204: frame 1632/7500 (21%)
|
|
[23:04:29 INFO] Video batch 205: frame 1640/7500 (21%)
|
|
[23:04:29 INFO] Video batch 206: frame 1648/7500 (21%)
|
|
[23:04:30 INFO] Video batch 207: frame 1656/7500 (22%)
|
|
[23:04:30 INFO] Video batch 208: frame 1664/7500 (22%)
|
|
[23:04:30 INFO] Video batch 209: frame 1672/7500 (22%)
|
|
[23:04:30 INFO] Video batch 210: frame 1680/7500 (22%)
|
|
[23:04:30 INFO] Video batch 211: frame 1688/7500 (22%)
|
|
[23:04:31 INFO] Video batch 212: frame 1696/7500 (22%)
|
|
[23:04:31 INFO] Video batch 213: frame 1704/7500 (22%)
|
|
[23:04:31 INFO] Video batch 214: frame 1712/7500 (22%)
|
|
[23:04:31 INFO] Video batch 215: frame 1720/7500 (22%)
|
|
[23:04:31 INFO] Video batch 216: frame 1728/7500 (23%)
|
|
[23:04:32 INFO] Video batch 217: frame 1736/7500 (23%)
|
|
[23:04:32 INFO] Video batch 218: frame 1744/7500 (23%)
|
|
[23:04:32 INFO] Video batch 219: frame 1752/7500 (23%)
|
|
[23:04:32 INFO] Video batch 219: 1 detections from postprocess
|
|
[23:04:32 INFO] Video frame video_short01_001100: 1 dets, valid=True
|
|
[23:04:32 INFO] Video batch 220: frame 1760/7500 (23%)
|
|
[23:04:32 INFO] Video batch 220: 2 detections from postprocess
|
|
[23:04:32 INFO] Video frame video_short01_001101: 1 dets, valid=True
|
|
[23:04:32 INFO] Video frame video_short01_001103: 1 dets, valid=True
|
|
[23:04:32 INFO] Video batch 221: frame 1768/7500 (23%)
|
|
[23:04:33 INFO] Video batch 221: 2 detections from postprocess
|
|
[23:04:33 INFO] Video frame video_short01_001105: 1 dets, valid=True
|
|
[23:04:33 INFO] Video frame video_short01_001106: 1 dets, valid=True
|
|
[23:04:33 INFO] Video batch 222: frame 1776/7500 (23%)
|
|
[23:04:33 INFO] Video batch 222: 2 detections from postprocess
|
|
[23:04:33 INFO] Video frame video_short01_001108: 1 dets, valid=True
|
|
[23:04:33 INFO] Video frame video_short01_001110: 1 dets, valid=True
|
|
[23:04:33 INFO] Video batch 223: frame 1784/7500 (23%)
|
|
[23:04:33 INFO] Video batch 223: 2 detections from postprocess
|
|
[23:04:33 INFO] Video frame video_short01_001111: 1 dets, valid=True
|
|
[23:04:33 INFO] Video frame video_short01_001113: 1 dets, valid=True
|
|
[23:04:33 INFO] Video batch 224: frame 1792/7500 (23%)
|
|
[23:04:33 INFO] Video batch 225: frame 1800/7500 (24%)
|
|
[23:04:34 INFO] Video batch 226: frame 1808/7500 (24%)
|
|
[23:04:34 INFO] Video batch 227: frame 1816/7500 (24%)
|
|
[23:04:34 INFO] Video batch 228: frame 1824/7500 (24%)
|
|
[23:04:34 INFO] Video batch 229: frame 1832/7500 (24%)
|
|
[23:04:34 INFO] Video batch 230: frame 1840/7500 (24%)
|
|
[23:04:35 INFO] Video batch 231: frame 1848/7500 (24%)
|
|
[23:04:35 INFO] Video batch 231: 1 detections from postprocess
|
|
[23:04:35 INFO] Video frame video_short01_001137: 1 dets, valid=True
|
|
[23:04:35 INFO] Video batch 232: frame 1856/7500 (24%)
|
|
[23:04:35 INFO] Video batch 233: frame 1864/7500 (24%)
|
|
[23:04:35 INFO] Video batch 234: frame 1872/7500 (24%)
|
|
[23:04:35 INFO] Video batch 235: frame 1880/7500 (25%)
|
|
[23:04:36 INFO] Video batch 235: 1 detections from postprocess
|
|
[23:04:36 INFO] Video frame video_short01_001151: 1 dets, valid=True
|
|
[23:04:36 INFO] Video batch 236: frame 1888/7500 (25%)
|
|
[23:04:36 INFO] Video batch 237: frame 1896/7500 (25%)
|
|
[23:04:36 INFO] Video batch 238: frame 1904/7500 (25%)
|
|
[23:04:36 INFO] Video batch 239: frame 1912/7500 (25%)
|
|
[23:04:36 INFO] Video batch 240: frame 1920/7500 (25%)
|
|
[23:04:37 INFO] Video batch 241: frame 1928/7500 (25%)
|
|
[23:04:37 INFO] Video batch 242: frame 1936/7500 (25%)
|
|
[23:04:37 INFO] Video batch 243: frame 1944/7500 (25%)
|
|
[23:04:37 INFO] Video batch 244: frame 1952/7500 (26%)
|
|
[23:04:37 INFO] Video batch 245: frame 1960/7500 (26%)
|
|
[23:04:38 INFO] Video batch 246: frame 1968/7500 (26%)
|
|
[23:04:38 INFO] Video batch 247: frame 1976/7500 (26%)
|
|
[23:04:38 INFO] Video batch 248: frame 1984/7500 (26%)
|
|
[23:04:38 INFO] Video batch 249: frame 1992/7500 (26%)
|
|
[23:04:38 INFO] Video batch 250: frame 2000/7500 (26%)
|
|
[23:04:39 INFO] Video batch 251: frame 2008/7500 (26%)
|
|
[23:04:39 INFO] Video batch 252: frame 2016/7500 (26%)
|
|
[23:04:39 INFO] Video batch 253: frame 2024/7500 (26%)
|
|
[23:04:39 INFO] Video batch 254: frame 2032/7500 (27%)
|
|
[23:04:39 INFO] Video batch 255: frame 2040/7500 (27%)
|
|
[23:04:40 INFO] Video batch 256: frame 2048/7500 (27%)
|
|
[23:04:40 INFO] Video batch 257: frame 2056/7500 (27%)
|
|
[23:04:40 INFO] Video batch 258: frame 2064/7500 (27%)
|
|
[23:04:40 INFO] Video batch 259: frame 2072/7500 (27%)
|
|
[23:04:40 INFO] Video batch 260: frame 2080/7500 (27%)
|
|
[23:04:41 INFO] Video batch 261: frame 2088/7500 (27%)
|
|
[23:04:41 INFO] Video batch 262: frame 2096/7500 (27%)
|
|
[23:04:41 INFO] Video batch 263: frame 2104/7500 (28%)
|
|
[23:04:41 INFO] Video batch 264: frame 2112/7500 (28%)
|
|
[23:04:42 INFO] Video batch 265: frame 2120/7500 (28%)
|
|
[23:04:42 INFO] Video batch 266: frame 2128/7500 (28%)
|
|
[23:04:42 INFO] Video batch 267: frame 2136/7500 (28%)
|
|
[23:04:42 INFO] Video batch 268: frame 2144/7500 (28%)
|
|
[23:04:42 INFO] Video batch 269: frame 2152/7500 (28%)
|
|
[23:04:43 INFO] Video batch 270: frame 2160/7500 (28%)
|
|
[23:04:43 INFO] Video batch 271: frame 2168/7500 (28%)
|
|
[23:04:43 INFO] Video batch 272: frame 2176/7500 (29%)
|
|
[23:04:43 INFO] Video batch 273: frame 2184/7500 (29%)
|
|
[23:04:43 INFO] Video batch 274: frame 2192/7500 (29%)
|
|
[23:04:44 INFO] Video batch 275: frame 2200/7500 (29%)
|
|
[23:04:44 INFO] Video batch 276: frame 2208/7500 (29%)
|
|
[23:04:44 INFO] Video batch 277: frame 2216/7500 (29%)
|
|
[23:04:44 INFO] Video batch 278: frame 2224/7500 (29%)
|
|
[23:04:44 INFO] Video batch 279: frame 2232/7500 (29%)
|
|
[23:04:45 INFO] Video batch 280: frame 2240/7500 (29%)
|
|
[23:04:45 INFO] Video batch 281: frame 2248/7500 (29%)
|
|
[23:04:45 INFO] Video batch 282: frame 2256/7500 (30%)
|
|
[23:04:45 INFO] Video batch 283: frame 2264/7500 (30%)
|
|
[23:04:45 INFO] Video batch 283: 2 detections from postprocess
|
|
[23:04:45 INFO] Video frame video_short01_001303: 1 dets, valid=True
|
|
[23:04:45 INFO] Video frame video_short01_001305: 1 dets, valid=True
|
|
[23:04:45 INFO] Video batch 284: frame 2272/7500 (30%)
|
|
[23:04:46 INFO] Video batch 285: frame 2280/7500 (30%)
|
|
[23:04:46 INFO] Video batch 285: 1 detections from postprocess
|
|
[23:04:46 INFO] Video frame video_short01_001310: 1 dets, valid=True
|
|
[23:04:46 INFO] Video batch 286: frame 2288/7500 (30%)
|
|
[23:04:46 INFO] Video batch 287: frame 2296/7500 (30%)
|
|
[23:04:46 INFO] Video batch 288: frame 2304/7500 (30%)
|
|
[23:04:46 INFO] Video batch 288: 1 detections from postprocess
|
|
[23:04:46 INFO] Video frame video_short01_001319: 1 dets, valid=True
|
|
[23:04:46 INFO] Video batch 289: frame 2312/7500 (30%)
|
|
[23:04:47 INFO] Video batch 289: 1 detections from postprocess
|
|
[23:04:47 INFO] Video frame video_short01_001324: 1 dets, valid=True
|
|
[23:04:47 INFO] Video batch 290: frame 2320/7500 (30%)
|
|
[23:04:47 INFO] Video batch 291: frame 2328/7500 (31%)
|
|
[23:04:47 INFO] Video batch 292: frame 2336/7500 (31%)
|
|
[23:04:47 INFO] Video batch 293: frame 2344/7500 (31%)
|
|
[23:04:47 INFO] Video batch 294: frame 2352/7500 (31%)
|
|
[23:04:48 INFO] Video batch 294: 1 detections from postprocess
|
|
[23:04:48 INFO] Video frame video_short01_001340: 1 dets, valid=True
|
|
[23:04:48 INFO] Video batch 295: frame 2360/7500 (31%)
|
|
[23:04:48 INFO] Video batch 296: frame 2368/7500 (31%)
|
|
[23:04:48 INFO] Video batch 297: frame 2376/7500 (31%)
|
|
[23:04:48 INFO] Video batch 297: 1 detections from postprocess
|
|
[23:04:48 INFO] Video frame video_short01_001350: 1 dets, valid=True
|
|
[23:04:48 INFO] Video batch 298: frame 2384/7500 (31%)
|
|
[23:04:48 INFO] Video batch 298: 1 detections from postprocess
|
|
[23:04:48 INFO] Video frame video_short01_001351: 1 dets, valid=True
|
|
[23:04:48 INFO] Video batch 299: frame 2392/7500 (31%)
|
|
[23:04:49 INFO] Video batch 299: 2 detections from postprocess
|
|
[23:04:49 INFO] Video frame video_short01_001354: 1 dets, valid=True
|
|
[23:04:49 INFO] Video frame video_short01_001356: 1 dets, valid=True
|
|
[23:04:49 INFO] Video batch 300: frame 2400/7500 (32%)
|
|
[23:04:49 INFO] Video batch 300: 1 detections from postprocess
|
|
[23:04:49 INFO] Video frame video_short01_001359: 1 dets, valid=True
|
|
[23:04:49 INFO] Video batch 301: frame 2408/7500 (32%)
|
|
[23:04:49 INFO] Video batch 301: 1 detections from postprocess
|
|
[23:04:49 INFO] Video frame video_short01_001362: 1 dets, valid=True
|
|
[23:04:49 INFO] Video batch 302: frame 2416/7500 (32%)
|
|
[23:04:49 INFO] Video batch 302: 2 detections from postprocess
|
|
[23:04:49 INFO] Video frame video_short01_001364: 1 dets, valid=True
|
|
[23:04:49 INFO] Video frame video_short01_001365: 1 dets, valid=True
|
|
[23:04:49 INFO] Video batch 303: frame 2424/7500 (32%)
|
|
[23:04:49 INFO] Video batch 304: frame 2432/7500 (32%)
|
|
[23:04:50 INFO] Video batch 305: frame 2440/7500 (32%)
|
|
[23:04:50 INFO] Video batch 306: frame 2448/7500 (32%)
|
|
[23:04:50 INFO] Video batch 307: frame 2456/7500 (32%)
|
|
[23:04:50 INFO] Video batch 308: frame 2464/7500 (32%)
|
|
[23:04:50 INFO] Video batch 309: frame 2472/7500 (32%)
|
|
[23:04:51 INFO] Video batch 310: frame 2480/7500 (33%)
|
|
[23:04:51 INFO] Video batch 311: frame 2488/7500 (33%)
|
|
[23:04:51 INFO] Video batch 312: frame 2496/7500 (33%)
|
|
[23:04:51 INFO] Video batch 313: frame 2504/7500 (33%)
|
|
[23:04:51 INFO] Video batch 314: frame 2512/7500 (33%)
|
|
[23:04:52 INFO] Video batch 315: frame 2520/7500 (33%)
|
|
[23:04:52 INFO] Video batch 316: frame 2528/7500 (33%)
|
|
[23:04:52 INFO] Video batch 317: frame 2536/7500 (33%)
|
|
[23:04:52 INFO] Video batch 318: frame 2544/7500 (33%)
|
|
[23:04:52 INFO] Video batch 319: frame 2552/7500 (34%)
|
|
[23:04:53 INFO] Video batch 320: frame 2560/7500 (34%)
|
|
[23:04:53 INFO] Video batch 321: frame 2568/7500 (34%)
|
|
[23:04:53 INFO] Video batch 322: frame 2576/7500 (34%)
|
|
[23:04:53 INFO] Video batch 323: frame 2584/7500 (34%)
|
|
[23:04:53 INFO] Video batch 324: frame 2592/7500 (34%)
|
|
[23:04:54 INFO] Video batch 325: frame 2600/7500 (34%)
|
|
[23:04:54 INFO] Video batch 326: frame 2608/7500 (34%)
|
|
[23:04:54 INFO] Video batch 327: frame 2616/7500 (34%)
|
|
[23:04:54 INFO] Video batch 328: frame 2624/7500 (34%)
|
|
[23:04:54 INFO] Video batch 329: frame 2632/7500 (35%)
|
|
[23:04:55 INFO] Video batch 330: frame 2640/7500 (35%)
|
|
[23:04:55 INFO] Video batch 331: frame 2648/7500 (35%)
|
|
[23:04:55 INFO] Video batch 332: frame 2656/7500 (35%)
|
|
[23:04:55 INFO] Video batch 333: frame 2664/7500 (35%)
|
|
[23:04:55 INFO] Video batch 334: frame 2672/7500 (35%)
|
|
[23:04:56 INFO] Video batch 335: frame 2680/7500 (35%)
|
|
[23:04:56 INFO] Video batch 336: frame 2688/7500 (35%)
|
|
[23:04:56 INFO] Video batch 337: frame 2696/7500 (35%)
|
|
[23:04:56 INFO] Video batch 338: frame 2704/7500 (36%)
|
|
[23:04:56 INFO] Video batch 339: frame 2712/7500 (36%)
|
|
[23:04:57 INFO] Video batch 339: 1 detections from postprocess
|
|
[23:04:57 INFO] Video frame video_short01_001484: 1 dets, valid=True
|
|
[23:04:57 INFO] Video batch 340: frame 2720/7500 (36%)
|
|
[23:04:57 INFO] Video batch 340: 2 detections from postprocess
|
|
[23:04:57 INFO] Video frame video_short01_001485: 1 dets, valid=True
|
|
[23:04:57 INFO] Video frame video_short01_001487: 1 dets, valid=True
|
|
[23:04:57 INFO] Video batch 341: frame 2728/7500 (36%)
|
|
[23:04:57 INFO] Video batch 341: 2 detections from postprocess
|
|
[23:04:57 INFO] Video frame video_short01_001489: 1 dets, valid=True
|
|
[23:04:57 INFO] Video frame video_short01_001490: 1 dets, valid=True
|
|
[23:04:57 INFO] Video batch 342: frame 2736/7500 (36%)
|
|
[23:04:57 INFO] Video batch 342: 2 detections from postprocess
|
|
[23:04:57 INFO] Video frame video_short01_001492: 1 dets, valid=True
|
|
[23:04:57 INFO] Video frame video_short01_001493: 1 dets, valid=True
|
|
[23:04:57 INFO] Video batch 343: frame 2744/7500 (36%)
|
|
[23:04:58 INFO] Video batch 343: 2 detections from postprocess
|
|
[23:04:58 INFO] Video frame video_short01_001495: 1 dets, valid=True
|
|
[23:04:58 INFO] Video frame video_short01_001497: 1 dets, valid=True
|
|
[23:04:58 INFO] Video batch 344: frame 2752/7500 (36%)
|
|
[23:04:58 INFO] Video batch 344: 2 detections from postprocess
|
|
[23:04:58 INFO] Video frame video_short01_001498: 1 dets, valid=True
|
|
[23:04:58 INFO] Video frame video_short01_001500: 1 dets, valid=True
|
|
[23:04:58 INFO] Video batch 345: frame 2760/7500 (36%)
|
|
[23:04:58 INFO] Video batch 345: 2 detections from postprocess
|
|
[23:04:58 INFO] Video frame video_short01_001501: 1 dets, valid=True
|
|
[23:04:58 INFO] Video frame video_short01_001503: 1 dets, valid=True
|
|
[23:04:58 INFO] Video batch 346: frame 2768/7500 (36%)
|
|
[23:04:58 INFO] Video batch 346: 2 detections from postprocess
|
|
[23:04:58 INFO] Video frame video_short01_001505: 1 dets, valid=True
|
|
[23:04:58 INFO] Video frame video_short01_001506: 1 dets, valid=True
|
|
[23:04:58 INFO] Video batch 347: frame 2776/7500 (37%)
|
|
[23:04:58 INFO] Video batch 347: 2 detections from postprocess
|
|
[23:04:58 INFO] Video frame video_short01_001508: 1 dets, valid=True
|
|
[23:04:58 INFO] Video frame video_short01_001510: 1 dets, valid=True
|
|
[23:04:58 INFO] Video batch 348: frame 2784/7500 (37%)
|
|
[23:04:59 INFO] Video batch 348: 2 detections from postprocess
|
|
[23:04:59 INFO] Video frame video_short01_001511: 1 dets, valid=True
|
|
[23:04:59 INFO] Video frame video_short01_001513: 1 dets, valid=True
|
|
[23:04:59 INFO] Video batch 349: frame 2792/7500 (37%)
|
|
[23:04:59 INFO] Video batch 349: 2 detections from postprocess
|
|
[23:04:59 INFO] Video frame video_short01_001514: 1 dets, valid=True
|
|
[23:04:59 INFO] Video frame video_short01_001516: 1 dets, valid=True
|
|
[23:04:59 INFO] Video batch 350: frame 2800/7500 (37%)
|
|
[23:04:59 INFO] Video batch 350: 2 detections from postprocess
|
|
[23:04:59 INFO] Video frame video_short01_001517: 1 dets, valid=True
|
|
[23:04:59 INFO] Video frame video_short01_001519: 1 dets, valid=True
|
|
[23:04:59 INFO] Video batch 351: frame 2808/7500 (37%)
|
|
[23:04:59 INFO] Video batch 351: 2 detections from postprocess
|
|
[23:04:59 INFO] Video frame video_short01_001521: 1 dets, valid=True
|
|
[23:04:59 INFO] Video frame video_short01_001522: 1 dets, valid=True
|
|
[23:04:59 INFO] Video batch 352: frame 2816/7500 (37%)
|
|
[23:05:00 INFO] Video batch 352: 2 detections from postprocess
|
|
[23:05:00 INFO] Video frame video_short01_001524: 1 dets, valid=True
|
|
[23:05:00 INFO] Video frame video_short01_001525: 1 dets, valid=True
|
|
[23:05:00 INFO] Video batch 353: frame 2824/7500 (37%)
|
|
[23:05:00 INFO] Video batch 353: 2 detections from postprocess
|
|
[23:05:00 INFO] Video frame video_short01_001527: 1 dets, valid=True
|
|
[23:05:00 INFO] Video frame video_short01_001529: 1 dets, valid=True
|
|
[23:05:00 INFO] Video batch 354: frame 2832/7500 (37%)
|
|
[23:05:00 INFO] Video batch 354: 2 detections from postprocess
|
|
[23:05:00 INFO] Video frame video_short01_001530: 1 dets, valid=True
|
|
[23:05:00 INFO] Video frame video_short01_001532: 1 dets, valid=True
|
|
[23:05:00 INFO] Video batch 355: frame 2840/7500 (37%)
|
|
[23:05:00 INFO] Video batch 355: 2 detections from postprocess
|
|
[23:05:00 INFO] Video frame video_short01_001533: 1 dets, valid=True
|
|
[23:05:00 INFO] Video frame video_short01_001535: 1 dets, valid=True
|
|
[23:05:00 INFO] Video batch 356: frame 2848/7500 (37%)
|
|
[23:05:00 INFO] Video batch 356: 2 detections from postprocess
|
|
[23:05:00 INFO] Video frame video_short01_001537: 1 dets, valid=True
|
|
[23:05:00 INFO] Video frame video_short01_001538: 1 dets, valid=True
|
|
[23:05:00 INFO] Video batch 357: frame 2856/7500 (38%)
|
|
[23:05:01 INFO] Video batch 357: 2 detections from postprocess
|
|
[23:05:01 INFO] Video frame video_short01_001540: 1 dets, valid=True
|
|
[23:05:01 INFO] Video frame video_short01_001541: 1 dets, valid=True
|
|
[23:05:01 INFO] Video batch 358: frame 2864/7500 (38%)
|
|
[23:05:01 INFO] Video batch 358: 2 detections from postprocess
|
|
[23:05:01 INFO] Video frame video_short01_001543: 1 dets, valid=True
|
|
[23:05:01 INFO] Video frame video_short01_001545: 1 dets, valid=True
|
|
[23:05:01 INFO] Video batch 359: frame 2872/7500 (38%)
|
|
[23:05:01 INFO] Video batch 359: 2 detections from postprocess
|
|
[23:05:01 INFO] Video frame video_short01_001546: 1 dets, valid=True
|
|
[23:05:01 INFO] Video frame video_short01_001548: 1 dets, valid=True
|
|
[23:05:01 INFO] Video batch 360: frame 2880/7500 (38%)
|
|
[23:05:01 INFO] Video batch 360: 2 detections from postprocess
|
|
[23:05:01 INFO] Video frame video_short01_001550: 1 dets, valid=True
|
|
[23:05:01 INFO] Video frame video_short01_001551: 1 dets, valid=True
|
|
[23:05:01 INFO] Video batch 361: frame 2888/7500 (38%)
|
|
[23:05:02 INFO] Video batch 361: 2 detections from postprocess
|
|
[23:05:02 INFO] Video frame video_short01_001553: 1 dets, valid=True
|
|
[23:05:02 INFO] Video frame video_short01_001554: 1 dets, valid=True
|
|
[23:05:02 INFO] Video batch 362: frame 2896/7500 (38%)
|
|
[23:05:02 INFO] Video batch 362: 2 detections from postprocess
|
|
[23:05:02 INFO] Video frame video_short01_001556: 1 dets, valid=True
|
|
[23:05:02 INFO] Video frame video_short01_001557: 1 dets, valid=True
|
|
[23:05:02 INFO] Video batch 363: frame 2904/7500 (38%)
|
|
[23:05:02 INFO] Video batch 363: 2 detections from postprocess
|
|
[23:05:02 INFO] Video frame video_short01_001559: 1 dets, valid=True
|
|
[23:05:02 INFO] Video frame video_short01_001561: 1 dets, valid=True
|
|
[23:05:02 INFO] Video batch 364: frame 2912/7500 (38%)
|
|
[23:05:02 INFO] Video batch 364: 2 detections from postprocess
|
|
[23:05:02 INFO] Video frame video_short01_001562: 1 dets, valid=True
|
|
[23:05:02 INFO] Video frame video_short01_001564: 1 dets, valid=True
|
|
[23:05:02 INFO] Video batch 365: frame 2920/7500 (38%)
|
|
[23:05:02 INFO] Video batch 365: 2 detections from postprocess
|
|
[23:05:02 INFO] Video frame video_short01_001565: 1 dets, valid=True
|
|
[23:05:02 INFO] Video frame video_short01_001567: 1 dets, valid=True
|
|
[23:05:02 INFO] Video batch 366: frame 2928/7500 (39%)
|
|
[23:05:03 INFO] Video batch 366: 2 detections from postprocess
|
|
[23:05:03 INFO] Video frame video_short01_001569: 1 dets, valid=True
|
|
[23:05:03 INFO] Video frame video_short01_001570: 1 dets, valid=True
|
|
[23:05:03 INFO] Video batch 367: frame 2936/7500 (39%)
|
|
[23:05:03 INFO] Video batch 367: 2 detections from postprocess
|
|
[23:05:03 INFO] Video frame video_short01_001572: 1 dets, valid=True
|
|
[23:05:03 INFO] Video frame video_short01_001573: 1 dets, valid=True
|
|
[23:05:03 INFO] Video batch 368: frame 2944/7500 (39%)
|
|
[23:05:03 INFO] Video batch 368: 2 detections from postprocess
|
|
[23:05:03 INFO] Video frame video_short01_001575: 1 dets, valid=True
|
|
[23:05:03 INFO] Video frame video_short01_001577: 1 dets, valid=True
|
|
[23:05:03 INFO] Video batch 369: frame 2952/7500 (39%)
|
|
[23:05:03 INFO] Video batch 369: 2 detections from postprocess
|
|
[23:05:03 INFO] Video frame video_short01_001578: 1 dets, valid=True
|
|
[23:05:03 INFO] Video frame video_short01_001580: 1 dets, valid=True
|
|
[23:05:03 INFO] Video batch 370: frame 2960/7500 (39%)
|
|
[23:05:04 INFO] Video batch 370: 2 detections from postprocess
|
|
[23:05:04 INFO] Video frame video_short01_001581: 1 dets, valid=True
|
|
[23:05:04 INFO] Video frame video_short01_001583: 1 dets, valid=True
|
|
[23:05:04 INFO] Video batch 371: frame 2968/7500 (39%)
|
|
[23:05:04 INFO] Video batch 371: 2 detections from postprocess
|
|
[23:05:04 INFO] Video frame video_short01_001585: 1 dets, valid=True
|
|
[23:05:04 INFO] Video frame video_short01_001586: 1 dets, valid=True
|
|
[23:05:04 INFO] Video batch 372: frame 2976/7500 (39%)
|
|
[23:05:04 INFO] Video batch 372: 2 detections from postprocess
|
|
[23:05:04 INFO] Video frame video_short01_001588: 1 dets, valid=True
|
|
[23:05:04 INFO] Video frame video_short01_001590: 1 dets, valid=True
|
|
[23:05:04 INFO] Video batch 373: frame 2984/7500 (39%)
|
|
[23:05:04 INFO] Video batch 373: 2 detections from postprocess
|
|
[23:05:04 INFO] Video frame video_short01_001591: 1 dets, valid=True
|
|
[23:05:04 INFO] Video frame video_short01_001593: 1 dets, valid=True
|
|
[23:05:04 INFO] Video batch 374: frame 2992/7500 (39%)
|
|
[23:05:04 INFO] Video batch 374: 2 detections from postprocess
|
|
[23:05:04 INFO] Video frame video_short01_001594: 1 dets, valid=True
|
|
[23:05:04 INFO] Video frame video_short01_001596: 1 dets, valid=True
|
|
[23:05:04 INFO] Video batch 375: frame 3000/7500 (40%)
|
|
[23:05:05 INFO] Video batch 375: 1 detections from postprocess
|
|
[23:05:05 INFO] Video frame video_short01_001597: 1 dets, valid=True
|
|
[23:05:05 INFO] Video batch 376: frame 3008/7500 (40%)
|
|
[23:05:05 INFO] Video batch 376: 1 detections from postprocess
|
|
[23:05:05 INFO] Video frame video_short01_002002: 1 dets, valid=True
|
|
[23:05:05 INFO] Video batch 377: frame 3016/7500 (40%)
|
|
[23:05:05 INFO] Video batch 378: frame 3024/7500 (40%)
|
|
[23:05:05 INFO] Video batch 379: frame 3032/7500 (40%)
|
|
[23:05:05 INFO] Video batch 380: frame 3040/7500 (40%)
|
|
[23:05:06 INFO] Video batch 381: frame 3048/7500 (40%)
|
|
[23:05:06 INFO] Video batch 382: frame 3056/7500 (40%)
|
|
[23:05:06 INFO] Video batch 383: frame 3064/7500 (40%)
|
|
[23:05:06 INFO] Video batch 383: 1 detections from postprocess
|
|
[23:05:06 INFO] Video frame video_short01_002025: 1 dets, valid=True
|
|
[23:05:06 INFO] Video batch 384: frame 3072/7500 (40%)
|
|
[23:05:06 INFO] Video batch 384: 2 detections from postprocess
|
|
[23:05:06 INFO] Video frame video_short01_002026: 1 dets, valid=True
|
|
[23:05:06 INFO] Video frame video_short01_002028: 1 dets, valid=True
|
|
[23:05:06 INFO] Video batch 385: frame 3080/7500 (41%)
|
|
[23:05:07 INFO] Video batch 385: 2 detections from postprocess
|
|
[23:05:07 INFO] Video frame video_short01_002030: 1 dets, valid=True
|
|
[23:05:07 INFO] Video frame video_short01_002031: 1 dets, valid=True
|
|
[23:05:07 INFO] Video batch 386: frame 3088/7500 (41%)
|
|
[23:05:07 INFO] Video batch 386: 1 detections from postprocess
|
|
[23:05:07 INFO] Video frame video_short01_002033: 1 dets, valid=True
|
|
[23:05:07 INFO] Video batch 387: frame 3096/7500 (41%)
|
|
[23:05:07 INFO] Video batch 387: 1 detections from postprocess
|
|
[23:05:07 INFO] Video frame video_short01_002037: 1 dets, valid=True
|
|
[23:05:07 INFO] Video batch 388: frame 3104/7500 (41%)
|
|
[23:05:07 INFO] Video batch 389: frame 3112/7500 (41%)
|
|
[23:05:08 INFO] Video batch 390: frame 3120/7500 (41%)
|
|
[23:05:08 INFO] Video batch 391: frame 3128/7500 (41%)
|
|
[23:05:08 INFO] Video batch 392: frame 3136/7500 (41%)
|
|
[23:05:08 INFO] Video batch 393: frame 3144/7500 (41%)
|
|
[23:05:09 INFO] Video batch 394: frame 3152/7500 (42%)
|
|
[23:05:09 INFO] Video batch 395: frame 3160/7500 (42%)
|
|
[23:05:09 INFO] Video batch 396: frame 3168/7500 (42%)
|
|
[23:05:09 INFO] Video batch 397: frame 3176/7500 (42%)
|
|
[23:05:09 INFO] Video batch 397: 1 detections from postprocess
|
|
[23:05:09 INFO] Video frame video_short01_002070: 1 dets, valid=True
|
|
[23:05:09 INFO] Video batch 398: frame 3184/7500 (42%)
|
|
[23:05:10 INFO] Video batch 398: 2 detections from postprocess
|
|
[23:05:10 INFO] Video frame video_short01_002071: 1 dets, valid=True
|
|
[23:05:10 INFO] Video frame video_short01_002073: 1 dets, valid=True
|
|
[23:05:10 INFO] Video batch 399: frame 3192/7500 (42%)
|
|
[23:05:10 INFO] Video batch 399: 2 detections from postprocess
|
|
[23:05:10 INFO] Video frame video_short01_002074: 1 dets, valid=True
|
|
[23:05:10 INFO] Video frame video_short01_002076: 1 dets, valid=True
|
|
[23:05:10 INFO] Video batch 400: frame 3200/7500 (42%)
|
|
[23:05:10 INFO] Video batch 400: 2 detections from postprocess
|
|
[23:05:10 INFO] Video frame video_short01_002077: 1 dets, valid=True
|
|
[23:05:10 INFO] Video frame video_short01_002079: 1 dets, valid=True
|
|
[23:05:10 INFO] Video batch 401: frame 3208/7500 (42%)
|
|
[23:05:10 INFO] Video batch 401: 2 detections from postprocess
|
|
[23:05:10 INFO] Video frame video_short01_002081: 1 dets, valid=True
|
|
[23:05:10 INFO] Video frame video_short01_002082: 1 dets, valid=True
|
|
[23:05:10 INFO] Video batch 402: frame 3216/7500 (42%)
|
|
[23:05:10 INFO] Video batch 402: 1 detections from postprocess
|
|
[23:05:10 INFO] Video frame video_short01_002084: 1 dets, valid=True
|
|
[23:05:10 INFO] Video batch 403: frame 3224/7500 (42%)
|
|
[23:05:11 INFO] Video batch 404: frame 3232/7500 (43%)
|
|
[23:05:11 INFO] Video batch 405: frame 3240/7500 (43%)
|
|
[23:05:11 INFO] Video batch 406: frame 3248/7500 (43%)
|
|
[23:05:11 INFO] Video batch 407: frame 3256/7500 (43%)
|
|
[23:05:11 INFO] Video batch 407: 1 detections from postprocess
|
|
[23:05:11 INFO] Video frame video_short01_002101: 1 dets, valid=True
|
|
[23:05:11 INFO] Video batch 408: frame 3264/7500 (43%)
|
|
[23:05:12 INFO] Video batch 408: 2 detections from postprocess
|
|
[23:05:12 INFO] Video frame video_short01_002103: 1 dets, valid=True
|
|
[23:05:12 INFO] Video frame video_short01_002105: 1 dets, valid=True
|
|
[23:05:12 INFO] Video batch 409: frame 3272/7500 (43%)
|
|
[23:05:12 INFO] Video batch 409: 2 detections from postprocess
|
|
[23:05:12 INFO] Video frame video_short01_002106: 1 dets, valid=True
|
|
[23:05:12 INFO] Video frame video_short01_002108: 1 dets, valid=True
|
|
[23:05:12 INFO] Video batch 410: frame 3280/7500 (43%)
|
|
[23:05:12 INFO] Video batch 410: 2 detections from postprocess
|
|
[23:05:12 INFO] Video frame video_short01_002110: 1 dets, valid=True
|
|
[23:05:12 INFO] Video frame video_short01_002111: 1 dets, valid=True
|
|
[23:05:12 INFO] Video batch 411: frame 3288/7500 (43%)
|
|
[23:05:12 INFO] Video batch 411: 2 detections from postprocess
|
|
[23:05:12 INFO] Video frame video_short01_002113: 1 dets, valid=True
|
|
[23:05:12 INFO] Video frame video_short01_002114: 1 dets, valid=True
|
|
[23:05:12 INFO] Video batch 412: frame 3296/7500 (43%)
|
|
[23:05:13 INFO] Video batch 413: frame 3304/7500 (44%)
|
|
[23:05:13 INFO] Video batch 413: 1 detections from postprocess
|
|
[23:05:13 INFO] Video frame video_short01_002121: 1 dets, valid=True
|
|
[23:05:13 INFO] Video batch 414: frame 3312/7500 (44%)
|
|
[23:05:13 INFO] Video batch 415: frame 3320/7500 (44%)
|
|
[23:05:13 INFO] Video batch 415: 2 detections from postprocess
|
|
[23:05:13 INFO] Video frame video_short01_002125: 1 dets, valid=True
|
|
[23:05:13 INFO] Video frame video_short01_002127: 1 dets, valid=True
|
|
[23:05:13 INFO] Video batch 416: frame 3328/7500 (44%)
|
|
[23:05:13 INFO] Video batch 416: 1 detections from postprocess
|
|
[23:05:13 INFO] Video frame video_short01_002130: 1 dets, valid=True
|
|
[23:05:14 INFO] Video batch 417: frame 3336/7500 (44%)
|
|
[23:05:14 INFO] Video batch 417: 2 detections from postprocess
|
|
[23:05:14 INFO] Video frame video_short01_002132: 1 dets, valid=True
|
|
[23:05:14 INFO] Video frame video_short01_002133: 1 dets, valid=True
|
|
[23:05:14 INFO] Video batch 418: frame 3344/7500 (44%)
|
|
[23:05:14 INFO] Video batch 418: 1 detections from postprocess
|
|
[23:05:14 INFO] Video frame video_short01_002137: 1 dets, valid=True
|
|
[23:05:14 INFO] Video batch 419: frame 3352/7500 (44%)
|
|
[23:05:14 INFO] Video batch 420: frame 3360/7500 (44%)
|
|
[23:05:14 INFO] Video batch 421: frame 3368/7500 (44%)
|
|
[23:05:15 INFO] Video batch 422: frame 3376/7500 (45%)
|
|
[23:05:15 INFO] Video batch 422: 1 detections from postprocess
|
|
[23:05:15 INFO] Video frame video_short01_002150: 1 dets, valid=True
|
|
[23:05:15 INFO] Video batch 423: frame 3384/7500 (45%)
|
|
[23:05:15 INFO] Video batch 423: 1 detections from postprocess
|
|
[23:05:15 INFO] Video frame video_short01_002153: 1 dets, valid=True
|
|
[23:05:15 INFO] Video batch 424: frame 3392/7500 (45%)
|
|
[23:05:15 INFO] Video batch 424: 1 detections from postprocess
|
|
[23:05:15 INFO] Video frame video_short01_002156: 1 dets, valid=True
|
|
[23:05:15 INFO] Video batch 425: frame 3400/7500 (45%)
|
|
[23:05:15 INFO] Video batch 425: 1 detections from postprocess
|
|
[23:05:15 INFO] Video frame video_short01_002157: 1 dets, valid=True
|
|
[23:05:15 INFO] Video batch 426: frame 3408/7500 (45%)
|
|
[23:05:16 INFO] Video batch 426: 1 detections from postprocess
|
|
[23:05:16 INFO] Video frame video_short01_002162: 1 dets, valid=True
|
|
[23:05:16 INFO] Video batch 427: frame 3416/7500 (45%)
|
|
[23:05:16 INFO] Video batch 427: 2 detections from postprocess
|
|
[23:05:16 INFO] Video frame video_short01_002164: 1 dets, valid=True
|
|
[23:05:16 INFO] Video frame video_short01_002165: 1 dets, valid=True
|
|
[23:05:16 INFO] Video batch 428: frame 3424/7500 (45%)
|
|
[23:05:16 INFO] Video batch 429: frame 3432/7500 (45%)
|
|
[23:05:16 INFO] Video batch 430: frame 3440/7500 (45%)
|
|
[23:05:16 INFO] Video batch 431: frame 3448/7500 (45%)
|
|
[23:05:17 INFO] Video batch 432: frame 3456/7500 (46%)
|
|
[23:05:17 INFO] Video batch 433: frame 3464/7500 (46%)
|
|
[23:05:17 INFO] Video batch 433: 1 detections from postprocess
|
|
[23:05:17 INFO] Video frame video_short01_002185: 1 dets, valid=True
|
|
[23:05:17 INFO] Video batch 434: frame 3472/7500 (46%)
|
|
[23:05:17 INFO] Video batch 434: 1 detections from postprocess
|
|
[23:05:17 INFO] Video frame video_short01_002186: 1 dets, valid=True
|
|
[23:05:17 INFO] Video batch 435: frame 3480/7500 (46%)
|
|
[23:05:18 INFO] Video batch 436: frame 3488/7500 (46%)
|
|
[23:05:18 INFO] Video batch 437: frame 3496/7500 (46%)
|
|
[23:05:18 INFO] Video batch 438: frame 3504/7500 (46%)
|
|
[23:05:18 INFO] Video batch 439: frame 3512/7500 (46%)
|
|
[23:05:19 INFO] Video batch 440: frame 3520/7500 (46%)
|
|
[23:05:19 INFO] Video batch 441: frame 3528/7500 (47%)
|
|
[23:05:19 INFO] Video batch 442: frame 3536/7500 (47%)
|
|
[23:05:19 INFO] Video batch 443: frame 3544/7500 (47%)
|
|
[23:05:20 INFO] Video batch 444: frame 3552/7500 (47%)
|
|
[23:05:20 INFO] Video batch 445: frame 3560/7500 (47%)
|
|
[23:05:20 INFO] Video batch 446: frame 3568/7500 (47%)
|
|
[23:05:20 INFO] Video batch 447: frame 3576/7500 (47%)
|
|
[23:05:20 INFO] Video batch 448: frame 3584/7500 (47%)
|
|
[23:05:21 INFO] Video batch 449: frame 3592/7500 (47%)
|
|
[23:05:21 INFO] Video batch 450: frame 3600/7500 (48%)
|
|
[23:05:21 INFO] Video batch 451: frame 3608/7500 (48%)
|
|
[23:05:21 INFO] Video batch 452: frame 3616/7500 (48%)
|
|
[23:05:21 INFO] Video batch 453: frame 3624/7500 (48%)
|
|
[23:05:22 INFO] Video batch 454: frame 3632/7500 (48%)
|
|
[23:05:22 INFO] Video batch 455: frame 3640/7500 (48%)
|
|
[23:05:22 INFO] Video batch 456: frame 3648/7500 (48%)
|
|
[23:05:22 INFO] Video batch 457: frame 3656/7500 (48%)
|
|
[23:05:22 INFO] Video batch 458: frame 3664/7500 (48%)
|
|
[23:05:23 INFO] Video batch 459: frame 3672/7500 (48%)
|
|
[23:05:23 INFO] Video batch 460: frame 3680/7500 (49%)
|
|
[23:05:23 INFO] Video batch 461: frame 3688/7500 (49%)
|
|
[23:05:23 INFO] Video batch 462: frame 3696/7500 (49%)
|
|
[23:05:23 INFO] Video batch 463: frame 3704/7500 (49%)
|
|
[23:05:23 INFO] Video batch 464: frame 3712/7500 (49%)
|
|
[23:05:24 INFO] Video batch 465: frame 3720/7500 (49%)
|
|
[23:05:24 INFO] Video batch 466: frame 3728/7500 (49%)
|
|
[23:05:24 INFO] Video batch 467: frame 3736/7500 (49%)
|
|
[23:05:24 INFO] Video batch 467: 1 detections from postprocess
|
|
[23:05:24 INFO] Video frame video_short01_002293: 1 dets, valid=True
|
|
[23:05:24 INFO] Video batch 468: frame 3744/7500 (49%)
|
|
[23:05:24 INFO] Video batch 468: 3 detections from postprocess
|
|
[23:05:24 INFO] Video frame video_short01_002295: 1 dets, valid=True
|
|
[23:05:24 INFO] Video frame video_short01_002297: 2 dets, valid=True
|
|
[23:05:25 INFO] Video batch 469: frame 3752/7500 (50%)
|
|
[23:05:25 INFO] Video batch 469: 3 detections from postprocess
|
|
[23:05:25 INFO] Video frame video_short01_002298: 1 dets, valid=True
|
|
[23:05:25 INFO] Video frame video_short01_002300: 2 dets, valid=True
|
|
[23:05:25 INFO] Video batch 470: frame 3760/7500 (50%)
|
|
[23:05:25 INFO] Video batch 470: 4 detections from postprocess
|
|
[23:05:25 INFO] Video frame video_short01_002301: 2 dets, valid=True
|
|
[23:05:25 INFO] Video frame video_short01_002303: 2 dets, valid=True
|
|
[23:05:25 INFO] Video batch 471: frame 3768/7500 (50%)
|
|
[23:05:25 INFO] Video batch 471: 4 detections from postprocess
|
|
[23:05:25 INFO] Video frame video_short01_002305: 2 dets, valid=True
|
|
[23:05:25 INFO] Video frame video_short01_002306: 2 dets, valid=True
|
|
[23:05:25 INFO] Video batch 472: frame 3776/7500 (50%)
|
|
[23:05:25 INFO] Video batch 472: 2 detections from postprocess
|
|
[23:05:25 INFO] Video frame video_short01_002308: 1 dets, valid=True
|
|
[23:05:25 INFO] Video frame video_short01_002310: 1 dets, valid=True
|
|
[23:05:25 INFO] Video batch 473: frame 3784/7500 (50%)
|
|
[23:05:26 INFO] Video batch 473: 2 detections from postprocess
|
|
[23:05:26 INFO] Video frame video_short01_002311: 1 dets, valid=True
|
|
[23:05:26 INFO] Video frame video_short01_002313: 1 dets, valid=True
|
|
[23:05:26 INFO] Video batch 474: frame 3792/7500 (50%)
|
|
[23:05:26 INFO] Video batch 474: 2 detections from postprocess
|
|
[23:05:26 INFO] Video frame video_short01_002314: 1 dets, valid=True
|
|
[23:05:26 INFO] Video frame video_short01_002316: 1 dets, valid=True
|
|
[23:05:26 INFO] Video batch 475: frame 3800/7500 (50%)
|
|
[23:05:26 INFO] Video batch 475: 2 detections from postprocess
|
|
[23:05:26 INFO] Video frame video_short01_002317: 1 dets, valid=True
|
|
[23:05:26 INFO] Video frame video_short01_002319: 1 dets, valid=True
|
|
[23:05:26 INFO] Video batch 476: frame 3808/7500 (50%)
|
|
[23:05:26 INFO] Video batch 476: 2 detections from postprocess
|
|
[23:05:26 INFO] Video frame video_short01_002321: 1 dets, valid=True
|
|
[23:05:26 INFO] Video frame video_short01_002322: 1 dets, valid=True
|
|
[23:05:26 INFO] Video batch 477: frame 3816/7500 (50%)
|
|
[23:05:26 INFO] Video batch 477: 3 detections from postprocess
|
|
[23:05:26 INFO] Video frame video_short01_002324: 2 dets, valid=True
|
|
[23:05:26 INFO] Video frame video_short01_002325: 1 dets, valid=True
|
|
[23:05:27 INFO] Video batch 478: frame 3824/7500 (50%)
|
|
[23:05:27 INFO] Video batch 478: 2 detections from postprocess
|
|
[23:05:27 INFO] Video frame video_short01_002327: 1 dets, valid=True
|
|
[23:05:27 INFO] Video frame video_short01_002329: 1 dets, valid=True
|
|
[23:05:27 INFO] Video batch 479: frame 3832/7500 (51%)
|
|
[23:05:27 INFO] Video batch 479: 2 detections from postprocess
|
|
[23:05:27 INFO] Video frame video_short01_002330: 1 dets, valid=True
|
|
[23:05:27 INFO] Video frame video_short01_002332: 1 dets, valid=True
|
|
[23:05:27 INFO] Video batch 480: frame 3840/7500 (51%)
|
|
[23:05:27 INFO] Video batch 480: 2 detections from postprocess
|
|
[23:05:27 INFO] Video frame video_short01_002333: 1 dets, valid=True
|
|
[23:05:27 INFO] Video frame video_short01_002335: 1 dets, valid=True
|
|
[23:05:27 INFO] Video batch 481: frame 3848/7500 (51%)
|
|
[23:05:27 INFO] Video batch 481: 3 detections from postprocess
|
|
[23:05:27 INFO] Video frame video_short01_002337: 2 dets, valid=True
|
|
[23:05:27 INFO] Video frame video_short01_002338: 1 dets, valid=True
|
|
[23:05:27 INFO] Video batch 482: frame 3856/7500 (51%)
|
|
[23:05:28 INFO] Video batch 482: 4 detections from postprocess
|
|
[23:05:28 INFO] Video frame video_short01_002340: 2 dets, valid=True
|
|
[23:05:28 INFO] Video frame video_short01_002341: 2 dets, valid=True
|
|
[23:05:28 INFO] Video batch 483: frame 3864/7500 (51%)
|
|
[23:05:28 INFO] Video batch 483: 4 detections from postprocess
|
|
[23:05:28 INFO] Video frame video_short01_002343: 2 dets, valid=True
|
|
[23:05:28 INFO] Video frame video_short01_002345: 2 dets, valid=True
|
|
[23:05:28 INFO] Video batch 484: frame 3872/7500 (51%)
|
|
[23:05:28 INFO] Video batch 484: 4 detections from postprocess
|
|
[23:05:28 INFO] Video frame video_short01_002346: 2 dets, valid=True
|
|
[23:05:28 INFO] Video frame video_short01_002348: 2 dets, valid=True
|
|
[23:05:28 INFO] Video batch 485: frame 3880/7500 (51%)
|
|
[23:05:28 INFO] Video batch 485: 4 detections from postprocess
|
|
[23:05:28 INFO] Video frame video_short01_002350: 2 dets, valid=True
|
|
[23:05:28 INFO] Video frame video_short01_002351: 2 dets, valid=True
|
|
[23:05:28 INFO] Video batch 486: frame 3888/7500 (51%)
|
|
[23:05:28 INFO] Video batch 486: 4 detections from postprocess
|
|
[23:05:28 INFO] Video frame video_short01_002353: 4 dets, valid=True
|
|
[23:05:28 INFO] Video batch 487: frame 3896/7500 (51%)
|
|
[23:05:29 INFO] Video batch 488: frame 3904/7500 (52%)
|
|
[23:05:29 INFO] Video batch 489: frame 3912/7500 (52%)
|
|
[23:05:29 INFO] Video batch 490: frame 3920/7500 (52%)
|
|
[23:05:30 INFO] Video batch 491: frame 3928/7500 (52%)
|
|
[23:05:30 INFO] Video batch 492: frame 3936/7500 (52%)
|
|
[23:05:30 INFO] Video batch 493: frame 3944/7500 (52%)
|
|
[23:05:30 INFO] Video batch 494: frame 3952/7500 (52%)
|
|
[23:05:30 INFO] Video batch 495: frame 3960/7500 (52%)
|
|
[23:05:31 INFO] Video batch 496: frame 3968/7500 (52%)
|
|
[23:05:31 INFO] Video batch 497: frame 3976/7500 (53%)
|
|
[23:05:31 INFO] Video batch 498: frame 3984/7500 (53%)
|
|
[23:05:31 INFO] Video batch 499: frame 3992/7500 (53%)
|
|
[23:05:31 INFO] Video batch 500: frame 4000/7500 (53%)
|
|
[23:05:32 INFO] Video batch 501: frame 4008/7500 (53%)
|
|
[23:05:32 INFO] Video batch 502: frame 4016/7500 (53%)
|
|
[23:05:32 INFO] Video batch 503: frame 4024/7500 (53%)
|
|
[23:05:32 INFO] Video batch 504: frame 4032/7500 (53%)
|
|
[23:05:32 INFO] Video batch 505: frame 4040/7500 (53%)
|
|
[23:05:33 INFO] Video batch 506: frame 4048/7500 (53%)
|
|
[23:05:33 INFO] Video batch 507: frame 4056/7500 (54%)
|
|
[23:05:33 INFO] Video batch 508: frame 4064/7500 (54%)
|
|
[23:05:33 INFO] Video batch 509: frame 4072/7500 (54%)
|
|
[23:05:33 INFO] Video batch 510: frame 4080/7500 (54%)
|
|
[23:05:34 INFO] Video batch 511: frame 4088/7500 (54%)
|
|
[23:05:34 INFO] Video batch 512: frame 4096/7500 (54%)
|
|
[23:05:34 INFO] Video batch 512: 1 detections from postprocess
|
|
[23:05:34 INFO] Video frame video_short01_002437: 1 dets, valid=True
|
|
[23:05:34 INFO] Video batch 513: frame 4104/7500 (54%)
|
|
[23:05:34 INFO] Video batch 513: 1 detections from postprocess
|
|
[23:05:34 INFO] Video frame video_short01_002439: 1 dets, valid=True
|
|
[23:05:34 INFO] Video batch 514: frame 4112/7500 (54%)
|
|
[23:05:35 INFO] Video batch 515: frame 4120/7500 (54%)
|
|
[23:05:35 INFO] Video batch 516: frame 4128/7500 (55%)
|
|
[23:05:35 INFO] Video batch 517: frame 4136/7500 (55%)
|
|
[23:05:35 INFO] Video batch 518: frame 4144/7500 (55%)
|
|
[23:05:35 INFO] Video batch 519: frame 4152/7500 (55%)
|
|
[23:05:36 INFO] Video batch 520: frame 4160/7500 (55%)
|
|
[23:05:36 INFO] Video batch 521: frame 4168/7500 (55%)
|
|
[23:05:36 INFO] Video batch 522: frame 4176/7500 (55%)
|
|
[23:05:36 INFO] Video batch 523: frame 4184/7500 (55%)
|
|
[23:05:36 INFO] Video batch 524: frame 4192/7500 (55%)
|
|
[23:05:37 INFO] Video batch 525: frame 4200/7500 (56%)
|
|
[23:05:37 INFO] Video batch 526: frame 4208/7500 (56%)
|
|
[23:05:37 INFO] Video batch 527: frame 4216/7500 (56%)
|
|
[23:05:37 INFO] Video batch 528: frame 4224/7500 (56%)
|
|
[23:05:37 INFO] Video batch 529: frame 4232/7500 (56%)
|
|
[23:05:38 INFO] Video batch 530: frame 4240/7500 (56%)
|
|
[23:05:38 INFO] Video batch 531: frame 4248/7500 (56%)
|
|
[23:05:38 INFO] Video batch 532: frame 4256/7500 (56%)
|
|
[23:05:38 INFO] Video batch 533: frame 4264/7500 (56%)
|
|
[23:05:38 INFO] Video batch 534: frame 4272/7500 (56%)
|
|
[23:05:39 INFO] Video batch 535: frame 4280/7500 (57%)
|
|
[23:05:39 INFO] Video batch 536: frame 4288/7500 (57%)
|
|
[23:05:39 INFO] Video batch 537: frame 4296/7500 (57%)
|
|
[23:05:39 INFO] Video batch 538: frame 4304/7500 (57%)
|
|
[23:05:39 INFO] Video batch 539: frame 4312/7500 (57%)
|
|
[23:05:40 INFO] Video batch 540: frame 4320/7500 (57%)
|
|
[23:05:40 INFO] Video batch 541: frame 4328/7500 (57%)
|
|
[23:05:40 INFO] Video batch 542: frame 4336/7500 (57%)
|
|
[23:05:40 INFO] Video batch 543: frame 4344/7500 (57%)
|
|
[23:05:40 INFO] Video batch 544: frame 4352/7500 (58%)
|
|
[23:05:41 INFO] Video batch 545: frame 4360/7500 (58%)
|
|
[23:05:41 INFO] Video batch 546: frame 4368/7500 (58%)
|
|
[23:05:41 INFO] Video batch 547: frame 4376/7500 (58%)
|
|
[23:05:41 INFO] Video batch 547: 3 detections from postprocess
|
|
[23:05:41 INFO] Video frame video_short01_002548: 2 dets, valid=True
|
|
[23:05:41 INFO] Video frame video_short01_002550: 1 dets, valid=True
|
|
[23:05:41 INFO] Video batch 548: frame 4384/7500 (58%)
|
|
[23:05:42 INFO] Video batch 548: 2 detections from postprocess
|
|
[23:05:42 INFO] Video frame video_short01_002551: 1 dets, valid=True
|
|
[23:05:42 INFO] Video frame video_short01_002553: 1 dets, valid=True
|
|
[23:05:42 INFO] Video batch 549: frame 4392/7500 (58%)
|
|
[23:05:42 INFO] Video batch 549: 2 detections from postprocess
|
|
[23:05:42 INFO] Video frame video_short01_002554: 1 dets, valid=True
|
|
[23:05:42 INFO] Video frame video_short01_002556: 1 dets, valid=True
|
|
[23:05:42 INFO] Video batch 550: frame 4400/7500 (58%)
|
|
[23:05:42 INFO] Video batch 550: 2 detections from postprocess
|
|
[23:05:42 INFO] Video frame video_short01_002557: 1 dets, valid=True
|
|
[23:05:42 INFO] Video frame video_short01_002559: 1 dets, valid=True
|
|
[23:05:42 INFO] Video batch 551: frame 4408/7500 (58%)
|
|
[23:05:42 INFO] Video batch 551: 2 detections from postprocess
|
|
[23:05:42 INFO] Video frame video_short01_002561: 1 dets, valid=True
|
|
[23:05:42 INFO] Video frame video_short01_002562: 1 dets, valid=True
|
|
[23:05:42 INFO] Video batch 552: frame 4416/7500 (58%)
|
|
[23:05:43 INFO] Video batch 552: 2 detections from postprocess
|
|
[23:05:43 INFO] Video frame video_short01_002564: 1 dets, valid=True
|
|
[23:05:43 INFO] Video frame video_short01_002565: 1 dets, valid=True
|
|
[23:05:43 INFO] Video batch 553: frame 4424/7500 (58%)
|
|
[23:05:43 INFO] Video batch 553: 1 detections from postprocess
|
|
[23:05:43 INFO] Video frame video_short01_002567: 1 dets, valid=True
|
|
[23:05:43 INFO] Video batch 554: frame 4432/7500 (59%)
|
|
[23:05:43 INFO] Video batch 555: frame 4440/7500 (59%)
|
|
[23:05:43 INFO] Video batch 556: frame 4448/7500 (59%)
|
|
[23:05:44 INFO] Video batch 557: frame 4456/7500 (59%)
|
|
[23:05:44 INFO] Video batch 558: frame 4464/7500 (59%)
|
|
[23:05:44 INFO] Video batch 559: frame 4472/7500 (59%)
|
|
[23:05:44 INFO] Video batch 560: frame 4480/7500 (59%)
|
|
[23:05:45 INFO] Video batch 561: frame 4488/7500 (59%)
|
|
[23:05:45 INFO] Video batch 562: frame 4496/7500 (59%)
|
|
[23:05:45 INFO] Video batch 563: frame 4504/7500 (60%)
|
|
[23:05:45 INFO] Video batch 564: frame 4512/7500 (60%)
|
|
[23:05:45 INFO] Video batch 565: frame 4520/7500 (60%)
|
|
[23:05:46 INFO] Video batch 566: frame 4528/7500 (60%)
|
|
[23:05:46 INFO] Video batch 567: frame 4536/7500 (60%)
|
|
[23:05:46 INFO] Video batch 568: frame 4544/7500 (60%)
|
|
[23:05:46 INFO] Video batch 568: 1 detections from postprocess
|
|
[23:05:46 INFO] Video frame video_short01_003017: 1 dets, valid=True
|
|
[23:05:46 INFO] Video batch 569: frame 4552/7500 (60%)
|
|
[23:05:47 INFO] Video batch 570: frame 4560/7500 (60%)
|
|
[23:05:47 INFO] Video batch 571: frame 4568/7500 (60%)
|
|
[23:05:47 INFO] Video batch 572: frame 4576/7500 (61%)
|
|
[23:05:47 INFO] Video batch 572: 1 detections from postprocess
|
|
[23:05:47 INFO] Video frame video_short01_003028: 1 dets, valid=True
|
|
[23:05:47 INFO] Video batch 573: frame 4584/7500 (61%)
|
|
[23:05:47 INFO] Video batch 574: frame 4592/7500 (61%)
|
|
[23:05:48 INFO] Video batch 575: frame 4600/7500 (61%)
|
|
[23:05:48 INFO] Video batch 576: frame 4608/7500 (61%)
|
|
[23:05:48 INFO] Video batch 577: frame 4616/7500 (61%)
|
|
[23:05:48 INFO] Video batch 578: frame 4624/7500 (61%)
|
|
[23:05:49 INFO] Video batch 579: frame 4632/7500 (61%)
|
|
[23:05:49 INFO] Video batch 580: frame 4640/7500 (61%)
|
|
[23:05:49 INFO] Video batch 581: frame 4648/7500 (61%)
|
|
[23:05:49 INFO] Video batch 582: frame 4656/7500 (62%)
|
|
[23:05:49 INFO] Video batch 583: frame 4664/7500 (62%)
|
|
[23:05:50 INFO] Video batch 584: frame 4672/7500 (62%)
|
|
[23:05:50 INFO] Video batch 585: frame 4680/7500 (62%)
|
|
[23:05:50 INFO] Video batch 586: frame 4688/7500 (62%)
|
|
[23:05:50 INFO] Video batch 587: frame 4696/7500 (62%)
|
|
[23:05:51 INFO] Video batch 587: 1 detections from postprocess
|
|
[23:05:51 INFO] Video frame video_short01_003077: 1 dets, valid=True
|
|
[23:05:51 INFO] Video batch 588: frame 4704/7500 (62%)
|
|
[23:05:51 INFO] Video batch 589: frame 4712/7500 (62%)
|
|
[23:05:51 INFO] Video batch 590: frame 4720/7500 (62%)
|
|
[23:05:51 INFO] Video batch 591: frame 4728/7500 (63%)
|
|
[23:05:51 INFO] Video batch 592: frame 4736/7500 (63%)
|
|
[23:05:52 INFO] Video batch 593: frame 4744/7500 (63%)
|
|
[23:05:52 INFO] Video batch 594: frame 4752/7500 (63%)
|
|
[23:05:52 INFO] Video batch 594: 1 detections from postprocess
|
|
[23:05:52 INFO] Video frame video_short01_003098: 1 dets, valid=True
|
|
[23:05:52 INFO] Video batch 595: frame 4760/7500 (63%)
|
|
[23:05:52 INFO] Video batch 595: 1 detections from postprocess
|
|
[23:05:52 INFO] Video frame video_short01_003101: 1 dets, valid=True
|
|
[23:05:52 INFO] Video batch 596: frame 4768/7500 (63%)
|
|
[23:05:53 INFO] Video batch 597: frame 4776/7500 (63%)
|
|
[23:05:53 INFO] Video batch 598: frame 4784/7500 (63%)
|
|
[23:05:53 INFO] Video batch 599: frame 4792/7500 (63%)
|
|
[23:05:53 INFO] Video batch 599: 1 detections from postprocess
|
|
[23:05:53 INFO] Video frame video_short01_003116: 1 dets, valid=True
|
|
[23:05:53 INFO] Video batch 600: frame 4800/7500 (64%)
|
|
[23:05:53 INFO] Video batch 600: 4 detections from postprocess
|
|
[23:05:53 INFO] Video frame video_short01_003117: 1 dets, valid=True
|
|
[23:05:53 INFO] Video frame video_short01_003119: 3 dets, valid=True
|
|
[23:05:53 INFO] Video batch 601: frame 4808/7500 (64%)
|
|
[23:05:54 INFO] Video batch 601: 4 detections from postprocess
|
|
[23:05:54 INFO] Video frame video_short01_003121: 2 dets, valid=True
|
|
[23:05:54 INFO] Video frame video_short01_003122: 2 dets, valid=True
|
|
[23:05:54 INFO] Video batch 602: frame 4816/7500 (64%)
|
|
[23:05:54 INFO] Video batch 602: 6 detections from postprocess
|
|
[23:05:54 INFO] Video frame video_short01_003124: 3 dets, valid=True
|
|
[23:05:54 INFO] Video frame video_short01_003125: 3 dets, valid=True
|
|
[23:05:54 INFO] Video batch 603: frame 4824/7500 (64%)
|
|
[23:05:54 INFO] Video batch 603: 4 detections from postprocess
|
|
[23:05:54 INFO] Video frame video_short01_003127: 2 dets, valid=True
|
|
[23:05:54 INFO] Video frame video_short01_003129: 2 dets, valid=True
|
|
[23:05:54 INFO] Video batch 604: frame 4832/7500 (64%)
|
|
[23:05:54 INFO] Video batch 604: 5 detections from postprocess
|
|
[23:05:54 INFO] Video frame video_short01_003130: 2 dets, valid=True
|
|
[23:05:54 INFO] Video frame video_short01_003132: 3 dets, valid=True
|
|
[23:05:55 INFO] Video batch 605: frame 4840/7500 (64%)
|
|
[23:05:55 INFO] Video batch 605: 4 detections from postprocess
|
|
[23:05:55 INFO] Video frame video_short01_003133: 2 dets, valid=True
|
|
[23:05:55 INFO] Video frame video_short01_003135: 2 dets, valid=True
|
|
[23:05:55 INFO] Video batch 606: frame 4848/7500 (64%)
|
|
[23:05:55 INFO] Video batch 606: 4 detections from postprocess
|
|
[23:05:55 INFO] Video frame video_short01_003137: 2 dets, valid=True
|
|
[23:05:55 INFO] Video frame video_short01_003138: 2 dets, valid=True
|
|
[23:05:55 INFO] Video batch 607: frame 4856/7500 (64%)
|
|
[23:05:55 INFO] Video batch 607: 4 detections from postprocess
|
|
[23:05:55 INFO] Video frame video_short01_003140: 2 dets, valid=True
|
|
[23:05:55 INFO] Video frame video_short01_003141: 2 dets, valid=True
|
|
[23:05:55 INFO] Video batch 608: frame 4864/7500 (64%)
|
|
[23:05:55 INFO] Video batch 608: 4 detections from postprocess
|
|
[23:05:55 INFO] Video frame video_short01_003143: 2 dets, valid=True
|
|
[23:05:55 INFO] Video frame video_short01_003145: 2 dets, valid=True
|
|
[23:05:56 INFO] Video batch 609: frame 4872/7500 (64%)
|
|
[23:05:56 INFO] Video batch 609: 3 detections from postprocess
|
|
[23:05:56 INFO] Video frame video_short01_003146: 1 dets, valid=True
|
|
[23:05:56 INFO] Video frame video_short01_003148: 2 dets, valid=True
|
|
[23:05:56 INFO] Video batch 610: frame 4880/7500 (65%)
|
|
[23:05:56 INFO] Video batch 610: 4 detections from postprocess
|
|
[23:05:56 INFO] Video frame video_short01_003150: 2 dets, valid=True
|
|
[23:05:56 INFO] Video frame video_short01_003151: 2 dets, valid=True
|
|
[23:05:56 INFO] Video batch 611: frame 4888/7500 (65%)
|
|
[23:05:56 INFO] Video batch 611: 3 detections from postprocess
|
|
[23:05:56 INFO] Video frame video_short01_003153: 2 dets, valid=True
|
|
[23:05:56 INFO] Video frame video_short01_003154: 1 dets, valid=True
|
|
[23:05:56 INFO] Video batch 612: frame 4896/7500 (65%)
|
|
[23:05:56 INFO] Video batch 612: 2 detections from postprocess
|
|
[23:05:56 INFO] Video frame video_short01_003156: 1 dets, valid=True
|
|
[23:05:56 INFO] Video frame video_short01_003157: 1 dets, valid=True
|
|
[23:05:56 INFO] Video batch 613: frame 4904/7500 (65%)
|
|
[23:05:57 INFO] Video batch 613: 2 detections from postprocess
|
|
[23:05:57 INFO] Video frame video_short01_003159: 1 dets, valid=True
|
|
[23:05:57 INFO] Video frame video_short01_003161: 1 dets, valid=True
|
|
[23:05:57 INFO] Video batch 614: frame 4912/7500 (65%)
|
|
[23:05:57 INFO] Video batch 614: 2 detections from postprocess
|
|
[23:05:57 INFO] Video frame video_short01_003162: 1 dets, valid=True
|
|
[23:05:57 INFO] Video frame video_short01_003164: 1 dets, valid=True
|
|
[23:05:57 INFO] Video batch 615: frame 4920/7500 (65%)
|
|
[23:05:57 INFO] Video batch 615: 2 detections from postprocess
|
|
[23:05:57 INFO] Video frame video_short01_003165: 1 dets, valid=True
|
|
[23:05:57 INFO] Video frame video_short01_003167: 1 dets, valid=True
|
|
[23:05:57 INFO] Video batch 616: frame 4928/7500 (65%)
|
|
[23:05:57 INFO] Video batch 616: 2 detections from postprocess
|
|
[23:05:57 INFO] Video frame video_short01_003169: 1 dets, valid=True
|
|
[23:05:57 INFO] Video frame video_short01_003170: 1 dets, valid=True
|
|
[23:05:57 INFO] Video batch 617: frame 4936/7500 (65%)
|
|
[23:05:58 INFO] Video batch 617: 3 detections from postprocess
|
|
[23:05:58 INFO] Video frame video_short01_003172: 1 dets, valid=True
|
|
[23:05:58 INFO] Video frame video_short01_003173: 2 dets, valid=True
|
|
[23:05:58 INFO] Video batch 618: frame 4944/7500 (65%)
|
|
[23:05:58 INFO] Video batch 618: 4 detections from postprocess
|
|
[23:05:58 INFO] Video frame video_short01_003175: 2 dets, valid=True
|
|
[23:05:58 INFO] Video frame video_short01_003177: 2 dets, valid=True
|
|
[23:05:58 INFO] Video batch 619: frame 4952/7500 (66%)
|
|
[23:05:58 INFO] Video batch 619: 4 detections from postprocess
|
|
[23:05:58 INFO] Video frame video_short01_003178: 2 dets, valid=True
|
|
[23:05:58 INFO] Video frame video_short01_003180: 2 dets, valid=True
|
|
[23:05:58 INFO] Video batch 620: frame 4960/7500 (66%)
|
|
[23:05:58 INFO] Video batch 620: 2 detections from postprocess
|
|
[23:05:58 INFO] Video frame video_short01_003181: 1 dets, valid=True
|
|
[23:05:58 INFO] Video frame video_short01_003183: 1 dets, valid=True
|
|
[23:05:58 INFO] Video batch 621: frame 4968/7500 (66%)
|
|
[23:05:59 INFO] Video batch 621: 3 detections from postprocess
|
|
[23:05:59 INFO] Video frame video_short01_003185: 2 dets, valid=True
|
|
[23:05:59 INFO] Video frame video_short01_003186: 1 dets, valid=True
|
|
[23:05:59 INFO] Video batch 622: frame 4976/7500 (66%)
|
|
[23:05:59 INFO] Video batch 622: 2 detections from postprocess
|
|
[23:05:59 INFO] Video frame video_short01_003188: 1 dets, valid=True
|
|
[23:05:59 INFO] Video frame video_short01_003190: 1 dets, valid=True
|
|
[23:05:59 INFO] Video batch 623: frame 4984/7500 (66%)
|
|
[23:05:59 INFO] Video batch 623: 2 detections from postprocess
|
|
[23:05:59 INFO] Video frame video_short01_003191: 1 dets, valid=True
|
|
[23:05:59 INFO] Video frame video_short01_003193: 1 dets, valid=True
|
|
[23:05:59 INFO] Video batch 624: frame 4992/7500 (66%)
|
|
[23:06:00 INFO] Video batch 624: 2 detections from postprocess
|
|
[23:06:00 INFO] Video frame video_short01_003194: 1 dets, valid=True
|
|
[23:06:00 INFO] Video frame video_short01_003196: 1 dets, valid=True
|
|
[23:06:00 INFO] Video batch 625: frame 5000/7500 (66%)
|
|
[23:06:00 INFO] Video batch 625: 3 detections from postprocess
|
|
[23:06:00 INFO] Video frame video_short01_003197: 1 dets, valid=True
|
|
[23:06:00 INFO] Video frame video_short01_003199: 2 dets, valid=True
|
|
[23:06:00 INFO] Video batch 626: frame 5008/7500 (66%)
|
|
[23:06:00 INFO] Video batch 626: 4 detections from postprocess
|
|
[23:06:00 INFO] Video frame video_short01_003201: 2 dets, valid=True
|
|
[23:06:00 INFO] Video frame video_short01_003202: 2 dets, valid=True
|
|
[23:06:00 INFO] Video batch 627: frame 5016/7500 (66%)
|
|
[23:06:00 INFO] Video batch 628: frame 5024/7500 (66%)
|
|
[23:06:00 INFO] Video batch 628: 1 detections from postprocess
|
|
[23:06:00 INFO] Video frame video_short01_003207: 1 dets, valid=True
|
|
[23:06:01 INFO] Video batch 629: frame 5032/7500 (67%)
|
|
[23:06:01 INFO] Video batch 629: 2 detections from postprocess
|
|
[23:06:01 INFO] Video frame video_short01_003210: 1 dets, valid=True
|
|
[23:06:01 INFO] Video frame video_short01_003212: 1 dets, valid=True
|
|
[23:06:01 INFO] Video batch 630: frame 5040/7500 (67%)
|
|
[23:06:01 INFO] Video batch 630: 2 detections from postprocess
|
|
[23:06:01 INFO] Video frame video_short01_003213: 1 dets, valid=True
|
|
[23:06:01 INFO] Video frame video_short01_003215: 1 dets, valid=True
|
|
[23:06:01 INFO] Video batch 631: frame 5048/7500 (67%)
|
|
[23:06:01 INFO] Video batch 631: 1 detections from postprocess
|
|
[23:06:01 INFO] Video frame video_short01_003218: 1 dets, valid=True
|
|
[23:06:01 INFO] Video batch 632: frame 5056/7500 (67%)
|
|
[23:06:01 INFO] Video batch 632: 1 detections from postprocess
|
|
[23:06:01 INFO] Video frame video_short01_003220: 1 dets, valid=True
|
|
[23:06:02 INFO] Video batch 633: frame 5064/7500 (67%)
|
|
[23:06:02 INFO] Video batch 634: frame 5072/7500 (67%)
|
|
[23:06:02 INFO] Video batch 634: 2 detections from postprocess
|
|
[23:06:02 INFO] Video frame video_short01_003226: 1 dets, valid=True
|
|
[23:06:02 INFO] Video frame video_short01_003228: 1 dets, valid=True
|
|
[23:06:02 INFO] Video batch 635: frame 5080/7500 (67%)
|
|
[23:06:02 INFO] Video batch 635: 1 detections from postprocess
|
|
[23:06:02 INFO] Video frame video_short01_003230: 1 dets, valid=True
|
|
[23:06:02 INFO] Video batch 636: frame 5088/7500 (67%)
|
|
[23:06:02 INFO] Video batch 636: 2 detections from postprocess
|
|
[23:06:02 INFO] Video frame video_short01_003233: 1 dets, valid=True
|
|
[23:06:02 INFO] Video frame video_short01_003234: 1 dets, valid=True
|
|
[23:06:02 INFO] Video batch 637: frame 5096/7500 (67%)
|
|
[23:06:03 INFO] Video batch 637: 2 detections from postprocess
|
|
[23:06:03 INFO] Video frame video_short01_003236: 1 dets, valid=True
|
|
[23:06:03 INFO] Video frame video_short01_003237: 1 dets, valid=True
|
|
[23:06:03 INFO] Video batch 638: frame 5104/7500 (68%)
|
|
[23:06:03 INFO] Video batch 638: 1 detections from postprocess
|
|
[23:06:03 INFO] Video frame video_short01_003239: 1 dets, valid=True
|
|
[23:06:03 INFO] Video batch 639: frame 5112/7500 (68%)
|
|
[23:06:03 INFO] Video batch 640: frame 5120/7500 (68%)
|
|
[23:06:03 INFO] Video batch 641: frame 5128/7500 (68%)
|
|
[23:06:03 INFO] Video batch 642: frame 5136/7500 (68%)
|
|
[23:06:04 INFO] Video batch 643: frame 5144/7500 (68%)
|
|
[23:06:04 INFO] Video batch 644: frame 5152/7500 (68%)
|
|
[23:06:04 INFO] Video batch 645: frame 5160/7500 (68%)
|
|
[23:06:04 INFO] Video batch 646: frame 5168/7500 (68%)
|
|
[23:06:04 INFO] Video batch 647: frame 5176/7500 (69%)
|
|
[23:06:05 INFO] Video batch 648: frame 5184/7500 (69%)
|
|
[23:06:05 INFO] Video batch 648: 1 detections from postprocess
|
|
[23:06:05 INFO] Video frame video_short01_003273: 1 dets, valid=True
|
|
[23:06:05 INFO] Video batch 649: frame 5192/7500 (69%)
|
|
[23:06:05 INFO] Video batch 650: frame 5200/7500 (69%)
|
|
[23:06:05 INFO] Video batch 651: frame 5208/7500 (69%)
|
|
[23:06:05 INFO] Video batch 652: frame 5216/7500 (69%)
|
|
[23:06:06 INFO] Video batch 653: frame 5224/7500 (69%)
|
|
[23:06:06 INFO] Video batch 654: frame 5232/7500 (69%)
|
|
[23:06:06 INFO] Video batch 655: frame 5240/7500 (69%)
|
|
[23:06:06 INFO] Video batch 656: frame 5248/7500 (69%)
|
|
[23:06:06 INFO] Video batch 657: frame 5256/7500 (70%)
|
|
[23:06:07 INFO] Video batch 658: frame 5264/7500 (70%)
|
|
[23:06:07 INFO] Video batch 659: frame 5272/7500 (70%)
|
|
[23:06:07 INFO] Video batch 660: frame 5280/7500 (70%)
|
|
[23:06:07 INFO] Video batch 661: frame 5288/7500 (70%)
|
|
[23:06:08 INFO] Video batch 662: frame 5296/7500 (70%)
|
|
[23:06:08 INFO] Video batch 663: frame 5304/7500 (70%)
|
|
[23:06:08 INFO] Video batch 664: frame 5312/7500 (70%)
|
|
[23:06:08 INFO] Video batch 665: frame 5320/7500 (70%)
|
|
[23:06:09 INFO] Video batch 666: frame 5328/7500 (71%)
|
|
[23:06:09 INFO] Video batch 667: frame 5336/7500 (71%)
|
|
[23:06:09 INFO] Video batch 668: frame 5344/7500 (71%)
|
|
[23:06:09 INFO] Video batch 669: frame 5352/7500 (71%)
|
|
[23:06:09 INFO] Video batch 669: 1 detections from postprocess
|
|
[23:06:09 INFO] Video frame video_short01_003340: 1 dets, valid=True
|
|
[23:06:09 INFO] Video batch 670: frame 5360/7500 (71%)
|
|
[23:06:10 INFO] Video batch 670: 2 detections from postprocess
|
|
[23:06:10 INFO] Video frame video_short01_003341: 1 dets, valid=True
|
|
[23:06:10 INFO] Video frame video_short01_003343: 1 dets, valid=True
|
|
[23:06:10 INFO] Video batch 671: frame 5368/7500 (71%)
|
|
[23:06:10 INFO] Video batch 671: 1 detections from postprocess
|
|
[23:06:10 INFO] Video frame video_short01_003345: 1 dets, valid=True
|
|
[23:06:10 INFO] Video batch 672: frame 5376/7500 (71%)
|
|
[23:06:10 INFO] Video batch 673: frame 5384/7500 (71%)
|
|
[23:06:10 INFO] Video batch 674: frame 5392/7500 (71%)
|
|
[23:06:11 INFO] Video batch 675: frame 5400/7500 (72%)
|
|
[23:06:11 INFO] Video batch 676: frame 5408/7500 (72%)
|
|
[23:06:11 INFO] Video batch 677: frame 5416/7500 (72%)
|
|
[23:06:11 INFO] Video batch 678: frame 5424/7500 (72%)
|
|
[23:06:11 INFO] Video batch 679: frame 5432/7500 (72%)
|
|
[23:06:12 INFO] Video batch 680: frame 5440/7500 (72%)
|
|
[23:06:12 INFO] Video batch 681: frame 5448/7500 (72%)
|
|
[23:06:12 INFO] Video batch 682: frame 5456/7500 (72%)
|
|
[23:06:12 INFO] Video batch 683: frame 5464/7500 (72%)
|
|
[23:06:12 INFO] Video batch 684: frame 5472/7500 (72%)
|
|
[23:06:13 INFO] Video batch 685: frame 5480/7500 (73%)
|
|
[23:06:13 INFO] Video batch 686: frame 5488/7500 (73%)
|
|
[23:06:13 INFO] Video batch 687: frame 5496/7500 (73%)
|
|
[23:06:13 INFO] Video batch 687: 2 detections from postprocess
|
|
[23:06:13 INFO] Video frame video_short01_003396: 1 dets, valid=True
|
|
[23:06:13 INFO] Video frame video_short01_003397: 1 dets, valid=True
|
|
[23:06:13 INFO] Video batch 688: frame 5504/7500 (73%)
|
|
[23:06:13 INFO] Video batch 689: frame 5512/7500 (73%)
|
|
[23:06:14 INFO] Video batch 690: frame 5520/7500 (73%)
|
|
[23:06:14 INFO] Video batch 691: frame 5528/7500 (73%)
|
|
[23:06:14 INFO] Video batch 692: frame 5536/7500 (73%)
|
|
[23:06:14 INFO] Video batch 693: frame 5544/7500 (73%)
|
|
[23:06:15 INFO] Video batch 694: frame 5552/7500 (74%)
|
|
[23:06:15 INFO] Video batch 694: 1 detections from postprocess
|
|
[23:06:15 INFO] Video frame video_short01_003418: 1 dets, valid=True
|
|
[23:06:15 INFO] Video batch 695: frame 5560/7500 (74%)
|
|
[23:06:15 INFO] Video batch 695: 1 detections from postprocess
|
|
[23:06:15 INFO] Video frame video_short01_003421: 1 dets, valid=True
|
|
[23:06:15 INFO] Video batch 696: frame 5568/7500 (74%)
|
|
[23:06:15 INFO] Video batch 696: 1 detections from postprocess
|
|
[23:06:15 INFO] Video frame video_short01_003425: 1 dets, valid=True
|
|
[23:06:15 INFO] Video batch 697: frame 5576/7500 (74%)
|
|
[23:06:16 INFO] Video batch 698: frame 5584/7500 (74%)
|
|
[23:06:16 INFO] Video batch 699: frame 5592/7500 (74%)
|
|
[23:06:16 INFO] Video batch 700: frame 5600/7500 (74%)
|
|
[23:06:16 INFO] Video batch 701: frame 5608/7500 (74%)
|
|
[23:06:17 INFO] Video batch 702: frame 5616/7500 (74%)
|
|
[23:06:17 INFO] Video batch 703: frame 5624/7500 (74%)
|
|
[23:06:17 INFO] Video batch 704: frame 5632/7500 (75%)
|
|
[23:06:17 INFO] Video batch 705: frame 5640/7500 (75%)
|
|
[23:06:18 INFO] Video batch 706: frame 5648/7500 (75%)
|
|
[23:06:18 INFO] Video batch 707: frame 5656/7500 (75%)
|
|
[23:06:18 INFO] Video batch 708: frame 5664/7500 (75%)
|
|
[23:06:18 INFO] Video batch 709: frame 5672/7500 (75%)
|
|
[23:06:18 INFO] Video batch 710: frame 5680/7500 (75%)
|
|
[23:06:19 INFO] Video batch 711: frame 5688/7500 (75%)
|
|
[23:06:19 INFO] Video batch 712: frame 5696/7500 (75%)
|
|
[23:06:19 INFO] Video batch 713: frame 5704/7500 (76%)
|
|
[23:06:19 INFO] Video batch 714: frame 5712/7500 (76%)
|
|
[23:06:20 INFO] Video batch 715: frame 5720/7500 (76%)
|
|
[23:06:20 INFO] Video batch 716: frame 5728/7500 (76%)
|
|
[23:06:20 INFO] Video batch 717: frame 5736/7500 (76%)
|
|
[23:06:20 INFO] Video batch 718: frame 5744/7500 (76%)
|
|
[23:06:20 INFO] Video batch 719: frame 5752/7500 (76%)
|
|
[23:06:21 INFO] Video batch 720: frame 5760/7500 (76%)
|
|
[23:06:21 INFO] Video batch 721: frame 5768/7500 (76%)
|
|
[23:06:21 INFO] Video batch 722: frame 5776/7500 (77%)
|
|
[23:06:21 INFO] Video batch 723: frame 5784/7500 (77%)
|
|
[23:06:21 INFO] Video batch 724: frame 5792/7500 (77%)
|
|
[23:06:22 INFO] Video batch 725: frame 5800/7500 (77%)
|
|
[23:06:22 INFO] Video batch 726: frame 5808/7500 (77%)
|
|
[23:06:22 INFO] Video batch 727: frame 5816/7500 (77%)
|
|
[23:06:23 INFO] Video batch 728: frame 5824/7500 (77%)
|
|
[23:06:23 INFO] Video batch 729: frame 5832/7500 (77%)
|
|
[23:06:23 INFO] Video batch 729: 1 detections from postprocess
|
|
[23:06:23 INFO] Video frame video_short01_003532: 1 dets, valid=True
|
|
[23:06:23 INFO] Video batch 730: frame 5840/7500 (77%)
|
|
[23:06:23 INFO] Video batch 730: 1 detections from postprocess
|
|
[23:06:23 INFO] Video frame video_short01_003533: 1 dets, valid=True
|
|
[23:06:23 INFO] Video batch 731: frame 5848/7500 (77%)
|
|
[23:06:23 INFO] Video batch 732: frame 5856/7500 (78%)
|
|
[23:06:24 INFO] Video batch 733: frame 5864/7500 (78%)
|
|
[23:06:24 INFO] Video batch 734: frame 5872/7500 (78%)
|
|
[23:06:25 INFO] Video batch 735: frame 5880/7500 (78%)
|
|
[23:06:25 INFO] Video batch 736: frame 5888/7500 (78%)
|
|
[23:06:25 INFO] Video batch 737: frame 5896/7500 (78%)
|
|
[23:06:25 INFO] Video batch 738: frame 5904/7500 (78%)
|
|
[23:06:26 INFO] Video batch 739: frame 5912/7500 (78%)
|
|
[23:06:26 INFO] Video batch 740: frame 5920/7500 (78%)
|
|
[23:06:26 INFO] Video batch 741: frame 5928/7500 (79%)
|
|
[23:06:26 INFO] Video batch 742: frame 5936/7500 (79%)
|
|
[23:06:27 INFO] Video batch 743: frame 5944/7500 (79%)
|
|
[23:06:27 INFO] Video batch 744: frame 5952/7500 (79%)
|
|
[23:06:27 INFO] Video batch 745: frame 5960/7500 (79%)
|
|
[23:06:27 INFO] Video batch 746: frame 5968/7500 (79%)
|
|
[23:06:28 INFO] Video batch 747: frame 5976/7500 (79%)
|
|
[23:06:28 INFO] Video batch 748: frame 5984/7500 (79%)
|
|
[23:06:28 INFO] Video batch 749: frame 5992/7500 (79%)
|
|
[23:06:28 INFO] Video batch 750: frame 6000/7500 (80%)
|
|
[23:06:29 INFO] Video batch 751: frame 6008/7500 (80%)
|
|
[23:06:29 INFO] Video batch 752: frame 6016/7500 (80%)
|
|
[23:06:30 INFO] Video batch 753: frame 6024/7500 (80%)
|
|
[23:06:30 INFO] Video batch 754: frame 6032/7500 (80%)
|
|
[23:06:31 INFO] Video batch 755: frame 6040/7500 (80%)
|
|
[23:06:31 INFO] Video batch 755: 1 detections from postprocess
|
|
[23:06:31 INFO] Video frame video_short01_004015: 1 dets, valid=True
|
|
[23:06:31 INFO] Video batch 756: frame 6048/7500 (80%)
|
|
[23:06:31 INFO] Video batch 756: 2 detections from postprocess
|
|
[23:06:31 INFO] Video frame video_short01_004017: 1 dets, valid=True
|
|
[23:06:31 INFO] Video frame video_short01_004018: 1 dets, valid=True
|
|
[23:06:31 INFO] Video batch 757: frame 6056/7500 (80%)
|
|
[23:06:31 INFO] Video batch 757: 1 detections from postprocess
|
|
[23:06:31 INFO] Video frame video_short01_004021: 1 dets, valid=True
|
|
[23:06:31 INFO] Video batch 758: frame 6064/7500 (80%)
|
|
[23:06:32 INFO] Video batch 759: frame 6072/7500 (80%)
|
|
[23:06:32 INFO] Video batch 759: 5 detections from postprocess
|
|
[23:06:32 INFO] Video frame video_short01_004026: 1 dets, valid=True
|
|
[23:06:32 INFO] Video frame video_short01_004028: 4 dets, valid=True
|
|
[23:06:32 INFO] Video batch 760: frame 6080/7500 (81%)
|
|
[23:06:32 INFO] Video batch 760: 8 detections from postprocess
|
|
[23:06:32 INFO] Video frame video_short01_004030: 4 dets, valid=True
|
|
[23:06:32 INFO] Video frame video_short01_004031: 4 dets, valid=True
|
|
[23:06:32 INFO] Video batch 761: frame 6088/7500 (81%)
|
|
[23:06:32 INFO] Video batch 761: 7 detections from postprocess
|
|
[23:06:32 INFO] Video frame video_short01_004033: 4 dets, valid=True
|
|
[23:06:32 INFO] Video frame video_short01_004034: 3 dets, valid=True
|
|
[23:06:33 INFO] Video batch 762: frame 6096/7500 (81%)
|
|
[23:06:33 INFO] Video batch 762: 6 detections from postprocess
|
|
[23:06:33 INFO] Video frame video_short01_004036: 3 dets, valid=True
|
|
[23:06:33 INFO] Video frame video_short01_004037: 3 dets, valid=True
|
|
[23:06:33 INFO] Video batch 763: frame 6104/7500 (81%)
|
|
[23:06:33 INFO] Video batch 763: 8 detections from postprocess
|
|
[23:06:33 INFO] Video frame video_short01_004039: 4 dets, valid=True
|
|
[23:06:33 INFO] Video frame video_short01_004041: 4 dets, valid=True
|
|
[23:06:33 INFO] Video batch 764: frame 6112/7500 (81%)
|
|
[23:06:33 INFO] Video batch 764: 8 detections from postprocess
|
|
[23:06:33 INFO] Video frame video_short01_004042: 4 dets, valid=True
|
|
[23:06:33 INFO] Video frame video_short01_004044: 4 dets, valid=True
|
|
[23:06:33 INFO] Video batch 765: frame 6120/7500 (81%)
|
|
[23:06:34 INFO] Video batch 765: 8 detections from postprocess
|
|
[23:06:34 INFO] Video frame video_short01_004045: 4 dets, valid=True
|
|
[23:06:34 INFO] Video frame video_short01_004047: 4 dets, valid=True
|
|
[23:06:34 INFO] Video batch 766: frame 6128/7500 (81%)
|
|
[23:06:34 INFO] Video batch 766: 6 detections from postprocess
|
|
[23:06:34 INFO] Video frame video_short01_004049: 3 dets, valid=True
|
|
[23:06:34 INFO] Video frame video_short01_004050: 3 dets, valid=True
|
|
[23:06:34 INFO] Video batch 767: frame 6136/7500 (81%)
|
|
[23:06:34 INFO] Video batch 767: 6 detections from postprocess
|
|
[23:06:34 INFO] Video frame video_short01_004052: 3 dets, valid=True
|
|
[23:06:34 INFO] Video frame video_short01_004053: 3 dets, valid=True
|
|
[23:06:34 INFO] Video batch 768: frame 6144/7500 (81%)
|
|
[23:06:34 INFO] Video batch 768: 5 detections from postprocess
|
|
[23:06:34 INFO] Video frame video_short01_004055: 3 dets, valid=True
|
|
[23:06:34 INFO] Video frame video_short01_004057: 2 dets, valid=True
|
|
[23:06:34 INFO] Video batch 769: frame 6152/7500 (82%)
|
|
[23:06:35 INFO] Video batch 769: 4 detections from postprocess
|
|
[23:06:35 INFO] Video frame video_short01_004058: 3 dets, valid=True
|
|
[23:06:35 INFO] Video frame video_short01_004060: 1 dets, valid=True
|
|
[23:06:35 INFO] Video batch 770: frame 6160/7500 (82%)
|
|
[23:06:35 INFO] Video batch 771: frame 6168/7500 (82%)
|
|
[23:06:35 INFO] Video batch 772: frame 6176/7500 (82%)
|
|
[23:06:35 INFO] Video batch 773: frame 6184/7500 (82%)
|
|
[23:06:36 INFO] Video batch 774: frame 6192/7500 (82%)
|
|
[23:06:36 INFO] Video batch 775: frame 6200/7500 (82%)
|
|
[23:06:36 INFO] Video batch 776: frame 6208/7500 (82%)
|
|
[23:06:36 INFO] Video batch 777: frame 6216/7500 (82%)
|
|
[23:06:36 INFO] Video batch 778: frame 6224/7500 (82%)
|
|
[23:06:37 INFO] Video batch 779: frame 6232/7500 (83%)
|
|
[23:06:37 INFO] Video batch 780: frame 6240/7500 (83%)
|
|
[23:06:37 INFO] Video batch 781: frame 6248/7500 (83%)
|
|
[23:06:37 INFO] Video batch 782: frame 6256/7500 (83%)
|
|
[23:06:38 INFO] Video batch 783: frame 6264/7500 (83%)
|
|
[23:06:38 INFO] Video batch 784: frame 6272/7500 (83%)
|
|
[23:06:38 INFO] Video batch 785: frame 6280/7500 (83%)
|
|
[23:06:38 INFO] Video batch 786: frame 6288/7500 (83%)
|
|
[23:06:38 INFO] Video batch 787: frame 6296/7500 (83%)
|
|
[23:06:39 INFO] Video batch 788: frame 6304/7500 (84%)
|
|
[23:06:39 INFO] Video batch 789: frame 6312/7500 (84%)
|
|
[23:06:39 INFO] Video batch 789: 1 detections from postprocess
|
|
[23:06:39 INFO] Video frame video_short01_004122: 1 dets, valid=True
|
|
[23:06:39 INFO] Video batch 790: frame 6320/7500 (84%)
|
|
[23:06:39 INFO] Video batch 791: frame 6328/7500 (84%)
|
|
[23:06:40 INFO] Video batch 792: frame 6336/7500 (84%)
|
|
[23:06:40 INFO] Video batch 793: frame 6344/7500 (84%)
|
|
[23:06:40 INFO] Video batch 794: frame 6352/7500 (84%)
|
|
[23:06:40 INFO] Video batch 795: frame 6360/7500 (84%)
|
|
[23:06:40 INFO] Video batch 796: frame 6368/7500 (84%)
|
|
[23:06:41 INFO] Video batch 796: 1 detections from postprocess
|
|
[23:06:41 INFO] Video frame video_short01_004146: 1 dets, valid=True
|
|
[23:06:41 INFO] Video batch 797: frame 6376/7500 (85%)
|
|
[23:06:41 INFO] Video batch 798: frame 6384/7500 (85%)
|
|
[23:06:41 INFO] Video batch 799: frame 6392/7500 (85%)
|
|
[23:06:42 INFO] Video batch 800: frame 6400/7500 (85%)
|
|
[23:06:42 INFO] Video batch 801: frame 6408/7500 (85%)
|
|
[23:06:42 INFO] Video batch 802: frame 6416/7500 (85%)
|
|
[23:06:42 INFO] Video batch 803: frame 6424/7500 (85%)
|
|
[23:06:43 INFO] Video batch 804: frame 6432/7500 (85%)
|
|
[23:06:43 INFO] Video batch 805: frame 6440/7500 (85%)
|
|
[23:06:43 INFO] Video batch 806: frame 6448/7500 (85%)
|
|
[23:06:43 INFO] Video batch 807: frame 6456/7500 (86%)
|
|
[23:06:43 INFO] Video batch 808: frame 6464/7500 (86%)
|
|
[23:06:44 INFO] Video batch 809: frame 6472/7500 (86%)
|
|
[23:06:44 INFO] Video batch 810: frame 6480/7500 (86%)
|
|
[23:06:44 INFO] Video batch 811: frame 6488/7500 (86%)
|
|
[23:06:44 INFO] Video batch 812: frame 6496/7500 (86%)
|
|
[23:06:45 INFO] Video batch 813: frame 6504/7500 (86%)
|
|
[23:06:45 INFO] Video batch 814: frame 6512/7500 (86%)
|
|
[23:06:45 INFO] Video batch 815: frame 6520/7500 (86%)
|
|
[23:06:45 INFO] Video batch 816: frame 6528/7500 (87%)
|
|
[23:06:45 INFO] Video batch 817: frame 6536/7500 (87%)
|
|
[23:06:46 INFO] Video batch 818: frame 6544/7500 (87%)
|
|
[23:06:46 INFO] Video batch 819: frame 6552/7500 (87%)
|
|
[23:06:46 INFO] Video batch 820: frame 6560/7500 (87%)
|
|
[23:06:46 INFO] Video batch 821: frame 6568/7500 (87%)
|
|
[23:06:46 INFO] Video batch 822: frame 6576/7500 (87%)
|
|
[23:06:47 INFO] Video batch 823: frame 6584/7500 (87%)
|
|
[23:06:47 INFO] Video batch 824: frame 6592/7500 (87%)
|
|
[23:06:47 INFO] Video batch 825: frame 6600/7500 (88%)
|
|
[23:06:47 INFO] Video batch 826: frame 6608/7500 (88%)
|
|
[23:06:47 INFO] Video batch 827: frame 6616/7500 (88%)
|
|
[23:06:48 INFO] Video batch 828: frame 6624/7500 (88%)
|
|
[23:06:48 INFO] Video batch 829: frame 6632/7500 (88%)
|
|
[23:06:48 INFO] Video batch 830: frame 6640/7500 (88%)
|
|
[23:06:48 INFO] Video batch 831: frame 6648/7500 (88%)
|
|
[23:06:49 INFO] Video batch 832: frame 6656/7500 (88%)
|
|
[23:06:49 INFO] Video batch 833: frame 6664/7500 (88%)
|
|
[23:06:49 INFO] Video batch 834: frame 6672/7500 (88%)
|
|
[23:06:49 INFO] Video batch 835: frame 6680/7500 (89%)
|
|
[23:06:49 INFO] Video batch 836: frame 6688/7500 (89%)
|
|
[23:06:50 INFO] Video batch 837: frame 6696/7500 (89%)
|
|
[23:06:50 INFO] Video batch 838: frame 6704/7500 (89%)
|
|
[23:06:50 INFO] Video batch 839: frame 6712/7500 (89%)
|
|
[23:06:50 INFO] Video batch 840: frame 6720/7500 (89%)
|
|
[23:06:51 INFO] Video batch 841: frame 6728/7500 (89%)
|
|
[23:06:51 INFO] Video batch 842: frame 6736/7500 (89%)
|
|
[23:06:51 INFO] Video batch 843: frame 6744/7500 (89%)
|
|
[23:06:51 INFO] Video batch 844: frame 6752/7500 (90%)
|
|
[23:06:51 INFO] Video batch 845: frame 6760/7500 (90%)
|
|
[23:06:52 INFO] Video batch 846: frame 6768/7500 (90%)
|
|
[23:06:52 INFO] Video batch 847: frame 6776/7500 (90%)
|
|
[23:06:52 INFO] Video batch 848: frame 6784/7500 (90%)
|
|
[23:06:52 INFO] Video batch 849: frame 6792/7500 (90%)
|
|
[23:06:53 INFO] Video batch 850: frame 6800/7500 (90%)
|
|
[23:06:53 INFO] Video batch 851: frame 6808/7500 (90%)
|
|
[23:06:53 INFO] Video batch 851: 1 detections from postprocess
|
|
[23:06:53 INFO] Video frame video_short01_004321: 1 dets, valid=True
|
|
[23:06:53 INFO] Video batch 852: frame 6816/7500 (90%)
|
|
[23:06:53 INFO] Video batch 853: frame 6824/7500 (90%)
|
|
[23:06:53 INFO] Video batch 854: frame 6832/7500 (91%)
|
|
[23:06:54 INFO] Video batch 855: frame 6840/7500 (91%)
|
|
[23:06:54 INFO] Video batch 856: frame 6848/7500 (91%)
|
|
[23:06:54 INFO] Video batch 857: frame 6856/7500 (91%)
|
|
[23:06:54 INFO] Video batch 858: frame 6864/7500 (91%)
|
|
[23:06:55 INFO] Video batch 859: frame 6872/7500 (91%)
|
|
[23:06:55 INFO] Video batch 860: frame 6880/7500 (91%)
|
|
[23:06:55 INFO] Video batch 861: frame 6888/7500 (91%)
|
|
[23:06:55 INFO] Video batch 862: frame 6896/7500 (91%)
|
|
[23:06:55 INFO] Video batch 863: frame 6904/7500 (92%)
|
|
[23:06:56 INFO] Video batch 864: frame 6912/7500 (92%)
|
|
[23:06:56 INFO] Video batch 865: frame 6920/7500 (92%)
|
|
[23:06:56 INFO] Video batch 866: frame 6928/7500 (92%)
|
|
[23:06:56 INFO] Video batch 867: frame 6936/7500 (92%)
|
|
[23:06:56 INFO] Video batch 868: frame 6944/7500 (92%)
|
|
[23:06:57 INFO] Video batch 869: frame 6952/7500 (92%)
|
|
[23:06:57 INFO] Video batch 870: frame 6960/7500 (92%)
|
|
[23:06:57 INFO] Video batch 871: frame 6968/7500 (92%)
|
|
[23:06:57 INFO] Video batch 872: frame 6976/7500 (93%)
|
|
[23:06:57 INFO] Video batch 873: frame 6984/7500 (93%)
|
|
[23:06:58 INFO] Video batch 874: frame 6992/7500 (93%)
|
|
[23:06:58 INFO] Video batch 875: frame 7000/7500 (93%)
|
|
[23:06:58 INFO] Video batch 876: frame 7008/7500 (93%)
|
|
[23:06:58 INFO] Video batch 877: frame 7016/7500 (93%)
|
|
[23:06:58 INFO] Video batch 878: frame 7024/7500 (93%)
|
|
[23:06:59 INFO] Video batch 879: frame 7032/7500 (93%)
|
|
[23:06:59 INFO] Video batch 880: frame 7040/7500 (93%)
|
|
[23:06:59 INFO] Video batch 881: frame 7048/7500 (93%)
|
|
[23:06:59 INFO] Video batch 882: frame 7056/7500 (94%)
|
|
[23:06:59 INFO] Video batch 883: frame 7064/7500 (94%)
|
|
[23:07:00 INFO] Video batch 883: 2 detections from postprocess
|
|
[23:07:00 INFO] Video frame video_short01_004423: 1 dets, valid=True
|
|
[23:07:00 INFO] Video frame video_short01_004425: 1 dets, valid=True
|
|
[23:07:00 INFO] Video batch 884: frame 7072/7500 (94%)
|
|
[23:07:00 INFO] Video batch 884: 1 detections from postprocess
|
|
[23:07:00 INFO] Video frame video_short01_004428: 1 dets, valid=True
|
|
[23:07:00 INFO] Video batch 885: frame 7080/7500 (94%)
|
|
[23:07:00 INFO] Video batch 885: 1 detections from postprocess
|
|
[23:07:00 INFO] Video frame video_short01_004431: 1 dets, valid=True
|
|
[23:07:00 INFO] Video batch 886: frame 7088/7500 (94%)
|
|
[23:07:00 INFO] Video batch 886: 2 detections from postprocess
|
|
[23:07:00 INFO] Video frame video_short01_004433: 1 dets, valid=True
|
|
[23:07:00 INFO] Video frame video_short01_004434: 1 dets, valid=True
|
|
[23:07:00 INFO] Video batch 887: frame 7096/7500 (94%)
|
|
[23:07:00 INFO] Video batch 887: 1 detections from postprocess
|
|
[23:07:00 INFO] Video frame video_short01_004436: 1 dets, valid=True
|
|
[23:07:00 INFO] Video batch 888: frame 7104/7500 (94%)
|
|
[23:07:01 INFO] Video batch 888: 2 detections from postprocess
|
|
[23:07:01 INFO] Video frame video_short01_004439: 1 dets, valid=True
|
|
[23:07:01 INFO] Video frame video_short01_004441: 1 dets, valid=True
|
|
[23:07:01 INFO] Video batch 889: frame 7112/7500 (94%)
|
|
[23:07:01 INFO] Video batch 889: 2 detections from postprocess
|
|
[23:07:01 INFO] Video frame video_short01_004442: 1 dets, valid=True
|
|
[23:07:01 INFO] Video frame video_short01_004444: 1 dets, valid=True
|
|
[23:07:01 INFO] Video batch 890: frame 7120/7500 (94%)
|
|
[23:07:01 INFO] Video batch 891: frame 7128/7500 (95%)
|
|
[23:07:01 INFO] Video batch 892: frame 7136/7500 (95%)
|
|
[23:07:02 INFO] Video batch 893: frame 7144/7500 (95%)
|
|
[23:07:02 INFO] Video batch 894: frame 7152/7500 (95%)
|
|
[23:07:02 INFO] Video batch 895: frame 7160/7500 (95%)
|
|
[23:07:02 INFO] Video batch 896: frame 7168/7500 (95%)
|
|
[23:07:02 INFO] Video batch 897: frame 7176/7500 (95%)
|
|
[23:07:03 INFO] Video batch 898: frame 7184/7500 (95%)
|
|
[23:07:03 INFO] Video batch 898: 2 detections from postprocess
|
|
[23:07:03 INFO] Video frame video_short01_004471: 1 dets, valid=True
|
|
[23:07:03 INFO] Video frame video_short01_004473: 1 dets, valid=True
|
|
[23:07:03 INFO] Video batch 899: frame 7192/7500 (95%)
|
|
[23:07:03 INFO] Video batch 899: 2 detections from postprocess
|
|
[23:07:03 INFO] Video frame video_short01_004474: 1 dets, valid=True
|
|
[23:07:03 INFO] Video frame video_short01_004476: 1 dets, valid=True
|
|
[23:07:03 INFO] Video batch 900: frame 7200/7500 (96%)
|
|
[23:07:03 INFO] Video batch 900: 2 detections from postprocess
|
|
[23:07:03 INFO] Video frame video_short01_004477: 1 dets, valid=True
|
|
[23:07:03 INFO] Video frame video_short01_004479: 1 dets, valid=True
|
|
[23:07:03 INFO] Video batch 901: frame 7208/7500 (96%)
|
|
[23:07:04 INFO] Video batch 901: 2 detections from postprocess
|
|
[23:07:04 INFO] Video frame video_short01_004481: 1 dets, valid=True
|
|
[23:07:04 INFO] Video frame video_short01_004482: 1 dets, valid=True
|
|
[23:07:04 INFO] Video batch 902: frame 7216/7500 (96%)
|
|
[23:07:04 INFO] Video batch 902: 2 detections from postprocess
|
|
[23:07:04 INFO] Video frame video_short01_004484: 1 dets, valid=True
|
|
[23:07:04 INFO] Video frame video_short01_004485: 1 dets, valid=True
|
|
[23:07:04 INFO] Video batch 903: frame 7224/7500 (96%)
|
|
[23:07:04 INFO] Video batch 903: 2 detections from postprocess
|
|
[23:07:04 INFO] Video frame video_short01_004487: 1 dets, valid=True
|
|
[23:07:04 INFO] Video frame video_short01_004489: 1 dets, valid=True
|
|
[23:07:04 INFO] Video batch 904: frame 7232/7500 (96%)
|
|
[23:07:04 INFO] Video batch 904: 1 detections from postprocess
|
|
[23:07:04 INFO] Video frame video_short01_004490: 1 dets, valid=True
|
|
[23:07:04 INFO] Video batch 905: frame 7240/7500 (96%)
|
|
[23:07:04 INFO] Video batch 906: frame 7248/7500 (96%)
|
|
[23:07:05 INFO] Video batch 907: frame 7256/7500 (96%)
|
|
[23:07:05 INFO] Video batch 907: 1 detections from postprocess
|
|
[23:07:05 INFO] Video frame video_short01_004500: 1 dets, valid=True
|
|
[23:07:05 INFO] Video batch 908: frame 7264/7500 (96%)
|
|
[23:07:05 INFO] Video batch 908: 2 detections from postprocess
|
|
[23:07:05 INFO] Video frame video_short01_004503: 1 dets, valid=True
|
|
[23:07:05 INFO] Video frame video_short01_004505: 1 dets, valid=True
|
|
[23:07:05 INFO] Video batch 909: frame 7272/7500 (96%)
|
|
[23:07:05 INFO] Video batch 909: 2 detections from postprocess
|
|
[23:07:05 INFO] Video frame video_short01_004506: 1 dets, valid=True
|
|
[23:07:05 INFO] Video frame video_short01_004508: 1 dets, valid=True
|
|
[23:07:05 INFO] Video batch 910: frame 7280/7500 (97%)
|
|
[23:07:06 INFO] Video batch 910: 2 detections from postprocess
|
|
[23:07:06 INFO] Video frame video_short01_004510: 1 dets, valid=True
|
|
[23:07:06 INFO] Video frame video_short01_004511: 1 dets, valid=True
|
|
[23:07:06 INFO] Video batch 911: frame 7288/7500 (97%)
|
|
[23:07:06 INFO] Video batch 911: 2 detections from postprocess
|
|
[23:07:06 INFO] Video frame video_short01_004513: 1 dets, valid=True
|
|
[23:07:06 INFO] Video frame video_short01_004514: 1 dets, valid=True
|
|
[23:07:06 INFO] Video batch 912: frame 7296/7500 (97%)
|
|
[23:07:06 INFO] Video batch 912: 2 detections from postprocess
|
|
[23:07:06 INFO] Video frame video_short01_004516: 1 dets, valid=True
|
|
[23:07:06 INFO] Video frame video_short01_004517: 1 dets, valid=True
|
|
[23:07:06 INFO] Video batch 913: frame 7304/7500 (97%)
|
|
[23:07:06 INFO] Video batch 913: 2 detections from postprocess
|
|
[23:07:06 INFO] Video frame video_short01_004519: 1 dets, valid=True
|
|
[23:07:06 INFO] Video frame video_short01_004521: 1 dets, valid=True
|
|
[23:07:06 INFO] Video batch 914: frame 7312/7500 (97%)
|
|
[23:07:06 INFO] Video batch 914: 1 detections from postprocess
|
|
[23:07:06 INFO] Video frame video_short01_004522: 1 dets, valid=True
|
|
[23:07:06 INFO] Video batch 915: frame 7320/7500 (97%)
|
|
[23:07:07 INFO] Video batch 915: 1 detections from postprocess
|
|
[23:07:07 INFO] Video frame video_short01_004527: 1 dets, valid=True
|
|
[23:07:07 INFO] Video batch 916: frame 7328/7500 (97%)
|
|
[23:07:07 INFO] Video batch 916: 1 detections from postprocess
|
|
[23:07:07 INFO] Video frame video_short01_004530: 1 dets, valid=True
|
|
[23:07:07 INFO] Video batch 917: frame 7336/7500 (97%)
|
|
[23:07:07 INFO] Video batch 918: frame 7344/7500 (97%)
|
|
[23:07:07 INFO] Video batch 919: frame 7352/7500 (98%)
|
|
[23:07:08 INFO] Video batch 920: frame 7360/7500 (98%)
|
|
[23:07:08 INFO] Video batch 921: frame 7368/7500 (98%)
|
|
[23:07:08 INFO] Video batch 922: frame 7376/7500 (98%)
|
|
[23:07:08 INFO] Video batch 923: frame 7384/7500 (98%)
|
|
[23:07:08 INFO] Video batch 924: frame 7392/7500 (98%)
|
|
[23:07:09 INFO] Video batch 925: frame 7400/7500 (98%)
|
|
[23:07:09 INFO] Video batch 926: frame 7408/7500 (98%)
|
|
[23:07:09 INFO] Video batch 927: frame 7416/7500 (98%)
|
|
[23:07:09 INFO] Video batch 928: frame 7424/7500 (98%)
|
|
[23:07:09 INFO] Video batch 929: frame 7432/7500 (99%)
|
|
[23:07:10 INFO] Video batch 930: frame 7440/7500 (99%)
|
|
[23:07:10 INFO] Video batch 931: frame 7448/7500 (99%)
|
|
[23:07:10 INFO] Video batch 932: frame 7456/7500 (99%)
|
|
[23:07:10 INFO] Video batch 933: frame 7464/7500 (99%)
|
|
[23:07:10 INFO] Video batch 934: frame 7472/7500 (99%)
|
|
[23:07:11 INFO] Video batch 935: frame 7480/7500 (99%)
|
|
[23:07:11 INFO] Video batch 936: frame 7488/7500 (99%)
|
|
[23:07:11 INFO] Video batch 937: frame 7496/7500 (99%)
|
|
[23:07:11 INFO] Video done: 7500 frames read, 937 batches processed
|
|
[23:07:11 INFO] init AI...
|
|
[23:07:11 INFO] init AI...
|
|
[23:07:12 INFO] init AI...
|
|
[23:07:12 INFO] init AI...
|
|
[23:07:12 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4...
|
|
[23:07:12 INFO] Video: 7500 frames, 25.0 fps, 2560x1440
|
|
[23:07:12 INFO] Video batch 1: frame 8/7500 (0%)
|
|
[23:07:13 INFO] Video batch 2: frame 16/7500 (0%)
|
|
[23:07:13 INFO] Video batch 2: 2 detections from postprocess
|
|
[23:07:13 INFO] Video frame video_short01_000004: 1 dets, valid=True
|
|
[23:07:13 INFO] Video frame video_short01_000005: 1 dets, valid=True
|
|
[23:07:13 INFO] Video batch 3: frame 24/7500 (0%)
|
|
[23:07:13 INFO] Video batch 3: 2 detections from postprocess
|
|
[23:07:13 INFO] Video frame video_short01_000007: 1 dets, valid=True
|
|
[23:07:13 INFO] Video frame video_short01_000009: 1 dets, valid=True
|
|
[23:07:13 INFO] Video batch 4: frame 32/7500 (0%)
|
|
[23:07:13 INFO] Video batch 4: 2 detections from postprocess
|
|
[23:07:13 INFO] Video frame video_short01_000010: 1 dets, valid=True
|
|
[23:07:13 INFO] Video frame video_short01_000012: 1 dets, valid=True
|
|
[23:07:13 INFO] Video batch 5: frame 40/7500 (0%)
|
|
[23:07:13 INFO] Video batch 5: 2 detections from postprocess
|
|
[23:07:13 INFO] Video frame video_short01_000013: 1 dets, valid=True
|
|
[23:07:13 INFO] Video frame video_short01_000015: 1 dets, valid=True
|
|
[23:07:14 INFO] Video batch 6: frame 48/7500 (0%)
|
|
[23:07:14 INFO] Video batch 6: 2 detections from postprocess
|
|
[23:07:14 INFO] Video frame video_short01_000017: 1 dets, valid=True
|
|
[23:07:14 INFO] Video frame video_short01_000018: 1 dets, valid=True
|
|
[23:07:14 INFO] Video batch 7: frame 56/7500 (0%)
|
|
[23:07:14 INFO] Video batch 7: 2 detections from postprocess
|
|
[23:07:14 INFO] Video frame video_short01_000020: 1 dets, valid=True
|
|
[23:07:14 INFO] Video frame video_short01_000021: 1 dets, valid=True
|
|
[23:07:14 INFO] Video batch 8: frame 64/7500 (0%)
|
|
[23:07:14 INFO] Video batch 8: 2 detections from postprocess
|
|
[23:07:14 INFO] Video frame video_short01_000023: 1 dets, valid=True
|
|
[23:07:14 INFO] Video frame video_short01_000025: 1 dets, valid=True
|
|
[23:07:14 INFO] Video batch 9: frame 72/7500 (0%)
|
|
[23:07:14 INFO] Video batch 9: 2 detections from postprocess
|
|
[23:07:14 INFO] Video frame video_short01_000026: 1 dets, valid=True
|
|
[23:07:14 INFO] Video frame video_short01_000028: 1 dets, valid=True
|
|
[23:07:14 INFO] Video batch 10: frame 80/7500 (1%)
|
|
[23:07:15 INFO] Video batch 10: 2 detections from postprocess
|
|
[23:07:15 INFO] Video frame video_short01_000030: 1 dets, valid=True
|
|
[23:07:15 INFO] Video frame video_short01_000031: 1 dets, valid=True
|
|
[23:07:15 INFO] Video batch 11: frame 88/7500 (1%)
|
|
[23:07:15 INFO] Video batch 11: 3 detections from postprocess
|
|
[23:07:15 INFO] Video frame video_short01_000033: 1 dets, valid=True
|
|
[23:07:15 INFO] Video frame video_short01_000034: 2 dets, valid=True
|
|
[23:07:15 INFO] Video batch 12: frame 96/7500 (1%)
|
|
[23:07:15 INFO] Video batch 13: frame 104/7500 (1%)
|
|
[23:07:15 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:07:15 INFO] Video frame video_short01_000041: 1 dets, valid=True
|
|
[23:07:15 INFO] Video batch 14: frame 112/7500 (1%)
|
|
[23:07:15 INFO] Video batch 14: 2 detections from postprocess
|
|
[23:07:15 INFO] Video frame video_short01_000042: 1 dets, valid=True
|
|
[23:07:16 INFO] Video frame video_short01_000044: 1 dets, valid=True
|
|
[23:07:16 INFO] Video batch 15: frame 120/7500 (1%)
|
|
[23:07:16 INFO] Video batch 15: 2 detections from postprocess
|
|
[23:07:16 INFO] Video frame video_short01_000045: 1 dets, valid=True
|
|
[23:07:16 INFO] Video frame video_short01_000047: 1 dets, valid=True
|
|
[23:07:16 INFO] Video batch 16: frame 128/7500 (1%)
|
|
[23:07:16 INFO] Video batch 16: 2 detections from postprocess
|
|
[23:07:16 INFO] Video frame video_short01_000049: 1 dets, valid=True
|
|
[23:07:16 INFO] Video frame video_short01_000050: 1 dets, valid=True
|
|
[23:07:16 INFO] Video batch 17: frame 136/7500 (1%)
|
|
[23:07:16 INFO] Video batch 17: 2 detections from postprocess
|
|
[23:07:16 INFO] Video frame video_short01_000052: 1 dets, valid=True
|
|
[23:07:16 INFO] Video frame video_short01_000053: 1 dets, valid=True
|
|
[23:07:16 INFO] Video batch 18: frame 144/7500 (1%)
|
|
[23:07:16 INFO] Video batch 18: 2 detections from postprocess
|
|
[23:07:16 INFO] Video frame video_short01_000055: 1 dets, valid=True
|
|
[23:07:16 INFO] Video frame video_short01_000057: 1 dets, valid=True
|
|
[23:07:16 INFO] Video batch 19: frame 152/7500 (2%)
|
|
[23:07:17 INFO] Video batch 20: frame 160/7500 (2%)
|
|
[23:07:17 INFO] Video batch 21: frame 168/7500 (2%)
|
|
[23:07:17 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:07:17 INFO] Video frame video_short01_000066: 1 dets, valid=True
|
|
[23:07:17 INFO] Video batch 22: frame 176/7500 (2%)
|
|
[23:07:17 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:07:17 INFO] Video frame video_short01_000068: 1 dets, valid=True
|
|
[23:07:17 INFO] Video batch 23: frame 184/7500 (2%)
|
|
[23:07:18 INFO] Video batch 23: 1 detections from postprocess
|
|
[23:07:18 INFO] Video frame video_short01_000073: 1 dets, valid=True
|
|
[23:07:18 INFO] Video batch 24: frame 192/7500 (2%)
|
|
[23:07:18 INFO] Video batch 24: 2 detections from postprocess
|
|
[23:07:18 INFO] Video frame video_short01_000074: 1 dets, valid=True
|
|
[23:07:18 INFO] Video frame video_short01_000076: 1 dets, valid=True
|
|
[23:07:18 INFO] Video batch 25: frame 200/7500 (2%)
|
|
[23:07:18 INFO] Video batch 25: 2 detections from postprocess
|
|
[23:07:18 INFO] Video frame video_short01_000077: 1 dets, valid=True
|
|
[23:07:18 INFO] Video frame video_short01_000079: 1 dets, valid=True
|
|
[23:07:18 INFO] Video batch 26: frame 208/7500 (2%)
|
|
[23:07:18 INFO] Video batch 26: 2 detections from postprocess
|
|
[23:07:18 INFO] Video frame video_short01_000081: 1 dets, valid=True
|
|
[23:07:18 INFO] Video frame video_short01_000082: 1 dets, valid=True
|
|
[23:07:18 INFO] Video batch 27: frame 216/7500 (2%)
|
|
[23:07:18 INFO] Video batch 27: 2 detections from postprocess
|
|
[23:07:18 INFO] Video frame video_short01_000084: 1 dets, valid=True
|
|
[23:07:18 INFO] Video frame video_short01_000085: 1 dets, valid=True
|
|
[23:07:19 INFO] Video batch 28: frame 224/7500 (2%)
|
|
[23:07:19 INFO] Video batch 28: 2 detections from postprocess
|
|
[23:07:19 INFO] Video frame video_short01_000087: 1 dets, valid=True
|
|
[23:07:19 INFO] Video frame video_short01_000089: 1 dets, valid=True
|
|
[23:07:19 INFO] Video batch 29: frame 232/7500 (3%)
|
|
[23:07:19 INFO] Video batch 29: 2 detections from postprocess
|
|
[23:07:19 INFO] Video frame video_short01_000090: 1 dets, valid=True
|
|
[23:07:19 INFO] Video frame video_short01_000092: 1 dets, valid=True
|
|
[23:07:19 INFO] Video batch 30: frame 240/7500 (3%)
|
|
[23:07:19 INFO] Video batch 30: 2 detections from postprocess
|
|
[23:07:19 INFO] Video frame video_short01_000093: 1 dets, valid=True
|
|
[23:07:19 INFO] Video frame video_short01_000095: 1 dets, valid=True
|
|
[23:07:19 INFO] Video batch 31: frame 248/7500 (3%)
|
|
[23:07:19 INFO] Video batch 31: 2 detections from postprocess
|
|
[23:07:19 INFO] Video frame video_short01_000097: 1 dets, valid=True
|
|
[23:07:19 INFO] Video frame video_short01_000098: 1 dets, valid=True
|
|
[23:07:19 INFO] Video batch 32: frame 256/7500 (3%)
|
|
[23:07:20 INFO] Video batch 32: 2 detections from postprocess
|
|
[23:07:20 INFO] Video frame video_short01_000100: 1 dets, valid=True
|
|
[23:07:20 INFO] Video frame video_short01_000101: 1 dets, valid=True
|
|
[23:07:20 INFO] Video batch 33: frame 264/7500 (3%)
|
|
[23:07:20 INFO] Video batch 33: 2 detections from postprocess
|
|
[23:07:20 INFO] Video frame video_short01_000103: 1 dets, valid=True
|
|
[23:07:20 INFO] Video frame video_short01_000105: 1 dets, valid=True
|
|
[23:07:20 INFO] Video batch 34: frame 272/7500 (3%)
|
|
[23:07:20 INFO] Video batch 34: 2 detections from postprocess
|
|
[23:07:20 INFO] Video frame video_short01_000106: 1 dets, valid=True
|
|
[23:07:20 INFO] Video frame video_short01_000108: 1 dets, valid=True
|
|
[23:07:20 INFO] Video batch 35: frame 280/7500 (3%)
|
|
[23:07:20 INFO] Video batch 35: 2 detections from postprocess
|
|
[23:07:20 INFO] Video frame video_short01_000110: 1 dets, valid=True
|
|
[23:07:20 INFO] Video frame video_short01_000111: 1 dets, valid=True
|
|
[23:07:20 INFO] Video batch 36: frame 288/7500 (3%)
|
|
[23:07:21 INFO] Video batch 36: 2 detections from postprocess
|
|
[23:07:21 INFO] Video frame video_short01_000113: 1 dets, valid=True
|
|
[23:07:21 INFO] Video frame video_short01_000114: 1 dets, valid=True
|
|
[23:07:21 INFO] Video batch 37: frame 296/7500 (3%)
|
|
[23:07:21 INFO] Video batch 37: 2 detections from postprocess
|
|
[23:07:21 INFO] Video frame video_short01_000116: 1 dets, valid=True
|
|
[23:07:21 INFO] Video frame video_short01_000117: 1 dets, valid=True
|
|
[23:07:21 INFO] Video batch 38: frame 304/7500 (4%)
|
|
[23:07:21 INFO] Video batch 38: 1 detections from postprocess
|
|
[23:07:21 INFO] Video frame video_short01_000121: 1 dets, valid=True
|
|
[23:07:21 INFO] Video batch 39: frame 312/7500 (4%)
|
|
[23:07:21 INFO] Video batch 40: frame 320/7500 (4%)
|
|
[23:07:21 INFO] Video batch 41: frame 328/7500 (4%)
|
|
[23:07:22 INFO] Video batch 42: frame 336/7500 (4%)
|
|
[23:07:22 INFO] Video batch 43: frame 344/7500 (4%)
|
|
[23:07:22 INFO] Video batch 44: frame 352/7500 (4%)
|
|
[23:07:22 INFO] Video batch 44: 1 detections from postprocess
|
|
[23:07:22 INFO] Video frame video_short01_000140: 1 dets, valid=True
|
|
[23:07:22 INFO] Video batch 45: frame 360/7500 (4%)
|
|
[23:07:22 INFO] Video batch 46: frame 368/7500 (4%)
|
|
[23:07:23 INFO] Video batch 47: frame 376/7500 (5%)
|
|
[23:07:23 INFO] Video batch 47: 2 detections from postprocess
|
|
[23:07:23 INFO] Video frame video_short01_000150: 2 dets, valid=True
|
|
[23:07:23 INFO] Video batch 48: frame 384/7500 (5%)
|
|
[23:07:23 INFO] Video batch 48: 3 detections from postprocess
|
|
[23:07:23 INFO] Video frame video_short01_000151: 3 dets, valid=True
|
|
[23:07:23 INFO] Video batch 49: frame 392/7500 (5%)
|
|
[23:07:23 INFO] Video batch 50: frame 400/7500 (5%)
|
|
[23:07:23 INFO] Video batch 51: frame 408/7500 (5%)
|
|
[23:07:24 INFO] Video batch 52: frame 416/7500 (5%)
|
|
[23:07:24 INFO] Video batch 53: frame 424/7500 (5%)
|
|
[23:07:24 INFO] Video batch 54: frame 432/7500 (5%)
|
|
[23:07:24 INFO] Video batch 55: frame 440/7500 (5%)
|
|
[23:07:24 INFO] Video batch 56: frame 448/7500 (5%)
|
|
[23:07:25 INFO] Video batch 57: frame 456/7500 (6%)
|
|
[23:07:25 INFO] Video batch 58: frame 464/7500 (6%)
|
|
[23:07:25 INFO] Video batch 59: frame 472/7500 (6%)
|
|
[23:07:25 INFO] Video batch 60: frame 480/7500 (6%)
|
|
[23:07:26 INFO] Video batch 61: frame 488/7500 (6%)
|
|
[23:07:47 INFO] init AI...
|
|
[23:07:47 INFO] Downloading
|
|
[23:07:50 INFO] CoreML model: input=input shape=(8, 3, 1280, 1280)
|
|
[23:07:50 INFO] Enabled
|
|
[23:07:51 INFO] init AI...
|
|
[23:07:54 INFO] init AI...
|
|
[23:07:54 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[23:07:54 INFO] ground sampling distance: 0.3059895833333333
|
|
[23:07:56 INFO] init AI...
|
|
[23:07:56 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4...
|
|
[23:07:56 INFO] Video: 7500 frames, 25.0 fps, 2560x1440
|
|
[23:07:56 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:07:56 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:07:56 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:07:56 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:07:56 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:07:56 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:07:56 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:07:56 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:07:56 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:07:56 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:07:56 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:07:56 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:07:56 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:07:56 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:07:56 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:07:56 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:07:56 INFO] init AI...
|
|
[23:07:56 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[23:07:56 INFO] ground sampling distance: 0.3059895833333333
|
|
[23:07:56 INFO] Video batch 1: frame 32/7500 (0%)
|
|
[23:07:57 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:07:57 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:07:57 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:07:57 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:07:57 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:07:57 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:07:57 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:07:57 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:07:57 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:07:57 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:07:57 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:07:57 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:07:57 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:07:57 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:07:57 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:07:57 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:07:57 INFO] init AI...
|
|
[23:07:58 INFO] Video batch 1: 6 detections from postprocess
|
|
[23:07:58 INFO] Video frame video_short01_000004: 1 dets, valid=True
|
|
[23:07:58 INFO] Video frame video_short01_000005: 1 dets, valid=True
|
|
[23:07:58 INFO] Video frame video_short01_000007: 1 dets, valid=True
|
|
[23:07:58 INFO] Video frame video_short01_000009: 1 dets, valid=True
|
|
[23:07:58 INFO] Video frame video_short01_000010: 1 dets, valid=True
|
|
[23:07:58 INFO] Video frame video_short01_000012: 1 dets, valid=True
|
|
[23:08:00 INFO] init AI...
|
|
[23:08:00 INFO] Video batch 2: frame 64/7500 (0%)
|
|
[23:08:01 INFO] init AI...
|
|
[23:08:01 INFO] init AI...
|
|
[23:08:03 INFO] Video batch 2: 8 detections from postprocess
|
|
[23:08:03 INFO] Video frame video_short01_000013: 1 dets, valid=True
|
|
[23:08:03 INFO] Video frame video_short01_000015: 1 dets, valid=True
|
|
[23:08:03 INFO] Video frame video_short01_000017: 1 dets, valid=True
|
|
[23:08:03 INFO] Video frame video_short01_000018: 1 dets, valid=True
|
|
[23:08:03 INFO] Video frame video_short01_000020: 1 dets, valid=True
|
|
[23:08:03 INFO] Video frame video_short01_000021: 1 dets, valid=True
|
|
[23:08:03 INFO] Video frame video_short01_000023: 1 dets, valid=True
|
|
[23:08:03 INFO] Video frame video_short01_000025: 1 dets, valid=True
|
|
[23:08:04 INFO] init AI...
|
|
[23:08:04 INFO] Video batch 3: frame 96/7500 (1%)
|
|
[23:08:06 INFO] init AI...
|
|
[23:08:07 INFO] Video batch 3: 7 detections from postprocess
|
|
[23:08:07 INFO] Video frame video_short01_000026: 1 dets, valid=True
|
|
[23:08:07 INFO] Video frame video_short01_000028: 1 dets, valid=True
|
|
[23:08:07 INFO] Video frame video_short01_000030: 1 dets, valid=True
|
|
[23:08:07 INFO] Video frame video_short01_000031: 1 dets, valid=True
|
|
[23:08:07 INFO] Video frame video_short01_000033: 1 dets, valid=True
|
|
[23:08:07 INFO] Video frame video_short01_000034: 2 dets, valid=True
|
|
[23:08:08 INFO] init AI...
|
|
[23:08:08 INFO] Video batch 4: frame 128/7500 (1%)
|
|
[23:08:10 INFO] init AI...
|
|
[23:08:11 INFO] Video batch 4: 7 detections from postprocess
|
|
[23:08:11 INFO] Video frame video_short01_000041: 1 dets, valid=True
|
|
[23:08:11 INFO] Video frame video_short01_000042: 1 dets, valid=True
|
|
[23:08:11 INFO] Video frame video_short01_000044: 1 dets, valid=True
|
|
[23:08:11 INFO] Video frame video_short01_000045: 1 dets, valid=True
|
|
[23:08:11 INFO] Video frame video_short01_000047: 1 dets, valid=True
|
|
[23:08:11 INFO] Video frame video_short01_000049: 1 dets, valid=True
|
|
[23:08:13 INFO] Video frame video_short01_000050: 1 dets, valid=True
|
|
[23:08:13 INFO] init AI...
|
|
[23:08:14 INFO] Video batch 5: frame 160/7500 (2%)
|
|
[23:08:14 INFO] init AI...
|
|
[23:08:16 INFO] Video batch 5: 4 detections from postprocess
|
|
[23:08:16 INFO] Video frame video_short01_000052: 1 dets, valid=True
|
|
[23:08:16 INFO] Video frame video_short01_000053: 1 dets, valid=True
|
|
[23:08:16 INFO] Video frame video_short01_000055: 1 dets, valid=True
|
|
[23:08:17 INFO] Video frame video_short01_000057: 1 dets, valid=True
|
|
[23:08:17 INFO] init AI...
|
|
[23:08:19 INFO] Video batch 6: frame 192/7500 (2%)
|
|
[23:08:19 INFO] init AI...
|
|
[23:08:20 INFO] Video batch 6: 5 detections from postprocess
|
|
[23:08:20 INFO] Video frame video_short01_000066: 1 dets, valid=True
|
|
[23:08:20 INFO] Video frame video_short01_000068: 1 dets, valid=True
|
|
[23:08:20 INFO] Video frame video_short01_000073: 1 dets, valid=True
|
|
[23:08:21 INFO] Video frame video_short01_000074: 1 dets, valid=True
|
|
[23:08:21 INFO] Video frame video_short01_000076: 1 dets, valid=True
|
|
[23:08:21 INFO] init AI...
|
|
[23:08:23 INFO] Video batch 7: frame 224/7500 (2%)
|
|
[23:08:23 INFO] init AI...
|
|
[23:08:24 INFO] Video batch 7: 8 detections from postprocess
|
|
[23:08:24 INFO] Video frame video_short01_000077: 1 dets, valid=True
|
|
[23:08:24 INFO] Video frame video_short01_000079: 1 dets, valid=True
|
|
[23:08:24 INFO] Video frame video_short01_000081: 1 dets, valid=True
|
|
[23:08:24 INFO] Video frame video_short01_000082: 1 dets, valid=True
|
|
[23:08:25 INFO] Video frame video_short01_000084: 1 dets, valid=True
|
|
[23:08:25 INFO] Video frame video_short01_000085: 1 dets, valid=True
|
|
[23:08:25 INFO] Video frame video_short01_000087: 1 dets, valid=True
|
|
[23:08:25 INFO] Video frame video_short01_000089: 1 dets, valid=True
|
|
[23:08:25 INFO] init AI...
|
|
[23:08:27 INFO] Video batch 8: frame 256/7500 (3%)
|
|
[23:08:27 INFO] init AI...
|
|
[23:08:30 INFO] Video batch 8: 8 detections from postprocess
|
|
[23:08:30 INFO] Video frame video_short01_000090: 1 dets, valid=True
|
|
[23:08:30 INFO] Video frame video_short01_000092: 1 dets, valid=True
|
|
[23:08:30 INFO] init AI...
|
|
[23:08:30 INFO] Video frame video_short01_000093: 1 dets, valid=True
|
|
[23:08:30 INFO] Video frame video_short01_000095: 1 dets, valid=True
|
|
[23:08:30 INFO] Video frame video_short01_000097: 1 dets, valid=True
|
|
[23:08:30 INFO] Video frame video_short01_000098: 1 dets, valid=True
|
|
[23:08:30 INFO] Video frame video_short01_000100: 1 dets, valid=True
|
|
[23:08:30 INFO] Video frame video_short01_000101: 1 dets, valid=True
|
|
[23:08:32 INFO] init AI...
|
|
[23:08:32 INFO] Video batch 9: frame 288/7500 (3%)
|
|
[23:08:33 INFO] init AI...
|
|
[23:08:35 INFO] Video batch 9: 8 detections from postprocess
|
|
[23:08:35 INFO] Video frame video_short01_000103: 1 dets, valid=True
|
|
[23:08:35 INFO] Video frame video_short01_000105: 1 dets, valid=True
|
|
[23:08:35 INFO] Video frame video_short01_000106: 1 dets, valid=True
|
|
[23:08:35 INFO] Video frame video_short01_000108: 1 dets, valid=True
|
|
[23:08:35 INFO] Video frame video_short01_000110: 1 dets, valid=True
|
|
[23:08:35 INFO] Video frame video_short01_000111: 1 dets, valid=True
|
|
[23:08:35 INFO] Video frame video_short01_000113: 1 dets, valid=True
|
|
[23:08:35 INFO] Video frame video_short01_000114: 1 dets, valid=True
|
|
[23:08:36 INFO] init AI...
|
|
[23:08:38 INFO] Video batch 10: frame 320/7500 (4%)
|
|
[23:08:38 INFO] init AI...
|
|
[23:08:39 INFO] Video batch 10: 3 detections from postprocess
|
|
[23:08:39 INFO] Video frame video_short01_000116: 1 dets, valid=True
|
|
[23:08:39 INFO] Video frame video_short01_000117: 1 dets, valid=True
|
|
[23:08:39 INFO] Video frame video_short01_000121: 1 dets, valid=True
|
|
[23:08:40 INFO] init AI...
|
|
[23:08:40 INFO] Video batch 11: frame 352/7500 (4%)
|
|
[23:08:43 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:08:43 INFO] Video frame video_short01_000140: 1 dets, valid=True
|
|
[23:08:44 INFO] Video batch 12: frame 384/7500 (5%)
|
|
[23:08:45 INFO] init AI...
|
|
[23:08:45 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4...
|
|
[23:08:45 INFO] Video: 7500 frames, 25.0 fps, 2560x1440
|
|
[23:08:45 INFO] Video batch 12: 5 detections from postprocess
|
|
[23:08:45 INFO] Video frame video_short01_000150: 2 dets, valid=True
|
|
[23:08:45 INFO] Video frame video_short01_000151: 3 dets, valid=True
|
|
[23:08:45 INFO] Video batch 1: frame 32/7500 (0%)
|
|
[23:08:45 INFO] Video batch 13: frame 416/7500 (5%)
|
|
[23:08:48 INFO] Video batch 1: 6 detections from postprocess
|
|
[23:08:48 INFO] Video frame video_short01_000004: 1 dets, valid=True
|
|
[23:08:48 INFO] Video frame video_short01_000005: 1 dets, valid=True
|
|
[23:08:48 INFO] Video frame video_short01_000007: 1 dets, valid=True
|
|
[23:08:48 INFO] Video frame video_short01_000009: 1 dets, valid=True
|
|
[23:08:48 INFO] Video frame video_short01_000010: 1 dets, valid=True
|
|
[23:08:48 INFO] Video frame video_short01_000012: 1 dets, valid=True
|
|
[23:08:49 INFO] Video batch 14: frame 448/7500 (5%)
|
|
[23:08:49 INFO] Video batch 2: frame 64/7500 (0%)
|
|
[23:08:52 INFO] Video batch 2: 8 detections from postprocess
|
|
[23:08:52 INFO] Video frame video_short01_000013: 1 dets, valid=True
|
|
[23:08:52 INFO] Video frame video_short01_000015: 1 dets, valid=True
|
|
[23:08:52 INFO] Video frame video_short01_000017: 1 dets, valid=True
|
|
[23:08:52 INFO] Video frame video_short01_000018: 1 dets, valid=True
|
|
[23:08:52 INFO] Video frame video_short01_000020: 1 dets, valid=True
|
|
[23:08:52 INFO] Video frame video_short01_000021: 1 dets, valid=True
|
|
[23:08:52 INFO] Video frame video_short01_000023: 1 dets, valid=True
|
|
[23:08:52 INFO] Video frame video_short01_000025: 1 dets, valid=True
|
|
[23:08:52 INFO] Video batch 15: frame 480/7500 (6%)
|
|
[23:08:52 INFO] Video batch 3: frame 96/7500 (1%)
|
|
[23:08:55 INFO] Video batch 3: 7 detections from postprocess
|
|
[23:08:55 INFO] Video frame video_short01_000026: 1 dets, valid=True
|
|
[23:08:55 INFO] Video frame video_short01_000028: 1 dets, valid=True
|
|
[23:08:55 INFO] Video frame video_short01_000030: 1 dets, valid=True
|
|
[23:08:55 INFO] Video frame video_short01_000031: 1 dets, valid=True
|
|
[23:08:55 INFO] Video batch 16: frame 512/7500 (6%)
|
|
[23:08:55 INFO] Video frame video_short01_000033: 1 dets, valid=True
|
|
[23:08:55 INFO] Video frame video_short01_000034: 2 dets, valid=True
|
|
[23:08:57 INFO] Video batch 4: frame 128/7500 (1%)
|
|
[23:08:57 INFO] Video batch 17: frame 544/7500 (7%)
|
|
[23:08:58 INFO] Video batch 4: 7 detections from postprocess
|
|
[23:08:58 INFO] Video frame video_short01_000041: 1 dets, valid=True
|
|
[23:08:59 INFO] Video frame video_short01_000042: 1 dets, valid=True
|
|
[23:08:59 INFO] Video frame video_short01_000044: 1 dets, valid=True
|
|
[23:08:59 INFO] Video frame video_short01_000045: 1 dets, valid=True
|
|
[23:08:59 INFO] Video frame video_short01_000047: 1 dets, valid=True
|
|
[23:08:59 INFO] Video frame video_short01_000049: 1 dets, valid=True
|
|
[23:08:59 INFO] Video frame video_short01_000050: 1 dets, valid=True
|
|
[23:09:00 INFO] Video batch 5: frame 160/7500 (2%)
|
|
[23:09:00 INFO] Video batch 18: frame 576/7500 (7%)
|
|
[23:09:03 INFO] Video batch 5: 4 detections from postprocess
|
|
[23:09:03 INFO] Video frame video_short01_000052: 1 dets, valid=True
|
|
[23:09:03 INFO] Video frame video_short01_000053: 1 dets, valid=True
|
|
[23:09:03 INFO] Video frame video_short01_000055: 1 dets, valid=True
|
|
[23:09:03 INFO] Video frame video_short01_000057: 1 dets, valid=True
|
|
[23:09:04 INFO] Video batch 19: frame 608/7500 (8%)
|
|
[23:09:04 INFO] Video batch 6: frame 192/7500 (2%)
|
|
[23:09:07 INFO] Video batch 6: 5 detections from postprocess
|
|
[23:09:07 INFO] Video frame video_short01_000066: 1 dets, valid=True
|
|
[23:09:07 INFO] Video frame video_short01_000068: 1 dets, valid=True
|
|
[23:09:07 INFO] Video frame video_short01_000073: 1 dets, valid=True
|
|
[23:09:07 INFO] Video frame video_short01_000074: 1 dets, valid=True
|
|
[23:09:07 INFO] Video frame video_short01_000076: 1 dets, valid=True
|
|
[23:09:07 INFO] Video batch 20: frame 640/7500 (8%)
|
|
[23:09:07 INFO] Video batch 7: frame 224/7500 (2%)
|
|
[23:09:10 INFO] Video batch 7: 8 detections from postprocess
|
|
[23:09:10 INFO] Video frame video_short01_000077: 1 dets, valid=True
|
|
[23:09:10 INFO] Video frame video_short01_000079: 1 dets, valid=True
|
|
[23:09:10 INFO] Video frame video_short01_000081: 1 dets, valid=True
|
|
[23:09:10 INFO] Video frame video_short01_000082: 1 dets, valid=True
|
|
[23:09:10 INFO] Video batch 21: frame 672/7500 (8%)
|
|
[23:09:10 INFO] Video frame video_short01_000084: 1 dets, valid=True
|
|
[23:09:10 INFO] Video frame video_short01_000085: 1 dets, valid=True
|
|
[23:09:10 INFO] Video frame video_short01_000087: 1 dets, valid=True
|
|
[23:09:10 INFO] Video frame video_short01_000089: 1 dets, valid=True
|
|
[23:09:12 INFO] Video batch 8: frame 256/7500 (3%)
|
|
[23:09:12 INFO] Video batch 22: frame 704/7500 (9%)
|
|
[23:09:14 INFO] Video batch 8: 8 detections from postprocess
|
|
[23:09:14 INFO] Video frame video_short01_000090: 1 dets, valid=True
|
|
[23:09:14 INFO] Video frame video_short01_000092: 1 dets, valid=True
|
|
[23:09:14 INFO] Video frame video_short01_000093: 1 dets, valid=True
|
|
[23:09:14 INFO] Video frame video_short01_000095: 1 dets, valid=True
|
|
[23:09:15 INFO] Video frame video_short01_000097: 1 dets, valid=True
|
|
[23:09:15 INFO] Video frame video_short01_000098: 1 dets, valid=True
|
|
[23:09:15 INFO] Video frame video_short01_000100: 1 dets, valid=True
|
|
[23:09:15 INFO] Video frame video_short01_000101: 1 dets, valid=True
|
|
[23:09:16 INFO] Video batch 23: frame 736/7500 (9%)
|
|
[23:09:16 INFO] Video batch 9: frame 288/7500 (3%)
|
|
[23:09:19 INFO] Video batch 9: 8 detections from postprocess
|
|
[23:09:19 INFO] Video frame video_short01_000103: 1 dets, valid=True
|
|
[23:09:19 INFO] Video frame video_short01_000105: 1 dets, valid=True
|
|
[23:09:19 INFO] Video frame video_short01_000106: 1 dets, valid=True
|
|
[23:09:19 INFO] Video frame video_short01_000108: 1 dets, valid=True
|
|
[23:09:19 INFO] Video frame video_short01_000110: 1 dets, valid=True
|
|
[23:09:19 INFO] Video frame video_short01_000111: 1 dets, valid=True
|
|
[23:09:19 INFO] Video frame video_short01_000113: 1 dets, valid=True
|
|
[23:09:19 INFO] Video frame video_short01_000114: 1 dets, valid=True
|
|
[23:09:19 INFO] Video batch 24: frame 768/7500 (10%)
|
|
[23:09:19 INFO] Video batch 10: frame 320/7500 (4%)
|
|
[23:09:21 INFO] Video batch 24: 3 detections from postprocess
|
|
[23:09:21 INFO] Video frame video_short01_000303: 1 dets, valid=True
|
|
[23:09:21 INFO] Video frame video_short01_000305: 1 dets, valid=True
|
|
[23:09:21 INFO] Video frame video_short01_000306: 1 dets, valid=True
|
|
[23:09:22 INFO] Video batch 10: 3 detections from postprocess
|
|
[23:09:22 INFO] Video frame video_short01_000116: 1 dets, valid=True
|
|
[23:09:22 INFO] Video frame video_short01_000117: 1 dets, valid=True
|
|
[23:09:22 INFO] Video frame video_short01_000121: 1 dets, valid=True
|
|
[23:09:22 INFO] Video batch 25: frame 800/7500 (10%)
|
|
[23:09:23 INFO] Video batch 11: frame 352/7500 (4%)
|
|
[23:09:24 INFO] Video batch 25: 8 detections from postprocess
|
|
[23:09:24 INFO] Video frame video_short01_000308: 1 dets, valid=True
|
|
[23:09:24 INFO] Video frame video_short01_000310: 1 dets, valid=True
|
|
[23:09:24 INFO] Video frame video_short01_000311: 1 dets, valid=True
|
|
[23:09:24 INFO] Video frame video_short01_000313: 1 dets, valid=True
|
|
[23:09:24 INFO] Video frame video_short01_000314: 1 dets, valid=True
|
|
[23:09:24 INFO] Video frame video_short01_000316: 1 dets, valid=True
|
|
[23:09:24 INFO] Video frame video_short01_000317: 1 dets, valid=True
|
|
[23:09:24 INFO] Video frame video_short01_000319: 1 dets, valid=True
|
|
[23:09:26 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:09:26 INFO] Video frame video_short01_000140: 1 dets, valid=True
|
|
[23:09:26 INFO] Video batch 26: frame 832/7500 (11%)
|
|
[23:09:26 INFO] Video batch 12: frame 384/7500 (5%)
|
|
[23:09:28 INFO] Video batch 26: 6 detections from postprocess
|
|
[23:09:29 INFO] Video frame video_short01_000321: 1 dets, valid=True
|
|
[23:09:29 INFO] Video frame video_short01_000322: 1 dets, valid=True
|
|
[23:09:29 INFO] Video batch 12: 5 detections from postprocess
|
|
[23:09:29 INFO] Video frame video_short01_000150: 2 dets, valid=True
|
|
[23:09:29 INFO] Video frame video_short01_000324: 1 dets, valid=True
|
|
[23:09:29 INFO] Video frame video_short01_000151: 3 dets, valid=True
|
|
[23:09:29 INFO] Video frame video_short01_000325: 1 dets, valid=True
|
|
[23:09:29 INFO] Video frame video_short01_000327: 1 dets, valid=True
|
|
[23:09:29 INFO] Video frame video_short01_000329: 1 dets, valid=True
|
|
[23:09:29 INFO] Video batch 13: frame 416/7500 (5%)
|
|
[23:09:29 INFO] Video batch 27: frame 864/7500 (11%)
|
|
[23:09:33 INFO] Video batch 14: frame 448/7500 (5%)
|
|
[23:09:33 INFO] Video batch 28: frame 896/7500 (11%)
|
|
[23:09:36 INFO] Video batch 15: frame 480/7500 (6%)
|
|
[23:09:36 INFO] Video batch 29: frame 928/7500 (12%)
|
|
[23:09:39 INFO] Video batch 16: frame 512/7500 (6%)
|
|
[23:09:39 INFO] Video batch 30: frame 960/7500 (12%)
|
|
[23:09:42 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:09:42 INFO] Video frame video_short01_000383: 1 dets, valid=True
|
|
[23:09:42 INFO] Video batch 17: frame 544/7500 (7%)
|
|
[23:09:43 INFO] Video batch 31: frame 992/7500 (13%)
|
|
[23:09:46 INFO] Video batch 18: frame 576/7500 (7%)
|
|
[23:09:46 INFO] Video batch 32: frame 1024/7500 (13%)
|
|
[23:09:49 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:09:49 INFO] Video frame video_short01_000401: 1 dets, valid=True
|
|
[23:09:49 INFO] Video batch 19: frame 608/7500 (8%)
|
|
[23:09:51 INFO] Video batch 33: frame 1056/7500 (14%)
|
|
[23:09:53 INFO] Video batch 33: 3 detections from postprocess
|
|
[23:09:53 INFO] Video frame video_short01_000418: 1 dets, valid=True
|
|
[23:09:53 INFO] Video frame video_short01_000420: 1 dets, valid=True
|
|
[23:09:53 INFO] Video batch 20: frame 640/7500 (8%)
|
|
[23:09:53 INFO] Video frame video_short01_000421: 1 dets, valid=True
|
|
[23:09:54 INFO] Video batch 34: frame 1088/7500 (14%)
|
|
[23:09:56 INFO] Video batch 21: frame 672/7500 (8%)
|
|
[23:09:56 INFO] Video batch 34: 5 detections from postprocess
|
|
[23:09:56 INFO] Video frame video_short01_000423: 1 dets, valid=True
|
|
[23:09:56 INFO] Video frame video_short01_000425: 1 dets, valid=True
|
|
[23:09:56 INFO] Video frame video_short01_000426: 2 dets, valid=True
|
|
[23:09:56 INFO] Video frame video_short01_000428: 1 dets, valid=True
|
|
[23:09:58 INFO] Video batch 35: frame 1120/7500 (14%)
|
|
[23:09:58 INFO] Video batch 22: frame 704/7500 (9%)
|
|
[23:10:01 INFO] Video batch 36: frame 1152/7500 (15%)
|
|
[23:10:01 INFO] Video batch 23: frame 736/7500 (9%)
|
|
[23:10:03 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:10:03 INFO] Video frame video_short01_000458: 1 dets, valid=True
|
|
[23:10:05 INFO] Video batch 37: frame 1184/7500 (15%)
|
|
[23:10:05 INFO] Video batch 24: frame 768/7500 (10%)
|
|
[23:10:07 INFO] Video batch 37: 1 detections from postprocess
|
|
[23:10:07 INFO] Video frame video_short01_000466: 1 dets, valid=True
|
|
[23:10:08 INFO] Video batch 24: 3 detections from postprocess
|
|
[23:10:08 INFO] Video frame video_short01_000303: 1 dets, valid=True
|
|
[23:10:08 INFO] Video frame video_short01_000305: 1 dets, valid=True
|
|
[23:10:08 INFO] Video frame video_short01_000306: 1 dets, valid=True
|
|
[23:10:09 INFO] Video batch 38: frame 1216/7500 (16%)
|
|
[23:10:09 INFO] Video batch 25: frame 800/7500 (10%)
|
|
[23:10:11 INFO] Video batch 38: 3 detections from postprocess
|
|
[23:10:11 INFO] Video frame video_short01_000476: 1 dets, valid=True
|
|
[23:10:11 INFO] Video frame video_short01_000477: 1 dets, valid=True
|
|
[23:10:11 INFO] Video frame video_short01_000485: 1 dets, valid=True
|
|
[23:10:12 INFO] Video batch 25: 8 detections from postprocess
|
|
[23:10:12 INFO] Video frame video_short01_000308: 1 dets, valid=True
|
|
[23:10:13 INFO] Video frame video_short01_000310: 1 dets, valid=True
|
|
[23:10:13 INFO] Video frame video_short01_000311: 1 dets, valid=True
|
|
[23:10:13 INFO] Video frame video_short01_000313: 1 dets, valid=True
|
|
[23:10:13 INFO] Video frame video_short01_000314: 1 dets, valid=True
|
|
[23:10:13 INFO] Video frame video_short01_000316: 1 dets, valid=True
|
|
[23:10:13 INFO] Video frame video_short01_000317: 1 dets, valid=True
|
|
[23:10:13 INFO] Video batch 39: frame 1248/7500 (16%)
|
|
[23:10:13 INFO] Video frame video_short01_000319: 1 dets, valid=True
|
|
[23:10:14 INFO] Video batch 39: 6 detections from postprocess
|
|
[23:10:14 INFO] Video frame video_short01_000487: 2 dets, valid=True
|
|
[23:10:14 INFO] Video frame video_short01_000489: 1 dets, valid=True
|
|
[23:10:14 INFO] Video frame video_short01_000490: 1 dets, valid=True
|
|
[23:10:14 INFO] Video frame video_short01_000492: 1 dets, valid=True
|
|
[23:10:14 INFO] Video frame video_short01_000493: 1 dets, valid=True
|
|
[23:10:14 INFO] Video batch 26: frame 832/7500 (11%)
|
|
[23:10:16 INFO] Video batch 40: frame 1280/7500 (17%)
|
|
[23:10:16 INFO] Video batch 26: 6 detections from postprocess
|
|
[23:10:16 INFO] Video frame video_short01_000321: 1 dets, valid=True
|
|
[23:10:16 INFO] Video frame video_short01_000322: 1 dets, valid=True
|
|
[23:10:16 INFO] Video frame video_short01_000324: 1 dets, valid=True
|
|
[23:10:17 INFO] Video frame video_short01_000325: 1 dets, valid=True
|
|
[23:10:17 INFO] Video frame video_short01_000327: 1 dets, valid=True
|
|
[23:10:17 INFO] Video frame video_short01_000329: 1 dets, valid=True
|
|
[23:10:19 INFO] Video batch 27: frame 864/7500 (11%)
|
|
[23:10:19 INFO] Video batch 41: frame 1312/7500 (17%)
|
|
[23:10:22 INFO] Video batch 28: frame 896/7500 (11%)
|
|
[23:10:22 INFO] Video batch 42: frame 1344/7500 (17%)
|
|
[23:10:26 INFO] Video batch 29: frame 928/7500 (12%)
|
|
[23:10:26 INFO] Video batch 43: frame 1376/7500 (18%)
|
|
[23:10:29 INFO] Video batch 30: frame 960/7500 (12%)
|
|
[23:10:29 INFO] Video batch 44: frame 1408/7500 (18%)
|
|
[23:10:31 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:10:31 INFO] Video frame video_short01_000383: 1 dets, valid=True
|
|
[23:10:33 INFO] Video batch 31: frame 992/7500 (13%)
|
|
[23:10:33 INFO] Video batch 45: frame 1440/7500 (19%)
|
|
[23:10:37 INFO] Video batch 32: frame 1024/7500 (13%)
|
|
[23:10:37 INFO] Video batch 46: frame 1472/7500 (19%)
|
|
[23:10:39 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:10:39 INFO] Video frame video_short01_000401: 1 dets, valid=True
|
|
[23:10:41 INFO] Video batch 33: frame 1056/7500 (14%)
|
|
[23:10:41 INFO] Video batch 47: frame 1504/7500 (20%)
|
|
[23:10:42 INFO] Video batch 33: 3 detections from postprocess
|
|
[23:10:42 INFO] Video frame video_short01_000418: 1 dets, valid=True
|
|
[23:10:42 INFO] Video frame video_short01_000420: 1 dets, valid=True
|
|
[23:10:42 INFO] Video frame video_short01_000421: 1 dets, valid=True
|
|
[23:10:44 INFO] Video batch 34: frame 1088/7500 (14%)
|
|
[23:10:44 INFO] Video batch 48: frame 1536/7500 (20%)
|
|
[23:10:46 INFO] Video batch 34: 5 detections from postprocess
|
|
[23:10:46 INFO] Video frame video_short01_000423: 1 dets, valid=True
|
|
[23:10:48 INFO] Video frame video_short01_000425: 1 dets, valid=True
|
|
[23:10:48 INFO] Video frame video_short01_000426: 2 dets, valid=True
|
|
[23:10:48 INFO] Video frame video_short01_000428: 1 dets, valid=True
|
|
[23:10:48 INFO] Video batch 49: frame 1568/7500 (20%)
|
|
[23:10:48 INFO] Video batch 35: frame 1120/7500 (14%)
|
|
[23:10:51 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:10:51 INFO] Video frame video_short01_001017: 1 dets, valid=True
|
|
[23:10:51 INFO] Video batch 50: frame 1600/7500 (21%)
|
|
[23:10:51 INFO] Video batch 36: frame 1152/7500 (15%)
|
|
[23:10:55 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:10:55 INFO] Video frame video_short01_001039: 1 dets, valid=True
|
|
[23:10:55 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:10:55 INFO] Video frame video_short01_000458: 1 dets, valid=True
|
|
[23:10:55 INFO] Video batch 51: frame 1632/7500 (21%)
|
|
[23:10:55 INFO] Video batch 37: frame 1184/7500 (15%)
|
|
[23:10:59 INFO] Video batch 37: 1 detections from postprocess
|
|
[23:10:59 INFO] Video frame video_short01_000466: 1 dets, valid=True
|
|
[23:10:59 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:10:59 INFO] Video frame video_short01_001041: 1 dets, valid=True
|
|
[23:10:59 INFO] Video batch 38: frame 1216/7500 (16%)
|
|
[23:10:59 INFO] Video batch 52: frame 1664/7500 (22%)
|
|
[23:11:02 INFO] Video batch 38: 3 detections from postprocess
|
|
[23:11:02 INFO] Video frame video_short01_000476: 1 dets, valid=True
|
|
[23:11:02 INFO] Video frame video_short01_000477: 1 dets, valid=True
|
|
[23:11:02 INFO] Video frame video_short01_000485: 1 dets, valid=True
|
|
[23:11:03 INFO] Video batch 53: frame 1696/7500 (22%)
|
|
[23:11:03 INFO] Video batch 39: frame 1248/7500 (16%)
|
|
[23:11:06 INFO] Video batch 39: 6 detections from postprocess
|
|
[23:11:06 INFO] Video frame video_short01_000487: 2 dets, valid=True
|
|
[23:11:06 INFO] Video frame video_short01_000489: 1 dets, valid=True
|
|
[23:11:06 INFO] Video frame video_short01_000490: 1 dets, valid=True
|
|
[23:11:06 INFO] Video frame video_short01_000492: 1 dets, valid=True
|
|
[23:11:06 INFO] Video frame video_short01_000493: 1 dets, valid=True
|
|
[23:11:06 INFO] Video batch 54: frame 1728/7500 (23%)
|
|
[23:11:06 INFO] Video batch 40: frame 1280/7500 (17%)
|
|
[23:11:10 INFO] Video batch 55: frame 1760/7500 (23%)
|
|
[23:11:10 INFO] Video batch 41: frame 1312/7500 (17%)
|
|
[23:11:11 INFO] Video batch 55: 3 detections from postprocess
|
|
[23:11:11 INFO] Video frame video_short01_001100: 1 dets, valid=True
|
|
[23:11:11 INFO] Video frame video_short01_001101: 1 dets, valid=True
|
|
[23:11:12 INFO] Video frame video_short01_001103: 1 dets, valid=True
|
|
[23:11:13 INFO] Video batch 56: frame 1792/7500 (23%)
|
|
[23:11:13 INFO] Video batch 42: frame 1344/7500 (17%)
|
|
[23:11:17 INFO] Video batch 56: 6 detections from postprocess
|
|
[23:11:17 INFO] Video frame video_short01_001105: 1 dets, valid=True
|
|
[23:11:17 INFO] Video frame video_short01_001106: 1 dets, valid=True
|
|
[23:11:17 INFO] Video frame video_short01_001108: 1 dets, valid=True
|
|
[23:11:17 INFO] Video frame video_short01_001110: 1 dets, valid=True
|
|
[23:11:17 INFO] Video frame video_short01_001111: 1 dets, valid=True
|
|
[23:11:17 INFO] Video frame video_short01_001113: 1 dets, valid=True
|
|
[23:11:17 INFO] Video batch 43: frame 1376/7500 (18%)
|
|
[23:11:17 INFO] Video batch 57: frame 1824/7500 (24%)
|
|
[23:11:20 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:11:20 INFO] Video frame video_short01_001124: 1 dets, valid=True
|
|
[23:11:20 INFO] Video batch 44: frame 1408/7500 (18%)
|
|
[23:11:20 INFO] Video batch 58: frame 1856/7500 (24%)
|
|
[23:11:24 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:11:24 INFO] Video frame video_short01_001137: 1 dets, valid=True
|
|
[23:11:24 INFO] Video batch 45: frame 1440/7500 (19%)
|
|
[23:11:24 INFO] Video batch 59: frame 1888/7500 (25%)
|
|
[23:11:27 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:11:27 INFO] Video frame video_short01_001151: 1 dets, valid=True
|
|
[23:11:27 INFO] Video batch 46: frame 1472/7500 (19%)
|
|
[23:11:27 INFO] Video batch 60: frame 1920/7500 (25%)
|
|
[23:11:31 INFO] Video batch 47: frame 1504/7500 (20%)
|
|
[23:11:31 INFO] Video batch 61: frame 1952/7500 (26%)
|
|
[23:11:35 INFO] Video batch 48: frame 1536/7500 (20%)
|
|
[23:11:35 INFO] Video batch 62: frame 1984/7500 (26%)
|
|
[23:11:38 INFO] Video batch 49: frame 1568/7500 (20%)
|
|
[23:11:38 INFO] Video batch 63: frame 2016/7500 (26%)
|
|
[23:11:40 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:11:40 INFO] Video frame video_short01_001017: 1 dets, valid=True
|
|
[23:11:42 INFO] Video batch 50: frame 1600/7500 (21%)
|
|
[23:11:42 INFO] Video batch 64: frame 2048/7500 (27%)
|
|
[23:11:43 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:11:43 INFO] Video frame video_short01_001039: 1 dets, valid=True
|
|
[23:11:45 INFO] Video batch 51: frame 1632/7500 (21%)
|
|
[23:11:45 INFO] Video batch 65: frame 2080/7500 (27%)
|
|
[23:11:47 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:11:47 INFO] Video frame video_short01_001041: 1 dets, valid=True
|
|
[23:11:49 INFO] Video batch 52: frame 1664/7500 (22%)
|
|
[23:11:49 INFO] Video batch 66: frame 2112/7500 (28%)
|
|
[23:11:52 INFO] Video batch 53: frame 1696/7500 (22%)
|
|
[23:11:52 INFO] Video batch 67: frame 2144/7500 (28%)
|
|
[23:19:02 INFO] init AI...
|
|
[23:19:02 INFO] Downloading
|
|
[23:19:05 INFO] CoreML model: input=input shape=(1, 3, 1280, 1280)
|
|
[23:19:05 INFO] Enabled
|
|
[23:19:06 INFO] init AI...
|
|
[23:19:06 INFO] init AI...
|
|
[23:19:06 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[23:19:06 INFO] ground sampling distance: 0.3059895833333333
|
|
[23:19:06 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:19:06 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:19:06 INFO] init AI...
|
|
[23:19:06 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4...
|
|
[23:19:06 INFO] Video: 7500 frames, 25.0 fps, 2560x1440
|
|
[23:19:06 INFO] Video batch 1: frame 4/7500 (0%)
|
|
[23:19:06 INFO] Video batch 2: frame 8/7500 (0%)
|
|
[23:19:07 INFO] Video batch 3: frame 12/7500 (0%)
|
|
[23:19:07 INFO] Video batch 3: 1 detections from postprocess
|
|
[23:19:07 INFO] Video frame video_short01_000004: 1 dets, valid=True
|
|
[23:19:07 INFO] Video batch 4: frame 16/7500 (0%)
|
|
[23:19:07 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:19:07 INFO] Video frame video_short01_000005: 1 dets, valid=True
|
|
[23:19:07 INFO] Video batch 5: frame 20/7500 (0%)
|
|
[23:19:07 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:19:07 INFO] Video frame video_short01_000007: 1 dets, valid=True
|
|
[23:19:07 INFO] Video batch 6: frame 24/7500 (0%)
|
|
[23:19:07 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:19:07 INFO] Video frame video_short01_000009: 1 dets, valid=True
|
|
[23:19:07 INFO] Video batch 7: frame 28/7500 (0%)
|
|
[23:19:07 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:19:07 INFO] Video frame video_short01_000010: 1 dets, valid=True
|
|
[23:19:07 INFO] Video batch 8: frame 32/7500 (0%)
|
|
[23:19:07 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:19:07 INFO] Video frame video_short01_000012: 1 dets, valid=True
|
|
[23:19:07 INFO] Video batch 9: frame 36/7500 (0%)
|
|
[23:19:07 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:19:07 INFO] Video frame video_short01_000013: 1 dets, valid=True
|
|
[23:19:07 INFO] Video batch 10: frame 40/7500 (0%)
|
|
[23:19:07 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:19:07 INFO] Video frame video_short01_000015: 1 dets, valid=True
|
|
[23:19:07 INFO] Video batch 11: frame 44/7500 (0%)
|
|
[23:19:07 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:19:07 INFO] Video frame video_short01_000017: 1 dets, valid=True
|
|
[23:19:07 INFO] Video batch 12: frame 48/7500 (0%)
|
|
[23:19:08 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:19:08 INFO] Video frame video_short01_000018: 1 dets, valid=True
|
|
[23:19:08 INFO] Video batch 13: frame 52/7500 (0%)
|
|
[23:19:08 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:19:08 INFO] Video frame video_short01_000020: 1 dets, valid=True
|
|
[23:19:08 INFO] Video batch 14: frame 56/7500 (0%)
|
|
[23:19:08 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:19:08 INFO] Video frame video_short01_000021: 1 dets, valid=True
|
|
[23:19:08 INFO] Video batch 15: frame 60/7500 (0%)
|
|
[23:19:08 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:19:08 INFO] Video frame video_short01_000023: 1 dets, valid=True
|
|
[23:19:08 INFO] Video batch 16: frame 64/7500 (0%)
|
|
[23:19:08 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:19:08 INFO] Video frame video_short01_000025: 1 dets, valid=True
|
|
[23:19:08 INFO] Video batch 17: frame 68/7500 (0%)
|
|
[23:19:08 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:19:08 INFO] Video frame video_short01_000026: 1 dets, valid=True
|
|
[23:19:08 INFO] Video batch 18: frame 72/7500 (0%)
|
|
[23:19:08 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:19:08 INFO] Video frame video_short01_000028: 1 dets, valid=True
|
|
[23:19:08 INFO] Video batch 19: frame 76/7500 (1%)
|
|
[23:19:08 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:19:08 INFO] Video frame video_short01_000030: 1 dets, valid=True
|
|
[23:19:08 INFO] Video batch 20: frame 80/7500 (1%)
|
|
[23:19:08 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:19:08 INFO] Video frame video_short01_000031: 1 dets, valid=True
|
|
[23:19:08 INFO] Video batch 21: frame 84/7500 (1%)
|
|
[23:19:08 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:19:08 INFO] Video frame video_short01_000033: 1 dets, valid=True
|
|
[23:19:08 INFO] Video batch 22: frame 88/7500 (1%)
|
|
[23:19:08 INFO] Video batch 22: 2 detections from postprocess
|
|
[23:19:08 INFO] Video frame video_short01_000034: 2 dets, valid=True
|
|
[23:19:09 INFO] Video batch 23: frame 92/7500 (1%)
|
|
[23:19:09 INFO] Video batch 24: frame 96/7500 (1%)
|
|
[23:19:09 INFO] Video batch 25: frame 100/7500 (1%)
|
|
[23:19:09 INFO] Video batch 26: frame 104/7500 (1%)
|
|
[23:19:09 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:19:09 INFO] Video frame video_short01_000041: 1 dets, valid=True
|
|
[23:19:09 INFO] Video batch 27: frame 108/7500 (1%)
|
|
[23:19:09 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:19:09 INFO] Video frame video_short01_000042: 1 dets, valid=True
|
|
[23:19:09 INFO] Video batch 28: frame 112/7500 (1%)
|
|
[23:19:09 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:19:09 INFO] Video frame video_short01_000044: 1 dets, valid=True
|
|
[23:19:09 INFO] Video batch 29: frame 116/7500 (1%)
|
|
[23:19:09 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:19:09 INFO] Video frame video_short01_000045: 1 dets, valid=True
|
|
[23:19:09 INFO] Video batch 30: frame 120/7500 (1%)
|
|
[23:19:09 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:19:09 INFO] Video frame video_short01_000047: 1 dets, valid=True
|
|
[23:19:09 INFO] Video batch 31: frame 124/7500 (1%)
|
|
[23:19:09 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:19:09 INFO] Video frame video_short01_000049: 1 dets, valid=True
|
|
[23:19:09 INFO] Video batch 32: frame 128/7500 (1%)
|
|
[23:19:09 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:19:09 INFO] Video frame video_short01_000050: 1 dets, valid=True
|
|
[23:19:09 INFO] Video batch 33: frame 132/7500 (1%)
|
|
[23:19:09 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:19:09 INFO] Video frame video_short01_000052: 1 dets, valid=True
|
|
[23:19:10 INFO] Video batch 34: frame 136/7500 (1%)
|
|
[23:19:10 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:19:10 INFO] Video frame video_short01_000053: 1 dets, valid=True
|
|
[23:19:10 INFO] Video batch 35: frame 140/7500 (1%)
|
|
[23:19:10 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:19:10 INFO] Video frame video_short01_000055: 1 dets, valid=True
|
|
[23:19:10 INFO] Video batch 36: frame 144/7500 (1%)
|
|
[23:19:10 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:19:10 INFO] Video frame video_short01_000057: 1 dets, valid=True
|
|
[23:19:10 INFO] Video batch 37: frame 148/7500 (1%)
|
|
[23:19:10 INFO] Video batch 38: frame 152/7500 (2%)
|
|
[23:19:10 INFO] Video batch 39: frame 156/7500 (2%)
|
|
[23:19:10 INFO] Video batch 40: frame 160/7500 (2%)
|
|
[23:19:10 INFO] Video batch 41: frame 164/7500 (2%)
|
|
[23:19:10 INFO] Video batch 42: frame 168/7500 (2%)
|
|
[23:19:10 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:19:10 INFO] Video frame video_short01_000066: 1 dets, valid=True
|
|
[23:19:10 INFO] Video batch 43: frame 172/7500 (2%)
|
|
[23:19:10 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:19:10 INFO] Video frame video_short01_000068: 1 dets, valid=True
|
|
[23:19:10 INFO] Video batch 44: frame 176/7500 (2%)
|
|
[23:19:11 INFO] Video batch 45: frame 180/7500 (2%)
|
|
[23:19:11 INFO] Video batch 46: frame 184/7500 (2%)
|
|
[23:19:11 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:19:11 INFO] Video frame video_short01_000073: 1 dets, valid=True
|
|
[23:19:11 INFO] Video batch 47: frame 188/7500 (2%)
|
|
[23:19:11 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:19:11 INFO] Video frame video_short01_000074: 1 dets, valid=True
|
|
[23:19:11 INFO] Video batch 48: frame 192/7500 (2%)
|
|
[23:19:11 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:19:11 INFO] Video frame video_short01_000076: 1 dets, valid=True
|
|
[23:19:11 INFO] Video batch 49: frame 196/7500 (2%)
|
|
[23:19:11 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:19:11 INFO] Video frame video_short01_000077: 1 dets, valid=True
|
|
[23:19:11 INFO] Video batch 50: frame 200/7500 (2%)
|
|
[23:19:11 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:19:11 INFO] Video frame video_short01_000079: 1 dets, valid=True
|
|
[23:19:11 INFO] Video batch 51: frame 204/7500 (2%)
|
|
[23:19:11 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:19:11 INFO] Video frame video_short01_000081: 1 dets, valid=True
|
|
[23:19:11 INFO] Video batch 52: frame 208/7500 (2%)
|
|
[23:19:11 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:19:11 INFO] Video frame video_short01_000082: 1 dets, valid=True
|
|
[23:19:11 INFO] Video batch 53: frame 212/7500 (2%)
|
|
[23:19:11 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:19:11 INFO] Video frame video_short01_000084: 1 dets, valid=True
|
|
[23:19:11 INFO] Video batch 54: frame 216/7500 (2%)
|
|
[23:19:11 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:19:11 INFO] Video frame video_short01_000085: 1 dets, valid=True
|
|
[23:19:11 INFO] Video batch 55: frame 220/7500 (2%)
|
|
[23:19:12 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:19:12 INFO] Video frame video_short01_000087: 1 dets, valid=True
|
|
[23:19:12 INFO] Video batch 56: frame 224/7500 (2%)
|
|
[23:19:12 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:19:12 INFO] Video frame video_short01_000089: 1 dets, valid=True
|
|
[23:19:12 INFO] Video batch 57: frame 228/7500 (3%)
|
|
[23:19:12 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:19:12 INFO] Video frame video_short01_000090: 1 dets, valid=True
|
|
[23:19:12 INFO] Video batch 58: frame 232/7500 (3%)
|
|
[23:19:12 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:19:12 INFO] Video frame video_short01_000092: 1 dets, valid=True
|
|
[23:19:12 INFO] Video batch 59: frame 236/7500 (3%)
|
|
[23:19:12 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:19:12 INFO] Video frame video_short01_000093: 1 dets, valid=True
|
|
[23:19:12 INFO] Video batch 60: frame 240/7500 (3%)
|
|
[23:19:12 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:19:12 INFO] Video frame video_short01_000095: 1 dets, valid=True
|
|
[23:19:12 INFO] Video batch 61: frame 244/7500 (3%)
|
|
[23:19:12 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:19:12 INFO] Video frame video_short01_000097: 1 dets, valid=True
|
|
[23:19:12 INFO] Video batch 62: frame 248/7500 (3%)
|
|
[23:19:12 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:19:12 INFO] Video frame video_short01_000098: 1 dets, valid=True
|
|
[23:19:12 INFO] Video batch 63: frame 252/7500 (3%)
|
|
[23:19:12 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:19:12 INFO] Video frame video_short01_000100: 1 dets, valid=True
|
|
[23:19:12 INFO] Video batch 64: frame 256/7500 (3%)
|
|
[23:19:12 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:19:12 INFO] Video frame video_short01_000101: 1 dets, valid=True
|
|
[23:19:12 INFO] Video batch 65: frame 260/7500 (3%)
|
|
[23:19:12 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:19:12 INFO] Video frame video_short01_000103: 1 dets, valid=True
|
|
[23:19:12 INFO] Video batch 66: frame 264/7500 (3%)
|
|
[23:19:13 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:19:13 INFO] Video frame video_short01_000105: 1 dets, valid=True
|
|
[23:19:13 INFO] Video batch 67: frame 268/7500 (3%)
|
|
[23:19:13 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:19:13 INFO] Video frame video_short01_000106: 1 dets, valid=True
|
|
[23:19:13 INFO] Video batch 68: frame 272/7500 (3%)
|
|
[23:19:13 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:19:13 INFO] Video frame video_short01_000108: 1 dets, valid=True
|
|
[23:19:13 INFO] Video batch 69: frame 276/7500 (3%)
|
|
[23:19:13 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:19:13 INFO] Video frame video_short01_000110: 1 dets, valid=True
|
|
[23:19:13 INFO] Video batch 70: frame 280/7500 (3%)
|
|
[23:19:13 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:19:13 INFO] Video frame video_short01_000111: 1 dets, valid=True
|
|
[23:19:13 INFO] Video batch 71: frame 284/7500 (3%)
|
|
[23:19:13 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:19:13 INFO] Video frame video_short01_000113: 1 dets, valid=True
|
|
[23:19:13 INFO] Video batch 72: frame 288/7500 (3%)
|
|
[23:19:13 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:19:13 INFO] Video frame video_short01_000114: 1 dets, valid=True
|
|
[23:19:13 INFO] Video batch 73: frame 292/7500 (3%)
|
|
[23:19:13 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:19:13 INFO] Video frame video_short01_000116: 1 dets, valid=True
|
|
[23:19:13 INFO] Video batch 74: frame 296/7500 (3%)
|
|
[23:19:13 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:19:13 INFO] Video frame video_short01_000117: 1 dets, valid=True
|
|
[23:19:13 INFO] Video batch 75: frame 300/7500 (4%)
|
|
[23:19:13 INFO] Video batch 76: frame 304/7500 (4%)
|
|
[23:19:14 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:19:14 INFO] Video frame video_short01_000121: 1 dets, valid=True
|
|
[23:19:14 INFO] Video batch 77: frame 308/7500 (4%)
|
|
[23:19:14 INFO] Video batch 78: frame 312/7500 (4%)
|
|
[23:19:14 INFO] Video batch 79: frame 316/7500 (4%)
|
|
[23:19:14 INFO] Video batch 80: frame 320/7500 (4%)
|
|
[23:19:14 INFO] Video batch 81: frame 324/7500 (4%)
|
|
[23:19:14 INFO] Video batch 82: frame 328/7500 (4%)
|
|
[23:19:14 INFO] Video batch 83: frame 332/7500 (4%)
|
|
[23:19:14 INFO] Video batch 84: frame 336/7500 (4%)
|
|
[23:19:14 INFO] Video batch 85: frame 340/7500 (4%)
|
|
[23:19:14 INFO] Video batch 86: frame 344/7500 (4%)
|
|
[23:19:14 INFO] Video batch 87: frame 348/7500 (4%)
|
|
[23:19:15 INFO] Video batch 88: frame 352/7500 (4%)
|
|
[23:19:15 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:19:15 INFO] Video frame video_short01_000140: 1 dets, valid=True
|
|
[23:19:15 INFO] Video batch 89: frame 356/7500 (4%)
|
|
[23:19:15 INFO] Video batch 90: frame 360/7500 (4%)
|
|
[23:19:15 INFO] Video batch 91: frame 364/7500 (4%)
|
|
[23:19:15 INFO] Video batch 92: frame 368/7500 (4%)
|
|
[23:19:15 INFO] Video batch 93: frame 372/7500 (4%)
|
|
[23:19:15 INFO] Video batch 94: frame 376/7500 (5%)
|
|
[23:19:15 INFO] Video batch 94: 2 detections from postprocess
|
|
[23:19:15 INFO] Video frame video_short01_000150: 2 dets, valid=True
|
|
[23:19:15 INFO] Video batch 95: frame 380/7500 (5%)
|
|
[23:19:15 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:19:15 INFO] Video frame video_short01_000151: 3 dets, valid=True
|
|
[23:19:15 INFO] Video batch 96: frame 384/7500 (5%)
|
|
[23:19:15 INFO] Video batch 97: frame 388/7500 (5%)
|
|
[23:19:15 INFO] Video batch 98: frame 392/7500 (5%)
|
|
[23:19:16 INFO] Video batch 99: frame 396/7500 (5%)
|
|
[23:19:16 INFO] Video batch 100: frame 400/7500 (5%)
|
|
[23:19:16 INFO] Video batch 101: frame 404/7500 (5%)
|
|
[23:19:16 INFO] Video batch 102: frame 408/7500 (5%)
|
|
[23:19:16 INFO] Video batch 103: frame 412/7500 (5%)
|
|
[23:19:16 INFO] Video batch 104: frame 416/7500 (5%)
|
|
[23:19:16 INFO] Video batch 105: frame 420/7500 (5%)
|
|
[23:19:16 INFO] Video batch 106: frame 424/7500 (5%)
|
|
[23:19:16 INFO] Video batch 107: frame 428/7500 (5%)
|
|
[23:19:16 INFO] Video batch 108: frame 432/7500 (5%)
|
|
[23:19:16 INFO] Video batch 109: frame 436/7500 (5%)
|
|
[23:19:16 INFO] Video batch 110: frame 440/7500 (5%)
|
|
[23:19:17 INFO] Video batch 111: frame 444/7500 (5%)
|
|
[23:19:17 INFO] Video batch 112: frame 448/7500 (5%)
|
|
[23:19:17 INFO] Video batch 113: frame 452/7500 (6%)
|
|
[23:19:17 INFO] Video batch 114: frame 456/7500 (6%)
|
|
[23:19:17 INFO] Video batch 115: frame 460/7500 (6%)
|
|
[23:19:17 INFO] Video batch 116: frame 464/7500 (6%)
|
|
[23:19:17 INFO] Video batch 117: frame 468/7500 (6%)
|
|
[23:19:17 INFO] Video batch 118: frame 472/7500 (6%)
|
|
[23:19:17 INFO] Video batch 119: frame 476/7500 (6%)
|
|
[23:19:17 INFO] Video batch 120: frame 480/7500 (6%)
|
|
[23:19:17 INFO] Video batch 121: frame 484/7500 (6%)
|
|
[23:19:17 INFO] Video batch 122: frame 488/7500 (6%)
|
|
[23:19:18 INFO] Video batch 123: frame 492/7500 (6%)
|
|
[23:19:18 INFO] Video batch 124: frame 496/7500 (6%)
|
|
[23:19:18 INFO] Video batch 125: frame 500/7500 (6%)
|
|
[23:19:18 INFO] Video batch 126: frame 504/7500 (6%)
|
|
[23:19:18 INFO] Video batch 127: frame 508/7500 (6%)
|
|
[23:19:18 INFO] Video batch 128: frame 512/7500 (6%)
|
|
[23:19:18 INFO] Video batch 129: frame 516/7500 (6%)
|
|
[23:19:18 INFO] Video batch 130: frame 520/7500 (6%)
|
|
[23:19:18 INFO] Video batch 131: frame 524/7500 (6%)
|
|
[23:19:18 INFO] Video batch 132: frame 528/7500 (7%)
|
|
[23:19:18 INFO] Video batch 133: frame 532/7500 (7%)
|
|
[23:19:18 INFO] Video batch 134: frame 536/7500 (7%)
|
|
[23:19:19 INFO] Video batch 135: frame 540/7500 (7%)
|
|
[23:19:19 INFO] Video batch 136: frame 544/7500 (7%)
|
|
[23:19:19 INFO] Video batch 137: frame 548/7500 (7%)
|
|
[23:19:19 INFO] Video batch 138: frame 552/7500 (7%)
|
|
[23:19:19 INFO] Video batch 139: frame 556/7500 (7%)
|
|
[23:19:19 INFO] Video batch 140: frame 560/7500 (7%)
|
|
[23:19:19 INFO] Video batch 141: frame 564/7500 (7%)
|
|
[23:19:19 INFO] Video batch 142: frame 568/7500 (7%)
|
|
[23:19:19 INFO] Video batch 143: frame 572/7500 (7%)
|
|
[23:19:19 INFO] Video batch 144: frame 576/7500 (7%)
|
|
[23:19:19 INFO] Video batch 145: frame 580/7500 (7%)
|
|
[23:19:19 INFO] Video batch 146: frame 584/7500 (7%)
|
|
[23:19:20 INFO] Video batch 147: frame 588/7500 (7%)
|
|
[23:19:20 INFO] Video batch 148: frame 592/7500 (7%)
|
|
[23:19:20 INFO] Video batch 149: frame 596/7500 (7%)
|
|
[23:19:20 INFO] Video batch 150: frame 600/7500 (8%)
|
|
[23:19:20 INFO] Video batch 151: frame 604/7500 (8%)
|
|
[23:19:20 INFO] Video batch 152: frame 608/7500 (8%)
|
|
[23:19:20 INFO] Video batch 153: frame 612/7500 (8%)
|
|
[23:19:20 INFO] Video batch 154: frame 616/7500 (8%)
|
|
[23:19:20 INFO] Video batch 155: frame 620/7500 (8%)
|
|
[23:19:20 INFO] Video batch 156: frame 624/7500 (8%)
|
|
[23:19:20 INFO] Video batch 157: frame 628/7500 (8%)
|
|
[23:19:20 INFO] Video batch 158: frame 632/7500 (8%)
|
|
[23:19:21 INFO] Video batch 159: frame 636/7500 (8%)
|
|
[23:19:21 INFO] Video batch 160: frame 640/7500 (8%)
|
|
[23:19:21 INFO] Video batch 161: frame 644/7500 (8%)
|
|
[23:19:21 INFO] Video batch 162: frame 648/7500 (8%)
|
|
[23:19:21 INFO] Video batch 163: frame 652/7500 (8%)
|
|
[23:19:21 INFO] Video batch 164: frame 656/7500 (8%)
|
|
[23:19:21 INFO] Video batch 165: frame 660/7500 (8%)
|
|
[23:19:21 INFO] Video batch 166: frame 664/7500 (8%)
|
|
[23:19:21 INFO] Video batch 167: frame 668/7500 (8%)
|
|
[23:19:21 INFO] Video batch 168: frame 672/7500 (8%)
|
|
[23:19:21 INFO] Video batch 169: frame 676/7500 (9%)
|
|
[23:19:22 INFO] Video batch 170: frame 680/7500 (9%)
|
|
[23:19:22 INFO] Video batch 171: frame 684/7500 (9%)
|
|
[23:19:22 INFO] Video batch 172: frame 688/7500 (9%)
|
|
[23:19:22 INFO] Video batch 173: frame 692/7500 (9%)
|
|
[23:19:22 INFO] Video batch 174: frame 696/7500 (9%)
|
|
[23:19:22 INFO] Video batch 175: frame 700/7500 (9%)
|
|
[23:19:22 INFO] Video batch 176: frame 704/7500 (9%)
|
|
[23:19:22 INFO] Video batch 177: frame 708/7500 (9%)
|
|
[23:19:22 INFO] Video batch 178: frame 712/7500 (9%)
|
|
[23:19:22 INFO] Video batch 179: frame 716/7500 (9%)
|
|
[23:19:22 INFO] Video batch 180: frame 720/7500 (9%)
|
|
[23:19:22 INFO] Video batch 181: frame 724/7500 (9%)
|
|
[23:19:23 INFO] Video batch 182: frame 728/7500 (9%)
|
|
[23:19:23 INFO] Video batch 183: frame 732/7500 (9%)
|
|
[23:19:23 INFO] Video batch 184: frame 736/7500 (9%)
|
|
[23:19:23 INFO] Video batch 185: frame 740/7500 (9%)
|
|
[23:19:23 INFO] Video batch 186: frame 744/7500 (9%)
|
|
[23:19:23 INFO] Video batch 187: frame 748/7500 (9%)
|
|
[23:19:23 INFO] Video batch 188: frame 752/7500 (10%)
|
|
[23:19:23 INFO] Video batch 189: frame 756/7500 (10%)
|
|
[23:19:23 INFO] Video batch 190: frame 760/7500 (10%)
|
|
[23:19:23 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:19:23 INFO] Video frame video_short01_000303: 1 dets, valid=True
|
|
[23:19:23 INFO] Video batch 191: frame 764/7500 (10%)
|
|
[23:19:23 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:19:23 INFO] Video frame video_short01_000305: 1 dets, valid=True
|
|
[23:19:23 INFO] Video batch 192: frame 768/7500 (10%)
|
|
[23:19:24 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:19:24 INFO] Video frame video_short01_000306: 1 dets, valid=True
|
|
[23:19:24 INFO] Video batch 193: frame 772/7500 (10%)
|
|
[23:19:24 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:19:24 INFO] Video frame video_short01_000308: 1 dets, valid=True
|
|
[23:19:24 INFO] Video batch 194: frame 776/7500 (10%)
|
|
[23:19:24 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:19:24 INFO] Video frame video_short01_000310: 1 dets, valid=True
|
|
[23:19:24 INFO] Video batch 195: frame 780/7500 (10%)
|
|
[23:19:24 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:19:24 INFO] Video frame video_short01_000311: 1 dets, valid=True
|
|
[23:19:24 INFO] Video batch 196: frame 784/7500 (10%)
|
|
[23:19:24 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:19:24 INFO] Video frame video_short01_000313: 1 dets, valid=True
|
|
[23:19:24 INFO] Video batch 197: frame 788/7500 (10%)
|
|
[23:19:24 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:19:24 INFO] Video frame video_short01_000314: 1 dets, valid=True
|
|
[23:19:24 INFO] Video batch 198: frame 792/7500 (10%)
|
|
[23:19:24 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:19:24 INFO] Video frame video_short01_000316: 1 dets, valid=True
|
|
[23:19:24 INFO] Video batch 199: frame 796/7500 (10%)
|
|
[23:19:24 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:19:24 INFO] Video frame video_short01_000317: 1 dets, valid=True
|
|
[23:19:24 INFO] Video batch 200: frame 800/7500 (10%)
|
|
[23:19:24 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:19:24 INFO] Video frame video_short01_000319: 1 dets, valid=True
|
|
[23:19:24 INFO] Video batch 201: frame 804/7500 (10%)
|
|
[23:19:24 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:19:24 INFO] Video frame video_short01_000321: 1 dets, valid=True
|
|
[23:19:24 INFO] Video batch 202: frame 808/7500 (10%)
|
|
[23:19:25 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:19:25 INFO] Video frame video_short01_000322: 1 dets, valid=True
|
|
[23:19:25 INFO] Video batch 203: frame 812/7500 (10%)
|
|
[23:19:25 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:19:25 INFO] Video frame video_short01_000324: 1 dets, valid=True
|
|
[23:19:25 INFO] Video batch 204: frame 816/7500 (10%)
|
|
[23:19:25 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:19:25 INFO] Video frame video_short01_000325: 1 dets, valid=True
|
|
[23:19:25 INFO] Video batch 205: frame 820/7500 (10%)
|
|
[23:19:25 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:19:25 INFO] Video frame video_short01_000327: 1 dets, valid=True
|
|
[23:19:25 INFO] Video batch 206: frame 824/7500 (10%)
|
|
[23:19:25 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:19:25 INFO] Video frame video_short01_000329: 1 dets, valid=True
|
|
[23:19:25 INFO] Video batch 207: frame 828/7500 (11%)
|
|
[23:19:25 INFO] Video batch 208: frame 832/7500 (11%)
|
|
[23:19:25 INFO] Video batch 209: frame 836/7500 (11%)
|
|
[23:19:25 INFO] Video batch 210: frame 840/7500 (11%)
|
|
[23:19:25 INFO] Video batch 211: frame 844/7500 (11%)
|
|
[23:19:25 INFO] Video batch 212: frame 848/7500 (11%)
|
|
[23:19:26 INFO] Video batch 213: frame 852/7500 (11%)
|
|
[23:19:26 INFO] Video batch 214: frame 856/7500 (11%)
|
|
[23:19:26 INFO] Video batch 215: frame 860/7500 (11%)
|
|
[23:19:26 INFO] Video batch 216: frame 864/7500 (11%)
|
|
[23:19:26 INFO] Video batch 217: frame 868/7500 (11%)
|
|
[23:19:26 INFO] Video batch 218: frame 872/7500 (11%)
|
|
[23:19:26 INFO] Video batch 219: frame 876/7500 (11%)
|
|
[23:19:26 INFO] Video batch 220: frame 880/7500 (11%)
|
|
[23:19:26 INFO] Video batch 221: frame 884/7500 (11%)
|
|
[23:19:26 INFO] Video batch 222: frame 888/7500 (11%)
|
|
[23:19:26 INFO] Video batch 223: frame 892/7500 (11%)
|
|
[23:19:26 INFO] Video batch 224: frame 896/7500 (11%)
|
|
[23:19:27 INFO] Video batch 225: frame 900/7500 (12%)
|
|
[23:19:27 INFO] Video batch 226: frame 904/7500 (12%)
|
|
[23:19:27 INFO] Video batch 227: frame 908/7500 (12%)
|
|
[23:19:27 INFO] Video batch 228: frame 912/7500 (12%)
|
|
[23:19:27 INFO] Video batch 229: frame 916/7500 (12%)
|
|
[23:19:27 INFO] Video batch 230: frame 920/7500 (12%)
|
|
[23:19:27 INFO] Video batch 231: frame 924/7500 (12%)
|
|
[23:19:27 INFO] Video batch 232: frame 928/7500 (12%)
|
|
[23:19:27 INFO] Video batch 233: frame 932/7500 (12%)
|
|
[23:19:27 INFO] Video batch 234: frame 936/7500 (12%)
|
|
[23:19:27 INFO] Video batch 235: frame 940/7500 (12%)
|
|
[23:19:28 INFO] Video batch 236: frame 944/7500 (12%)
|
|
[23:19:28 INFO] Video batch 237: frame 948/7500 (12%)
|
|
[23:19:28 INFO] Video batch 238: frame 952/7500 (12%)
|
|
[23:19:28 INFO] Video batch 239: frame 956/7500 (12%)
|
|
[23:19:28 INFO] Video batch 240: frame 960/7500 (12%)
|
|
[23:19:28 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:19:28 INFO] Video frame video_short01_000383: 1 dets, valid=True
|
|
[23:19:28 INFO] Video batch 241: frame 964/7500 (12%)
|
|
[23:19:28 INFO] Video batch 242: frame 968/7500 (12%)
|
|
[23:19:28 INFO] Video batch 243: frame 972/7500 (12%)
|
|
[23:19:28 INFO] Video batch 244: frame 976/7500 (13%)
|
|
[23:19:28 INFO] Video batch 245: frame 980/7500 (13%)
|
|
[23:19:28 INFO] Video batch 246: frame 984/7500 (13%)
|
|
[23:19:29 INFO] Video batch 247: frame 988/7500 (13%)
|
|
[23:19:29 INFO] Video batch 248: frame 992/7500 (13%)
|
|
[23:19:29 INFO] Video batch 249: frame 996/7500 (13%)
|
|
[23:19:29 INFO] Video batch 250: frame 1000/7500 (13%)
|
|
[23:19:29 INFO] Video batch 251: frame 1004/7500 (13%)
|
|
[23:19:29 INFO] Video batch 251: 1 detections from postprocess
|
|
[23:19:29 INFO] Video frame video_short01_000401: 1 dets, valid=True
|
|
[23:19:29 INFO] Video batch 252: frame 1008/7500 (13%)
|
|
[23:19:29 INFO] Video batch 253: frame 1012/7500 (13%)
|
|
[23:19:29 INFO] Video batch 254: frame 1016/7500 (13%)
|
|
[23:19:29 INFO] Video batch 255: frame 1020/7500 (13%)
|
|
[23:19:29 INFO] Video batch 256: frame 1024/7500 (13%)
|
|
[23:19:29 INFO] Video batch 257: frame 1028/7500 (13%)
|
|
[23:19:29 INFO] Video batch 258: frame 1032/7500 (13%)
|
|
[23:19:30 INFO] Video batch 259: frame 1036/7500 (13%)
|
|
[23:19:30 INFO] Video batch 260: frame 1040/7500 (13%)
|
|
[23:19:30 INFO] Video batch 261: frame 1044/7500 (13%)
|
|
[23:19:30 INFO] Video batch 262: frame 1048/7500 (13%)
|
|
[23:19:30 INFO] Video batch 262: 1 detections from postprocess
|
|
[23:19:30 INFO] Video frame video_short01_000418: 1 dets, valid=True
|
|
[23:19:30 INFO] Video batch 263: frame 1052/7500 (14%)
|
|
[23:19:30 INFO] Video batch 263: 1 detections from postprocess
|
|
[23:19:30 INFO] Video frame video_short01_000420: 1 dets, valid=True
|
|
[23:19:30 INFO] Video batch 264: frame 1056/7500 (14%)
|
|
[23:19:30 INFO] Video batch 264: 1 detections from postprocess
|
|
[23:19:30 INFO] Video frame video_short01_000421: 1 dets, valid=True
|
|
[23:19:30 INFO] Video batch 265: frame 1060/7500 (14%)
|
|
[23:19:30 INFO] Video batch 265: 1 detections from postprocess
|
|
[23:19:30 INFO] Video frame video_short01_000423: 1 dets, valid=True
|
|
[23:19:30 INFO] Video batch 266: frame 1064/7500 (14%)
|
|
[23:19:30 INFO] Video batch 266: 1 detections from postprocess
|
|
[23:19:30 INFO] Video frame video_short01_000425: 1 dets, valid=True
|
|
[23:19:30 INFO] Video batch 267: frame 1068/7500 (14%)
|
|
[23:19:30 INFO] Video batch 267: 2 detections from postprocess
|
|
[23:19:30 INFO] Video frame video_short01_000426: 2 dets, valid=True
|
|
[23:19:30 INFO] Video batch 268: frame 1072/7500 (14%)
|
|
[23:19:30 INFO] Video batch 268: 1 detections from postprocess
|
|
[23:19:30 INFO] Video frame video_short01_000428: 1 dets, valid=True
|
|
[23:19:31 INFO] Video batch 269: frame 1076/7500 (14%)
|
|
[23:19:31 INFO] Video batch 270: frame 1080/7500 (14%)
|
|
[23:19:31 INFO] Video batch 271: frame 1084/7500 (14%)
|
|
[23:19:31 INFO] Video batch 272: frame 1088/7500 (14%)
|
|
[23:19:31 INFO] Video batch 273: frame 1092/7500 (14%)
|
|
[23:19:31 INFO] Video batch 274: frame 1096/7500 (14%)
|
|
[23:19:31 INFO] Video batch 275: frame 1100/7500 (14%)
|
|
[23:19:31 INFO] Video batch 276: frame 1104/7500 (14%)
|
|
[23:19:31 INFO] Video batch 277: frame 1108/7500 (14%)
|
|
[23:19:31 INFO] Video batch 278: frame 1112/7500 (14%)
|
|
[23:19:31 INFO] Video batch 279: frame 1116/7500 (14%)
|
|
[23:19:31 INFO] Video batch 280: frame 1120/7500 (14%)
|
|
[23:19:32 INFO] Video batch 281: frame 1124/7500 (14%)
|
|
[23:19:32 INFO] Video batch 282: frame 1128/7500 (15%)
|
|
[23:19:32 INFO] Video batch 283: frame 1132/7500 (15%)
|
|
[23:19:32 INFO] Video batch 284: frame 1136/7500 (15%)
|
|
[23:19:32 INFO] Video batch 285: frame 1140/7500 (15%)
|
|
[23:19:32 INFO] Video batch 286: frame 1144/7500 (15%)
|
|
[23:19:32 INFO] Video batch 287: frame 1148/7500 (15%)
|
|
[23:19:32 INFO] Video batch 287: 1 detections from postprocess
|
|
[23:19:32 INFO] Video frame video_short01_000458: 1 dets, valid=True
|
|
[23:19:32 INFO] Video batch 288: frame 1152/7500 (15%)
|
|
[23:19:32 INFO] Video batch 289: frame 1156/7500 (15%)
|
|
[23:19:32 INFO] Video batch 290: frame 1160/7500 (15%)
|
|
[23:19:32 INFO] Video batch 291: frame 1164/7500 (15%)
|
|
[23:19:33 INFO] Video batch 292: frame 1168/7500 (15%)
|
|
[23:19:33 INFO] Video batch 292: 1 detections from postprocess
|
|
[23:19:33 INFO] Video frame video_short01_000466: 1 dets, valid=True
|
|
[23:19:33 INFO] Video batch 293: frame 1172/7500 (15%)
|
|
[23:19:33 INFO] Video batch 294: frame 1176/7500 (15%)
|
|
[23:19:33 INFO] Video batch 295: frame 1180/7500 (15%)
|
|
[23:19:33 INFO] Video batch 296: frame 1184/7500 (15%)
|
|
[23:19:33 INFO] Video batch 297: frame 1188/7500 (15%)
|
|
[23:19:33 INFO] Video batch 298: frame 1192/7500 (15%)
|
|
[23:19:33 INFO] Video batch 298: 1 detections from postprocess
|
|
[23:19:33 INFO] Video frame video_short01_000476: 1 dets, valid=True
|
|
[23:19:33 INFO] Video batch 299: frame 1196/7500 (15%)
|
|
[23:19:33 INFO] Video batch 299: 1 detections from postprocess
|
|
[23:19:33 INFO] Video frame video_short01_000477: 1 dets, valid=True
|
|
[23:19:33 INFO] Video batch 300: frame 1200/7500 (16%)
|
|
[23:19:33 INFO] Video batch 301: frame 1204/7500 (16%)
|
|
[23:19:33 INFO] Video batch 302: frame 1208/7500 (16%)
|
|
[23:19:33 INFO] Video batch 303: frame 1212/7500 (16%)
|
|
[23:19:34 INFO] Video batch 304: frame 1216/7500 (16%)
|
|
[23:19:34 INFO] Video batch 304: 1 detections from postprocess
|
|
[23:19:34 INFO] Video frame video_short01_000485: 1 dets, valid=True
|
|
[23:19:34 INFO] Video batch 305: frame 1220/7500 (16%)
|
|
[23:19:34 INFO] Video batch 305: 2 detections from postprocess
|
|
[23:19:34 INFO] Video frame video_short01_000487: 2 dets, valid=True
|
|
[23:19:34 INFO] Video batch 306: frame 1224/7500 (16%)
|
|
[23:19:34 INFO] Video batch 306: 1 detections from postprocess
|
|
[23:19:34 INFO] Video frame video_short01_000489: 1 dets, valid=True
|
|
[23:19:34 INFO] Video batch 307: frame 1228/7500 (16%)
|
|
[23:19:34 INFO] Video batch 307: 1 detections from postprocess
|
|
[23:19:34 INFO] Video frame video_short01_000490: 1 dets, valid=True
|
|
[23:19:34 INFO] Video batch 308: frame 1232/7500 (16%)
|
|
[23:19:34 INFO] Video batch 308: 1 detections from postprocess
|
|
[23:19:34 INFO] Video frame video_short01_000492: 1 dets, valid=True
|
|
[23:19:34 INFO] Video batch 309: frame 1236/7500 (16%)
|
|
[23:19:34 INFO] Video batch 309: 1 detections from postprocess
|
|
[23:19:34 INFO] Video frame video_short01_000493: 1 dets, valid=True
|
|
[23:19:34 INFO] Video batch 310: frame 1240/7500 (16%)
|
|
[23:19:34 INFO] Video batch 311: frame 1244/7500 (16%)
|
|
[23:19:34 INFO] Video batch 312: frame 1248/7500 (16%)
|
|
[23:19:34 INFO] Video batch 313: frame 1252/7500 (16%)
|
|
[23:19:35 INFO] Video batch 314: frame 1256/7500 (16%)
|
|
[23:19:35 INFO] Video batch 315: frame 1260/7500 (16%)
|
|
[23:19:35 INFO] Video batch 316: frame 1264/7500 (16%)
|
|
[23:19:35 INFO] Video batch 317: frame 1268/7500 (16%)
|
|
[23:19:35 INFO] Video batch 318: frame 1272/7500 (16%)
|
|
[23:19:35 INFO] Video batch 319: frame 1276/7500 (17%)
|
|
[23:19:35 INFO] Video batch 320: frame 1280/7500 (17%)
|
|
[23:19:35 INFO] Video batch 321: frame 1284/7500 (17%)
|
|
[23:19:35 INFO] Video batch 322: frame 1288/7500 (17%)
|
|
[23:19:35 INFO] Video batch 323: frame 1292/7500 (17%)
|
|
[23:19:35 INFO] Video batch 324: frame 1296/7500 (17%)
|
|
[23:19:35 INFO] Video batch 325: frame 1300/7500 (17%)
|
|
[23:19:36 INFO] Video batch 326: frame 1304/7500 (17%)
|
|
[23:19:36 INFO] Video batch 327: frame 1308/7500 (17%)
|
|
[23:19:36 INFO] Video batch 328: frame 1312/7500 (17%)
|
|
[23:19:36 INFO] Video batch 329: frame 1316/7500 (17%)
|
|
[23:19:36 INFO] Video batch 330: frame 1320/7500 (17%)
|
|
[23:19:36 INFO] Video batch 331: frame 1324/7500 (17%)
|
|
[23:19:36 INFO] Video batch 332: frame 1328/7500 (17%)
|
|
[23:19:36 INFO] Video batch 333: frame 1332/7500 (17%)
|
|
[23:19:36 INFO] Video batch 334: frame 1336/7500 (17%)
|
|
[23:19:36 INFO] Video batch 335: frame 1340/7500 (17%)
|
|
[23:19:36 INFO] Video batch 336: frame 1344/7500 (17%)
|
|
[23:19:37 INFO] Video batch 337: frame 1348/7500 (17%)
|
|
[23:19:37 INFO] Video batch 338: frame 1352/7500 (18%)
|
|
[23:19:37 INFO] Video batch 339: frame 1356/7500 (18%)
|
|
[23:19:37 INFO] Video batch 340: frame 1360/7500 (18%)
|
|
[23:19:37 INFO] Video batch 341: frame 1364/7500 (18%)
|
|
[23:19:37 INFO] Video batch 342: frame 1368/7500 (18%)
|
|
[23:19:37 INFO] Video batch 343: frame 1372/7500 (18%)
|
|
[23:19:37 INFO] Video batch 344: frame 1376/7500 (18%)
|
|
[23:19:37 INFO] Video batch 345: frame 1380/7500 (18%)
|
|
[23:19:37 INFO] Video batch 346: frame 1384/7500 (18%)
|
|
[23:19:37 INFO] Video batch 347: frame 1388/7500 (18%)
|
|
[23:19:38 INFO] Video batch 348: frame 1392/7500 (18%)
|
|
[23:19:38 INFO] Video batch 349: frame 1396/7500 (18%)
|
|
[23:19:38 INFO] Video batch 350: frame 1400/7500 (18%)
|
|
[23:19:38 INFO] Video batch 351: frame 1404/7500 (18%)
|
|
[23:19:38 INFO] Video batch 352: frame 1408/7500 (18%)
|
|
[23:19:38 INFO] Video batch 353: frame 1412/7500 (18%)
|
|
[23:19:38 INFO] Video batch 354: frame 1416/7500 (18%)
|
|
[23:19:38 INFO] Video batch 355: frame 1420/7500 (18%)
|
|
[23:19:38 INFO] Video batch 356: frame 1424/7500 (18%)
|
|
[23:19:38 INFO] Video batch 357: frame 1428/7500 (19%)
|
|
[23:19:38 INFO] Video batch 358: frame 1432/7500 (19%)
|
|
[23:19:39 INFO] Video batch 359: frame 1436/7500 (19%)
|
|
[23:19:39 INFO] Video batch 360: frame 1440/7500 (19%)
|
|
[23:19:39 INFO] Video batch 361: frame 1444/7500 (19%)
|
|
[23:19:39 INFO] Video batch 362: frame 1448/7500 (19%)
|
|
[23:19:39 INFO] Video batch 363: frame 1452/7500 (19%)
|
|
[23:19:39 INFO] Video batch 364: frame 1456/7500 (19%)
|
|
[23:19:39 INFO] Video batch 365: frame 1460/7500 (19%)
|
|
[23:19:39 INFO] Video batch 366: frame 1464/7500 (19%)
|
|
[23:19:39 INFO] Video batch 367: frame 1468/7500 (19%)
|
|
[23:19:39 INFO] Video batch 368: frame 1472/7500 (19%)
|
|
[23:19:39 INFO] Video batch 369: frame 1476/7500 (19%)
|
|
[23:19:39 INFO] Video batch 370: frame 1480/7500 (19%)
|
|
[23:19:40 INFO] Video batch 371: frame 1484/7500 (19%)
|
|
[23:19:40 INFO] Video batch 372: frame 1488/7500 (19%)
|
|
[23:19:40 INFO] Video batch 373: frame 1492/7500 (19%)
|
|
[23:19:40 INFO] Video batch 374: frame 1496/7500 (19%)
|
|
[23:19:40 INFO] Video batch 375: frame 1500/7500 (20%)
|
|
[23:19:40 INFO] Video batch 376: frame 1504/7500 (20%)
|
|
[23:19:40 INFO] Video batch 377: frame 1508/7500 (20%)
|
|
[23:19:40 INFO] Video batch 378: frame 1512/7500 (20%)
|
|
[23:19:40 INFO] Video batch 379: frame 1516/7500 (20%)
|
|
[23:19:40 INFO] Video batch 380: frame 1520/7500 (20%)
|
|
[23:19:40 INFO] Video batch 381: frame 1524/7500 (20%)
|
|
[23:19:41 INFO] Video batch 382: frame 1528/7500 (20%)
|
|
[23:19:41 INFO] Video batch 383: frame 1532/7500 (20%)
|
|
[23:19:41 INFO] Video batch 384: frame 1536/7500 (20%)
|
|
[23:19:41 INFO] Video batch 385: frame 1540/7500 (20%)
|
|
[23:19:41 INFO] Video batch 386: frame 1544/7500 (20%)
|
|
[23:19:41 INFO] Video batch 386: 1 detections from postprocess
|
|
[23:19:41 INFO] Video frame video_short01_001017: 1 dets, valid=True
|
|
[23:19:41 INFO] Video batch 387: frame 1548/7500 (20%)
|
|
[23:19:41 INFO] Video batch 388: frame 1552/7500 (20%)
|
|
[23:19:41 INFO] Video batch 389: frame 1556/7500 (20%)
|
|
[23:19:41 INFO] Video batch 390: frame 1560/7500 (20%)
|
|
[23:19:41 INFO] Video batch 391: frame 1564/7500 (20%)
|
|
[23:19:41 INFO] Video batch 392: frame 1568/7500 (20%)
|
|
[23:19:41 INFO] Video batch 393: frame 1572/7500 (20%)
|
|
[23:19:42 INFO] Video batch 394: frame 1576/7500 (21%)
|
|
[23:19:42 INFO] Video batch 395: frame 1580/7500 (21%)
|
|
[23:19:42 INFO] Video batch 396: frame 1584/7500 (21%)
|
|
[23:19:42 INFO] Video batch 397: frame 1588/7500 (21%)
|
|
[23:19:42 INFO] Video batch 398: frame 1592/7500 (21%)
|
|
[23:19:42 INFO] Video batch 399: frame 1596/7500 (21%)
|
|
[23:19:42 INFO] Video batch 400: frame 1600/7500 (21%)
|
|
[23:19:42 INFO] Video batch 400: 1 detections from postprocess
|
|
[23:19:42 INFO] Video frame video_short01_001039: 1 dets, valid=True
|
|
[23:19:42 INFO] Video batch 401: frame 1604/7500 (21%)
|
|
[23:19:42 INFO] Video batch 401: 1 detections from postprocess
|
|
[23:19:42 INFO] Video frame video_short01_001041: 1 dets, valid=True
|
|
[23:19:42 INFO] Video batch 402: frame 1608/7500 (21%)
|
|
[23:19:42 INFO] Video batch 403: frame 1612/7500 (21%)
|
|
[23:19:42 INFO] Video batch 404: frame 1616/7500 (21%)
|
|
[23:19:43 INFO] Video batch 405: frame 1620/7500 (21%)
|
|
[23:19:43 INFO] Video batch 406: frame 1624/7500 (21%)
|
|
[23:19:43 INFO] Video batch 407: frame 1628/7500 (21%)
|
|
[23:19:43 INFO] Video batch 408: frame 1632/7500 (21%)
|
|
[23:19:43 INFO] Video batch 409: frame 1636/7500 (21%)
|
|
[23:19:43 INFO] Video batch 410: frame 1640/7500 (21%)
|
|
[23:19:43 INFO] Video batch 411: frame 1644/7500 (21%)
|
|
[23:19:43 INFO] Video batch 412: frame 1648/7500 (21%)
|
|
[23:19:43 INFO] Video batch 413: frame 1652/7500 (22%)
|
|
[23:19:43 INFO] Video batch 414: frame 1656/7500 (22%)
|
|
[23:19:43 INFO] Video batch 415: frame 1660/7500 (22%)
|
|
[23:19:43 INFO] Video batch 416: frame 1664/7500 (22%)
|
|
[23:19:44 INFO] Video batch 417: frame 1668/7500 (22%)
|
|
[23:19:44 INFO] Video batch 418: frame 1672/7500 (22%)
|
|
[23:19:44 INFO] Video batch 419: frame 1676/7500 (22%)
|
|
[23:19:44 INFO] Video batch 420: frame 1680/7500 (22%)
|
|
[23:19:44 INFO] Video batch 421: frame 1684/7500 (22%)
|
|
[23:19:44 INFO] Video batch 422: frame 1688/7500 (22%)
|
|
[23:19:44 INFO] Video batch 423: frame 1692/7500 (22%)
|
|
[23:19:44 INFO] Video batch 424: frame 1696/7500 (22%)
|
|
[23:19:44 INFO] Video batch 425: frame 1700/7500 (22%)
|
|
[23:19:44 INFO] Video batch 426: frame 1704/7500 (22%)
|
|
[23:19:44 INFO] Video batch 427: frame 1708/7500 (22%)
|
|
[23:19:45 INFO] Video batch 428: frame 1712/7500 (22%)
|
|
[23:19:45 INFO] Video batch 429: frame 1716/7500 (22%)
|
|
[23:19:45 INFO] Video batch 430: frame 1720/7500 (22%)
|
|
[23:19:45 INFO] Video batch 431: frame 1724/7500 (22%)
|
|
[23:19:45 INFO] Video batch 432: frame 1728/7500 (23%)
|
|
[23:19:45 INFO] Video batch 433: frame 1732/7500 (23%)
|
|
[23:19:45 INFO] Video batch 434: frame 1736/7500 (23%)
|
|
[23:19:45 INFO] Video batch 435: frame 1740/7500 (23%)
|
|
[23:19:45 INFO] Video batch 436: frame 1744/7500 (23%)
|
|
[23:19:45 INFO] Video batch 437: frame 1748/7500 (23%)
|
|
[23:19:45 INFO] Video batch 438: frame 1752/7500 (23%)
|
|
[23:19:45 INFO] Video batch 438: 1 detections from postprocess
|
|
[23:19:45 INFO] Video frame video_short01_001100: 1 dets, valid=True
|
|
[23:19:45 INFO] Video batch 439: frame 1756/7500 (23%)
|
|
[23:19:46 INFO] Video batch 439: 1 detections from postprocess
|
|
[23:19:46 INFO] Video frame video_short01_001101: 1 dets, valid=True
|
|
[23:19:46 INFO] Video batch 440: frame 1760/7500 (23%)
|
|
[23:19:46 INFO] Video batch 440: 1 detections from postprocess
|
|
[23:19:46 INFO] Video frame video_short01_001103: 1 dets, valid=True
|
|
[23:19:46 INFO] Video batch 441: frame 1764/7500 (23%)
|
|
[23:19:46 INFO] Video batch 441: 1 detections from postprocess
|
|
[23:19:46 INFO] Video frame video_short01_001105: 1 dets, valid=True
|
|
[23:19:46 INFO] Video batch 442: frame 1768/7500 (23%)
|
|
[23:19:46 INFO] Video batch 442: 1 detections from postprocess
|
|
[23:19:46 INFO] Video frame video_short01_001106: 1 dets, valid=True
|
|
[23:19:46 INFO] Video batch 443: frame 1772/7500 (23%)
|
|
[23:19:46 INFO] Video batch 443: 1 detections from postprocess
|
|
[23:19:46 INFO] Video frame video_short01_001108: 1 dets, valid=True
|
|
[23:19:46 INFO] Video batch 444: frame 1776/7500 (23%)
|
|
[23:19:46 INFO] Video batch 444: 1 detections from postprocess
|
|
[23:19:46 INFO] Video frame video_short01_001110: 1 dets, valid=True
|
|
[23:19:46 INFO] Video batch 445: frame 1780/7500 (23%)
|
|
[23:19:46 INFO] Video batch 445: 1 detections from postprocess
|
|
[23:19:46 INFO] Video frame video_short01_001111: 1 dets, valid=True
|
|
[23:19:46 INFO] Video batch 446: frame 1784/7500 (23%)
|
|
[23:19:46 INFO] Video batch 446: 1 detections from postprocess
|
|
[23:19:46 INFO] Video frame video_short01_001113: 1 dets, valid=True
|
|
[23:19:46 INFO] Video batch 447: frame 1788/7500 (23%)
|
|
[23:19:46 INFO] Video batch 448: frame 1792/7500 (23%)
|
|
[23:19:46 INFO] Video batch 449: frame 1796/7500 (23%)
|
|
[23:19:47 INFO] Video batch 450: frame 1800/7500 (24%)
|
|
[23:19:47 INFO] Video batch 451: frame 1804/7500 (24%)
|
|
[23:19:47 INFO] Video batch 452: frame 1808/7500 (24%)
|
|
[23:19:47 INFO] Video batch 453: frame 1812/7500 (24%)
|
|
[23:19:47 INFO] Video batch 454: frame 1816/7500 (24%)
|
|
[23:19:47 INFO] Video batch 455: frame 1820/7500 (24%)
|
|
[23:19:47 INFO] Video batch 456: frame 1824/7500 (24%)
|
|
[23:19:47 INFO] Video batch 457: frame 1828/7500 (24%)
|
|
[23:19:47 INFO] Video batch 458: frame 1832/7500 (24%)
|
|
[23:19:47 INFO] Video batch 459: frame 1836/7500 (24%)
|
|
[23:19:47 INFO] Video batch 460: frame 1840/7500 (24%)
|
|
[23:19:48 INFO] Video batch 461: frame 1844/7500 (24%)
|
|
[23:19:48 INFO] Video batch 461: 1 detections from postprocess
|
|
[23:19:48 INFO] Video frame video_short01_001137: 1 dets, valid=True
|
|
[23:19:48 INFO] Video batch 462: frame 1848/7500 (24%)
|
|
[23:19:48 INFO] Video batch 463: frame 1852/7500 (24%)
|
|
[23:19:48 INFO] Video batch 464: frame 1856/7500 (24%)
|
|
[23:19:48 INFO] Video batch 465: frame 1860/7500 (24%)
|
|
[23:19:48 INFO] Video batch 466: frame 1864/7500 (24%)
|
|
[23:19:48 INFO] Video batch 467: frame 1868/7500 (24%)
|
|
[23:19:48 INFO] Video batch 468: frame 1872/7500 (24%)
|
|
[23:19:48 INFO] Video batch 469: frame 1876/7500 (25%)
|
|
[23:19:48 INFO] Video batch 470: frame 1880/7500 (25%)
|
|
[23:19:48 INFO] Video batch 470: 1 detections from postprocess
|
|
[23:19:48 INFO] Video frame video_short01_001151: 1 dets, valid=True
|
|
[23:19:48 INFO] Video batch 471: frame 1884/7500 (25%)
|
|
[23:19:49 INFO] Video batch 472: frame 1888/7500 (25%)
|
|
[23:19:49 INFO] Video batch 473: frame 1892/7500 (25%)
|
|
[23:19:49 INFO] Video batch 474: frame 1896/7500 (25%)
|
|
[23:19:49 INFO] Video batch 475: frame 1900/7500 (25%)
|
|
[23:19:49 INFO] Video batch 476: frame 1904/7500 (25%)
|
|
[23:19:49 INFO] Video batch 477: frame 1908/7500 (25%)
|
|
[23:19:49 INFO] Video batch 478: frame 1912/7500 (25%)
|
|
[23:19:49 INFO] Video batch 479: frame 1916/7500 (25%)
|
|
[23:19:49 INFO] Video batch 480: frame 1920/7500 (25%)
|
|
[23:19:49 INFO] Video batch 481: frame 1924/7500 (25%)
|
|
[23:19:49 INFO] Video batch 482: frame 1928/7500 (25%)
|
|
[23:19:49 INFO] Video batch 483: frame 1932/7500 (25%)
|
|
[23:19:50 INFO] Video batch 484: frame 1936/7500 (25%)
|
|
[23:19:50 INFO] Video batch 485: frame 1940/7500 (25%)
|
|
[23:19:50 INFO] Video batch 486: frame 1944/7500 (25%)
|
|
[23:19:50 INFO] Video batch 487: frame 1948/7500 (25%)
|
|
[23:19:50 INFO] Video batch 488: frame 1952/7500 (26%)
|
|
[23:19:50 INFO] Video batch 489: frame 1956/7500 (26%)
|
|
[23:19:50 INFO] Video batch 490: frame 1960/7500 (26%)
|
|
[23:19:50 INFO] Video batch 491: frame 1964/7500 (26%)
|
|
[23:19:50 INFO] Video batch 492: frame 1968/7500 (26%)
|
|
[23:19:50 INFO] Video batch 493: frame 1972/7500 (26%)
|
|
[23:19:50 INFO] Video batch 494: frame 1976/7500 (26%)
|
|
[23:19:51 INFO] Video batch 495: frame 1980/7500 (26%)
|
|
[23:19:51 INFO] Video batch 496: frame 1984/7500 (26%)
|
|
[23:19:51 INFO] Video batch 497: frame 1988/7500 (26%)
|
|
[23:19:51 INFO] Video batch 498: frame 1992/7500 (26%)
|
|
[23:19:51 INFO] Video batch 499: frame 1996/7500 (26%)
|
|
[23:19:51 INFO] Video batch 500: frame 2000/7500 (26%)
|
|
[23:19:51 INFO] Video batch 501: frame 2004/7500 (26%)
|
|
[23:19:51 INFO] Video batch 502: frame 2008/7500 (26%)
|
|
[23:19:51 INFO] Video batch 503: frame 2012/7500 (26%)
|
|
[23:19:51 INFO] Video batch 504: frame 2016/7500 (26%)
|
|
[23:19:51 INFO] Video batch 505: frame 2020/7500 (26%)
|
|
[23:19:51 INFO] Video batch 506: frame 2024/7500 (26%)
|
|
[23:19:52 INFO] Video batch 507: frame 2028/7500 (27%)
|
|
[23:19:52 INFO] Video batch 508: frame 2032/7500 (27%)
|
|
[23:19:52 INFO] Video batch 509: frame 2036/7500 (27%)
|
|
[23:19:52 INFO] Video batch 510: frame 2040/7500 (27%)
|
|
[23:19:52 INFO] Video batch 511: frame 2044/7500 (27%)
|
|
[23:19:52 INFO] Video batch 512: frame 2048/7500 (27%)
|
|
[23:19:52 INFO] Video batch 513: frame 2052/7500 (27%)
|
|
[23:19:52 INFO] Video batch 514: frame 2056/7500 (27%)
|
|
[23:19:52 INFO] Video batch 515: frame 2060/7500 (27%)
|
|
[23:19:52 INFO] Video batch 516: frame 2064/7500 (27%)
|
|
[23:19:52 INFO] Video batch 517: frame 2068/7500 (27%)
|
|
[23:19:52 INFO] Video batch 518: frame 2072/7500 (27%)
|
|
[23:19:53 INFO] Video batch 519: frame 2076/7500 (27%)
|
|
[23:19:53 INFO] Video batch 520: frame 2080/7500 (27%)
|
|
[23:19:53 INFO] Video batch 521: frame 2084/7500 (27%)
|
|
[23:19:53 INFO] Video batch 522: frame 2088/7500 (27%)
|
|
[23:19:53 INFO] Video batch 523: frame 2092/7500 (27%)
|
|
[23:19:53 INFO] Video batch 524: frame 2096/7500 (27%)
|
|
[23:19:53 INFO] Video batch 525: frame 2100/7500 (28%)
|
|
[23:19:53 INFO] Video batch 526: frame 2104/7500 (28%)
|
|
[23:19:53 INFO] Video batch 527: frame 2108/7500 (28%)
|
|
[23:19:53 INFO] Video batch 528: frame 2112/7500 (28%)
|
|
[23:19:53 INFO] Video batch 529: frame 2116/7500 (28%)
|
|
[23:19:53 INFO] Video batch 530: frame 2120/7500 (28%)
|
|
[23:19:54 INFO] Video batch 531: frame 2124/7500 (28%)
|
|
[23:19:54 INFO] Video batch 532: frame 2128/7500 (28%)
|
|
[23:19:54 INFO] Video batch 533: frame 2132/7500 (28%)
|
|
[23:19:54 INFO] Video batch 534: frame 2136/7500 (28%)
|
|
[23:19:54 INFO] Video batch 535: frame 2140/7500 (28%)
|
|
[23:19:54 INFO] Video batch 536: frame 2144/7500 (28%)
|
|
[23:19:54 INFO] Video batch 537: frame 2148/7500 (28%)
|
|
[23:19:54 INFO] Video batch 538: frame 2152/7500 (28%)
|
|
[23:19:54 INFO] Video batch 539: frame 2156/7500 (28%)
|
|
[23:19:54 INFO] Video batch 540: frame 2160/7500 (28%)
|
|
[23:19:54 INFO] Video batch 541: frame 2164/7500 (28%)
|
|
[23:19:54 INFO] Video batch 542: frame 2168/7500 (28%)
|
|
[23:19:55 INFO] Video batch 543: frame 2172/7500 (28%)
|
|
[23:19:55 INFO] Video batch 544: frame 2176/7500 (29%)
|
|
[23:19:55 INFO] Video batch 545: frame 2180/7500 (29%)
|
|
[23:19:55 INFO] Video batch 546: frame 2184/7500 (29%)
|
|
[23:19:55 INFO] Video batch 547: frame 2188/7500 (29%)
|
|
[23:19:55 INFO] Video batch 548: frame 2192/7500 (29%)
|
|
[23:19:55 INFO] Video batch 549: frame 2196/7500 (29%)
|
|
[23:19:55 INFO] Video batch 550: frame 2200/7500 (29%)
|
|
[23:19:55 INFO] Video batch 551: frame 2204/7500 (29%)
|
|
[23:19:55 INFO] Video batch 552: frame 2208/7500 (29%)
|
|
[23:19:55 INFO] Video batch 553: frame 2212/7500 (29%)
|
|
[23:19:55 INFO] Video batch 554: frame 2216/7500 (29%)
|
|
[23:19:56 INFO] Video batch 555: frame 2220/7500 (29%)
|
|
[23:19:56 INFO] Video batch 556: frame 2224/7500 (29%)
|
|
[23:19:56 INFO] Video batch 557: frame 2228/7500 (29%)
|
|
[23:19:56 INFO] Video batch 558: frame 2232/7500 (29%)
|
|
[23:19:56 INFO] Video batch 559: frame 2236/7500 (29%)
|
|
[23:19:56 INFO] Video batch 560: frame 2240/7500 (29%)
|
|
[23:19:56 INFO] Video batch 561: frame 2244/7500 (29%)
|
|
[23:19:56 INFO] Video batch 562: frame 2248/7500 (29%)
|
|
[23:19:56 INFO] Video batch 563: frame 2252/7500 (30%)
|
|
[23:19:56 INFO] Video batch 564: frame 2256/7500 (30%)
|
|
[23:19:56 INFO] Video batch 565: frame 2260/7500 (30%)
|
|
[23:19:56 INFO] Video batch 565: 1 detections from postprocess
|
|
[23:19:56 INFO] Video frame video_short01_001303: 1 dets, valid=True
|
|
[23:19:56 INFO] Video batch 566: frame 2264/7500 (30%)
|
|
[23:19:57 INFO] Video batch 566: 1 detections from postprocess
|
|
[23:19:57 INFO] Video frame video_short01_001305: 1 dets, valid=True
|
|
[23:19:57 INFO] Video batch 567: frame 2268/7500 (30%)
|
|
[23:19:57 INFO] Video batch 568: frame 2272/7500 (30%)
|
|
[23:19:57 INFO] Video batch 569: frame 2276/7500 (30%)
|
|
[23:19:57 INFO] Video batch 569: 1 detections from postprocess
|
|
[23:19:57 INFO] Video frame video_short01_001310: 1 dets, valid=True
|
|
[23:19:57 INFO] Video batch 570: frame 2280/7500 (30%)
|
|
[23:19:57 INFO] Video batch 571: frame 2284/7500 (30%)
|
|
[23:19:57 INFO] Video batch 572: frame 2288/7500 (30%)
|
|
[23:19:57 INFO] Video batch 573: frame 2292/7500 (30%)
|
|
[23:19:57 INFO] Video batch 574: frame 2296/7500 (30%)
|
|
[23:19:57 INFO] Video batch 575: frame 2300/7500 (30%)
|
|
[23:19:57 INFO] Video batch 575: 1 detections from postprocess
|
|
[23:19:57 INFO] Video frame video_short01_001319: 1 dets, valid=True
|
|
[23:19:57 INFO] Video batch 576: frame 2304/7500 (30%)
|
|
[23:19:58 INFO] Video batch 577: frame 2308/7500 (30%)
|
|
[23:19:58 INFO] Video batch 578: frame 2312/7500 (30%)
|
|
[23:19:58 INFO] Video batch 578: 1 detections from postprocess
|
|
[23:19:58 INFO] Video frame video_short01_001324: 1 dets, valid=True
|
|
[23:19:58 INFO] Video batch 579: frame 2316/7500 (30%)
|
|
[23:19:58 INFO] Video batch 580: frame 2320/7500 (30%)
|
|
[23:19:58 INFO] Video batch 581: frame 2324/7500 (30%)
|
|
[23:19:58 INFO] Video batch 582: frame 2328/7500 (31%)
|
|
[23:19:58 INFO] Video batch 583: frame 2332/7500 (31%)
|
|
[23:19:58 INFO] Video batch 584: frame 2336/7500 (31%)
|
|
[23:19:58 INFO] Video batch 585: frame 2340/7500 (31%)
|
|
[23:19:58 INFO] Video batch 586: frame 2344/7500 (31%)
|
|
[23:19:58 INFO] Video batch 587: frame 2348/7500 (31%)
|
|
[23:19:59 INFO] Video batch 588: frame 2352/7500 (31%)
|
|
[23:19:59 INFO] Video batch 588: 1 detections from postprocess
|
|
[23:19:59 INFO] Video frame video_short01_001340: 1 dets, valid=True
|
|
[23:19:59 INFO] Video batch 589: frame 2356/7500 (31%)
|
|
[23:19:59 INFO] Video batch 590: frame 2360/7500 (31%)
|
|
[23:19:59 INFO] Video batch 591: frame 2364/7500 (31%)
|
|
[23:19:59 INFO] Video batch 592: frame 2368/7500 (31%)
|
|
[23:19:59 INFO] Video batch 593: frame 2372/7500 (31%)
|
|
[23:19:59 INFO] Video batch 594: frame 2376/7500 (31%)
|
|
[23:19:59 INFO] Video batch 594: 1 detections from postprocess
|
|
[23:19:59 INFO] Video frame video_short01_001350: 1 dets, valid=True
|
|
[23:19:59 INFO] Video batch 595: frame 2380/7500 (31%)
|
|
[23:19:59 INFO] Video batch 595: 1 detections from postprocess
|
|
[23:19:59 INFO] Video frame video_short01_001351: 1 dets, valid=True
|
|
[23:19:59 INFO] Video batch 596: frame 2384/7500 (31%)
|
|
[23:19:59 INFO] Video batch 597: frame 2388/7500 (31%)
|
|
[23:19:59 INFO] Video batch 597: 1 detections from postprocess
|
|
[23:19:59 INFO] Video frame video_short01_001354: 1 dets, valid=True
|
|
[23:19:59 INFO] Video batch 598: frame 2392/7500 (31%)
|
|
[23:20:00 INFO] Video batch 598: 1 detections from postprocess
|
|
[23:20:00 INFO] Video frame video_short01_001356: 1 dets, valid=True
|
|
[23:20:00 INFO] Video batch 599: frame 2396/7500 (31%)
|
|
[23:20:00 INFO] Video batch 600: frame 2400/7500 (32%)
|
|
[23:20:00 INFO] Video batch 600: 1 detections from postprocess
|
|
[23:20:00 INFO] Video frame video_short01_001359: 1 dets, valid=True
|
|
[23:20:00 INFO] Video batch 601: frame 2404/7500 (32%)
|
|
[23:20:00 INFO] Video batch 602: frame 2408/7500 (32%)
|
|
[23:20:00 INFO] Video batch 602: 1 detections from postprocess
|
|
[23:20:00 INFO] Video frame video_short01_001362: 1 dets, valid=True
|
|
[23:20:00 INFO] Video batch 603: frame 2412/7500 (32%)
|
|
[23:20:00 INFO] Video batch 603: 1 detections from postprocess
|
|
[23:20:00 INFO] Video frame video_short01_001364: 1 dets, valid=True
|
|
[23:20:00 INFO] Video batch 604: frame 2416/7500 (32%)
|
|
[23:20:00 INFO] Video batch 604: 1 detections from postprocess
|
|
[23:20:00 INFO] Video frame video_short01_001365: 1 dets, valid=True
|
|
[23:20:00 INFO] Video batch 605: frame 2420/7500 (32%)
|
|
[23:20:00 INFO] Video batch 606: frame 2424/7500 (32%)
|
|
[23:20:00 INFO] Video batch 607: frame 2428/7500 (32%)
|
|
[23:20:00 INFO] Video batch 608: frame 2432/7500 (32%)
|
|
[23:20:00 INFO] Video batch 609: frame 2436/7500 (32%)
|
|
[23:20:01 INFO] Video batch 610: frame 2440/7500 (32%)
|
|
[23:20:01 INFO] Video batch 611: frame 2444/7500 (32%)
|
|
[23:20:01 INFO] Video batch 612: frame 2448/7500 (32%)
|
|
[23:20:01 INFO] Video batch 613: frame 2452/7500 (32%)
|
|
[23:20:01 INFO] Video batch 614: frame 2456/7500 (32%)
|
|
[23:20:01 INFO] Video batch 615: frame 2460/7500 (32%)
|
|
[23:20:01 INFO] Video batch 616: frame 2464/7500 (32%)
|
|
[23:20:01 INFO] Video batch 617: frame 2468/7500 (32%)
|
|
[23:20:01 INFO] Video batch 618: frame 2472/7500 (32%)
|
|
[23:20:01 INFO] Video batch 619: frame 2476/7500 (33%)
|
|
[23:20:01 INFO] Video batch 620: frame 2480/7500 (33%)
|
|
[23:20:02 INFO] Video batch 621: frame 2484/7500 (33%)
|
|
[23:20:02 INFO] Video batch 622: frame 2488/7500 (33%)
|
|
[23:20:02 INFO] Video batch 623: frame 2492/7500 (33%)
|
|
[23:20:02 INFO] Video batch 624: frame 2496/7500 (33%)
|
|
[23:20:02 INFO] Video batch 625: frame 2500/7500 (33%)
|
|
[23:20:02 INFO] Video batch 626: frame 2504/7500 (33%)
|
|
[23:20:02 INFO] Video batch 627: frame 2508/7500 (33%)
|
|
[23:20:02 INFO] Video batch 628: frame 2512/7500 (33%)
|
|
[23:20:02 INFO] Video batch 629: frame 2516/7500 (33%)
|
|
[23:20:02 INFO] Video batch 630: frame 2520/7500 (33%)
|
|
[23:20:02 INFO] Video batch 631: frame 2524/7500 (33%)
|
|
[23:20:02 INFO] Video batch 632: frame 2528/7500 (33%)
|
|
[23:20:03 INFO] Video batch 633: frame 2532/7500 (33%)
|
|
[23:20:03 INFO] Video batch 634: frame 2536/7500 (33%)
|
|
[23:20:03 INFO] Video batch 635: frame 2540/7500 (33%)
|
|
[23:20:03 INFO] Video batch 636: frame 2544/7500 (33%)
|
|
[23:20:03 INFO] Video batch 637: frame 2548/7500 (33%)
|
|
[23:20:03 INFO] Video batch 638: frame 2552/7500 (34%)
|
|
[23:20:03 INFO] Video batch 639: frame 2556/7500 (34%)
|
|
[23:20:03 INFO] Video batch 640: frame 2560/7500 (34%)
|
|
[23:20:03 INFO] Video batch 641: frame 2564/7500 (34%)
|
|
[23:20:03 INFO] Video batch 642: frame 2568/7500 (34%)
|
|
[23:20:03 INFO] Video batch 643: frame 2572/7500 (34%)
|
|
[23:20:04 INFO] Video batch 644: frame 2576/7500 (34%)
|
|
[23:20:04 INFO] Video batch 645: frame 2580/7500 (34%)
|
|
[23:20:04 INFO] Video batch 646: frame 2584/7500 (34%)
|
|
[23:20:04 INFO] Video batch 647: frame 2588/7500 (34%)
|
|
[23:20:04 INFO] Video batch 648: frame 2592/7500 (34%)
|
|
[23:20:04 INFO] Video batch 649: frame 2596/7500 (34%)
|
|
[23:20:04 INFO] Video batch 650: frame 2600/7500 (34%)
|
|
[23:20:04 INFO] Video batch 651: frame 2604/7500 (34%)
|
|
[23:20:04 INFO] Video batch 652: frame 2608/7500 (34%)
|
|
[23:20:04 INFO] Video batch 653: frame 2612/7500 (34%)
|
|
[23:20:04 INFO] Video batch 654: frame 2616/7500 (34%)
|
|
[23:20:05 INFO] Video batch 655: frame 2620/7500 (34%)
|
|
[23:20:05 INFO] Video batch 656: frame 2624/7500 (34%)
|
|
[23:20:05 INFO] Video batch 657: frame 2628/7500 (35%)
|
|
[23:20:05 INFO] Video batch 658: frame 2632/7500 (35%)
|
|
[23:20:05 INFO] Video batch 659: frame 2636/7500 (35%)
|
|
[23:20:05 INFO] Video batch 660: frame 2640/7500 (35%)
|
|
[23:20:05 INFO] Video batch 661: frame 2644/7500 (35%)
|
|
[23:20:05 INFO] Video batch 662: frame 2648/7500 (35%)
|
|
[23:20:05 INFO] Video batch 663: frame 2652/7500 (35%)
|
|
[23:20:05 INFO] Video batch 664: frame 2656/7500 (35%)
|
|
[23:20:05 INFO] Video batch 665: frame 2660/7500 (35%)
|
|
[23:20:06 INFO] Video batch 666: frame 2664/7500 (35%)
|
|
[23:20:06 INFO] Video batch 667: frame 2668/7500 (35%)
|
|
[23:20:06 INFO] Video batch 668: frame 2672/7500 (35%)
|
|
[23:20:06 INFO] Video batch 669: frame 2676/7500 (35%)
|
|
[23:20:06 INFO] Video batch 670: frame 2680/7500 (35%)
|
|
[23:20:06 INFO] Video batch 671: frame 2684/7500 (35%)
|
|
[23:20:06 INFO] Video batch 672: frame 2688/7500 (35%)
|
|
[23:20:06 INFO] Video batch 673: frame 2692/7500 (35%)
|
|
[23:20:06 INFO] Video batch 674: frame 2696/7500 (35%)
|
|
[23:20:06 INFO] Video batch 675: frame 2700/7500 (36%)
|
|
[23:20:06 INFO] Video batch 676: frame 2704/7500 (36%)
|
|
[23:20:06 INFO] Video batch 677: frame 2708/7500 (36%)
|
|
[23:20:07 INFO] Video batch 678: frame 2712/7500 (36%)
|
|
[23:20:07 INFO] Video batch 678: 1 detections from postprocess
|
|
[23:20:07 INFO] Video frame video_short01_001484: 1 dets, valid=True
|
|
[23:20:07 INFO] Video batch 679: frame 2716/7500 (36%)
|
|
[23:20:07 INFO] Video batch 679: 1 detections from postprocess
|
|
[23:20:07 INFO] Video frame video_short01_001485: 1 dets, valid=True
|
|
[23:20:07 INFO] Video batch 680: frame 2720/7500 (36%)
|
|
[23:20:07 INFO] Video batch 680: 1 detections from postprocess
|
|
[23:20:07 INFO] Video frame video_short01_001487: 1 dets, valid=True
|
|
[23:20:07 INFO] Video batch 681: frame 2724/7500 (36%)
|
|
[23:20:07 INFO] Video batch 681: 1 detections from postprocess
|
|
[23:20:07 INFO] Video frame video_short01_001489: 1 dets, valid=True
|
|
[23:20:07 INFO] Video batch 682: frame 2728/7500 (36%)
|
|
[23:20:07 INFO] Video batch 682: 1 detections from postprocess
|
|
[23:20:07 INFO] Video frame video_short01_001490: 1 dets, valid=True
|
|
[23:20:07 INFO] Video batch 683: frame 2732/7500 (36%)
|
|
[23:20:07 INFO] Video batch 683: 1 detections from postprocess
|
|
[23:20:07 INFO] Video frame video_short01_001492: 1 dets, valid=True
|
|
[23:20:07 INFO] Video batch 684: frame 2736/7500 (36%)
|
|
[23:20:07 INFO] Video batch 684: 1 detections from postprocess
|
|
[23:20:07 INFO] Video frame video_short01_001493: 1 dets, valid=True
|
|
[23:20:07 INFO] Video batch 685: frame 2740/7500 (36%)
|
|
[23:20:07 INFO] Video batch 685: 1 detections from postprocess
|
|
[23:20:07 INFO] Video frame video_short01_001495: 1 dets, valid=True
|
|
[23:20:07 INFO] Video batch 686: frame 2744/7500 (36%)
|
|
[23:20:07 INFO] Video batch 686: 1 detections from postprocess
|
|
[23:20:07 INFO] Video frame video_short01_001497: 1 dets, valid=True
|
|
[23:20:07 INFO] Video batch 687: frame 2748/7500 (36%)
|
|
[23:20:07 INFO] Video batch 687: 1 detections from postprocess
|
|
[23:20:07 INFO] Video frame video_short01_001498: 1 dets, valid=True
|
|
[23:20:07 INFO] Video batch 688: frame 2752/7500 (36%)
|
|
[23:20:08 INFO] Video batch 688: 1 detections from postprocess
|
|
[23:20:08 INFO] Video frame video_short01_001500: 1 dets, valid=True
|
|
[23:20:08 INFO] Video batch 689: frame 2756/7500 (36%)
|
|
[23:20:08 INFO] Video batch 689: 1 detections from postprocess
|
|
[23:20:08 INFO] Video frame video_short01_001501: 1 dets, valid=True
|
|
[23:20:08 INFO] Video batch 690: frame 2760/7500 (36%)
|
|
[23:20:08 INFO] Video batch 690: 1 detections from postprocess
|
|
[23:20:08 INFO] Video frame video_short01_001503: 1 dets, valid=True
|
|
[23:20:08 INFO] Video batch 691: frame 2764/7500 (36%)
|
|
[23:20:08 INFO] Video batch 691: 1 detections from postprocess
|
|
[23:20:08 INFO] Video frame video_short01_001505: 1 dets, valid=True
|
|
[23:20:08 INFO] Video batch 692: frame 2768/7500 (36%)
|
|
[23:20:08 INFO] Video batch 692: 1 detections from postprocess
|
|
[23:20:08 INFO] Video frame video_short01_001506: 1 dets, valid=True
|
|
[23:20:08 INFO] Video batch 693: frame 2772/7500 (36%)
|
|
[23:20:08 INFO] Video batch 693: 1 detections from postprocess
|
|
[23:20:08 INFO] Video frame video_short01_001508: 1 dets, valid=True
|
|
[23:20:08 INFO] Video batch 694: frame 2776/7500 (37%)
|
|
[23:20:08 INFO] Video batch 694: 1 detections from postprocess
|
|
[23:20:08 INFO] Video frame video_short01_001510: 1 dets, valid=True
|
|
[23:20:08 INFO] Video batch 695: frame 2780/7500 (37%)
|
|
[23:20:08 INFO] Video batch 695: 1 detections from postprocess
|
|
[23:20:08 INFO] Video frame video_short01_001511: 1 dets, valid=True
|
|
[23:20:08 INFO] Video batch 696: frame 2784/7500 (37%)
|
|
[23:20:08 INFO] Video batch 696: 1 detections from postprocess
|
|
[23:20:08 INFO] Video frame video_short01_001513: 1 dets, valid=True
|
|
[23:20:08 INFO] Video batch 697: frame 2788/7500 (37%)
|
|
[23:20:08 INFO] Video batch 697: 1 detections from postprocess
|
|
[23:20:08 INFO] Video frame video_short01_001514: 1 dets, valid=True
|
|
[23:20:08 INFO] Video batch 698: frame 2792/7500 (37%)
|
|
[23:20:08 INFO] Video batch 698: 1 detections from postprocess
|
|
[23:20:08 INFO] Video frame video_short01_001516: 1 dets, valid=True
|
|
[23:20:08 INFO] Video batch 699: frame 2796/7500 (37%)
|
|
[23:20:09 INFO] Video batch 699: 1 detections from postprocess
|
|
[23:20:09 INFO] Video frame video_short01_001517: 1 dets, valid=True
|
|
[23:20:09 INFO] Video batch 700: frame 2800/7500 (37%)
|
|
[23:20:09 INFO] Video batch 700: 1 detections from postprocess
|
|
[23:20:09 INFO] Video frame video_short01_001519: 1 dets, valid=True
|
|
[23:20:09 INFO] Video batch 701: frame 2804/7500 (37%)
|
|
[23:20:09 INFO] Video batch 701: 1 detections from postprocess
|
|
[23:20:09 INFO] Video frame video_short01_001521: 1 dets, valid=True
|
|
[23:20:09 INFO] Video batch 702: frame 2808/7500 (37%)
|
|
[23:20:09 INFO] Video batch 702: 1 detections from postprocess
|
|
[23:20:09 INFO] Video frame video_short01_001522: 1 dets, valid=True
|
|
[23:20:09 INFO] Video batch 703: frame 2812/7500 (37%)
|
|
[23:20:09 INFO] Video batch 703: 1 detections from postprocess
|
|
[23:20:09 INFO] Video frame video_short01_001524: 1 dets, valid=True
|
|
[23:20:09 INFO] Video batch 704: frame 2816/7500 (37%)
|
|
[23:20:09 INFO] Video batch 704: 1 detections from postprocess
|
|
[23:20:09 INFO] Video frame video_short01_001525: 1 dets, valid=True
|
|
[23:20:09 INFO] Video batch 705: frame 2820/7500 (37%)
|
|
[23:20:09 INFO] Video batch 705: 1 detections from postprocess
|
|
[23:20:09 INFO] Video frame video_short01_001527: 1 dets, valid=True
|
|
[23:20:09 INFO] Video batch 706: frame 2824/7500 (37%)
|
|
[23:20:09 INFO] Video batch 706: 1 detections from postprocess
|
|
[23:20:09 INFO] Video frame video_short01_001529: 1 dets, valid=True
|
|
[23:20:09 INFO] Video batch 707: frame 2828/7500 (37%)
|
|
[23:20:09 INFO] Video batch 707: 1 detections from postprocess
|
|
[23:20:09 INFO] Video frame video_short01_001530: 1 dets, valid=True
|
|
[23:20:09 INFO] Video batch 708: frame 2832/7500 (37%)
|
|
[23:20:09 INFO] Video batch 708: 1 detections from postprocess
|
|
[23:20:09 INFO] Video frame video_short01_001532: 1 dets, valid=True
|
|
[23:20:09 INFO] Video batch 709: frame 2836/7500 (37%)
|
|
[23:20:10 INFO] Video batch 709: 1 detections from postprocess
|
|
[23:20:10 INFO] Video frame video_short01_001533: 1 dets, valid=True
|
|
[23:20:10 INFO] Video batch 710: frame 2840/7500 (37%)
|
|
[23:20:10 INFO] Video batch 710: 1 detections from postprocess
|
|
[23:20:10 INFO] Video frame video_short01_001535: 1 dets, valid=True
|
|
[23:20:10 INFO] Video batch 711: frame 2844/7500 (37%)
|
|
[23:20:10 INFO] Video batch 711: 1 detections from postprocess
|
|
[23:20:10 INFO] Video frame video_short01_001537: 1 dets, valid=True
|
|
[23:20:10 INFO] Video batch 712: frame 2848/7500 (37%)
|
|
[23:20:10 INFO] Video batch 712: 1 detections from postprocess
|
|
[23:20:10 INFO] Video frame video_short01_001538: 1 dets, valid=True
|
|
[23:20:10 INFO] Video batch 713: frame 2852/7500 (38%)
|
|
[23:20:10 INFO] Video batch 713: 1 detections from postprocess
|
|
[23:20:10 INFO] Video frame video_short01_001540: 1 dets, valid=True
|
|
[23:20:10 INFO] Video batch 714: frame 2856/7500 (38%)
|
|
[23:20:10 INFO] Video batch 714: 1 detections from postprocess
|
|
[23:20:10 INFO] Video frame video_short01_001541: 1 dets, valid=True
|
|
[23:20:10 INFO] Video batch 715: frame 2860/7500 (38%)
|
|
[23:20:10 INFO] Video batch 715: 1 detections from postprocess
|
|
[23:20:10 INFO] Video frame video_short01_001543: 1 dets, valid=True
|
|
[23:20:10 INFO] Video batch 716: frame 2864/7500 (38%)
|
|
[23:20:10 INFO] Video batch 716: 1 detections from postprocess
|
|
[23:20:10 INFO] Video frame video_short01_001545: 1 dets, valid=True
|
|
[23:20:10 INFO] Video batch 717: frame 2868/7500 (38%)
|
|
[23:20:10 INFO] Video batch 717: 1 detections from postprocess
|
|
[23:20:10 INFO] Video frame video_short01_001546: 1 dets, valid=True
|
|
[23:20:10 INFO] Video batch 718: frame 2872/7500 (38%)
|
|
[23:20:11 INFO] Video batch 718: 1 detections from postprocess
|
|
[23:20:11 INFO] Video frame video_short01_001548: 1 dets, valid=True
|
|
[23:20:11 INFO] Video batch 719: frame 2876/7500 (38%)
|
|
[23:20:11 INFO] Video batch 719: 1 detections from postprocess
|
|
[23:20:11 INFO] Video frame video_short01_001550: 1 dets, valid=True
|
|
[23:20:11 INFO] Video batch 720: frame 2880/7500 (38%)
|
|
[23:20:11 INFO] Video batch 720: 1 detections from postprocess
|
|
[23:20:11 INFO] Video frame video_short01_001551: 1 dets, valid=True
|
|
[23:20:11 INFO] Video batch 721: frame 2884/7500 (38%)
|
|
[23:20:11 INFO] Video batch 721: 1 detections from postprocess
|
|
[23:20:11 INFO] Video frame video_short01_001553: 1 dets, valid=True
|
|
[23:20:11 INFO] Video batch 722: frame 2888/7500 (38%)
|
|
[23:20:11 INFO] Video batch 722: 1 detections from postprocess
|
|
[23:20:11 INFO] Video frame video_short01_001554: 1 dets, valid=True
|
|
[23:20:11 INFO] Video batch 723: frame 2892/7500 (38%)
|
|
[23:20:11 INFO] Video batch 723: 1 detections from postprocess
|
|
[23:20:11 INFO] Video frame video_short01_001556: 1 dets, valid=True
|
|
[23:20:11 INFO] Video batch 724: frame 2896/7500 (38%)
|
|
[23:20:11 INFO] Video batch 724: 1 detections from postprocess
|
|
[23:20:11 INFO] Video frame video_short01_001557: 1 dets, valid=True
|
|
[23:20:11 INFO] Video batch 725: frame 2900/7500 (38%)
|
|
[23:20:11 INFO] Video batch 725: 1 detections from postprocess
|
|
[23:20:11 INFO] Video frame video_short01_001559: 1 dets, valid=True
|
|
[23:20:11 INFO] Video batch 726: frame 2904/7500 (38%)
|
|
[23:20:11 INFO] Video batch 726: 1 detections from postprocess
|
|
[23:20:11 INFO] Video frame video_short01_001561: 1 dets, valid=True
|
|
[23:20:11 INFO] Video batch 727: frame 2908/7500 (38%)
|
|
[23:20:11 INFO] Video batch 727: 1 detections from postprocess
|
|
[23:20:11 INFO] Video frame video_short01_001562: 1 dets, valid=True
|
|
[23:20:11 INFO] Video batch 728: frame 2912/7500 (38%)
|
|
[23:20:12 INFO] Video batch 728: 1 detections from postprocess
|
|
[23:20:12 INFO] Video frame video_short01_001564: 1 dets, valid=True
|
|
[23:20:12 INFO] Video batch 729: frame 2916/7500 (38%)
|
|
[23:20:12 INFO] Video batch 729: 1 detections from postprocess
|
|
[23:20:12 INFO] Video frame video_short01_001565: 1 dets, valid=True
|
|
[23:20:12 INFO] Video batch 730: frame 2920/7500 (38%)
|
|
[23:20:12 INFO] Video batch 730: 1 detections from postprocess
|
|
[23:20:12 INFO] Video frame video_short01_001567: 1 dets, valid=True
|
|
[23:20:12 INFO] Video batch 731: frame 2924/7500 (38%)
|
|
[23:20:12 INFO] Video batch 731: 1 detections from postprocess
|
|
[23:20:12 INFO] Video frame video_short01_001569: 1 dets, valid=True
|
|
[23:20:12 INFO] Video batch 732: frame 2928/7500 (39%)
|
|
[23:20:12 INFO] Video batch 732: 1 detections from postprocess
|
|
[23:20:12 INFO] Video frame video_short01_001570: 1 dets, valid=True
|
|
[23:20:12 INFO] Video batch 733: frame 2932/7500 (39%)
|
|
[23:20:12 INFO] Video batch 733: 1 detections from postprocess
|
|
[23:20:12 INFO] Video frame video_short01_001572: 1 dets, valid=True
|
|
[23:20:12 INFO] Video batch 734: frame 2936/7500 (39%)
|
|
[23:20:12 INFO] Video batch 734: 1 detections from postprocess
|
|
[23:20:12 INFO] Video frame video_short01_001573: 1 dets, valid=True
|
|
[23:20:12 INFO] Video batch 735: frame 2940/7500 (39%)
|
|
[23:20:12 INFO] Video batch 735: 1 detections from postprocess
|
|
[23:20:12 INFO] Video frame video_short01_001575: 1 dets, valid=True
|
|
[23:20:12 INFO] Video batch 736: frame 2944/7500 (39%)
|
|
[23:20:12 INFO] Video batch 736: 1 detections from postprocess
|
|
[23:20:12 INFO] Video frame video_short01_001577: 1 dets, valid=True
|
|
[23:20:12 INFO] Video batch 737: frame 2948/7500 (39%)
|
|
[23:20:12 INFO] Video batch 737: 1 detections from postprocess
|
|
[23:20:12 INFO] Video frame video_short01_001578: 1 dets, valid=True
|
|
[23:20:12 INFO] Video batch 738: frame 2952/7500 (39%)
|
|
[23:20:12 INFO] Video batch 738: 1 detections from postprocess
|
|
[23:20:12 INFO] Video frame video_short01_001580: 1 dets, valid=True
|
|
[23:20:12 INFO] Video batch 739: frame 2956/7500 (39%)
|
|
[23:20:13 INFO] Video batch 739: 1 detections from postprocess
|
|
[23:20:13 INFO] Video frame video_short01_001581: 1 dets, valid=True
|
|
[23:20:13 INFO] Video batch 740: frame 2960/7500 (39%)
|
|
[23:20:13 INFO] Video batch 740: 1 detections from postprocess
|
|
[23:20:13 INFO] Video frame video_short01_001583: 1 dets, valid=True
|
|
[23:20:13 INFO] Video batch 741: frame 2964/7500 (39%)
|
|
[23:20:13 INFO] Video batch 741: 1 detections from postprocess
|
|
[23:20:13 INFO] Video frame video_short01_001585: 1 dets, valid=True
|
|
[23:20:13 INFO] Video batch 742: frame 2968/7500 (39%)
|
|
[23:20:13 INFO] Video batch 742: 1 detections from postprocess
|
|
[23:20:13 INFO] Video frame video_short01_001586: 1 dets, valid=True
|
|
[23:20:13 INFO] Video batch 743: frame 2972/7500 (39%)
|
|
[23:20:13 INFO] Video batch 743: 1 detections from postprocess
|
|
[23:20:13 INFO] Video frame video_short01_001588: 1 dets, valid=True
|
|
[23:20:13 INFO] Video batch 744: frame 2976/7500 (39%)
|
|
[23:20:13 INFO] Video batch 744: 1 detections from postprocess
|
|
[23:20:13 INFO] Video frame video_short01_001590: 1 dets, valid=True
|
|
[23:20:13 INFO] Video batch 745: frame 2980/7500 (39%)
|
|
[23:20:13 INFO] Video batch 745: 1 detections from postprocess
|
|
[23:20:13 INFO] Video frame video_short01_001591: 1 dets, valid=True
|
|
[23:20:13 INFO] Video batch 746: frame 2984/7500 (39%)
|
|
[23:20:13 INFO] Video batch 746: 1 detections from postprocess
|
|
[23:20:13 INFO] Video frame video_short01_001593: 1 dets, valid=True
|
|
[23:20:13 INFO] Video batch 747: frame 2988/7500 (39%)
|
|
[23:20:13 INFO] Video batch 747: 1 detections from postprocess
|
|
[23:20:13 INFO] Video frame video_short01_001594: 1 dets, valid=True
|
|
[23:20:13 INFO] Video batch 748: frame 2992/7500 (39%)
|
|
[23:20:13 INFO] Video batch 748: 1 detections from postprocess
|
|
[23:20:13 INFO] Video frame video_short01_001596: 1 dets, valid=True
|
|
[23:20:13 INFO] Video batch 749: frame 2996/7500 (39%)
|
|
[23:20:13 INFO] Video batch 749: 1 detections from postprocess
|
|
[23:20:13 INFO] Video frame video_short01_001597: 1 dets, valid=True
|
|
[23:20:13 INFO] Video batch 750: frame 3000/7500 (40%)
|
|
[23:20:14 INFO] Video batch 751: frame 3004/7500 (40%)
|
|
[23:20:14 INFO] Video batch 752: frame 3008/7500 (40%)
|
|
[23:20:14 INFO] Video batch 752: 1 detections from postprocess
|
|
[23:20:14 INFO] Video frame video_short01_002002: 1 dets, valid=True
|
|
[23:20:14 INFO] Video batch 753: frame 3012/7500 (40%)
|
|
[23:20:14 INFO] Video batch 754: frame 3016/7500 (40%)
|
|
[23:20:14 INFO] Video batch 755: frame 3020/7500 (40%)
|
|
[23:20:14 INFO] Video batch 756: frame 3024/7500 (40%)
|
|
[23:20:14 INFO] Video batch 757: frame 3028/7500 (40%)
|
|
[23:20:14 INFO] Video batch 758: frame 3032/7500 (40%)
|
|
[23:20:14 INFO] Video batch 759: frame 3036/7500 (40%)
|
|
[23:20:14 INFO] Video batch 760: frame 3040/7500 (40%)
|
|
[23:20:14 INFO] Video batch 761: frame 3044/7500 (40%)
|
|
[23:20:15 INFO] Video batch 762: frame 3048/7500 (40%)
|
|
[23:20:15 INFO] Video batch 763: frame 3052/7500 (40%)
|
|
[23:20:15 INFO] Video batch 764: frame 3056/7500 (40%)
|
|
[23:20:15 INFO] Video batch 765: frame 3060/7500 (40%)
|
|
[23:20:15 INFO] Video batch 766: frame 3064/7500 (40%)
|
|
[23:20:15 INFO] Video batch 766: 1 detections from postprocess
|
|
[23:20:15 INFO] Video frame video_short01_002025: 1 dets, valid=True
|
|
[23:20:15 INFO] Video batch 767: frame 3068/7500 (40%)
|
|
[23:20:15 INFO] Video batch 767: 1 detections from postprocess
|
|
[23:20:15 INFO] Video frame video_short01_002026: 1 dets, valid=True
|
|
[23:20:15 INFO] Video batch 768: frame 3072/7500 (40%)
|
|
[23:20:15 INFO] Video batch 768: 1 detections from postprocess
|
|
[23:20:15 INFO] Video frame video_short01_002028: 1 dets, valid=True
|
|
[23:20:15 INFO] Video batch 769: frame 3076/7500 (41%)
|
|
[23:20:15 INFO] Video batch 769: 1 detections from postprocess
|
|
[23:20:15 INFO] Video frame video_short01_002030: 1 dets, valid=True
|
|
[23:20:15 INFO] Video batch 770: frame 3080/7500 (41%)
|
|
[23:20:15 INFO] Video batch 770: 1 detections from postprocess
|
|
[23:20:15 INFO] Video frame video_short01_002031: 1 dets, valid=True
|
|
[23:20:15 INFO] Video batch 771: frame 3084/7500 (41%)
|
|
[23:20:15 INFO] Video batch 771: 1 detections from postprocess
|
|
[23:20:15 INFO] Video frame video_short01_002033: 1 dets, valid=True
|
|
[23:20:15 INFO] Video batch 772: frame 3088/7500 (41%)
|
|
[23:20:16 INFO] Video batch 773: frame 3092/7500 (41%)
|
|
[23:20:16 INFO] Video batch 774: frame 3096/7500 (41%)
|
|
[23:20:16 INFO] Video batch 774: 1 detections from postprocess
|
|
[23:20:16 INFO] Video frame video_short01_002037: 1 dets, valid=True
|
|
[23:20:16 INFO] Video batch 775: frame 3100/7500 (41%)
|
|
[23:20:16 INFO] Video batch 776: frame 3104/7500 (41%)
|
|
[23:20:16 INFO] Video batch 777: frame 3108/7500 (41%)
|
|
[23:20:16 INFO] Video batch 778: frame 3112/7500 (41%)
|
|
[23:20:16 INFO] Video batch 779: frame 3116/7500 (41%)
|
|
[23:20:16 INFO] Video batch 780: frame 3120/7500 (41%)
|
|
[23:20:16 INFO] Video batch 781: frame 3124/7500 (41%)
|
|
[23:20:16 INFO] Video batch 782: frame 3128/7500 (41%)
|
|
[23:20:16 INFO] Video batch 783: frame 3132/7500 (41%)
|
|
[23:20:16 INFO] Video batch 784: frame 3136/7500 (41%)
|
|
[23:20:17 INFO] Video batch 785: frame 3140/7500 (41%)
|
|
[23:20:17 INFO] Video batch 786: frame 3144/7500 (41%)
|
|
[23:20:17 INFO] Video batch 787: frame 3148/7500 (41%)
|
|
[23:20:17 INFO] Video batch 788: frame 3152/7500 (42%)
|
|
[23:20:17 INFO] Video batch 789: frame 3156/7500 (42%)
|
|
[23:20:17 INFO] Video batch 790: frame 3160/7500 (42%)
|
|
[23:20:17 INFO] Video batch 791: frame 3164/7500 (42%)
|
|
[23:20:17 INFO] Video batch 792: frame 3168/7500 (42%)
|
|
[23:20:17 INFO] Video batch 793: frame 3172/7500 (42%)
|
|
[23:20:17 INFO] Video batch 794: frame 3176/7500 (42%)
|
|
[23:20:17 INFO] Video batch 794: 1 detections from postprocess
|
|
[23:20:17 INFO] Video frame video_short01_002070: 1 dets, valid=True
|
|
[23:20:17 INFO] Video batch 795: frame 3180/7500 (42%)
|
|
[23:20:17 INFO] Video batch 795: 1 detections from postprocess
|
|
[23:20:17 INFO] Video frame video_short01_002071: 1 dets, valid=True
|
|
[23:20:18 INFO] Video batch 796: frame 3184/7500 (42%)
|
|
[23:20:18 INFO] Video batch 796: 1 detections from postprocess
|
|
[23:20:18 INFO] Video frame video_short01_002073: 1 dets, valid=True
|
|
[23:20:18 INFO] Video batch 797: frame 3188/7500 (42%)
|
|
[23:20:18 INFO] Video batch 797: 1 detections from postprocess
|
|
[23:20:18 INFO] Video frame video_short01_002074: 1 dets, valid=True
|
|
[23:20:18 INFO] Video batch 798: frame 3192/7500 (42%)
|
|
[23:20:18 INFO] Video batch 798: 1 detections from postprocess
|
|
[23:20:18 INFO] Video frame video_short01_002076: 1 dets, valid=True
|
|
[23:20:18 INFO] Video batch 799: frame 3196/7500 (42%)
|
|
[23:20:18 INFO] Video batch 799: 1 detections from postprocess
|
|
[23:20:18 INFO] Video frame video_short01_002077: 1 dets, valid=True
|
|
[23:20:18 INFO] Video batch 800: frame 3200/7500 (42%)
|
|
[23:20:18 INFO] Video batch 800: 1 detections from postprocess
|
|
[23:20:18 INFO] Video frame video_short01_002079: 1 dets, valid=True
|
|
[23:20:18 INFO] Video batch 801: frame 3204/7500 (42%)
|
|
[23:20:18 INFO] Video batch 801: 1 detections from postprocess
|
|
[23:20:18 INFO] Video frame video_short01_002081: 1 dets, valid=True
|
|
[23:20:18 INFO] Video batch 802: frame 3208/7500 (42%)
|
|
[23:20:18 INFO] Video batch 802: 1 detections from postprocess
|
|
[23:20:18 INFO] Video frame video_short01_002082: 1 dets, valid=True
|
|
[23:20:18 INFO] Video batch 803: frame 3212/7500 (42%)
|
|
[23:20:18 INFO] Video batch 803: 1 detections from postprocess
|
|
[23:20:18 INFO] Video frame video_short01_002084: 1 dets, valid=True
|
|
[23:20:18 INFO] Video batch 804: frame 3216/7500 (42%)
|
|
[23:20:18 INFO] Video batch 805: frame 3220/7500 (42%)
|
|
[23:20:18 INFO] Video batch 806: frame 3224/7500 (42%)
|
|
[23:20:19 INFO] Video batch 807: frame 3228/7500 (43%)
|
|
[23:20:19 INFO] Video batch 808: frame 3232/7500 (43%)
|
|
[23:20:19 INFO] Video batch 809: frame 3236/7500 (43%)
|
|
[23:20:19 INFO] Video batch 810: frame 3240/7500 (43%)
|
|
[23:20:19 INFO] Video batch 811: frame 3244/7500 (43%)
|
|
[23:20:19 INFO] Video batch 812: frame 3248/7500 (43%)
|
|
[23:20:19 INFO] Video batch 813: frame 3252/7500 (43%)
|
|
[23:20:19 INFO] Video batch 814: frame 3256/7500 (43%)
|
|
[23:20:19 INFO] Video batch 814: 1 detections from postprocess
|
|
[23:20:19 INFO] Video frame video_short01_002101: 1 dets, valid=True
|
|
[23:20:19 INFO] Video batch 815: frame 3260/7500 (43%)
|
|
[23:20:19 INFO] Video batch 815: 1 detections from postprocess
|
|
[23:20:19 INFO] Video frame video_short01_002103: 1 dets, valid=True
|
|
[23:20:19 INFO] Video batch 816: frame 3264/7500 (43%)
|
|
[23:20:19 INFO] Video batch 816: 1 detections from postprocess
|
|
[23:20:19 INFO] Video frame video_short01_002105: 1 dets, valid=True
|
|
[23:20:19 INFO] Video batch 817: frame 3268/7500 (43%)
|
|
[23:20:19 INFO] Video batch 817: 1 detections from postprocess
|
|
[23:20:19 INFO] Video frame video_short01_002106: 1 dets, valid=True
|
|
[23:20:19 INFO] Video batch 818: frame 3272/7500 (43%)
|
|
[23:20:20 INFO] Video batch 818: 1 detections from postprocess
|
|
[23:20:20 INFO] Video frame video_short01_002108: 1 dets, valid=True
|
|
[23:20:20 INFO] Video batch 819: frame 3276/7500 (43%)
|
|
[23:20:20 INFO] Video batch 819: 1 detections from postprocess
|
|
[23:20:20 INFO] Video frame video_short01_002110: 1 dets, valid=True
|
|
[23:20:20 INFO] Video batch 820: frame 3280/7500 (43%)
|
|
[23:20:20 INFO] Video batch 820: 1 detections from postprocess
|
|
[23:20:20 INFO] Video frame video_short01_002111: 1 dets, valid=True
|
|
[23:20:20 INFO] Video batch 821: frame 3284/7500 (43%)
|
|
[23:20:20 INFO] Video batch 821: 1 detections from postprocess
|
|
[23:20:20 INFO] Video frame video_short01_002113: 1 dets, valid=True
|
|
[23:20:20 INFO] Video batch 822: frame 3288/7500 (43%)
|
|
[23:20:20 INFO] Video batch 822: 1 detections from postprocess
|
|
[23:20:20 INFO] Video frame video_short01_002114: 1 dets, valid=True
|
|
[23:20:20 INFO] Video batch 823: frame 3292/7500 (43%)
|
|
[23:20:20 INFO] Video batch 824: frame 3296/7500 (43%)
|
|
[23:20:20 INFO] Video batch 825: frame 3300/7500 (44%)
|
|
[23:20:20 INFO] Video batch 826: frame 3304/7500 (44%)
|
|
[23:20:20 INFO] Video batch 826: 1 detections from postprocess
|
|
[23:20:20 INFO] Video frame video_short01_002121: 1 dets, valid=True
|
|
[23:20:20 INFO] Video batch 827: frame 3308/7500 (44%)
|
|
[23:20:20 INFO] Video batch 828: frame 3312/7500 (44%)
|
|
[23:20:20 INFO] Video batch 829: frame 3316/7500 (44%)
|
|
[23:20:21 INFO] Video batch 829: 1 detections from postprocess
|
|
[23:20:21 INFO] Video frame video_short01_002125: 1 dets, valid=True
|
|
[23:20:21 INFO] Video batch 830: frame 3320/7500 (44%)
|
|
[23:20:21 INFO] Video batch 830: 1 detections from postprocess
|
|
[23:20:21 INFO] Video frame video_short01_002127: 1 dets, valid=True
|
|
[23:20:21 INFO] Video batch 831: frame 3324/7500 (44%)
|
|
[23:20:21 INFO] Video batch 832: frame 3328/7500 (44%)
|
|
[23:20:21 INFO] Video batch 832: 1 detections from postprocess
|
|
[23:20:21 INFO] Video frame video_short01_002130: 1 dets, valid=True
|
|
[23:20:21 INFO] Video batch 833: frame 3332/7500 (44%)
|
|
[23:20:21 INFO] Video batch 833: 1 detections from postprocess
|
|
[23:20:21 INFO] Video frame video_short01_002132: 1 dets, valid=True
|
|
[23:20:21 INFO] Video batch 834: frame 3336/7500 (44%)
|
|
[23:20:21 INFO] Video batch 834: 1 detections from postprocess
|
|
[23:20:21 INFO] Video frame video_short01_002133: 1 dets, valid=True
|
|
[23:20:21 INFO] Video batch 835: frame 3340/7500 (44%)
|
|
[23:20:21 INFO] Video batch 836: frame 3344/7500 (44%)
|
|
[23:20:21 INFO] Video batch 836: 1 detections from postprocess
|
|
[23:20:21 INFO] Video frame video_short01_002137: 1 dets, valid=True
|
|
[23:20:21 INFO] Video batch 837: frame 3348/7500 (44%)
|
|
[23:20:21 INFO] Video batch 838: frame 3352/7500 (44%)
|
|
[23:20:21 INFO] Video batch 839: frame 3356/7500 (44%)
|
|
[23:20:21 INFO] Video batch 840: frame 3360/7500 (44%)
|
|
[23:20:22 INFO] Video batch 841: frame 3364/7500 (44%)
|
|
[23:20:22 INFO] Video batch 842: frame 3368/7500 (44%)
|
|
[23:20:22 INFO] Video batch 843: frame 3372/7500 (44%)
|
|
[23:20:22 INFO] Video batch 844: frame 3376/7500 (45%)
|
|
[23:20:22 INFO] Video batch 844: 1 detections from postprocess
|
|
[23:20:22 INFO] Video frame video_short01_002150: 1 dets, valid=True
|
|
[23:20:22 INFO] Video batch 845: frame 3380/7500 (45%)
|
|
[23:20:22 INFO] Video batch 846: frame 3384/7500 (45%)
|
|
[23:20:22 INFO] Video batch 846: 1 detections from postprocess
|
|
[23:20:22 INFO] Video frame video_short01_002153: 1 dets, valid=True
|
|
[23:20:22 INFO] Video batch 847: frame 3388/7500 (45%)
|
|
[23:20:22 INFO] Video batch 848: frame 3392/7500 (45%)
|
|
[23:20:22 INFO] Video batch 848: 1 detections from postprocess
|
|
[23:20:22 INFO] Video frame video_short01_002156: 1 dets, valid=True
|
|
[23:20:22 INFO] Video batch 849: frame 3396/7500 (45%)
|
|
[23:20:22 INFO] Video batch 849: 1 detections from postprocess
|
|
[23:20:22 INFO] Video frame video_short01_002157: 1 dets, valid=True
|
|
[23:20:22 INFO] Video batch 850: frame 3400/7500 (45%)
|
|
[23:20:22 INFO] Video batch 851: frame 3404/7500 (45%)
|
|
[23:20:23 INFO] Video batch 852: frame 3408/7500 (45%)
|
|
[23:20:23 INFO] Video batch 852: 1 detections from postprocess
|
|
[23:20:23 INFO] Video frame video_short01_002162: 1 dets, valid=True
|
|
[23:20:23 INFO] Video batch 853: frame 3412/7500 (45%)
|
|
[23:20:23 INFO] Video batch 853: 1 detections from postprocess
|
|
[23:20:23 INFO] Video frame video_short01_002164: 1 dets, valid=True
|
|
[23:20:23 INFO] Video batch 854: frame 3416/7500 (45%)
|
|
[23:20:23 INFO] Video batch 854: 1 detections from postprocess
|
|
[23:20:23 INFO] Video frame video_short01_002165: 1 dets, valid=True
|
|
[23:20:23 INFO] Video batch 855: frame 3420/7500 (45%)
|
|
[23:20:23 INFO] Video batch 856: frame 3424/7500 (45%)
|
|
[23:20:23 INFO] Video batch 857: frame 3428/7500 (45%)
|
|
[23:20:23 INFO] Video batch 858: frame 3432/7500 (45%)
|
|
[23:20:23 INFO] Video batch 859: frame 3436/7500 (45%)
|
|
[23:20:23 INFO] Video batch 860: frame 3440/7500 (45%)
|
|
[23:20:23 INFO] Video batch 861: frame 3444/7500 (45%)
|
|
[23:20:23 INFO] Video batch 862: frame 3448/7500 (45%)
|
|
[23:20:24 INFO] Video batch 863: frame 3452/7500 (46%)
|
|
[23:20:24 INFO] Video batch 864: frame 3456/7500 (46%)
|
|
[23:20:24 INFO] Video batch 865: frame 3460/7500 (46%)
|
|
[23:20:24 INFO] Video batch 866: frame 3464/7500 (46%)
|
|
[23:20:24 INFO] Video batch 866: 1 detections from postprocess
|
|
[23:20:24 INFO] Video frame video_short01_002185: 1 dets, valid=True
|
|
[23:20:24 INFO] Video batch 867: frame 3468/7500 (46%)
|
|
[23:20:24 INFO] Video batch 867: 1 detections from postprocess
|
|
[23:20:24 INFO] Video frame video_short01_002186: 1 dets, valid=True
|
|
[23:20:24 INFO] Video batch 868: frame 3472/7500 (46%)
|
|
[23:20:24 INFO] Video batch 869: frame 3476/7500 (46%)
|
|
[23:20:24 INFO] Video batch 870: frame 3480/7500 (46%)
|
|
[23:20:24 INFO] Video batch 871: frame 3484/7500 (46%)
|
|
[23:20:24 INFO] Video batch 872: frame 3488/7500 (46%)
|
|
[23:20:24 INFO] Video batch 873: frame 3492/7500 (46%)
|
|
[23:20:24 INFO] Video batch 874: frame 3496/7500 (46%)
|
|
[23:20:25 INFO] Video batch 875: frame 3500/7500 (46%)
|
|
[23:20:25 INFO] Video batch 876: frame 3504/7500 (46%)
|
|
[23:20:25 INFO] Video batch 877: frame 3508/7500 (46%)
|
|
[23:20:25 INFO] Video batch 878: frame 3512/7500 (46%)
|
|
[23:20:25 INFO] Video batch 879: frame 3516/7500 (46%)
|
|
[23:20:25 INFO] Video batch 880: frame 3520/7500 (46%)
|
|
[23:20:25 INFO] Video batch 881: frame 3524/7500 (46%)
|
|
[23:20:25 INFO] Video batch 882: frame 3528/7500 (47%)
|
|
[23:20:25 INFO] Video batch 883: frame 3532/7500 (47%)
|
|
[23:20:25 INFO] Video batch 884: frame 3536/7500 (47%)
|
|
[23:20:25 INFO] Video batch 885: frame 3540/7500 (47%)
|
|
[23:20:26 INFO] Video batch 886: frame 3544/7500 (47%)
|
|
[23:20:26 INFO] Video batch 887: frame 3548/7500 (47%)
|
|
[23:20:26 INFO] Video batch 888: frame 3552/7500 (47%)
|
|
[23:20:26 INFO] Video batch 889: frame 3556/7500 (47%)
|
|
[23:20:26 INFO] Video batch 890: frame 3560/7500 (47%)
|
|
[23:20:26 INFO] Video batch 891: frame 3564/7500 (47%)
|
|
[23:20:26 INFO] Video batch 892: frame 3568/7500 (47%)
|
|
[23:20:26 INFO] Video batch 893: frame 3572/7500 (47%)
|
|
[23:20:26 INFO] Video batch 894: frame 3576/7500 (47%)
|
|
[23:20:26 INFO] Video batch 895: frame 3580/7500 (47%)
|
|
[23:20:26 INFO] Video batch 896: frame 3584/7500 (47%)
|
|
[23:20:26 INFO] Video batch 897: frame 3588/7500 (47%)
|
|
[23:20:27 INFO] Video batch 898: frame 3592/7500 (47%)
|
|
[23:20:27 INFO] Video batch 899: frame 3596/7500 (47%)
|
|
[23:20:27 INFO] Video batch 900: frame 3600/7500 (48%)
|
|
[23:20:27 INFO] Video batch 901: frame 3604/7500 (48%)
|
|
[23:20:27 INFO] Video batch 902: frame 3608/7500 (48%)
|
|
[23:20:27 INFO] Video batch 903: frame 3612/7500 (48%)
|
|
[23:20:27 INFO] Video batch 904: frame 3616/7500 (48%)
|
|
[23:20:27 INFO] Video batch 905: frame 3620/7500 (48%)
|
|
[23:20:27 INFO] Video batch 906: frame 3624/7500 (48%)
|
|
[23:20:27 INFO] Video batch 907: frame 3628/7500 (48%)
|
|
[23:20:27 INFO] Video batch 908: frame 3632/7500 (48%)
|
|
[23:20:27 INFO] Video batch 909: frame 3636/7500 (48%)
|
|
[23:20:27 INFO] Video batch 910: frame 3640/7500 (48%)
|
|
[23:20:28 INFO] Video batch 911: frame 3644/7500 (48%)
|
|
[23:20:28 INFO] Video batch 912: frame 3648/7500 (48%)
|
|
[23:20:28 INFO] Video batch 913: frame 3652/7500 (48%)
|
|
[23:20:28 INFO] Video batch 914: frame 3656/7500 (48%)
|
|
[23:20:28 INFO] Video batch 915: frame 3660/7500 (48%)
|
|
[23:20:28 INFO] Video batch 916: frame 3664/7500 (48%)
|
|
[23:20:28 INFO] Video batch 917: frame 3668/7500 (48%)
|
|
[23:20:28 INFO] Video batch 918: frame 3672/7500 (48%)
|
|
[23:20:28 INFO] Video batch 919: frame 3676/7500 (49%)
|
|
[23:20:28 INFO] Video batch 920: frame 3680/7500 (49%)
|
|
[23:20:28 INFO] Video batch 921: frame 3684/7500 (49%)
|
|
[23:20:28 INFO] Video batch 922: frame 3688/7500 (49%)
|
|
[23:20:29 INFO] Video batch 923: frame 3692/7500 (49%)
|
|
[23:20:29 INFO] Video batch 924: frame 3696/7500 (49%)
|
|
[23:20:29 INFO] Video batch 925: frame 3700/7500 (49%)
|
|
[23:20:29 INFO] Video batch 926: frame 3704/7500 (49%)
|
|
[23:20:29 INFO] Video batch 927: frame 3708/7500 (49%)
|
|
[23:20:29 INFO] Video batch 928: frame 3712/7500 (49%)
|
|
[23:20:29 INFO] Video batch 929: frame 3716/7500 (49%)
|
|
[23:20:29 INFO] Video batch 930: frame 3720/7500 (49%)
|
|
[23:20:29 INFO] Video batch 931: frame 3724/7500 (49%)
|
|
[23:20:29 INFO] Video batch 932: frame 3728/7500 (49%)
|
|
[23:20:29 INFO] Video batch 933: frame 3732/7500 (49%)
|
|
[23:20:30 INFO] Video batch 934: frame 3736/7500 (49%)
|
|
[23:20:30 INFO] Video batch 934: 1 detections from postprocess
|
|
[23:20:30 INFO] Video frame video_short01_002293: 1 dets, valid=True
|
|
[23:20:30 INFO] Video batch 935: frame 3740/7500 (49%)
|
|
[23:20:30 INFO] Video batch 935: 1 detections from postprocess
|
|
[23:20:30 INFO] Video frame video_short01_002295: 1 dets, valid=True
|
|
[23:20:30 INFO] Video batch 936: frame 3744/7500 (49%)
|
|
[23:20:30 INFO] Video batch 936: 2 detections from postprocess
|
|
[23:20:30 INFO] Video frame video_short01_002297: 2 dets, valid=True
|
|
[23:20:30 INFO] Video batch 937: frame 3748/7500 (49%)
|
|
[23:20:30 INFO] Video batch 937: 1 detections from postprocess
|
|
[23:20:30 INFO] Video frame video_short01_002298: 1 dets, valid=True
|
|
[23:20:30 INFO] Video batch 938: frame 3752/7500 (50%)
|
|
[23:20:30 INFO] Video batch 938: 2 detections from postprocess
|
|
[23:20:30 INFO] Video frame video_short01_002300: 2 dets, valid=True
|
|
[23:20:30 INFO] Video batch 939: frame 3756/7500 (50%)
|
|
[23:20:30 INFO] Video batch 939: 2 detections from postprocess
|
|
[23:20:30 INFO] Video frame video_short01_002301: 2 dets, valid=True
|
|
[23:20:30 INFO] Video batch 940: frame 3760/7500 (50%)
|
|
[23:20:30 INFO] Video batch 940: 2 detections from postprocess
|
|
[23:20:30 INFO] Video frame video_short01_002303: 2 dets, valid=True
|
|
[23:20:30 INFO] Video batch 941: frame 3764/7500 (50%)
|
|
[23:20:30 INFO] Video batch 941: 2 detections from postprocess
|
|
[23:20:30 INFO] Video frame video_short01_002305: 2 dets, valid=True
|
|
[23:20:30 INFO] Video batch 942: frame 3768/7500 (50%)
|
|
[23:20:30 INFO] Video batch 942: 2 detections from postprocess
|
|
[23:20:30 INFO] Video frame video_short01_002306: 2 dets, valid=True
|
|
[23:20:30 INFO] Video batch 943: frame 3772/7500 (50%)
|
|
[23:20:30 INFO] Video batch 943: 1 detections from postprocess
|
|
[23:20:30 INFO] Video frame video_short01_002308: 1 dets, valid=True
|
|
[23:20:30 INFO] Video batch 944: frame 3776/7500 (50%)
|
|
[23:20:31 INFO] Video batch 944: 1 detections from postprocess
|
|
[23:20:31 INFO] Video frame video_short01_002310: 1 dets, valid=True
|
|
[23:20:31 INFO] Video batch 945: frame 3780/7500 (50%)
|
|
[23:20:31 INFO] Video batch 945: 1 detections from postprocess
|
|
[23:20:31 INFO] Video frame video_short01_002311: 1 dets, valid=True
|
|
[23:20:31 INFO] Video batch 946: frame 3784/7500 (50%)
|
|
[23:20:31 INFO] Video batch 946: 1 detections from postprocess
|
|
[23:20:31 INFO] Video frame video_short01_002313: 1 dets, valid=True
|
|
[23:20:31 INFO] Video batch 947: frame 3788/7500 (50%)
|
|
[23:20:31 INFO] Video batch 947: 1 detections from postprocess
|
|
[23:20:31 INFO] Video frame video_short01_002314: 1 dets, valid=True
|
|
[23:20:31 INFO] Video batch 948: frame 3792/7500 (50%)
|
|
[23:20:31 INFO] Video batch 948: 1 detections from postprocess
|
|
[23:20:31 INFO] Video frame video_short01_002316: 1 dets, valid=True
|
|
[23:20:31 INFO] Video batch 949: frame 3796/7500 (50%)
|
|
[23:20:31 INFO] Video batch 949: 1 detections from postprocess
|
|
[23:20:31 INFO] Video frame video_short01_002317: 1 dets, valid=True
|
|
[23:20:31 INFO] Video batch 950: frame 3800/7500 (50%)
|
|
[23:20:31 INFO] Video batch 950: 1 detections from postprocess
|
|
[23:20:31 INFO] Video frame video_short01_002319: 1 dets, valid=True
|
|
[23:20:31 INFO] Video batch 951: frame 3804/7500 (50%)
|
|
[23:20:31 INFO] Video batch 951: 1 detections from postprocess
|
|
[23:20:31 INFO] Video frame video_short01_002321: 1 dets, valid=True
|
|
[23:20:31 INFO] Video batch 952: frame 3808/7500 (50%)
|
|
[23:20:31 INFO] Video batch 952: 1 detections from postprocess
|
|
[23:20:31 INFO] Video frame video_short01_002322: 1 dets, valid=True
|
|
[23:20:31 INFO] Video batch 953: frame 3812/7500 (50%)
|
|
[23:20:31 INFO] Video batch 953: 2 detections from postprocess
|
|
[23:20:31 INFO] Video frame video_short01_002324: 2 dets, valid=True
|
|
[23:20:31 INFO] Video batch 954: frame 3816/7500 (50%)
|
|
[23:20:31 INFO] Video batch 954: 1 detections from postprocess
|
|
[23:20:31 INFO] Video frame video_short01_002325: 1 dets, valid=True
|
|
[23:20:31 INFO] Video batch 955: frame 3820/7500 (50%)
|
|
[23:20:32 INFO] Video batch 955: 1 detections from postprocess
|
|
[23:20:32 INFO] Video frame video_short01_002327: 1 dets, valid=True
|
|
[23:20:32 INFO] Video batch 956: frame 3824/7500 (50%)
|
|
[23:20:32 INFO] Video batch 956: 1 detections from postprocess
|
|
[23:20:32 INFO] Video frame video_short01_002329: 1 dets, valid=True
|
|
[23:20:32 INFO] Video batch 957: frame 3828/7500 (51%)
|
|
[23:20:32 INFO] Video batch 957: 1 detections from postprocess
|
|
[23:20:32 INFO] Video frame video_short01_002330: 1 dets, valid=True
|
|
[23:20:32 INFO] Video batch 958: frame 3832/7500 (51%)
|
|
[23:20:32 INFO] Video batch 958: 1 detections from postprocess
|
|
[23:20:32 INFO] Video frame video_short01_002332: 1 dets, valid=True
|
|
[23:20:32 INFO] Video batch 959: frame 3836/7500 (51%)
|
|
[23:20:32 INFO] Video batch 959: 1 detections from postprocess
|
|
[23:20:32 INFO] Video frame video_short01_002333: 1 dets, valid=True
|
|
[23:20:32 INFO] Video batch 960: frame 3840/7500 (51%)
|
|
[23:20:32 INFO] Video batch 960: 1 detections from postprocess
|
|
[23:20:32 INFO] Video frame video_short01_002335: 1 dets, valid=True
|
|
[23:20:32 INFO] Video batch 961: frame 3844/7500 (51%)
|
|
[23:20:32 INFO] Video batch 961: 2 detections from postprocess
|
|
[23:20:32 INFO] Video frame video_short01_002337: 2 dets, valid=True
|
|
[23:20:32 INFO] Video batch 962: frame 3848/7500 (51%)
|
|
[23:20:32 INFO] Video batch 962: 1 detections from postprocess
|
|
[23:20:32 INFO] Video frame video_short01_002338: 1 dets, valid=True
|
|
[23:20:32 INFO] Video batch 963: frame 3852/7500 (51%)
|
|
[23:20:32 INFO] Video batch 963: 2 detections from postprocess
|
|
[23:20:32 INFO] Video frame video_short01_002340: 2 dets, valid=True
|
|
[23:20:32 INFO] Video batch 964: frame 3856/7500 (51%)
|
|
[23:20:32 INFO] Video batch 964: 2 detections from postprocess
|
|
[23:20:32 INFO] Video frame video_short01_002341: 2 dets, valid=True
|
|
[23:20:32 INFO] Video batch 965: frame 3860/7500 (51%)
|
|
[23:20:32 INFO] Video batch 965: 2 detections from postprocess
|
|
[23:20:32 INFO] Video frame video_short01_002343: 2 dets, valid=True
|
|
[23:20:33 INFO] Video batch 966: frame 3864/7500 (51%)
|
|
[23:20:33 INFO] Video batch 966: 2 detections from postprocess
|
|
[23:20:33 INFO] Video frame video_short01_002345: 2 dets, valid=True
|
|
[23:20:33 INFO] Video batch 967: frame 3868/7500 (51%)
|
|
[23:20:33 INFO] Video batch 967: 2 detections from postprocess
|
|
[23:20:33 INFO] Video frame video_short01_002346: 2 dets, valid=True
|
|
[23:20:33 INFO] Video batch 968: frame 3872/7500 (51%)
|
|
[23:20:33 INFO] Video batch 968: 2 detections from postprocess
|
|
[23:20:33 INFO] Video frame video_short01_002348: 2 dets, valid=True
|
|
[23:20:33 INFO] Video batch 969: frame 3876/7500 (51%)
|
|
[23:20:33 INFO] Video batch 969: 2 detections from postprocess
|
|
[23:20:33 INFO] Video frame video_short01_002350: 2 dets, valid=True
|
|
[23:20:33 INFO] Video batch 970: frame 3880/7500 (51%)
|
|
[23:20:33 INFO] Video batch 970: 2 detections from postprocess
|
|
[23:20:33 INFO] Video frame video_short01_002351: 2 dets, valid=True
|
|
[23:20:33 INFO] Video batch 971: frame 3884/7500 (51%)
|
|
[23:20:33 INFO] Video batch 971: 4 detections from postprocess
|
|
[23:20:33 INFO] Video frame video_short01_002353: 4 dets, valid=True
|
|
[23:20:33 INFO] Video batch 972: frame 3888/7500 (51%)
|
|
[23:20:33 INFO] Video batch 973: frame 3892/7500 (51%)
|
|
[23:20:33 INFO] Video batch 974: frame 3896/7500 (51%)
|
|
[23:20:33 INFO] Video batch 975: frame 3900/7500 (52%)
|
|
[23:20:33 INFO] Video batch 976: frame 3904/7500 (52%)
|
|
[23:20:34 INFO] Video batch 977: frame 3908/7500 (52%)
|
|
[23:20:34 INFO] Video batch 978: frame 3912/7500 (52%)
|
|
[23:20:34 INFO] Video batch 979: frame 3916/7500 (52%)
|
|
[23:20:34 INFO] Video batch 980: frame 3920/7500 (52%)
|
|
[23:20:34 INFO] Video batch 981: frame 3924/7500 (52%)
|
|
[23:20:34 INFO] Video batch 982: frame 3928/7500 (52%)
|
|
[23:20:34 INFO] Video batch 983: frame 3932/7500 (52%)
|
|
[23:20:34 INFO] Video batch 984: frame 3936/7500 (52%)
|
|
[23:20:34 INFO] Video batch 985: frame 3940/7500 (52%)
|
|
[23:20:34 INFO] Video batch 986: frame 3944/7500 (52%)
|
|
[23:20:34 INFO] Video batch 987: frame 3948/7500 (52%)
|
|
[23:20:35 INFO] Video batch 988: frame 3952/7500 (52%)
|
|
[23:20:35 INFO] Video batch 989: frame 3956/7500 (52%)
|
|
[23:20:35 INFO] Video batch 990: frame 3960/7500 (52%)
|
|
[23:20:35 INFO] Video batch 991: frame 3964/7500 (52%)
|
|
[23:20:35 INFO] Video batch 992: frame 3968/7500 (52%)
|
|
[23:20:35 INFO] Video batch 993: frame 3972/7500 (52%)
|
|
[23:20:35 INFO] Video batch 994: frame 3976/7500 (53%)
|
|
[23:20:35 INFO] Video batch 995: frame 3980/7500 (53%)
|
|
[23:20:35 INFO] Video batch 996: frame 3984/7500 (53%)
|
|
[23:20:35 INFO] Video batch 997: frame 3988/7500 (53%)
|
|
[23:20:35 INFO] Video batch 998: frame 3992/7500 (53%)
|
|
[23:20:36 INFO] Video batch 999: frame 3996/7500 (53%)
|
|
[23:20:36 INFO] Video batch 1000: frame 4000/7500 (53%)
|
|
[23:20:36 INFO] Video batch 1001: frame 4004/7500 (53%)
|
|
[23:20:36 INFO] Video batch 1002: frame 4008/7500 (53%)
|
|
[23:20:36 INFO] Video batch 1003: frame 4012/7500 (53%)
|
|
[23:20:36 INFO] Video batch 1004: frame 4016/7500 (53%)
|
|
[23:20:36 INFO] Video batch 1005: frame 4020/7500 (53%)
|
|
[23:20:36 INFO] Video batch 1006: frame 4024/7500 (53%)
|
|
[23:20:36 INFO] Video batch 1007: frame 4028/7500 (53%)
|
|
[23:20:36 INFO] Video batch 1008: frame 4032/7500 (53%)
|
|
[23:20:36 INFO] Video batch 1009: frame 4036/7500 (53%)
|
|
[23:20:36 INFO] Video batch 1010: frame 4040/7500 (53%)
|
|
[23:20:37 INFO] Video batch 1011: frame 4044/7500 (53%)
|
|
[23:20:37 INFO] Video batch 1012: frame 4048/7500 (53%)
|
|
[23:20:37 INFO] Video batch 1013: frame 4052/7500 (54%)
|
|
[23:20:37 INFO] Video batch 1014: frame 4056/7500 (54%)
|
|
[23:20:37 INFO] Video batch 1015: frame 4060/7500 (54%)
|
|
[23:20:37 INFO] Video batch 1016: frame 4064/7500 (54%)
|
|
[23:20:37 INFO] Video batch 1017: frame 4068/7500 (54%)
|
|
[23:20:37 INFO] Video batch 1018: frame 4072/7500 (54%)
|
|
[23:20:37 INFO] Video batch 1019: frame 4076/7500 (54%)
|
|
[23:20:37 INFO] Video batch 1020: frame 4080/7500 (54%)
|
|
[23:20:37 INFO] Video batch 1021: frame 4084/7500 (54%)
|
|
[23:20:38 INFO] Video batch 1022: frame 4088/7500 (54%)
|
|
[23:20:38 INFO] Video batch 1023: frame 4092/7500 (54%)
|
|
[23:20:38 INFO] Video batch 1024: frame 4096/7500 (54%)
|
|
[23:20:38 INFO] Video batch 1024: 1 detections from postprocess
|
|
[23:20:38 INFO] Video frame video_short01_002437: 1 dets, valid=True
|
|
[23:20:38 INFO] Video batch 1025: frame 4100/7500 (54%)
|
|
[23:20:38 INFO] Video batch 1025: 1 detections from postprocess
|
|
[23:20:38 INFO] Video frame video_short01_002439: 1 dets, valid=True
|
|
[23:20:38 INFO] Video batch 1026: frame 4104/7500 (54%)
|
|
[23:20:38 INFO] Video batch 1027: frame 4108/7500 (54%)
|
|
[23:20:38 INFO] Video batch 1028: frame 4112/7500 (54%)
|
|
[23:20:38 INFO] Video batch 1029: frame 4116/7500 (54%)
|
|
[23:20:38 INFO] Video batch 1030: frame 4120/7500 (54%)
|
|
[23:20:38 INFO] Video batch 1031: frame 4124/7500 (54%)
|
|
[23:20:38 INFO] Video batch 1032: frame 4128/7500 (55%)
|
|
[23:20:38 INFO] Video batch 1033: frame 4132/7500 (55%)
|
|
[23:20:39 INFO] Video batch 1034: frame 4136/7500 (55%)
|
|
[23:20:39 INFO] Video batch 1035: frame 4140/7500 (55%)
|
|
[23:20:39 INFO] Video batch 1036: frame 4144/7500 (55%)
|
|
[23:20:39 INFO] Video batch 1037: frame 4148/7500 (55%)
|
|
[23:20:39 INFO] Video batch 1038: frame 4152/7500 (55%)
|
|
[23:20:39 INFO] Video batch 1039: frame 4156/7500 (55%)
|
|
[23:20:39 INFO] Video batch 1040: frame 4160/7500 (55%)
|
|
[23:20:39 INFO] Video batch 1041: frame 4164/7500 (55%)
|
|
[23:20:39 INFO] Video batch 1042: frame 4168/7500 (55%)
|
|
[23:20:39 INFO] Video batch 1043: frame 4172/7500 (55%)
|
|
[23:20:39 INFO] Video batch 1044: frame 4176/7500 (55%)
|
|
[23:20:39 INFO] Video batch 1045: frame 4180/7500 (55%)
|
|
[23:20:40 INFO] Video batch 1046: frame 4184/7500 (55%)
|
|
[23:20:40 INFO] Video batch 1047: frame 4188/7500 (55%)
|
|
[23:20:40 INFO] Video batch 1048: frame 4192/7500 (55%)
|
|
[23:20:40 INFO] Video batch 1049: frame 4196/7500 (55%)
|
|
[23:20:40 INFO] Video batch 1050: frame 4200/7500 (56%)
|
|
[23:20:40 INFO] Video batch 1051: frame 4204/7500 (56%)
|
|
[23:20:40 INFO] Video batch 1052: frame 4208/7500 (56%)
|
|
[23:20:40 INFO] Video batch 1053: frame 4212/7500 (56%)
|
|
[23:20:40 INFO] Video batch 1054: frame 4216/7500 (56%)
|
|
[23:20:40 INFO] Video batch 1055: frame 4220/7500 (56%)
|
|
[23:20:40 INFO] Video batch 1056: frame 4224/7500 (56%)
|
|
[23:20:40 INFO] Video batch 1057: frame 4228/7500 (56%)
|
|
[23:20:41 INFO] Video batch 1058: frame 4232/7500 (56%)
|
|
[23:20:41 INFO] Video batch 1059: frame 4236/7500 (56%)
|
|
[23:20:41 INFO] Video batch 1060: frame 4240/7500 (56%)
|
|
[23:20:41 INFO] Video batch 1061: frame 4244/7500 (56%)
|
|
[23:20:41 INFO] Video batch 1062: frame 4248/7500 (56%)
|
|
[23:20:41 INFO] Video batch 1063: frame 4252/7500 (56%)
|
|
[23:20:41 INFO] Video batch 1064: frame 4256/7500 (56%)
|
|
[23:20:41 INFO] Video batch 1065: frame 4260/7500 (56%)
|
|
[23:20:41 INFO] Video batch 1066: frame 4264/7500 (56%)
|
|
[23:20:41 INFO] Video batch 1067: frame 4268/7500 (56%)
|
|
[23:20:41 INFO] Video batch 1068: frame 4272/7500 (56%)
|
|
[23:20:42 INFO] Video batch 1069: frame 4276/7500 (57%)
|
|
[23:20:42 INFO] Video batch 1070: frame 4280/7500 (57%)
|
|
[23:20:42 INFO] Video batch 1071: frame 4284/7500 (57%)
|
|
[23:20:42 INFO] Video batch 1072: frame 4288/7500 (57%)
|
|
[23:20:42 INFO] Video batch 1073: frame 4292/7500 (57%)
|
|
[23:20:42 INFO] Video batch 1074: frame 4296/7500 (57%)
|
|
[23:20:42 INFO] Video batch 1075: frame 4300/7500 (57%)
|
|
[23:20:42 INFO] Video batch 1076: frame 4304/7500 (57%)
|
|
[23:20:42 INFO] Video batch 1077: frame 4308/7500 (57%)
|
|
[23:20:42 INFO] Video batch 1078: frame 4312/7500 (57%)
|
|
[23:20:42 INFO] Video batch 1079: frame 4316/7500 (57%)
|
|
[23:20:42 INFO] Video batch 1080: frame 4320/7500 (57%)
|
|
[23:20:43 INFO] Video batch 1081: frame 4324/7500 (57%)
|
|
[23:20:43 INFO] Video batch 1082: frame 4328/7500 (57%)
|
|
[23:20:43 INFO] Video batch 1083: frame 4332/7500 (57%)
|
|
[23:20:43 INFO] Video batch 1084: frame 4336/7500 (57%)
|
|
[23:20:43 INFO] Video batch 1085: frame 4340/7500 (57%)
|
|
[23:20:43 INFO] Video batch 1086: frame 4344/7500 (57%)
|
|
[23:20:43 INFO] Video batch 1087: frame 4348/7500 (57%)
|
|
[23:20:43 INFO] Video batch 1088: frame 4352/7500 (58%)
|
|
[23:20:43 INFO] Video batch 1089: frame 4356/7500 (58%)
|
|
[23:20:43 INFO] Video batch 1090: frame 4360/7500 (58%)
|
|
[23:20:43 INFO] Video batch 1091: frame 4364/7500 (58%)
|
|
[23:20:43 INFO] Video batch 1092: frame 4368/7500 (58%)
|
|
[23:20:43 INFO] Video batch 1093: frame 4372/7500 (58%)
|
|
[23:20:44 INFO] Video batch 1093: 2 detections from postprocess
|
|
[23:20:44 INFO] Video frame video_short01_002548: 2 dets, valid=True
|
|
[23:20:44 INFO] Video batch 1094: frame 4376/7500 (58%)
|
|
[23:20:44 INFO] Video batch 1094: 1 detections from postprocess
|
|
[23:20:44 INFO] Video frame video_short01_002550: 1 dets, valid=True
|
|
[23:20:44 INFO] Video batch 1095: frame 4380/7500 (58%)
|
|
[23:20:44 INFO] Video batch 1095: 1 detections from postprocess
|
|
[23:20:44 INFO] Video frame video_short01_002551: 1 dets, valid=True
|
|
[23:20:44 INFO] Video batch 1096: frame 4384/7500 (58%)
|
|
[23:20:44 INFO] Video batch 1096: 1 detections from postprocess
|
|
[23:20:44 INFO] Video frame video_short01_002553: 1 dets, valid=True
|
|
[23:20:44 INFO] Video batch 1097: frame 4388/7500 (58%)
|
|
[23:20:44 INFO] Video batch 1097: 1 detections from postprocess
|
|
[23:20:44 INFO] Video frame video_short01_002554: 1 dets, valid=True
|
|
[23:20:44 INFO] Video batch 1098: frame 4392/7500 (58%)
|
|
[23:20:44 INFO] Video batch 1098: 1 detections from postprocess
|
|
[23:20:44 INFO] Video frame video_short01_002556: 1 dets, valid=True
|
|
[23:20:44 INFO] Video batch 1099: frame 4396/7500 (58%)
|
|
[23:20:44 INFO] Video batch 1099: 1 detections from postprocess
|
|
[23:20:44 INFO] Video frame video_short01_002557: 1 dets, valid=True
|
|
[23:20:44 INFO] Video batch 1100: frame 4400/7500 (58%)
|
|
[23:20:44 INFO] Video batch 1100: 1 detections from postprocess
|
|
[23:20:44 INFO] Video frame video_short01_002559: 1 dets, valid=True
|
|
[23:20:44 INFO] Video batch 1101: frame 4404/7500 (58%)
|
|
[23:20:44 INFO] Video batch 1101: 1 detections from postprocess
|
|
[23:20:44 INFO] Video frame video_short01_002561: 1 dets, valid=True
|
|
[23:20:44 INFO] Video batch 1102: frame 4408/7500 (58%)
|
|
[23:20:44 INFO] Video batch 1102: 1 detections from postprocess
|
|
[23:20:44 INFO] Video frame video_short01_002562: 1 dets, valid=True
|
|
[23:20:44 INFO] Video batch 1103: frame 4412/7500 (58%)
|
|
[23:20:45 INFO] Video batch 1103: 1 detections from postprocess
|
|
[23:20:45 INFO] Video frame video_short01_002564: 1 dets, valid=True
|
|
[23:20:45 INFO] Video batch 1104: frame 4416/7500 (58%)
|
|
[23:20:45 INFO] Video batch 1104: 1 detections from postprocess
|
|
[23:20:45 INFO] Video frame video_short01_002565: 1 dets, valid=True
|
|
[23:20:45 INFO] Video batch 1105: frame 4420/7500 (58%)
|
|
[23:20:45 INFO] Video batch 1105: 1 detections from postprocess
|
|
[23:20:45 INFO] Video frame video_short01_002567: 1 dets, valid=True
|
|
[23:20:45 INFO] Video batch 1106: frame 4424/7500 (58%)
|
|
[23:20:45 INFO] Video batch 1107: frame 4428/7500 (59%)
|
|
[23:20:45 INFO] Video batch 1108: frame 4432/7500 (59%)
|
|
[23:20:45 INFO] Video batch 1109: frame 4436/7500 (59%)
|
|
[23:20:45 INFO] Video batch 1110: frame 4440/7500 (59%)
|
|
[23:20:45 INFO] Video batch 1111: frame 4444/7500 (59%)
|
|
[23:20:45 INFO] Video batch 1112: frame 4448/7500 (59%)
|
|
[23:20:45 INFO] Video batch 1113: frame 4452/7500 (59%)
|
|
[23:20:45 INFO] Video batch 1114: frame 4456/7500 (59%)
|
|
[23:20:46 INFO] Video batch 1115: frame 4460/7500 (59%)
|
|
[23:20:46 INFO] Video batch 1116: frame 4464/7500 (59%)
|
|
[23:20:46 INFO] Video batch 1117: frame 4468/7500 (59%)
|
|
[23:20:46 INFO] Video batch 1118: frame 4472/7500 (59%)
|
|
[23:20:46 INFO] Video batch 1119: frame 4476/7500 (59%)
|
|
[23:20:46 INFO] Video batch 1120: frame 4480/7500 (59%)
|
|
[23:20:46 INFO] Video batch 1121: frame 4484/7500 (59%)
|
|
[23:20:46 INFO] Video batch 1122: frame 4488/7500 (59%)
|
|
[23:20:46 INFO] Video batch 1123: frame 4492/7500 (59%)
|
|
[23:20:46 INFO] Video batch 1124: frame 4496/7500 (59%)
|
|
[23:20:46 INFO] Video batch 1125: frame 4500/7500 (60%)
|
|
[23:20:47 INFO] Video batch 1126: frame 4504/7500 (60%)
|
|
[23:20:47 INFO] Video batch 1127: frame 4508/7500 (60%)
|
|
[23:20:47 INFO] Video batch 1128: frame 4512/7500 (60%)
|
|
[23:20:47 INFO] Video batch 1129: frame 4516/7500 (60%)
|
|
[23:20:47 INFO] Video batch 1130: frame 4520/7500 (60%)
|
|
[23:20:47 INFO] Video batch 1131: frame 4524/7500 (60%)
|
|
[23:20:47 INFO] Video batch 1132: frame 4528/7500 (60%)
|
|
[23:20:47 INFO] Video batch 1133: frame 4532/7500 (60%)
|
|
[23:20:47 INFO] Video batch 1134: frame 4536/7500 (60%)
|
|
[23:20:47 INFO] Video batch 1135: frame 4540/7500 (60%)
|
|
[23:20:47 INFO] Video batch 1136: frame 4544/7500 (60%)
|
|
[23:20:47 INFO] Video batch 1136: 1 detections from postprocess
|
|
[23:20:47 INFO] Video frame video_short01_003017: 1 dets, valid=True
|
|
[23:20:47 INFO] Video batch 1137: frame 4548/7500 (60%)
|
|
[23:20:48 INFO] Video batch 1138: frame 4552/7500 (60%)
|
|
[23:20:48 INFO] Video batch 1139: frame 4556/7500 (60%)
|
|
[23:20:48 INFO] Video batch 1140: frame 4560/7500 (60%)
|
|
[23:20:48 INFO] Video batch 1141: frame 4564/7500 (60%)
|
|
[23:20:48 INFO] Video batch 1142: frame 4568/7500 (60%)
|
|
[23:20:48 INFO] Video batch 1143: frame 4572/7500 (60%)
|
|
[23:20:48 INFO] Video batch 1143: 1 detections from postprocess
|
|
[23:20:48 INFO] Video frame video_short01_003028: 1 dets, valid=True
|
|
[23:20:48 INFO] Video batch 1144: frame 4576/7500 (61%)
|
|
[23:20:48 INFO] Video batch 1145: frame 4580/7500 (61%)
|
|
[23:20:48 INFO] Video batch 1146: frame 4584/7500 (61%)
|
|
[23:20:48 INFO] Video batch 1147: frame 4588/7500 (61%)
|
|
[23:20:48 INFO] Video batch 1148: frame 4592/7500 (61%)
|
|
[23:20:49 INFO] Video batch 1149: frame 4596/7500 (61%)
|
|
[23:20:49 INFO] Video batch 1150: frame 4600/7500 (61%)
|
|
[23:20:49 INFO] Video batch 1151: frame 4604/7500 (61%)
|
|
[23:20:49 INFO] Video batch 1152: frame 4608/7500 (61%)
|
|
[23:20:49 INFO] Video batch 1153: frame 4612/7500 (61%)
|
|
[23:20:49 INFO] Video batch 1154: frame 4616/7500 (61%)
|
|
[23:20:49 INFO] Video batch 1155: frame 4620/7500 (61%)
|
|
[23:20:49 INFO] Video batch 1156: frame 4624/7500 (61%)
|
|
[23:20:49 INFO] Video batch 1157: frame 4628/7500 (61%)
|
|
[23:20:49 INFO] Video batch 1158: frame 4632/7500 (61%)
|
|
[23:20:49 INFO] Video batch 1159: frame 4636/7500 (61%)
|
|
[23:20:50 INFO] Video batch 1160: frame 4640/7500 (61%)
|
|
[23:20:50 INFO] Video batch 1161: frame 4644/7500 (61%)
|
|
[23:20:50 INFO] Video batch 1162: frame 4648/7500 (61%)
|
|
[23:20:50 INFO] Video batch 1163: frame 4652/7500 (62%)
|
|
[23:20:50 INFO] Video batch 1164: frame 4656/7500 (62%)
|
|
[23:20:50 INFO] Video batch 1165: frame 4660/7500 (62%)
|
|
[23:20:50 INFO] Video batch 1166: frame 4664/7500 (62%)
|
|
[23:20:50 INFO] Video batch 1167: frame 4668/7500 (62%)
|
|
[23:20:50 INFO] Video batch 1168: frame 4672/7500 (62%)
|
|
[23:20:50 INFO] Video batch 1169: frame 4676/7500 (62%)
|
|
[23:20:50 INFO] Video batch 1170: frame 4680/7500 (62%)
|
|
[23:20:50 INFO] Video batch 1171: frame 4684/7500 (62%)
|
|
[23:20:51 INFO] Video batch 1172: frame 4688/7500 (62%)
|
|
[23:20:51 INFO] Video batch 1173: frame 4692/7500 (62%)
|
|
[23:20:51 INFO] Video batch 1174: frame 4696/7500 (62%)
|
|
[23:20:51 INFO] Video batch 1174: 1 detections from postprocess
|
|
[23:20:51 INFO] Video frame video_short01_003077: 1 dets, valid=True
|
|
[23:20:51 INFO] Video batch 1175: frame 4700/7500 (62%)
|
|
[23:20:51 INFO] Video batch 1176: frame 4704/7500 (62%)
|
|
[23:20:51 INFO] Video batch 1177: frame 4708/7500 (62%)
|
|
[23:20:51 INFO] Video batch 1178: frame 4712/7500 (62%)
|
|
[23:20:51 INFO] Video batch 1179: frame 4716/7500 (62%)
|
|
[23:20:51 INFO] Video batch 1180: frame 4720/7500 (62%)
|
|
[23:20:51 INFO] Video batch 1181: frame 4724/7500 (62%)
|
|
[23:20:51 INFO] Video batch 1182: frame 4728/7500 (63%)
|
|
[23:20:51 INFO] Video batch 1183: frame 4732/7500 (63%)
|
|
[23:20:52 INFO] Video batch 1184: frame 4736/7500 (63%)
|
|
[23:20:52 INFO] Video batch 1185: frame 4740/7500 (63%)
|
|
[23:20:52 INFO] Video batch 1186: frame 4744/7500 (63%)
|
|
[23:20:52 INFO] Video batch 1187: frame 4748/7500 (63%)
|
|
[23:20:52 INFO] Video batch 1187: 1 detections from postprocess
|
|
[23:20:52 INFO] Video frame video_short01_003098: 1 dets, valid=True
|
|
[23:20:52 INFO] Video batch 1188: frame 4752/7500 (63%)
|
|
[23:20:52 INFO] Video batch 1189: frame 4756/7500 (63%)
|
|
[23:20:52 INFO] Video batch 1189: 1 detections from postprocess
|
|
[23:20:52 INFO] Video frame video_short01_003101: 1 dets, valid=True
|
|
[23:20:52 INFO] Video batch 1190: frame 4760/7500 (63%)
|
|
[23:20:52 INFO] Video batch 1191: frame 4764/7500 (63%)
|
|
[23:20:52 INFO] Video batch 1192: frame 4768/7500 (63%)
|
|
[23:20:53 INFO] Video batch 1193: frame 4772/7500 (63%)
|
|
[23:20:53 INFO] Video batch 1194: frame 4776/7500 (63%)
|
|
[23:20:53 INFO] Video batch 1195: frame 4780/7500 (63%)
|
|
[23:20:53 INFO] Video batch 1196: frame 4784/7500 (63%)
|
|
[23:20:53 INFO] Video batch 1197: frame 4788/7500 (63%)
|
|
[23:20:53 INFO] Video batch 1198: frame 4792/7500 (63%)
|
|
[23:20:53 INFO] Video batch 1198: 1 detections from postprocess
|
|
[23:20:53 INFO] Video frame video_short01_003116: 1 dets, valid=True
|
|
[23:20:53 INFO] Video batch 1199: frame 4796/7500 (63%)
|
|
[23:20:53 INFO] Video batch 1199: 1 detections from postprocess
|
|
[23:20:53 INFO] Video frame video_short01_003117: 1 dets, valid=True
|
|
[23:20:53 INFO] Video batch 1200: frame 4800/7500 (64%)
|
|
[23:20:53 INFO] Video batch 1200: 3 detections from postprocess
|
|
[23:20:53 INFO] Video frame video_short01_003119: 3 dets, valid=True
|
|
[23:20:53 INFO] Video batch 1201: frame 4804/7500 (64%)
|
|
[23:20:53 INFO] Video batch 1201: 2 detections from postprocess
|
|
[23:20:53 INFO] Video frame video_short01_003121: 2 dets, valid=True
|
|
[23:20:53 INFO] Video batch 1202: frame 4808/7500 (64%)
|
|
[23:20:54 INFO] Video batch 1202: 2 detections from postprocess
|
|
[23:20:54 INFO] Video frame video_short01_003122: 2 dets, valid=True
|
|
[23:20:54 INFO] Video batch 1203: frame 4812/7500 (64%)
|
|
[23:20:54 INFO] Video batch 1203: 3 detections from postprocess
|
|
[23:20:54 INFO] Video frame video_short01_003124: 3 dets, valid=True
|
|
[23:20:54 INFO] Video batch 1204: frame 4816/7500 (64%)
|
|
[23:20:54 INFO] Video batch 1204: 3 detections from postprocess
|
|
[23:20:54 INFO] Video frame video_short01_003125: 3 dets, valid=True
|
|
[23:20:54 INFO] Video batch 1205: frame 4820/7500 (64%)
|
|
[23:20:54 INFO] Video batch 1205: 2 detections from postprocess
|
|
[23:20:54 INFO] Video frame video_short01_003127: 2 dets, valid=True
|
|
[23:20:54 INFO] Video batch 1206: frame 4824/7500 (64%)
|
|
[23:20:54 INFO] Video batch 1206: 2 detections from postprocess
|
|
[23:20:54 INFO] Video frame video_short01_003129: 2 dets, valid=True
|
|
[23:20:54 INFO] Video batch 1207: frame 4828/7500 (64%)
|
|
[23:20:54 INFO] Video batch 1207: 2 detections from postprocess
|
|
[23:20:54 INFO] Video frame video_short01_003130: 2 dets, valid=True
|
|
[23:20:54 INFO] Video batch 1208: frame 4832/7500 (64%)
|
|
[23:20:54 INFO] Video batch 1208: 3 detections from postprocess
|
|
[23:20:54 INFO] Video frame video_short01_003132: 3 dets, valid=True
|
|
[23:20:54 INFO] Video batch 1209: frame 4836/7500 (64%)
|
|
[23:20:54 INFO] Video batch 1209: 2 detections from postprocess
|
|
[23:20:54 INFO] Video frame video_short01_003133: 2 dets, valid=True
|
|
[23:20:54 INFO] Video batch 1210: frame 4840/7500 (64%)
|
|
[23:20:54 INFO] Video batch 1210: 2 detections from postprocess
|
|
[23:20:54 INFO] Video frame video_short01_003135: 2 dets, valid=True
|
|
[23:20:54 INFO] Video batch 1211: frame 4844/7500 (64%)
|
|
[23:20:54 INFO] Video batch 1211: 2 detections from postprocess
|
|
[23:20:54 INFO] Video frame video_short01_003137: 2 dets, valid=True
|
|
[23:20:54 INFO] Video batch 1212: frame 4848/7500 (64%)
|
|
[23:20:55 INFO] Video batch 1212: 2 detections from postprocess
|
|
[23:20:55 INFO] Video frame video_short01_003138: 2 dets, valid=True
|
|
[23:20:55 INFO] Video batch 1213: frame 4852/7500 (64%)
|
|
[23:20:55 INFO] Video batch 1213: 2 detections from postprocess
|
|
[23:20:55 INFO] Video frame video_short01_003140: 2 dets, valid=True
|
|
[23:20:55 INFO] Video batch 1214: frame 4856/7500 (64%)
|
|
[23:20:55 INFO] Video batch 1214: 2 detections from postprocess
|
|
[23:20:55 INFO] Video frame video_short01_003141: 2 dets, valid=True
|
|
[23:20:55 INFO] Video batch 1215: frame 4860/7500 (64%)
|
|
[23:20:55 INFO] Video batch 1215: 2 detections from postprocess
|
|
[23:20:55 INFO] Video frame video_short01_003143: 2 dets, valid=True
|
|
[23:20:55 INFO] Video batch 1216: frame 4864/7500 (64%)
|
|
[23:20:55 INFO] Video batch 1216: 2 detections from postprocess
|
|
[23:20:55 INFO] Video frame video_short01_003145: 2 dets, valid=True
|
|
[23:20:55 INFO] Video batch 1217: frame 4868/7500 (64%)
|
|
[23:20:55 INFO] Video batch 1217: 1 detections from postprocess
|
|
[23:20:55 INFO] Video frame video_short01_003146: 1 dets, valid=True
|
|
[23:20:55 INFO] Video batch 1218: frame 4872/7500 (64%)
|
|
[23:20:55 INFO] Video batch 1218: 2 detections from postprocess
|
|
[23:20:55 INFO] Video frame video_short01_003148: 2 dets, valid=True
|
|
[23:20:55 INFO] Video batch 1219: frame 4876/7500 (65%)
|
|
[23:20:55 INFO] Video batch 1219: 2 detections from postprocess
|
|
[23:20:55 INFO] Video frame video_short01_003150: 2 dets, valid=True
|
|
[23:20:55 INFO] Video batch 1220: frame 4880/7500 (65%)
|
|
[23:20:55 INFO] Video batch 1220: 2 detections from postprocess
|
|
[23:20:55 INFO] Video frame video_short01_003151: 2 dets, valid=True
|
|
[23:20:55 INFO] Video batch 1221: frame 4884/7500 (65%)
|
|
[23:20:55 INFO] Video batch 1221: 2 detections from postprocess
|
|
[23:20:55 INFO] Video frame video_short01_003153: 2 dets, valid=True
|
|
[23:20:55 INFO] Video batch 1222: frame 4888/7500 (65%)
|
|
[23:20:56 INFO] Video batch 1222: 1 detections from postprocess
|
|
[23:20:56 INFO] Video frame video_short01_003154: 1 dets, valid=True
|
|
[23:20:56 INFO] Video batch 1223: frame 4892/7500 (65%)
|
|
[23:20:56 INFO] Video batch 1223: 1 detections from postprocess
|
|
[23:20:56 INFO] Video frame video_short01_003156: 1 dets, valid=True
|
|
[23:20:56 INFO] Video batch 1224: frame 4896/7500 (65%)
|
|
[23:20:56 INFO] Video batch 1224: 1 detections from postprocess
|
|
[23:20:56 INFO] Video frame video_short01_003157: 1 dets, valid=True
|
|
[23:20:56 INFO] Video batch 1225: frame 4900/7500 (65%)
|
|
[23:20:56 INFO] Video batch 1225: 1 detections from postprocess
|
|
[23:20:56 INFO] Video frame video_short01_003159: 1 dets, valid=True
|
|
[23:20:56 INFO] Video batch 1226: frame 4904/7500 (65%)
|
|
[23:20:56 INFO] Video batch 1226: 1 detections from postprocess
|
|
[23:20:56 INFO] Video frame video_short01_003161: 1 dets, valid=True
|
|
[23:20:56 INFO] Video batch 1227: frame 4908/7500 (65%)
|
|
[23:20:56 INFO] Video batch 1227: 1 detections from postprocess
|
|
[23:20:56 INFO] Video frame video_short01_003162: 1 dets, valid=True
|
|
[23:20:56 INFO] Video batch 1228: frame 4912/7500 (65%)
|
|
[23:20:56 INFO] Video batch 1228: 1 detections from postprocess
|
|
[23:20:56 INFO] Video frame video_short01_003164: 1 dets, valid=True
|
|
[23:20:56 INFO] Video batch 1229: frame 4916/7500 (65%)
|
|
[23:20:56 INFO] Video batch 1229: 1 detections from postprocess
|
|
[23:20:56 INFO] Video frame video_short01_003165: 1 dets, valid=True
|
|
[23:20:56 INFO] Video batch 1230: frame 4920/7500 (65%)
|
|
[23:20:56 INFO] Video batch 1230: 1 detections from postprocess
|
|
[23:20:56 INFO] Video frame video_short01_003167: 1 dets, valid=True
|
|
[23:20:56 INFO] Video batch 1231: frame 4924/7500 (65%)
|
|
[23:20:56 INFO] Video batch 1231: 1 detections from postprocess
|
|
[23:20:56 INFO] Video frame video_short01_003169: 1 dets, valid=True
|
|
[23:20:56 INFO] Video batch 1232: frame 4928/7500 (65%)
|
|
[23:20:57 INFO] Video batch 1232: 1 detections from postprocess
|
|
[23:20:57 INFO] Video frame video_short01_003170: 1 dets, valid=True
|
|
[23:20:57 INFO] Video batch 1233: frame 4932/7500 (65%)
|
|
[23:20:57 INFO] Video batch 1233: 1 detections from postprocess
|
|
[23:20:57 INFO] Video frame video_short01_003172: 1 dets, valid=True
|
|
[23:20:57 INFO] Video batch 1234: frame 4936/7500 (65%)
|
|
[23:20:57 INFO] Video batch 1234: 2 detections from postprocess
|
|
[23:20:57 INFO] Video frame video_short01_003173: 2 dets, valid=True
|
|
[23:20:57 INFO] Video batch 1235: frame 4940/7500 (65%)
|
|
[23:20:57 INFO] Video batch 1235: 2 detections from postprocess
|
|
[23:20:57 INFO] Video frame video_short01_003175: 2 dets, valid=True
|
|
[23:20:57 INFO] Video batch 1236: frame 4944/7500 (65%)
|
|
[23:20:57 INFO] Video batch 1236: 2 detections from postprocess
|
|
[23:20:57 INFO] Video frame video_short01_003177: 2 dets, valid=True
|
|
[23:20:57 INFO] Video batch 1237: frame 4948/7500 (65%)
|
|
[23:20:57 INFO] Video batch 1237: 2 detections from postprocess
|
|
[23:20:57 INFO] Video frame video_short01_003178: 2 dets, valid=True
|
|
[23:20:57 INFO] Video batch 1238: frame 4952/7500 (66%)
|
|
[23:20:57 INFO] Video batch 1238: 2 detections from postprocess
|
|
[23:20:57 INFO] Video frame video_short01_003180: 2 dets, valid=True
|
|
[23:20:57 INFO] Video batch 1239: frame 4956/7500 (66%)
|
|
[23:20:57 INFO] Video batch 1239: 1 detections from postprocess
|
|
[23:20:57 INFO] Video frame video_short01_003181: 1 dets, valid=True
|
|
[23:20:57 INFO] Video batch 1240: frame 4960/7500 (66%)
|
|
[23:20:57 INFO] Video batch 1240: 1 detections from postprocess
|
|
[23:20:57 INFO] Video frame video_short01_003183: 1 dets, valid=True
|
|
[23:20:57 INFO] Video batch 1241: frame 4964/7500 (66%)
|
|
[23:20:57 INFO] Video batch 1241: 2 detections from postprocess
|
|
[23:20:57 INFO] Video frame video_short01_003185: 2 dets, valid=True
|
|
[23:20:57 INFO] Video batch 1242: frame 4968/7500 (66%)
|
|
[23:20:58 INFO] Video batch 1242: 1 detections from postprocess
|
|
[23:20:58 INFO] Video frame video_short01_003186: 1 dets, valid=True
|
|
[23:20:58 INFO] Video batch 1243: frame 4972/7500 (66%)
|
|
[23:20:58 INFO] Video batch 1243: 1 detections from postprocess
|
|
[23:20:58 INFO] Video frame video_short01_003188: 1 dets, valid=True
|
|
[23:20:58 INFO] Video batch 1244: frame 4976/7500 (66%)
|
|
[23:20:58 INFO] Video batch 1244: 1 detections from postprocess
|
|
[23:20:58 INFO] Video frame video_short01_003190: 1 dets, valid=True
|
|
[23:20:58 INFO] Video batch 1245: frame 4980/7500 (66%)
|
|
[23:20:58 INFO] Video batch 1245: 1 detections from postprocess
|
|
[23:20:58 INFO] Video frame video_short01_003191: 1 dets, valid=True
|
|
[23:20:58 INFO] Video batch 1246: frame 4984/7500 (66%)
|
|
[23:20:58 INFO] Video batch 1246: 1 detections from postprocess
|
|
[23:20:58 INFO] Video frame video_short01_003193: 1 dets, valid=True
|
|
[23:20:58 INFO] Video batch 1247: frame 4988/7500 (66%)
|
|
[23:20:58 INFO] Video batch 1247: 1 detections from postprocess
|
|
[23:20:58 INFO] Video frame video_short01_003194: 1 dets, valid=True
|
|
[23:20:58 INFO] Video batch 1248: frame 4992/7500 (66%)
|
|
[23:20:58 INFO] Video batch 1248: 1 detections from postprocess
|
|
[23:20:58 INFO] Video frame video_short01_003196: 1 dets, valid=True
|
|
[23:20:58 INFO] Video batch 1249: frame 4996/7500 (66%)
|
|
[23:20:58 INFO] Video batch 1249: 1 detections from postprocess
|
|
[23:20:58 INFO] Video frame video_short01_003197: 1 dets, valid=True
|
|
[23:20:58 INFO] Video batch 1250: frame 5000/7500 (66%)
|
|
[23:20:58 INFO] Video batch 1250: 2 detections from postprocess
|
|
[23:20:58 INFO] Video frame video_short01_003199: 2 dets, valid=True
|
|
[23:20:58 INFO] Video batch 1251: frame 5004/7500 (66%)
|
|
[23:20:58 INFO] Video batch 1251: 2 detections from postprocess
|
|
[23:20:58 INFO] Video frame video_short01_003201: 2 dets, valid=True
|
|
[23:20:58 INFO] Video batch 1252: frame 5008/7500 (66%)
|
|
[23:20:59 INFO] Video batch 1252: 2 detections from postprocess
|
|
[23:20:59 INFO] Video frame video_short01_003202: 2 dets, valid=True
|
|
[23:20:59 INFO] Video batch 1253: frame 5012/7500 (66%)
|
|
[23:20:59 INFO] Video batch 1254: frame 5016/7500 (66%)
|
|
[23:20:59 INFO] Video batch 1255: frame 5020/7500 (66%)
|
|
[23:20:59 INFO] Video batch 1255: 1 detections from postprocess
|
|
[23:20:59 INFO] Video frame video_short01_003207: 1 dets, valid=True
|
|
[23:20:59 INFO] Video batch 1256: frame 5024/7500 (66%)
|
|
[23:20:59 INFO] Video batch 1257: frame 5028/7500 (67%)
|
|
[23:20:59 INFO] Video batch 1257: 1 detections from postprocess
|
|
[23:20:59 INFO] Video frame video_short01_003210: 1 dets, valid=True
|
|
[23:20:59 INFO] Video batch 1258: frame 5032/7500 (67%)
|
|
[23:20:59 INFO] Video batch 1258: 1 detections from postprocess
|
|
[23:20:59 INFO] Video frame video_short01_003212: 1 dets, valid=True
|
|
[23:20:59 INFO] Video batch 1259: frame 5036/7500 (67%)
|
|
[23:20:59 INFO] Video batch 1259: 1 detections from postprocess
|
|
[23:20:59 INFO] Video frame video_short01_003213: 1 dets, valid=True
|
|
[23:20:59 INFO] Video batch 1260: frame 5040/7500 (67%)
|
|
[23:20:59 INFO] Video batch 1260: 1 detections from postprocess
|
|
[23:20:59 INFO] Video frame video_short01_003215: 1 dets, valid=True
|
|
[23:20:59 INFO] Video batch 1261: frame 5044/7500 (67%)
|
|
[23:20:59 INFO] Video batch 1262: frame 5048/7500 (67%)
|
|
[23:20:59 INFO] Video batch 1262: 1 detections from postprocess
|
|
[23:20:59 INFO] Video frame video_short01_003218: 1 dets, valid=True
|
|
[23:20:59 INFO] Video batch 1263: frame 5052/7500 (67%)
|
|
[23:21:00 INFO] Video batch 1263: 1 detections from postprocess
|
|
[23:21:00 INFO] Video frame video_short01_003220: 1 dets, valid=True
|
|
[23:21:00 INFO] Video batch 1264: frame 5056/7500 (67%)
|
|
[23:21:00 INFO] Video batch 1265: frame 5060/7500 (67%)
|
|
[23:21:00 INFO] Video batch 1266: frame 5064/7500 (67%)
|
|
[23:21:00 INFO] Video batch 1267: frame 5068/7500 (67%)
|
|
[23:21:00 INFO] Video batch 1267: 1 detections from postprocess
|
|
[23:21:00 INFO] Video frame video_short01_003226: 1 dets, valid=True
|
|
[23:21:00 INFO] Video batch 1268: frame 5072/7500 (67%)
|
|
[23:21:00 INFO] Video batch 1268: 1 detections from postprocess
|
|
[23:21:00 INFO] Video frame video_short01_003228: 1 dets, valid=True
|
|
[23:21:00 INFO] Video batch 1269: frame 5076/7500 (67%)
|
|
[23:21:00 INFO] Video batch 1269: 1 detections from postprocess
|
|
[23:21:00 INFO] Video frame video_short01_003230: 1 dets, valid=True
|
|
[23:21:00 INFO] Video batch 1270: frame 5080/7500 (67%)
|
|
[23:21:00 INFO] Video batch 1271: frame 5084/7500 (67%)
|
|
[23:21:00 INFO] Video batch 1271: 1 detections from postprocess
|
|
[23:21:00 INFO] Video frame video_short01_003233: 1 dets, valid=True
|
|
[23:21:00 INFO] Video batch 1272: frame 5088/7500 (67%)
|
|
[23:21:00 INFO] Video batch 1272: 1 detections from postprocess
|
|
[23:21:00 INFO] Video frame video_short01_003234: 1 dets, valid=True
|
|
[23:21:00 INFO] Video batch 1273: frame 5092/7500 (67%)
|
|
[23:21:00 INFO] Video batch 1273: 1 detections from postprocess
|
|
[23:21:00 INFO] Video frame video_short01_003236: 1 dets, valid=True
|
|
[23:21:01 INFO] Video batch 1274: frame 5096/7500 (67%)
|
|
[23:21:01 INFO] Video batch 1274: 1 detections from postprocess
|
|
[23:21:01 INFO] Video frame video_short01_003237: 1 dets, valid=True
|
|
[23:21:01 INFO] Video batch 1275: frame 5100/7500 (68%)
|
|
[23:21:01 INFO] Video batch 1275: 1 detections from postprocess
|
|
[23:21:01 INFO] Video frame video_short01_003239: 1 dets, valid=True
|
|
[23:21:01 INFO] Video batch 1276: frame 5104/7500 (68%)
|
|
[23:21:01 INFO] Video batch 1277: frame 5108/7500 (68%)
|
|
[23:21:01 INFO] Video batch 1278: frame 5112/7500 (68%)
|
|
[23:21:01 INFO] Video batch 1279: frame 5116/7500 (68%)
|
|
[23:21:01 INFO] Video batch 1280: frame 5120/7500 (68%)
|
|
[23:21:01 INFO] Video batch 1281: frame 5124/7500 (68%)
|
|
[23:21:01 INFO] Video batch 1282: frame 5128/7500 (68%)
|
|
[23:21:01 INFO] Video batch 1283: frame 5132/7500 (68%)
|
|
[23:21:02 INFO] Video batch 1284: frame 5136/7500 (68%)
|
|
[23:21:02 INFO] Video batch 1285: frame 5140/7500 (68%)
|
|
[23:21:02 INFO] Video batch 1286: frame 5144/7500 (68%)
|
|
[23:21:02 INFO] Video batch 1287: frame 5148/7500 (68%)
|
|
[23:21:02 INFO] Video batch 1288: frame 5152/7500 (68%)
|
|
[23:21:02 INFO] Video batch 1289: frame 5156/7500 (68%)
|
|
[23:21:02 INFO] Video batch 1290: frame 5160/7500 (68%)
|
|
[23:21:02 INFO] Video batch 1291: frame 5164/7500 (68%)
|
|
[23:21:02 INFO] Video batch 1292: frame 5168/7500 (68%)
|
|
[23:21:02 INFO] Video batch 1293: frame 5172/7500 (68%)
|
|
[23:21:03 INFO] Video batch 1294: frame 5176/7500 (69%)
|
|
[23:21:03 INFO] Video batch 1295: frame 5180/7500 (69%)
|
|
[23:21:03 INFO] Video batch 1296: frame 5184/7500 (69%)
|
|
[23:21:03 INFO] Video batch 1296: 1 detections from postprocess
|
|
[23:21:03 INFO] Video frame video_short01_003273: 1 dets, valid=True
|
|
[23:21:03 INFO] Video batch 1297: frame 5188/7500 (69%)
|
|
[23:21:03 INFO] Video batch 1298: frame 5192/7500 (69%)
|
|
[23:21:03 INFO] Video batch 1299: frame 5196/7500 (69%)
|
|
[23:21:03 INFO] Video batch 1300: frame 5200/7500 (69%)
|
|
[23:21:03 INFO] Video batch 1301: frame 5204/7500 (69%)
|
|
[23:21:03 INFO] Video batch 1302: frame 5208/7500 (69%)
|
|
[23:21:03 INFO] Video batch 1303: frame 5212/7500 (69%)
|
|
[23:21:03 INFO] Video batch 1304: frame 5216/7500 (69%)
|
|
[23:21:04 INFO] Video batch 1305: frame 5220/7500 (69%)
|
|
[23:21:04 INFO] Video batch 1306: frame 5224/7500 (69%)
|
|
[23:21:04 INFO] Video batch 1307: frame 5228/7500 (69%)
|
|
[23:21:04 INFO] Video batch 1308: frame 5232/7500 (69%)
|
|
[23:21:04 INFO] Video batch 1309: frame 5236/7500 (69%)
|
|
[23:21:04 INFO] Video batch 1310: frame 5240/7500 (69%)
|
|
[23:21:04 INFO] Video batch 1311: frame 5244/7500 (69%)
|
|
[23:21:04 INFO] Video batch 1312: frame 5248/7500 (69%)
|
|
[23:21:04 INFO] Video batch 1313: frame 5252/7500 (70%)
|
|
[23:21:04 INFO] Video batch 1314: frame 5256/7500 (70%)
|
|
[23:21:04 INFO] Video batch 1315: frame 5260/7500 (70%)
|
|
[23:21:04 INFO] Video batch 1316: frame 5264/7500 (70%)
|
|
[23:21:05 INFO] Video batch 1317: frame 5268/7500 (70%)
|
|
[23:21:05 INFO] Video batch 1318: frame 5272/7500 (70%)
|
|
[23:21:05 INFO] Video batch 1319: frame 5276/7500 (70%)
|
|
[23:21:05 INFO] Video batch 1320: frame 5280/7500 (70%)
|
|
[23:21:05 INFO] Video batch 1321: frame 5284/7500 (70%)
|
|
[23:21:05 INFO] Video batch 1322: frame 5288/7500 (70%)
|
|
[23:21:05 INFO] Video batch 1323: frame 5292/7500 (70%)
|
|
[23:21:05 INFO] Video batch 1324: frame 5296/7500 (70%)
|
|
[23:21:05 INFO] Video batch 1325: frame 5300/7500 (70%)
|
|
[23:21:05 INFO] Video batch 1326: frame 5304/7500 (70%)
|
|
[23:21:05 INFO] Video batch 1327: frame 5308/7500 (70%)
|
|
[23:21:05 INFO] Video batch 1328: frame 5312/7500 (70%)
|
|
[23:21:06 INFO] Video batch 1329: frame 5316/7500 (70%)
|
|
[23:21:06 INFO] Video batch 1330: frame 5320/7500 (70%)
|
|
[23:21:06 INFO] Video batch 1331: frame 5324/7500 (70%)
|
|
[23:21:06 INFO] Video batch 1332: frame 5328/7500 (71%)
|
|
[23:21:06 INFO] Video batch 1333: frame 5332/7500 (71%)
|
|
[23:21:06 INFO] Video batch 1334: frame 5336/7500 (71%)
|
|
[23:21:06 INFO] Video batch 1335: frame 5340/7500 (71%)
|
|
[23:21:06 INFO] Video batch 1336: frame 5344/7500 (71%)
|
|
[23:21:06 INFO] Video batch 1337: frame 5348/7500 (71%)
|
|
[23:21:06 INFO] Video batch 1338: frame 5352/7500 (71%)
|
|
[23:21:06 INFO] Video batch 1338: 1 detections from postprocess
|
|
[23:21:06 INFO] Video frame video_short01_003340: 1 dets, valid=True
|
|
[23:21:06 INFO] Video batch 1339: frame 5356/7500 (71%)
|
|
[23:21:07 INFO] Video batch 1339: 1 detections from postprocess
|
|
[23:21:07 INFO] Video frame video_short01_003341: 1 dets, valid=True
|
|
[23:21:07 INFO] Video batch 1340: frame 5360/7500 (71%)
|
|
[23:21:07 INFO] Video batch 1340: 1 detections from postprocess
|
|
[23:21:07 INFO] Video frame video_short01_003343: 1 dets, valid=True
|
|
[23:21:07 INFO] Video batch 1341: frame 5364/7500 (71%)
|
|
[23:21:07 INFO] Video batch 1341: 1 detections from postprocess
|
|
[23:21:07 INFO] Video frame video_short01_003345: 1 dets, valid=True
|
|
[23:21:07 INFO] Video batch 1342: frame 5368/7500 (71%)
|
|
[23:21:07 INFO] Video batch 1343: frame 5372/7500 (71%)
|
|
[23:21:07 INFO] Video batch 1344: frame 5376/7500 (71%)
|
|
[23:21:07 INFO] Video batch 1345: frame 5380/7500 (71%)
|
|
[23:21:07 INFO] Video batch 1346: frame 5384/7500 (71%)
|
|
[23:21:07 INFO] Video batch 1347: frame 5388/7500 (71%)
|
|
[23:21:07 INFO] Video batch 1348: frame 5392/7500 (71%)
|
|
[23:21:07 INFO] Video batch 1349: frame 5396/7500 (71%)
|
|
[23:21:08 INFO] Video batch 1350: frame 5400/7500 (72%)
|
|
[23:21:08 INFO] Video batch 1351: frame 5404/7500 (72%)
|
|
[23:21:08 INFO] Video batch 1352: frame 5408/7500 (72%)
|
|
[23:21:08 INFO] Video batch 1353: frame 5412/7500 (72%)
|
|
[23:21:08 INFO] Video batch 1354: frame 5416/7500 (72%)
|
|
[23:21:08 INFO] Video batch 1355: frame 5420/7500 (72%)
|
|
[23:21:08 INFO] Video batch 1356: frame 5424/7500 (72%)
|
|
[23:21:08 INFO] Video batch 1357: frame 5428/7500 (72%)
|
|
[23:21:08 INFO] Video batch 1358: frame 5432/7500 (72%)
|
|
[23:21:08 INFO] Video batch 1359: frame 5436/7500 (72%)
|
|
[23:21:08 INFO] Video batch 1360: frame 5440/7500 (72%)
|
|
[23:21:08 INFO] Video batch 1361: frame 5444/7500 (72%)
|
|
[23:21:09 INFO] Video batch 1362: frame 5448/7500 (72%)
|
|
[23:21:09 INFO] Video batch 1363: frame 5452/7500 (72%)
|
|
[23:21:09 INFO] Video batch 1364: frame 5456/7500 (72%)
|
|
[23:21:09 INFO] Video batch 1365: frame 5460/7500 (72%)
|
|
[23:21:09 INFO] Video batch 1366: frame 5464/7500 (72%)
|
|
[23:21:09 INFO] Video batch 1367: frame 5468/7500 (72%)
|
|
[23:21:09 INFO] Video batch 1368: frame 5472/7500 (72%)
|
|
[23:21:09 INFO] Video batch 1369: frame 5476/7500 (73%)
|
|
[23:21:09 INFO] Video batch 1370: frame 5480/7500 (73%)
|
|
[23:21:09 INFO] Video batch 1371: frame 5484/7500 (73%)
|
|
[23:21:09 INFO] Video batch 1372: frame 5488/7500 (73%)
|
|
[23:21:10 INFO] Video batch 1373: frame 5492/7500 (73%)
|
|
[23:21:10 INFO] Video batch 1373: 1 detections from postprocess
|
|
[23:21:10 INFO] Video frame video_short01_003396: 1 dets, valid=True
|
|
[23:21:10 INFO] Video batch 1374: frame 5496/7500 (73%)
|
|
[23:21:10 INFO] Video batch 1374: 1 detections from postprocess
|
|
[23:21:10 INFO] Video frame video_short01_003397: 1 dets, valid=True
|
|
[23:21:10 INFO] Video batch 1375: frame 5500/7500 (73%)
|
|
[23:21:10 INFO] Video batch 1376: frame 5504/7500 (73%)
|
|
[23:21:10 INFO] Video batch 1377: frame 5508/7500 (73%)
|
|
[23:21:10 INFO] Video batch 1378: frame 5512/7500 (73%)
|
|
[23:21:10 INFO] Video batch 1379: frame 5516/7500 (73%)
|
|
[23:21:10 INFO] Video batch 1380: frame 5520/7500 (73%)
|
|
[23:21:10 INFO] Video batch 1381: frame 5524/7500 (73%)
|
|
[23:21:10 INFO] Video batch 1382: frame 5528/7500 (73%)
|
|
[23:21:10 INFO] Video batch 1383: frame 5532/7500 (73%)
|
|
[23:21:11 INFO] Video batch 1384: frame 5536/7500 (73%)
|
|
[23:21:11 INFO] Video batch 1385: frame 5540/7500 (73%)
|
|
[23:21:11 INFO] Video batch 1386: frame 5544/7500 (73%)
|
|
[23:21:11 INFO] Video batch 1387: frame 5548/7500 (73%)
|
|
[23:21:11 INFO] Video batch 1387: 1 detections from postprocess
|
|
[23:21:11 INFO] Video frame video_short01_003418: 1 dets, valid=True
|
|
[23:21:11 INFO] Video batch 1388: frame 5552/7500 (74%)
|
|
[23:21:11 INFO] Video batch 1389: frame 5556/7500 (74%)
|
|
[23:21:11 INFO] Video batch 1389: 1 detections from postprocess
|
|
[23:21:11 INFO] Video frame video_short01_003421: 1 dets, valid=True
|
|
[23:21:11 INFO] Video batch 1390: frame 5560/7500 (74%)
|
|
[23:21:11 INFO] Video batch 1391: frame 5564/7500 (74%)
|
|
[23:21:11 INFO] Video batch 1391: 1 detections from postprocess
|
|
[23:21:11 INFO] Video frame video_short01_003425: 1 dets, valid=True
|
|
[23:21:11 INFO] Video batch 1392: frame 5568/7500 (74%)
|
|
[23:21:11 INFO] Video batch 1393: frame 5572/7500 (74%)
|
|
[23:21:11 INFO] Video batch 1394: frame 5576/7500 (74%)
|
|
[23:21:12 INFO] Video batch 1395: frame 5580/7500 (74%)
|
|
[23:21:12 INFO] Video batch 1396: frame 5584/7500 (74%)
|
|
[23:21:12 INFO] Video batch 1397: frame 5588/7500 (74%)
|
|
[23:21:12 INFO] Video batch 1398: frame 5592/7500 (74%)
|
|
[23:21:12 INFO] Video batch 1399: frame 5596/7500 (74%)
|
|
[23:21:12 INFO] Video batch 1400: frame 5600/7500 (74%)
|
|
[23:21:12 INFO] Video batch 1401: frame 5604/7500 (74%)
|
|
[23:21:12 INFO] Video batch 1402: frame 5608/7500 (74%)
|
|
[23:21:12 INFO] Video batch 1403: frame 5612/7500 (74%)
|
|
[23:21:12 INFO] Video batch 1404: frame 5616/7500 (74%)
|
|
[23:21:12 INFO] Video batch 1405: frame 5620/7500 (74%)
|
|
[23:21:12 INFO] Video batch 1406: frame 5624/7500 (74%)
|
|
[23:21:13 INFO] Video batch 1407: frame 5628/7500 (75%)
|
|
[23:21:13 INFO] Video batch 1408: frame 5632/7500 (75%)
|
|
[23:21:13 INFO] Video batch 1409: frame 5636/7500 (75%)
|
|
[23:21:13 INFO] Video batch 1410: frame 5640/7500 (75%)
|
|
[23:21:13 INFO] Video batch 1411: frame 5644/7500 (75%)
|
|
[23:21:13 INFO] Video batch 1412: frame 5648/7500 (75%)
|
|
[23:21:13 INFO] Video batch 1413: frame 5652/7500 (75%)
|
|
[23:21:13 INFO] Video batch 1414: frame 5656/7500 (75%)
|
|
[23:21:13 INFO] Video batch 1415: frame 5660/7500 (75%)
|
|
[23:21:13 INFO] Video batch 1416: frame 5664/7500 (75%)
|
|
[23:21:13 INFO] Video batch 1417: frame 5668/7500 (75%)
|
|
[23:21:14 INFO] Video batch 1418: frame 5672/7500 (75%)
|
|
[23:21:14 INFO] Video batch 1419: frame 5676/7500 (75%)
|
|
[23:21:14 INFO] Video batch 1420: frame 5680/7500 (75%)
|
|
[23:21:14 INFO] Video batch 1421: frame 5684/7500 (75%)
|
|
[23:21:14 INFO] Video batch 1422: frame 5688/7500 (75%)
|
|
[23:21:14 INFO] Video batch 1423: frame 5692/7500 (75%)
|
|
[23:21:14 INFO] Video batch 1424: frame 5696/7500 (75%)
|
|
[23:21:14 INFO] Video batch 1425: frame 5700/7500 (76%)
|
|
[23:21:14 INFO] Video batch 1426: frame 5704/7500 (76%)
|
|
[23:21:14 INFO] Video batch 1427: frame 5708/7500 (76%)
|
|
[23:21:14 INFO] Video batch 1428: frame 5712/7500 (76%)
|
|
[23:21:14 INFO] Video batch 1429: frame 5716/7500 (76%)
|
|
[23:21:15 INFO] Video batch 1430: frame 5720/7500 (76%)
|
|
[23:21:15 INFO] Video batch 1431: frame 5724/7500 (76%)
|
|
[23:21:15 INFO] Video batch 1432: frame 5728/7500 (76%)
|
|
[23:21:15 INFO] Video batch 1433: frame 5732/7500 (76%)
|
|
[23:21:15 INFO] Video batch 1434: frame 5736/7500 (76%)
|
|
[23:21:15 INFO] Video batch 1435: frame 5740/7500 (76%)
|
|
[23:21:15 INFO] Video batch 1436: frame 5744/7500 (76%)
|
|
[23:21:15 INFO] Video batch 1437: frame 5748/7500 (76%)
|
|
[23:21:15 INFO] Video batch 1438: frame 5752/7500 (76%)
|
|
[23:21:15 INFO] Video batch 1439: frame 5756/7500 (76%)
|
|
[23:21:15 INFO] Video batch 1440: frame 5760/7500 (76%)
|
|
[23:21:15 INFO] Video batch 1441: frame 5764/7500 (76%)
|
|
[23:21:16 INFO] Video batch 1442: frame 5768/7500 (76%)
|
|
[23:21:16 INFO] Video batch 1443: frame 5772/7500 (76%)
|
|
[23:21:16 INFO] Video batch 1444: frame 5776/7500 (77%)
|
|
[23:21:16 INFO] Video batch 1445: frame 5780/7500 (77%)
|
|
[23:21:16 INFO] Video batch 1446: frame 5784/7500 (77%)
|
|
[23:21:16 INFO] Video batch 1447: frame 5788/7500 (77%)
|
|
[23:21:16 INFO] Video batch 1448: frame 5792/7500 (77%)
|
|
[23:21:16 INFO] Video batch 1449: frame 5796/7500 (77%)
|
|
[23:21:16 INFO] Video batch 1450: frame 5800/7500 (77%)
|
|
[23:21:16 INFO] Video batch 1451: frame 5804/7500 (77%)
|
|
[23:21:16 INFO] Video batch 1452: frame 5808/7500 (77%)
|
|
[23:21:16 INFO] Video batch 1453: frame 5812/7500 (77%)
|
|
[23:21:17 INFO] Video batch 1454: frame 5816/7500 (77%)
|
|
[23:21:17 INFO] Video batch 1455: frame 5820/7500 (77%)
|
|
[23:21:17 INFO] Video batch 1456: frame 5824/7500 (77%)
|
|
[23:21:17 INFO] Video batch 1457: frame 5828/7500 (77%)
|
|
[23:21:17 INFO] Video batch 1458: frame 5832/7500 (77%)
|
|
[23:21:17 INFO] Video batch 1458: 1 detections from postprocess
|
|
[23:21:17 INFO] Video frame video_short01_003532: 1 dets, valid=True
|
|
[23:21:17 INFO] Video batch 1459: frame 5836/7500 (77%)
|
|
[23:21:17 INFO] Video batch 1459: 1 detections from postprocess
|
|
[23:21:17 INFO] Video frame video_short01_003533: 1 dets, valid=True
|
|
[23:21:17 INFO] Video batch 1460: frame 5840/7500 (77%)
|
|
[23:21:17 INFO] Video batch 1461: frame 5844/7500 (77%)
|
|
[23:21:17 INFO] Video batch 1462: frame 5848/7500 (77%)
|
|
[23:21:17 INFO] Video batch 1463: frame 5852/7500 (78%)
|
|
[23:21:17 INFO] Video batch 1464: frame 5856/7500 (78%)
|
|
[23:21:17 INFO] Video batch 1465: frame 5860/7500 (78%)
|
|
[23:21:18 INFO] Video batch 1466: frame 5864/7500 (78%)
|
|
[23:21:18 INFO] Video batch 1467: frame 5868/7500 (78%)
|
|
[23:21:18 INFO] Video batch 1468: frame 5872/7500 (78%)
|
|
[23:21:18 INFO] Video batch 1469: frame 5876/7500 (78%)
|
|
[23:21:18 INFO] Video batch 1470: frame 5880/7500 (78%)
|
|
[23:21:18 INFO] Video batch 1471: frame 5884/7500 (78%)
|
|
[23:21:18 INFO] Video batch 1472: frame 5888/7500 (78%)
|
|
[23:21:18 INFO] Video batch 1473: frame 5892/7500 (78%)
|
|
[23:21:18 INFO] Video batch 1474: frame 5896/7500 (78%)
|
|
[23:21:18 INFO] Video batch 1475: frame 5900/7500 (78%)
|
|
[23:21:18 INFO] Video batch 1476: frame 5904/7500 (78%)
|
|
[23:21:18 INFO] Video batch 1477: frame 5908/7500 (78%)
|
|
[23:21:19 INFO] Video batch 1478: frame 5912/7500 (78%)
|
|
[23:21:19 INFO] Video batch 1479: frame 5916/7500 (78%)
|
|
[23:21:19 INFO] Video batch 1480: frame 5920/7500 (78%)
|
|
[23:21:19 INFO] Video batch 1481: frame 5924/7500 (78%)
|
|
[23:21:19 INFO] Video batch 1482: frame 5928/7500 (79%)
|
|
[23:21:19 INFO] Video batch 1483: frame 5932/7500 (79%)
|
|
[23:21:19 INFO] Video batch 1484: frame 5936/7500 (79%)
|
|
[23:21:19 INFO] Video batch 1485: frame 5940/7500 (79%)
|
|
[23:21:19 INFO] Video batch 1486: frame 5944/7500 (79%)
|
|
[23:21:19 INFO] Video batch 1487: frame 5948/7500 (79%)
|
|
[23:21:19 INFO] Video batch 1488: frame 5952/7500 (79%)
|
|
[23:21:19 INFO] Video batch 1489: frame 5956/7500 (79%)
|
|
[23:21:20 INFO] Video batch 1490: frame 5960/7500 (79%)
|
|
[23:21:20 INFO] Video batch 1491: frame 5964/7500 (79%)
|
|
[23:21:20 INFO] Video batch 1492: frame 5968/7500 (79%)
|
|
[23:21:20 INFO] Video batch 1493: frame 5972/7500 (79%)
|
|
[23:21:20 INFO] Video batch 1494: frame 5976/7500 (79%)
|
|
[23:21:20 INFO] Video batch 1495: frame 5980/7500 (79%)
|
|
[23:21:20 INFO] Video batch 1496: frame 5984/7500 (79%)
|
|
[23:21:20 INFO] Video batch 1497: frame 5988/7500 (79%)
|
|
[23:21:20 INFO] Video batch 1498: frame 5992/7500 (79%)
|
|
[23:21:20 INFO] Video batch 1499: frame 5996/7500 (79%)
|
|
[23:21:20 INFO] Video batch 1500: frame 6000/7500 (80%)
|
|
[23:21:20 INFO] Video batch 1501: frame 6004/7500 (80%)
|
|
[23:21:20 INFO] Video batch 1502: frame 6008/7500 (80%)
|
|
[23:21:21 INFO] Video batch 1503: frame 6012/7500 (80%)
|
|
[23:21:21 INFO] Video batch 1504: frame 6016/7500 (80%)
|
|
[23:21:21 INFO] Video batch 1505: frame 6020/7500 (80%)
|
|
[23:21:21 INFO] Video batch 1506: frame 6024/7500 (80%)
|
|
[23:21:21 INFO] Video batch 1507: frame 6028/7500 (80%)
|
|
[23:21:21 INFO] Video batch 1508: frame 6032/7500 (80%)
|
|
[23:21:21 INFO] Video batch 1509: frame 6036/7500 (80%)
|
|
[23:21:21 INFO] Video batch 1510: frame 6040/7500 (80%)
|
|
[23:21:21 INFO] Video batch 1510: 1 detections from postprocess
|
|
[23:21:21 INFO] Video frame video_short01_004015: 1 dets, valid=True
|
|
[23:21:21 INFO] Video batch 1511: frame 6044/7500 (80%)
|
|
[23:21:21 INFO] Video batch 1511: 1 detections from postprocess
|
|
[23:21:21 INFO] Video frame video_short01_004017: 1 dets, valid=True
|
|
[23:21:21 INFO] Video batch 1512: frame 6048/7500 (80%)
|
|
[23:21:21 INFO] Video batch 1512: 1 detections from postprocess
|
|
[23:21:21 INFO] Video frame video_short01_004018: 1 dets, valid=True
|
|
[23:21:21 INFO] Video batch 1513: frame 6052/7500 (80%)
|
|
[23:21:21 INFO] Video batch 1514: frame 6056/7500 (80%)
|
|
[23:21:22 INFO] Video batch 1514: 1 detections from postprocess
|
|
[23:21:22 INFO] Video frame video_short01_004021: 1 dets, valid=True
|
|
[23:21:22 INFO] Video batch 1515: frame 6060/7500 (80%)
|
|
[23:21:22 INFO] Video batch 1516: frame 6064/7500 (80%)
|
|
[23:21:22 INFO] Video batch 1517: frame 6068/7500 (80%)
|
|
[23:21:22 INFO] Video batch 1517: 1 detections from postprocess
|
|
[23:21:22 INFO] Video frame video_short01_004026: 1 dets, valid=True
|
|
[23:21:22 INFO] Video batch 1518: frame 6072/7500 (80%)
|
|
[23:21:22 INFO] Video batch 1518: 4 detections from postprocess
|
|
[23:21:22 INFO] Video frame video_short01_004028: 4 dets, valid=True
|
|
[23:21:22 INFO] Video batch 1519: frame 6076/7500 (81%)
|
|
[23:21:22 INFO] Video batch 1519: 4 detections from postprocess
|
|
[23:21:22 INFO] Video frame video_short01_004030: 4 dets, valid=True
|
|
[23:21:22 INFO] Video batch 1520: frame 6080/7500 (81%)
|
|
[23:21:22 INFO] Video batch 1520: 4 detections from postprocess
|
|
[23:21:22 INFO] Video frame video_short01_004031: 4 dets, valid=True
|
|
[23:21:22 INFO] Video batch 1521: frame 6084/7500 (81%)
|
|
[23:21:22 INFO] Video batch 1521: 4 detections from postprocess
|
|
[23:21:22 INFO] Video frame video_short01_004033: 4 dets, valid=True
|
|
[23:21:22 INFO] Video batch 1522: frame 6088/7500 (81%)
|
|
[23:21:22 INFO] Video batch 1522: 3 detections from postprocess
|
|
[23:21:22 INFO] Video frame video_short01_004034: 3 dets, valid=True
|
|
[23:21:22 INFO] Video batch 1523: frame 6092/7500 (81%)
|
|
[23:21:22 INFO] Video batch 1523: 3 detections from postprocess
|
|
[23:21:22 INFO] Video frame video_short01_004036: 3 dets, valid=True
|
|
[23:21:22 INFO] Video batch 1524: frame 6096/7500 (81%)
|
|
[23:21:22 INFO] Video batch 1524: 3 detections from postprocess
|
|
[23:21:22 INFO] Video frame video_short01_004037: 3 dets, valid=True
|
|
[23:21:22 INFO] Video batch 1525: frame 6100/7500 (81%)
|
|
[23:21:22 INFO] Video batch 1525: 4 detections from postprocess
|
|
[23:21:22 INFO] Video frame video_short01_004039: 4 dets, valid=True
|
|
[23:21:22 INFO] Video batch 1526: frame 6104/7500 (81%)
|
|
[23:21:23 INFO] Video batch 1526: 4 detections from postprocess
|
|
[23:21:23 INFO] Video frame video_short01_004041: 4 dets, valid=True
|
|
[23:21:23 INFO] Video batch 1527: frame 6108/7500 (81%)
|
|
[23:21:23 INFO] Video batch 1527: 4 detections from postprocess
|
|
[23:21:23 INFO] Video frame video_short01_004042: 4 dets, valid=True
|
|
[23:21:23 INFO] Video batch 1528: frame 6112/7500 (81%)
|
|
[23:21:23 INFO] Video batch 1528: 4 detections from postprocess
|
|
[23:21:23 INFO] Video frame video_short01_004044: 4 dets, valid=True
|
|
[23:21:23 INFO] Video batch 1529: frame 6116/7500 (81%)
|
|
[23:21:23 INFO] Video batch 1529: 4 detections from postprocess
|
|
[23:21:23 INFO] Video frame video_short01_004045: 4 dets, valid=True
|
|
[23:21:23 INFO] Video batch 1530: frame 6120/7500 (81%)
|
|
[23:21:23 INFO] Video batch 1530: 4 detections from postprocess
|
|
[23:21:23 INFO] Video frame video_short01_004047: 4 dets, valid=True
|
|
[23:21:23 INFO] Video batch 1531: frame 6124/7500 (81%)
|
|
[23:21:23 INFO] Video batch 1531: 3 detections from postprocess
|
|
[23:21:23 INFO] Video frame video_short01_004049: 3 dets, valid=True
|
|
[23:21:23 INFO] Video batch 1532: frame 6128/7500 (81%)
|
|
[23:21:23 INFO] Video batch 1532: 3 detections from postprocess
|
|
[23:21:23 INFO] Video frame video_short01_004050: 3 dets, valid=True
|
|
[23:21:23 INFO] Video batch 1533: frame 6132/7500 (81%)
|
|
[23:21:23 INFO] Video batch 1533: 3 detections from postprocess
|
|
[23:21:23 INFO] Video frame video_short01_004052: 3 dets, valid=True
|
|
[23:21:23 INFO] Video batch 1534: frame 6136/7500 (81%)
|
|
[23:21:23 INFO] Video batch 1534: 3 detections from postprocess
|
|
[23:21:23 INFO] Video frame video_short01_004053: 3 dets, valid=True
|
|
[23:21:23 INFO] Video batch 1535: frame 6140/7500 (81%)
|
|
[23:21:23 INFO] Video batch 1535: 3 detections from postprocess
|
|
[23:21:23 INFO] Video frame video_short01_004055: 3 dets, valid=True
|
|
[23:21:23 INFO] Video batch 1536: frame 6144/7500 (81%)
|
|
[23:21:23 INFO] Video batch 1536: 2 detections from postprocess
|
|
[23:21:23 INFO] Video frame video_short01_004057: 2 dets, valid=True
|
|
[23:21:23 INFO] Video batch 1537: frame 6148/7500 (81%)
|
|
[23:21:24 INFO] Video batch 1537: 3 detections from postprocess
|
|
[23:21:24 INFO] Video frame video_short01_004058: 3 dets, valid=True
|
|
[23:21:24 INFO] Video batch 1538: frame 6152/7500 (82%)
|
|
[23:21:24 INFO] Video batch 1538: 1 detections from postprocess
|
|
[23:21:24 INFO] Video frame video_short01_004060: 1 dets, valid=True
|
|
[23:21:24 INFO] Video batch 1539: frame 6156/7500 (82%)
|
|
[23:21:24 INFO] Video batch 1540: frame 6160/7500 (82%)
|
|
[23:21:24 INFO] Video batch 1541: frame 6164/7500 (82%)
|
|
[23:21:24 INFO] Video batch 1542: frame 6168/7500 (82%)
|
|
[23:21:24 INFO] Video batch 1543: frame 6172/7500 (82%)
|
|
[23:21:24 INFO] Video batch 1544: frame 6176/7500 (82%)
|
|
[23:21:24 INFO] Video batch 1545: frame 6180/7500 (82%)
|
|
[23:21:24 INFO] Video batch 1546: frame 6184/7500 (82%)
|
|
[23:21:24 INFO] Video batch 1547: frame 6188/7500 (82%)
|
|
[23:21:24 INFO] Video batch 1548: frame 6192/7500 (82%)
|
|
[23:21:24 INFO] Video batch 1549: frame 6196/7500 (82%)
|
|
[23:21:24 INFO] Video batch 1550: frame 6200/7500 (82%)
|
|
[23:21:25 INFO] Video batch 1551: frame 6204/7500 (82%)
|
|
[23:21:25 INFO] Video batch 1552: frame 6208/7500 (82%)
|
|
[23:21:25 INFO] Video batch 1553: frame 6212/7500 (82%)
|
|
[23:21:25 INFO] Video batch 1554: frame 6216/7500 (82%)
|
|
[23:21:25 INFO] Video batch 1555: frame 6220/7500 (82%)
|
|
[23:21:25 INFO] Video batch 1556: frame 6224/7500 (82%)
|
|
[23:21:25 INFO] Video batch 1557: frame 6228/7500 (83%)
|
|
[23:21:25 INFO] Video batch 1558: frame 6232/7500 (83%)
|
|
[23:21:25 INFO] Video batch 1559: frame 6236/7500 (83%)
|
|
[23:21:25 INFO] Video batch 1560: frame 6240/7500 (83%)
|
|
[23:21:25 INFO] Video batch 1561: frame 6244/7500 (83%)
|
|
[23:21:26 INFO] Video batch 1562: frame 6248/7500 (83%)
|
|
[23:21:26 INFO] Video batch 1563: frame 6252/7500 (83%)
|
|
[23:21:26 INFO] Video batch 1564: frame 6256/7500 (83%)
|
|
[23:21:26 INFO] Video batch 1565: frame 6260/7500 (83%)
|
|
[23:21:26 INFO] Video batch 1566: frame 6264/7500 (83%)
|
|
[23:21:26 INFO] Video batch 1567: frame 6268/7500 (83%)
|
|
[23:21:26 INFO] Video batch 1568: frame 6272/7500 (83%)
|
|
[23:21:26 INFO] Video batch 1569: frame 6276/7500 (83%)
|
|
[23:21:26 INFO] Video batch 1570: frame 6280/7500 (83%)
|
|
[23:21:26 INFO] Video batch 1571: frame 6284/7500 (83%)
|
|
[23:21:26 INFO] Video batch 1572: frame 6288/7500 (83%)
|
|
[23:21:26 INFO] Video batch 1573: frame 6292/7500 (83%)
|
|
[23:21:27 INFO] Video batch 1574: frame 6296/7500 (83%)
|
|
[23:21:27 INFO] Video batch 1575: frame 6300/7500 (84%)
|
|
[23:21:27 INFO] Video batch 1576: frame 6304/7500 (84%)
|
|
[23:21:27 INFO] Video batch 1577: frame 6308/7500 (84%)
|
|
[23:21:27 INFO] Video batch 1577: 1 detections from postprocess
|
|
[23:21:27 INFO] Video frame video_short01_004122: 1 dets, valid=True
|
|
[23:21:27 INFO] Video batch 1578: frame 6312/7500 (84%)
|
|
[23:21:27 INFO] Video batch 1579: frame 6316/7500 (84%)
|
|
[23:21:27 INFO] Video batch 1580: frame 6320/7500 (84%)
|
|
[23:21:27 INFO] Video batch 1581: frame 6324/7500 (84%)
|
|
[23:21:27 INFO] Video batch 1582: frame 6328/7500 (84%)
|
|
[23:21:27 INFO] Video batch 1583: frame 6332/7500 (84%)
|
|
[23:21:27 INFO] Video batch 1584: frame 6336/7500 (84%)
|
|
[23:21:27 INFO] Video batch 1585: frame 6340/7500 (84%)
|
|
[23:21:28 INFO] Video batch 1586: frame 6344/7500 (84%)
|
|
[23:21:28 INFO] Video batch 1587: frame 6348/7500 (84%)
|
|
[23:21:28 INFO] Video batch 1588: frame 6352/7500 (84%)
|
|
[23:21:28 INFO] Video batch 1589: frame 6356/7500 (84%)
|
|
[23:21:28 INFO] Video batch 1590: frame 6360/7500 (84%)
|
|
[23:21:28 INFO] Video batch 1591: frame 6364/7500 (84%)
|
|
[23:21:28 INFO] Video batch 1592: frame 6368/7500 (84%)
|
|
[23:21:28 INFO] Video batch 1592: 1 detections from postprocess
|
|
[23:21:28 INFO] Video frame video_short01_004146: 1 dets, valid=True
|
|
[23:21:28 INFO] Video batch 1593: frame 6372/7500 (84%)
|
|
[23:21:28 INFO] Video batch 1594: frame 6376/7500 (85%)
|
|
[23:21:28 INFO] Video batch 1595: frame 6380/7500 (85%)
|
|
[23:21:28 INFO] Video batch 1596: frame 6384/7500 (85%)
|
|
[23:21:28 INFO] Video batch 1597: frame 6388/7500 (85%)
|
|
[23:21:29 INFO] Video batch 1598: frame 6392/7500 (85%)
|
|
[23:21:29 INFO] Video batch 1599: frame 6396/7500 (85%)
|
|
[23:21:29 INFO] Video batch 1600: frame 6400/7500 (85%)
|
|
[23:21:29 INFO] Video batch 1601: frame 6404/7500 (85%)
|
|
[23:21:29 INFO] Video batch 1602: frame 6408/7500 (85%)
|
|
[23:21:29 INFO] Video batch 1603: frame 6412/7500 (85%)
|
|
[23:21:29 INFO] Video batch 1604: frame 6416/7500 (85%)
|
|
[23:21:29 INFO] Video batch 1605: frame 6420/7500 (85%)
|
|
[23:21:29 INFO] Video batch 1606: frame 6424/7500 (85%)
|
|
[23:21:29 INFO] Video batch 1607: frame 6428/7500 (85%)
|
|
[23:21:29 INFO] Video batch 1608: frame 6432/7500 (85%)
|
|
[23:21:29 INFO] Video batch 1609: frame 6436/7500 (85%)
|
|
[23:21:30 INFO] Video batch 1610: frame 6440/7500 (85%)
|
|
[23:21:30 INFO] Video batch 1611: frame 6444/7500 (85%)
|
|
[23:21:30 INFO] Video batch 1612: frame 6448/7500 (85%)
|
|
[23:21:30 INFO] Video batch 1613: frame 6452/7500 (86%)
|
|
[23:21:30 INFO] Video batch 1614: frame 6456/7500 (86%)
|
|
[23:21:30 INFO] Video batch 1615: frame 6460/7500 (86%)
|
|
[23:21:30 INFO] Video batch 1616: frame 6464/7500 (86%)
|
|
[23:21:30 INFO] Video batch 1617: frame 6468/7500 (86%)
|
|
[23:21:30 INFO] Video batch 1618: frame 6472/7500 (86%)
|
|
[23:21:30 INFO] Video batch 1619: frame 6476/7500 (86%)
|
|
[23:21:30 INFO] Video batch 1620: frame 6480/7500 (86%)
|
|
[23:21:30 INFO] Video batch 1621: frame 6484/7500 (86%)
|
|
[23:21:31 INFO] Video batch 1622: frame 6488/7500 (86%)
|
|
[23:21:31 INFO] Video batch 1623: frame 6492/7500 (86%)
|
|
[23:21:31 INFO] Video batch 1624: frame 6496/7500 (86%)
|
|
[23:21:31 INFO] Video batch 1625: frame 6500/7500 (86%)
|
|
[23:21:31 INFO] Video batch 1626: frame 6504/7500 (86%)
|
|
[23:21:31 INFO] Video batch 1627: frame 6508/7500 (86%)
|
|
[23:21:31 INFO] Video batch 1628: frame 6512/7500 (86%)
|
|
[23:21:31 INFO] Video batch 1629: frame 6516/7500 (86%)
|
|
[23:21:31 INFO] Video batch 1630: frame 6520/7500 (86%)
|
|
[23:21:31 INFO] Video batch 1631: frame 6524/7500 (86%)
|
|
[23:21:31 INFO] Video batch 1632: frame 6528/7500 (87%)
|
|
[23:21:31 INFO] Video batch 1633: frame 6532/7500 (87%)
|
|
[23:21:32 INFO] Video batch 1634: frame 6536/7500 (87%)
|
|
[23:21:32 INFO] Video batch 1635: frame 6540/7500 (87%)
|
|
[23:21:32 INFO] Video batch 1636: frame 6544/7500 (87%)
|
|
[23:21:32 INFO] Video batch 1637: frame 6548/7500 (87%)
|
|
[23:21:32 INFO] Video batch 1638: frame 6552/7500 (87%)
|
|
[23:21:32 INFO] Video batch 1639: frame 6556/7500 (87%)
|
|
[23:21:32 INFO] Video batch 1640: frame 6560/7500 (87%)
|
|
[23:21:32 INFO] Video batch 1641: frame 6564/7500 (87%)
|
|
[23:21:32 INFO] Video batch 1642: frame 6568/7500 (87%)
|
|
[23:21:32 INFO] Video batch 1643: frame 6572/7500 (87%)
|
|
[23:21:32 INFO] Video batch 1644: frame 6576/7500 (87%)
|
|
[23:21:32 INFO] Video batch 1645: frame 6580/7500 (87%)
|
|
[23:21:33 INFO] Video batch 1646: frame 6584/7500 (87%)
|
|
[23:21:33 INFO] Video batch 1647: frame 6588/7500 (87%)
|
|
[23:21:33 INFO] Video batch 1648: frame 6592/7500 (87%)
|
|
[23:21:33 INFO] Video batch 1649: frame 6596/7500 (87%)
|
|
[23:21:33 INFO] Video batch 1650: frame 6600/7500 (88%)
|
|
[23:21:33 INFO] Video batch 1651: frame 6604/7500 (88%)
|
|
[23:21:33 INFO] Video batch 1652: frame 6608/7500 (88%)
|
|
[23:21:33 INFO] Video batch 1653: frame 6612/7500 (88%)
|
|
[23:21:33 INFO] Video batch 1654: frame 6616/7500 (88%)
|
|
[23:21:33 INFO] Video batch 1655: frame 6620/7500 (88%)
|
|
[23:21:33 INFO] Video batch 1656: frame 6624/7500 (88%)
|
|
[23:21:34 INFO] Video batch 1657: frame 6628/7500 (88%)
|
|
[23:21:34 INFO] Video batch 1658: frame 6632/7500 (88%)
|
|
[23:21:34 INFO] Video batch 1659: frame 6636/7500 (88%)
|
|
[23:21:34 INFO] Video batch 1660: frame 6640/7500 (88%)
|
|
[23:21:34 INFO] Video batch 1661: frame 6644/7500 (88%)
|
|
[23:21:34 INFO] Video batch 1662: frame 6648/7500 (88%)
|
|
[23:21:34 INFO] Video batch 1663: frame 6652/7500 (88%)
|
|
[23:21:34 INFO] Video batch 1664: frame 6656/7500 (88%)
|
|
[23:21:34 INFO] Video batch 1665: frame 6660/7500 (88%)
|
|
[23:21:34 INFO] Video batch 1666: frame 6664/7500 (88%)
|
|
[23:21:34 INFO] Video batch 1667: frame 6668/7500 (88%)
|
|
[23:21:35 INFO] Video batch 1668: frame 6672/7500 (88%)
|
|
[23:21:35 INFO] Video batch 1669: frame 6676/7500 (89%)
|
|
[23:21:35 INFO] Video batch 1670: frame 6680/7500 (89%)
|
|
[23:21:35 INFO] Video batch 1671: frame 6684/7500 (89%)
|
|
[23:21:35 INFO] Video batch 1672: frame 6688/7500 (89%)
|
|
[23:21:35 INFO] Video batch 1673: frame 6692/7500 (89%)
|
|
[23:21:35 INFO] Video batch 1674: frame 6696/7500 (89%)
|
|
[23:21:35 INFO] Video batch 1675: frame 6700/7500 (89%)
|
|
[23:21:35 INFO] Video batch 1676: frame 6704/7500 (89%)
|
|
[23:21:35 INFO] Video batch 1677: frame 6708/7500 (89%)
|
|
[23:21:35 INFO] Video batch 1678: frame 6712/7500 (89%)
|
|
[23:21:36 INFO] Video batch 1679: frame 6716/7500 (89%)
|
|
[23:21:36 INFO] Video batch 1680: frame 6720/7500 (89%)
|
|
[23:21:36 INFO] Video batch 1681: frame 6724/7500 (89%)
|
|
[23:21:36 INFO] Video batch 1682: frame 6728/7500 (89%)
|
|
[23:21:36 INFO] Video batch 1683: frame 6732/7500 (89%)
|
|
[23:21:36 INFO] Video batch 1684: frame 6736/7500 (89%)
|
|
[23:21:36 INFO] Video batch 1685: frame 6740/7500 (89%)
|
|
[23:21:36 INFO] Video batch 1686: frame 6744/7500 (89%)
|
|
[23:21:36 INFO] Video batch 1687: frame 6748/7500 (89%)
|
|
[23:21:36 INFO] Video batch 1688: frame 6752/7500 (90%)
|
|
[23:21:36 INFO] Video batch 1689: frame 6756/7500 (90%)
|
|
[23:21:36 INFO] Video batch 1690: frame 6760/7500 (90%)
|
|
[23:21:37 INFO] Video batch 1691: frame 6764/7500 (90%)
|
|
[23:21:37 INFO] Video batch 1692: frame 6768/7500 (90%)
|
|
[23:21:37 INFO] Video batch 1693: frame 6772/7500 (90%)
|
|
[23:21:37 INFO] Video batch 1694: frame 6776/7500 (90%)
|
|
[23:21:37 INFO] Video batch 1695: frame 6780/7500 (90%)
|
|
[23:21:37 INFO] Video batch 1696: frame 6784/7500 (90%)
|
|
[23:21:37 INFO] Video batch 1697: frame 6788/7500 (90%)
|
|
[23:21:37 INFO] Video batch 1698: frame 6792/7500 (90%)
|
|
[23:21:37 INFO] Video batch 1699: frame 6796/7500 (90%)
|
|
[23:21:37 INFO] Video batch 1700: frame 6800/7500 (90%)
|
|
[23:21:37 INFO] Video batch 1701: frame 6804/7500 (90%)
|
|
[23:21:38 INFO] Video batch 1701: 1 detections from postprocess
|
|
[23:21:38 INFO] Video frame video_short01_004321: 1 dets, valid=True
|
|
[23:21:38 INFO] Video batch 1702: frame 6808/7500 (90%)
|
|
[23:21:38 INFO] Video batch 1703: frame 6812/7500 (90%)
|
|
[23:21:38 INFO] Video batch 1704: frame 6816/7500 (90%)
|
|
[23:21:38 INFO] Video batch 1705: frame 6820/7500 (90%)
|
|
[23:21:38 INFO] Video batch 1706: frame 6824/7500 (90%)
|
|
[23:21:38 INFO] Video batch 1707: frame 6828/7500 (91%)
|
|
[23:21:38 INFO] Video batch 1708: frame 6832/7500 (91%)
|
|
[23:21:38 INFO] Video batch 1709: frame 6836/7500 (91%)
|
|
[23:21:38 INFO] Video batch 1710: frame 6840/7500 (91%)
|
|
[23:21:38 INFO] Video batch 1711: frame 6844/7500 (91%)
|
|
[23:21:38 INFO] Video batch 1712: frame 6848/7500 (91%)
|
|
[23:21:38 INFO] Video batch 1713: frame 6852/7500 (91%)
|
|
[23:21:39 INFO] Video batch 1714: frame 6856/7500 (91%)
|
|
[23:21:39 INFO] Video batch 1715: frame 6860/7500 (91%)
|
|
[23:21:39 INFO] Video batch 1716: frame 6864/7500 (91%)
|
|
[23:21:39 INFO] Video batch 1717: frame 6868/7500 (91%)
|
|
[23:21:39 INFO] Video batch 1718: frame 6872/7500 (91%)
|
|
[23:21:39 INFO] Video batch 1719: frame 6876/7500 (91%)
|
|
[23:21:39 INFO] Video batch 1720: frame 6880/7500 (91%)
|
|
[23:21:39 INFO] Video batch 1721: frame 6884/7500 (91%)
|
|
[23:21:39 INFO] Video batch 1722: frame 6888/7500 (91%)
|
|
[23:21:39 INFO] Video batch 1723: frame 6892/7500 (91%)
|
|
[23:21:39 INFO] Video batch 1724: frame 6896/7500 (91%)
|
|
[23:21:39 INFO] Video batch 1725: frame 6900/7500 (92%)
|
|
[23:21:40 INFO] Video batch 1726: frame 6904/7500 (92%)
|
|
[23:21:40 INFO] Video batch 1727: frame 6908/7500 (92%)
|
|
[23:21:40 INFO] Video batch 1728: frame 6912/7500 (92%)
|
|
[23:21:40 INFO] Video batch 1729: frame 6916/7500 (92%)
|
|
[23:21:40 INFO] Video batch 1730: frame 6920/7500 (92%)
|
|
[23:21:40 INFO] Video batch 1731: frame 6924/7500 (92%)
|
|
[23:21:40 INFO] Video batch 1732: frame 6928/7500 (92%)
|
|
[23:21:40 INFO] Video batch 1733: frame 6932/7500 (92%)
|
|
[23:21:40 INFO] Video batch 1734: frame 6936/7500 (92%)
|
|
[23:21:40 INFO] Video batch 1735: frame 6940/7500 (92%)
|
|
[23:21:40 INFO] Video batch 1736: frame 6944/7500 (92%)
|
|
[23:21:41 INFO] Video batch 1737: frame 6948/7500 (92%)
|
|
[23:21:41 INFO] Video batch 1738: frame 6952/7500 (92%)
|
|
[23:21:41 INFO] Video batch 1739: frame 6956/7500 (92%)
|
|
[23:21:41 INFO] Video batch 1740: frame 6960/7500 (92%)
|
|
[23:21:41 INFO] Video batch 1741: frame 6964/7500 (92%)
|
|
[23:21:41 INFO] Video batch 1742: frame 6968/7500 (92%)
|
|
[23:21:41 INFO] Video batch 1743: frame 6972/7500 (92%)
|
|
[23:21:41 INFO] Video batch 1744: frame 6976/7500 (93%)
|
|
[23:21:41 INFO] Video batch 1745: frame 6980/7500 (93%)
|
|
[23:21:41 INFO] Video batch 1746: frame 6984/7500 (93%)
|
|
[23:21:41 INFO] Video batch 1747: frame 6988/7500 (93%)
|
|
[23:21:41 INFO] Video batch 1748: frame 6992/7500 (93%)
|
|
[23:21:42 INFO] Video batch 1749: frame 6996/7500 (93%)
|
|
[23:21:42 INFO] Video batch 1750: frame 7000/7500 (93%)
|
|
[23:21:42 INFO] Video batch 1751: frame 7004/7500 (93%)
|
|
[23:21:42 INFO] Video batch 1752: frame 7008/7500 (93%)
|
|
[23:21:42 INFO] Video batch 1753: frame 7012/7500 (93%)
|
|
[23:21:42 INFO] Video batch 1754: frame 7016/7500 (93%)
|
|
[23:21:42 INFO] Video batch 1755: frame 7020/7500 (93%)
|
|
[23:21:42 INFO] Video batch 1756: frame 7024/7500 (93%)
|
|
[23:21:42 INFO] Video batch 1757: frame 7028/7500 (93%)
|
|
[23:21:42 INFO] Video batch 1758: frame 7032/7500 (93%)
|
|
[23:21:42 INFO] Video batch 1759: frame 7036/7500 (93%)
|
|
[23:21:42 INFO] Video batch 1760: frame 7040/7500 (93%)
|
|
[23:21:43 INFO] Video batch 1761: frame 7044/7500 (93%)
|
|
[23:21:43 INFO] Video batch 1762: frame 7048/7500 (93%)
|
|
[23:21:43 INFO] Video batch 1763: frame 7052/7500 (94%)
|
|
[23:21:43 INFO] Video batch 1764: frame 7056/7500 (94%)
|
|
[23:21:43 INFO] Video batch 1765: frame 7060/7500 (94%)
|
|
[23:21:43 INFO] Video batch 1765: 1 detections from postprocess
|
|
[23:21:43 INFO] Video frame video_short01_004423: 1 dets, valid=True
|
|
[23:21:43 INFO] Video batch 1766: frame 7064/7500 (94%)
|
|
[23:21:43 INFO] Video batch 1766: 1 detections from postprocess
|
|
[23:21:43 INFO] Video frame video_short01_004425: 1 dets, valid=True
|
|
[23:21:43 INFO] Video batch 1767: frame 7068/7500 (94%)
|
|
[23:21:43 INFO] Video batch 1768: frame 7072/7500 (94%)
|
|
[23:21:43 INFO] Video batch 1768: 1 detections from postprocess
|
|
[23:21:43 INFO] Video frame video_short01_004428: 1 dets, valid=True
|
|
[23:21:43 INFO] Video batch 1769: frame 7076/7500 (94%)
|
|
[23:21:43 INFO] Video batch 1770: frame 7080/7500 (94%)
|
|
[23:21:43 INFO] Video batch 1770: 1 detections from postprocess
|
|
[23:21:43 INFO] Video frame video_short01_004431: 1 dets, valid=True
|
|
[23:21:43 INFO] Video batch 1771: frame 7084/7500 (94%)
|
|
[23:21:43 INFO] Video batch 1771: 1 detections from postprocess
|
|
[23:21:43 INFO] Video frame video_short01_004433: 1 dets, valid=True
|
|
[23:21:43 INFO] Video batch 1772: frame 7088/7500 (94%)
|
|
[23:21:44 INFO] Video batch 1772: 1 detections from postprocess
|
|
[23:21:44 INFO] Video frame video_short01_004434: 1 dets, valid=True
|
|
[23:21:44 INFO] Video batch 1773: frame 7092/7500 (94%)
|
|
[23:21:44 INFO] Video batch 1773: 1 detections from postprocess
|
|
[23:21:44 INFO] Video frame video_short01_004436: 1 dets, valid=True
|
|
[23:21:44 INFO] Video batch 1774: frame 7096/7500 (94%)
|
|
[23:21:44 INFO] Video batch 1775: frame 7100/7500 (94%)
|
|
[23:21:44 INFO] Video batch 1775: 1 detections from postprocess
|
|
[23:21:44 INFO] Video frame video_short01_004439: 1 dets, valid=True
|
|
[23:21:44 INFO] Video batch 1776: frame 7104/7500 (94%)
|
|
[23:21:44 INFO] Video batch 1776: 1 detections from postprocess
|
|
[23:21:44 INFO] Video frame video_short01_004441: 1 dets, valid=True
|
|
[23:21:44 INFO] Video batch 1777: frame 7108/7500 (94%)
|
|
[23:21:44 INFO] Video batch 1777: 1 detections from postprocess
|
|
[23:21:44 INFO] Video frame video_short01_004442: 1 dets, valid=True
|
|
[23:21:44 INFO] Video batch 1778: frame 7112/7500 (94%)
|
|
[23:21:44 INFO] Video batch 1778: 1 detections from postprocess
|
|
[23:21:44 INFO] Video frame video_short01_004444: 1 dets, valid=True
|
|
[23:21:44 INFO] Video batch 1779: frame 7116/7500 (94%)
|
|
[23:21:44 INFO] Video batch 1780: frame 7120/7500 (94%)
|
|
[23:21:44 INFO] Video batch 1781: frame 7124/7500 (94%)
|
|
[23:21:44 INFO] Video batch 1782: frame 7128/7500 (95%)
|
|
[23:21:45 INFO] Video batch 1783: frame 7132/7500 (95%)
|
|
[23:21:45 INFO] Video batch 1784: frame 7136/7500 (95%)
|
|
[23:21:45 INFO] Video batch 1785: frame 7140/7500 (95%)
|
|
[23:21:45 INFO] Video batch 1786: frame 7144/7500 (95%)
|
|
[23:21:45 INFO] Video batch 1787: frame 7148/7500 (95%)
|
|
[23:21:45 INFO] Video batch 1788: frame 7152/7500 (95%)
|
|
[23:21:45 INFO] Video batch 1789: frame 7156/7500 (95%)
|
|
[23:21:45 INFO] Video batch 1790: frame 7160/7500 (95%)
|
|
[23:21:45 INFO] Video batch 1791: frame 7164/7500 (95%)
|
|
[23:21:45 INFO] Video batch 1792: frame 7168/7500 (95%)
|
|
[23:21:45 INFO] Video batch 1793: frame 7172/7500 (95%)
|
|
[23:21:46 INFO] Video batch 1794: frame 7176/7500 (95%)
|
|
[23:21:46 INFO] Video batch 1795: frame 7180/7500 (95%)
|
|
[23:21:46 INFO] Video batch 1795: 1 detections from postprocess
|
|
[23:21:46 INFO] Video frame video_short01_004471: 1 dets, valid=True
|
|
[23:21:46 INFO] Video batch 1796: frame 7184/7500 (95%)
|
|
[23:21:46 INFO] Video batch 1796: 1 detections from postprocess
|
|
[23:21:46 INFO] Video frame video_short01_004473: 1 dets, valid=True
|
|
[23:21:46 INFO] Video batch 1797: frame 7188/7500 (95%)
|
|
[23:21:46 INFO] Video batch 1797: 1 detections from postprocess
|
|
[23:21:46 INFO] Video frame video_short01_004474: 1 dets, valid=True
|
|
[23:21:46 INFO] Video batch 1798: frame 7192/7500 (95%)
|
|
[23:21:46 INFO] Video batch 1798: 1 detections from postprocess
|
|
[23:21:46 INFO] Video frame video_short01_004476: 1 dets, valid=True
|
|
[23:21:46 INFO] Video batch 1799: frame 7196/7500 (95%)
|
|
[23:21:46 INFO] Video batch 1799: 1 detections from postprocess
|
|
[23:21:46 INFO] Video frame video_short01_004477: 1 dets, valid=True
|
|
[23:21:46 INFO] Video batch 1800: frame 7200/7500 (96%)
|
|
[23:21:46 INFO] Video batch 1800: 1 detections from postprocess
|
|
[23:21:46 INFO] Video frame video_short01_004479: 1 dets, valid=True
|
|
[23:21:46 INFO] Video batch 1801: frame 7204/7500 (96%)
|
|
[23:21:46 INFO] Video batch 1801: 1 detections from postprocess
|
|
[23:21:46 INFO] Video frame video_short01_004481: 1 dets, valid=True
|
|
[23:21:46 INFO] Video batch 1802: frame 7208/7500 (96%)
|
|
[23:21:46 INFO] Video batch 1802: 1 detections from postprocess
|
|
[23:21:46 INFO] Video frame video_short01_004482: 1 dets, valid=True
|
|
[23:21:46 INFO] Video batch 1803: frame 7212/7500 (96%)
|
|
[23:21:47 INFO] Video batch 1803: 1 detections from postprocess
|
|
[23:21:47 INFO] Video frame video_short01_004484: 1 dets, valid=True
|
|
[23:21:47 INFO] Video batch 1804: frame 7216/7500 (96%)
|
|
[23:21:47 INFO] Video batch 1804: 1 detections from postprocess
|
|
[23:21:47 INFO] Video frame video_short01_004485: 1 dets, valid=True
|
|
[23:21:47 INFO] Video batch 1805: frame 7220/7500 (96%)
|
|
[23:21:47 INFO] Video batch 1805: 1 detections from postprocess
|
|
[23:21:47 INFO] Video frame video_short01_004487: 1 dets, valid=True
|
|
[23:21:47 INFO] Video batch 1806: frame 7224/7500 (96%)
|
|
[23:21:47 INFO] Video batch 1806: 1 detections from postprocess
|
|
[23:21:47 INFO] Video frame video_short01_004489: 1 dets, valid=True
|
|
[23:21:47 INFO] Video batch 1807: frame 7228/7500 (96%)
|
|
[23:21:47 INFO] Video batch 1807: 1 detections from postprocess
|
|
[23:21:47 INFO] Video frame video_short01_004490: 1 dets, valid=True
|
|
[23:21:47 INFO] Video batch 1808: frame 7232/7500 (96%)
|
|
[23:21:47 INFO] Video batch 1809: frame 7236/7500 (96%)
|
|
[23:21:47 INFO] Video batch 1810: frame 7240/7500 (96%)
|
|
[23:21:47 INFO] Video batch 1811: frame 7244/7500 (96%)
|
|
[23:21:47 INFO] Video batch 1812: frame 7248/7500 (96%)
|
|
[23:21:47 INFO] Video batch 1813: frame 7252/7500 (96%)
|
|
[23:21:47 INFO] Video batch 1813: 1 detections from postprocess
|
|
[23:21:47 INFO] Video frame video_short01_004500: 1 dets, valid=True
|
|
[23:21:47 INFO] Video batch 1814: frame 7256/7500 (96%)
|
|
[23:21:48 INFO] Video batch 1815: frame 7260/7500 (96%)
|
|
[23:21:48 INFO] Video batch 1815: 1 detections from postprocess
|
|
[23:21:48 INFO] Video frame video_short01_004503: 1 dets, valid=True
|
|
[23:21:48 INFO] Video batch 1816: frame 7264/7500 (96%)
|
|
[23:21:48 INFO] Video batch 1816: 1 detections from postprocess
|
|
[23:21:48 INFO] Video frame video_short01_004505: 1 dets, valid=True
|
|
[23:21:48 INFO] Video batch 1817: frame 7268/7500 (96%)
|
|
[23:21:48 INFO] Video batch 1817: 1 detections from postprocess
|
|
[23:21:48 INFO] Video frame video_short01_004506: 1 dets, valid=True
|
|
[23:21:48 INFO] Video batch 1818: frame 7272/7500 (96%)
|
|
[23:21:48 INFO] Video batch 1818: 1 detections from postprocess
|
|
[23:21:48 INFO] Video frame video_short01_004508: 1 dets, valid=True
|
|
[23:21:48 INFO] Video batch 1819: frame 7276/7500 (97%)
|
|
[23:21:48 INFO] Video batch 1819: 1 detections from postprocess
|
|
[23:21:48 INFO] Video frame video_short01_004510: 1 dets, valid=True
|
|
[23:21:48 INFO] Video batch 1820: frame 7280/7500 (97%)
|
|
[23:21:48 INFO] Video batch 1820: 1 detections from postprocess
|
|
[23:21:48 INFO] Video frame video_short01_004511: 1 dets, valid=True
|
|
[23:21:48 INFO] Video batch 1821: frame 7284/7500 (97%)
|
|
[23:21:48 INFO] Video batch 1821: 1 detections from postprocess
|
|
[23:21:48 INFO] Video frame video_short01_004513: 1 dets, valid=True
|
|
[23:21:48 INFO] Video batch 1822: frame 7288/7500 (97%)
|
|
[23:21:48 INFO] Video batch 1822: 1 detections from postprocess
|
|
[23:21:48 INFO] Video frame video_short01_004514: 1 dets, valid=True
|
|
[23:21:48 INFO] Video batch 1823: frame 7292/7500 (97%)
|
|
[23:21:48 INFO] Video batch 1823: 1 detections from postprocess
|
|
[23:21:48 INFO] Video frame video_short01_004516: 1 dets, valid=True
|
|
[23:21:48 INFO] Video batch 1824: frame 7296/7500 (97%)
|
|
[23:21:48 INFO] Video batch 1824: 1 detections from postprocess
|
|
[23:21:48 INFO] Video frame video_short01_004517: 1 dets, valid=True
|
|
[23:21:49 INFO] Video batch 1825: frame 7300/7500 (97%)
|
|
[23:21:49 INFO] Video batch 1825: 1 detections from postprocess
|
|
[23:21:49 INFO] Video frame video_short01_004519: 1 dets, valid=True
|
|
[23:21:49 INFO] Video batch 1826: frame 7304/7500 (97%)
|
|
[23:21:49 INFO] Video batch 1826: 1 detections from postprocess
|
|
[23:21:49 INFO] Video frame video_short01_004521: 1 dets, valid=True
|
|
[23:21:49 INFO] Video batch 1827: frame 7308/7500 (97%)
|
|
[23:21:49 INFO] Video batch 1827: 1 detections from postprocess
|
|
[23:21:49 INFO] Video frame video_short01_004522: 1 dets, valid=True
|
|
[23:21:49 INFO] Video batch 1828: frame 7312/7500 (97%)
|
|
[23:21:49 INFO] Video batch 1829: frame 7316/7500 (97%)
|
|
[23:21:49 INFO] Video batch 1830: frame 7320/7500 (97%)
|
|
[23:21:49 INFO] Video batch 1830: 1 detections from postprocess
|
|
[23:21:49 INFO] Video frame video_short01_004527: 1 dets, valid=True
|
|
[23:21:49 INFO] Video batch 1831: frame 7324/7500 (97%)
|
|
[23:21:49 INFO] Video batch 1832: frame 7328/7500 (97%)
|
|
[23:21:49 INFO] Video batch 1832: 1 detections from postprocess
|
|
[23:21:49 INFO] Video frame video_short01_004530: 1 dets, valid=True
|
|
[23:21:49 INFO] Video batch 1833: frame 7332/7500 (97%)
|
|
[23:21:49 INFO] Video batch 1833: 1 detections from postprocess
|
|
[23:21:49 INFO] Video frame video_short01_004532: 1 dets, valid=True
|
|
[23:21:49 INFO] Video batch 1834: frame 7336/7500 (97%)
|
|
[23:21:49 INFO] Video batch 1835: frame 7340/7500 (97%)
|
|
[23:21:50 INFO] Video batch 1836: frame 7344/7500 (97%)
|
|
[23:21:50 INFO] Video batch 1837: frame 7348/7500 (97%)
|
|
[23:21:50 INFO] Video batch 1838: frame 7352/7500 (98%)
|
|
[23:21:50 INFO] Video batch 1839: frame 7356/7500 (98%)
|
|
[23:21:50 INFO] Video batch 1840: frame 7360/7500 (98%)
|
|
[23:21:50 INFO] Video batch 1841: frame 7364/7500 (98%)
|
|
[23:21:50 INFO] Video batch 1842: frame 7368/7500 (98%)
|
|
[23:21:50 INFO] Video batch 1843: frame 7372/7500 (98%)
|
|
[23:21:50 INFO] Video batch 1844: frame 7376/7500 (98%)
|
|
[23:21:50 INFO] Video batch 1845: frame 7380/7500 (98%)
|
|
[23:22:12 INFO] init AI...
|
|
[23:22:12 INFO] Downloading
|
|
[23:22:14 INFO] CoreML model: input=input shape=(1, 3, 1280, 1280)
|
|
[23:22:14 INFO] Enabled
|
|
[23:22:15 INFO] init AI...
|
|
[23:22:15 INFO] init AI...
|
|
[23:22:15 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[23:22:16 INFO] ground sampling distance: 0.3059895833333333
|
|
[23:22:16 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:22:16 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:22:16 INFO] init AI...
|
|
[23:22:16 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:22:16 INFO] Video: 1500 frames, 25.0 fps, 2560x1440
|
|
[23:22:16 INFO] Video batch 1: frame 4/1500 (0%)
|
|
[23:22:16 INFO] Video batch 2: frame 8/1500 (0%)
|
|
[23:22:16 INFO] Video batch 3: frame 12/1500 (0%)
|
|
[23:22:16 INFO] Video batch 4: frame 16/1500 (1%)
|
|
[23:22:16 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:22:16 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:22:16 INFO] Video batch 5: frame 20/1500 (1%)
|
|
[23:22:17 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:22:17 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:22:17 INFO] Video batch 6: frame 24/1500 (1%)
|
|
[23:22:17 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:22:17 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:22:17 INFO] Video batch 7: frame 28/1500 (1%)
|
|
[23:22:17 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:22:17 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:22:17 INFO] Video batch 8: frame 32/1500 (2%)
|
|
[23:22:17 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:22:17 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:22:17 INFO] Video batch 9: frame 36/1500 (2%)
|
|
[23:22:17 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:22:17 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:22:17 INFO] Video batch 10: frame 40/1500 (2%)
|
|
[23:22:17 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:22:17 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:22:17 INFO] Video batch 11: frame 44/1500 (2%)
|
|
[23:22:17 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:22:17 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:22:17 INFO] Video batch 12: frame 48/1500 (3%)
|
|
[23:22:17 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:22:17 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:22:17 INFO] Video batch 13: frame 52/1500 (3%)
|
|
[23:22:17 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:22:17 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:22:17 INFO] Video batch 14: frame 56/1500 (3%)
|
|
[23:22:17 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:22:17 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:22:17 INFO] Video batch 15: frame 60/1500 (4%)
|
|
[23:22:17 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:22:17 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:22:18 INFO] Video batch 16: frame 64/1500 (4%)
|
|
[23:22:18 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:22:18 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:22:18 INFO] Video batch 17: frame 68/1500 (4%)
|
|
[23:22:18 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:22:18 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:22:18 INFO] Video batch 18: frame 72/1500 (4%)
|
|
[23:22:18 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:22:18 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:22:18 INFO] Video batch 19: frame 76/1500 (5%)
|
|
[23:22:18 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:22:18 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:22:18 INFO] Video batch 20: frame 80/1500 (5%)
|
|
[23:22:18 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:22:18 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:22:18 INFO] Video batch 21: frame 84/1500 (5%)
|
|
[23:22:18 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:22:18 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:22:18 INFO] Video batch 22: frame 88/1500 (5%)
|
|
[23:22:18 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:22:18 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:22:18 INFO] Video batch 23: frame 92/1500 (6%)
|
|
[23:22:18 INFO] Video batch 24: frame 96/1500 (6%)
|
|
[23:22:18 INFO] Video batch 25: frame 100/1500 (6%)
|
|
[23:22:18 INFO] Video batch 26: frame 104/1500 (6%)
|
|
[23:22:18 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:22:18 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:22:18 INFO] Video batch 27: frame 108/1500 (7%)
|
|
[23:22:19 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:22:19 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:22:19 INFO] Video batch 28: frame 112/1500 (7%)
|
|
[23:22:19 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:22:19 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:22:19 INFO] Video batch 29: frame 116/1500 (7%)
|
|
[23:22:19 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:22:19 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:22:19 INFO] Video batch 30: frame 120/1500 (8%)
|
|
[23:22:19 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:22:19 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:22:19 INFO] Video batch 31: frame 124/1500 (8%)
|
|
[23:22:19 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:22:19 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:22:19 INFO] Video batch 32: frame 128/1500 (8%)
|
|
[23:22:19 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:22:19 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:22:19 INFO] Video batch 33: frame 132/1500 (8%)
|
|
[23:22:19 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:22:19 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:22:19 INFO] Video batch 34: frame 136/1500 (9%)
|
|
[23:22:19 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:22:19 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:22:19 INFO] Video batch 35: frame 140/1500 (9%)
|
|
[23:22:19 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:22:19 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:22:19 INFO] Video batch 36: frame 144/1500 (9%)
|
|
[23:22:19 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:22:19 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:22:19 INFO] Video batch 37: frame 148/1500 (9%)
|
|
[23:22:19 INFO] Video batch 38: frame 152/1500 (10%)
|
|
[23:22:20 INFO] Video batch 39: frame 156/1500 (10%)
|
|
[23:22:20 INFO] Video batch 40: frame 160/1500 (10%)
|
|
[23:22:20 INFO] Video batch 41: frame 164/1500 (10%)
|
|
[23:22:20 INFO] Video batch 42: frame 168/1500 (11%)
|
|
[23:22:20 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:22:20 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:22:20 INFO] Video batch 43: frame 172/1500 (11%)
|
|
[23:22:20 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:22:20 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:22:20 INFO] Video batch 44: frame 176/1500 (11%)
|
|
[23:22:20 INFO] Video batch 45: frame 180/1500 (12%)
|
|
[23:22:20 INFO] Video batch 46: frame 184/1500 (12%)
|
|
[23:22:20 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:22:20 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:22:20 INFO] Video batch 47: frame 188/1500 (12%)
|
|
[23:22:20 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:22:20 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:22:20 INFO] Video batch 48: frame 192/1500 (12%)
|
|
[23:22:20 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:22:20 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:22:20 INFO] Video batch 49: frame 196/1500 (13%)
|
|
[23:22:20 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:22:20 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:22:20 INFO] Video batch 50: frame 200/1500 (13%)
|
|
[23:22:20 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:22:20 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:22:21 INFO] Video batch 51: frame 204/1500 (13%)
|
|
[23:22:21 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:22:21 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:22:21 INFO] Video batch 52: frame 208/1500 (13%)
|
|
[23:22:21 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:22:21 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:22:21 INFO] Video batch 53: frame 212/1500 (14%)
|
|
[23:22:21 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:22:21 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:22:21 INFO] Video batch 54: frame 216/1500 (14%)
|
|
[23:22:21 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:22:21 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:22:21 INFO] Video batch 55: frame 220/1500 (14%)
|
|
[23:22:21 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:22:21 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:22:21 INFO] Video batch 56: frame 224/1500 (14%)
|
|
[23:22:21 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:22:21 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:22:21 INFO] Video batch 57: frame 228/1500 (15%)
|
|
[23:22:21 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:22:21 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:22:21 INFO] Video batch 58: frame 232/1500 (15%)
|
|
[23:22:21 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:22:21 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:22:21 INFO] Video batch 59: frame 236/1500 (15%)
|
|
[23:22:21 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:22:21 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:22:21 INFO] Video batch 60: frame 240/1500 (16%)
|
|
[23:22:21 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:22:21 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:22:21 INFO] Video batch 61: frame 244/1500 (16%)
|
|
[23:22:21 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:22:21 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:22:21 INFO] Video batch 62: frame 248/1500 (16%)
|
|
[23:22:22 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:22:22 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:22:22 INFO] Video batch 63: frame 252/1500 (16%)
|
|
[23:22:22 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:22:22 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:22:22 INFO] Video batch 64: frame 256/1500 (17%)
|
|
[23:22:22 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:22:22 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:22:22 INFO] Video batch 65: frame 260/1500 (17%)
|
|
[23:22:22 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:22:22 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:22:22 INFO] Video batch 66: frame 264/1500 (17%)
|
|
[23:22:22 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:22:22 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:22:22 INFO] Video batch 67: frame 268/1500 (17%)
|
|
[23:22:22 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:22:22 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:22:22 INFO] Video batch 68: frame 272/1500 (18%)
|
|
[23:22:22 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:22:22 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:22:22 INFO] Video batch 69: frame 276/1500 (18%)
|
|
[23:22:22 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:22:22 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:22:22 INFO] Video batch 70: frame 280/1500 (18%)
|
|
[23:22:22 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:22:22 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:22:22 INFO] Video batch 71: frame 284/1500 (18%)
|
|
[23:22:22 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:22:22 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:22:22 INFO] Video batch 72: frame 288/1500 (19%)
|
|
[23:22:22 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:22:22 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:22:23 INFO] Video batch 73: frame 292/1500 (19%)
|
|
[23:22:23 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:22:23 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:22:23 INFO] Video batch 74: frame 296/1500 (19%)
|
|
[23:22:23 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:22:23 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:22:23 INFO] Video batch 75: frame 300/1500 (20%)
|
|
[23:22:23 INFO] Video batch 76: frame 304/1500 (20%)
|
|
[23:22:23 INFO] Video batch 77: frame 308/1500 (20%)
|
|
[23:22:23 INFO] Video batch 78: frame 312/1500 (20%)
|
|
[23:22:23 INFO] Video batch 79: frame 316/1500 (21%)
|
|
[23:22:23 INFO] Video batch 80: frame 320/1500 (21%)
|
|
[23:22:23 INFO] Video batch 81: frame 324/1500 (21%)
|
|
[23:22:23 INFO] Video batch 82: frame 328/1500 (21%)
|
|
[23:22:23 INFO] Video batch 83: frame 332/1500 (22%)
|
|
[23:22:23 INFO] Video batch 84: frame 336/1500 (22%)
|
|
[23:22:24 INFO] Video batch 85: frame 340/1500 (22%)
|
|
[23:22:24 INFO] Video batch 86: frame 344/1500 (22%)
|
|
[23:22:24 INFO] Video batch 87: frame 348/1500 (23%)
|
|
[23:22:24 INFO] Video batch 88: frame 352/1500 (23%)
|
|
[23:22:24 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:22:24 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:22:24 INFO] Video batch 89: frame 356/1500 (23%)
|
|
[23:22:24 INFO] Video batch 90: frame 360/1500 (24%)
|
|
[23:22:24 INFO] Video batch 91: frame 364/1500 (24%)
|
|
[23:22:24 INFO] Video batch 92: frame 368/1500 (24%)
|
|
[23:22:24 INFO] Video batch 93: frame 372/1500 (24%)
|
|
[23:22:24 INFO] Video batch 94: frame 376/1500 (25%)
|
|
[23:22:24 INFO] Video batch 94: 2 detections from postprocess
|
|
[23:22:24 INFO] Video frame video_test01_000150: 2 dets, valid=True
|
|
[23:22:24 INFO] Video batch 95: frame 380/1500 (25%)
|
|
[23:22:25 INFO] Video batch 95: 2 detections from postprocess
|
|
[23:22:25 INFO] Video frame video_test01_000151: 2 dets, valid=True
|
|
[23:22:25 INFO] Video batch 96: frame 384/1500 (25%)
|
|
[23:22:25 INFO] Video batch 97: frame 388/1500 (25%)
|
|
[23:22:25 INFO] Video batch 98: frame 392/1500 (26%)
|
|
[23:22:25 INFO] Video batch 99: frame 396/1500 (26%)
|
|
[23:22:25 INFO] Video batch 100: frame 400/1500 (26%)
|
|
[23:22:25 INFO] Video batch 101: frame 404/1500 (26%)
|
|
[23:22:25 INFO] Video batch 102: frame 408/1500 (27%)
|
|
[23:22:25 INFO] Video batch 103: frame 412/1500 (27%)
|
|
[23:22:25 INFO] Video batch 104: frame 416/1500 (27%)
|
|
[23:22:25 INFO] Video batch 105: frame 420/1500 (28%)
|
|
[23:22:25 INFO] Video batch 106: frame 424/1500 (28%)
|
|
[23:22:25 INFO] Video batch 107: frame 428/1500 (28%)
|
|
[23:22:26 INFO] Video batch 108: frame 432/1500 (28%)
|
|
[23:22:26 INFO] Video batch 109: frame 436/1500 (29%)
|
|
[23:22:26 INFO] Video batch 110: frame 440/1500 (29%)
|
|
[23:22:26 INFO] Video batch 111: frame 444/1500 (29%)
|
|
[23:22:26 INFO] Video batch 112: frame 448/1500 (29%)
|
|
[23:22:26 INFO] Video batch 113: frame 452/1500 (30%)
|
|
[23:22:26 INFO] Video batch 114: frame 456/1500 (30%)
|
|
[23:22:26 INFO] Video batch 115: frame 460/1500 (30%)
|
|
[23:22:26 INFO] Video batch 116: frame 464/1500 (30%)
|
|
[23:22:26 INFO] Video batch 117: frame 468/1500 (31%)
|
|
[23:22:26 INFO] Video batch 118: frame 472/1500 (31%)
|
|
[23:22:27 INFO] Video batch 119: frame 476/1500 (31%)
|
|
[23:22:27 INFO] Video batch 120: frame 480/1500 (32%)
|
|
[23:22:27 INFO] Video batch 121: frame 484/1500 (32%)
|
|
[23:22:27 INFO] Video batch 122: frame 488/1500 (32%)
|
|
[23:22:27 INFO] Video batch 123: frame 492/1500 (32%)
|
|
[23:22:27 INFO] Video batch 124: frame 496/1500 (33%)
|
|
[23:22:27 INFO] Video batch 125: frame 500/1500 (33%)
|
|
[23:22:27 INFO] Video batch 126: frame 504/1500 (33%)
|
|
[23:22:27 INFO] Video batch 127: frame 508/1500 (33%)
|
|
[23:22:27 INFO] Video batch 128: frame 512/1500 (34%)
|
|
[23:22:27 INFO] Video batch 129: frame 516/1500 (34%)
|
|
[23:22:27 INFO] Video batch 130: frame 520/1500 (34%)
|
|
[23:22:28 INFO] Video batch 131: frame 524/1500 (34%)
|
|
[23:22:28 INFO] Video batch 132: frame 528/1500 (35%)
|
|
[23:22:28 INFO] Video batch 133: frame 532/1500 (35%)
|
|
[23:22:28 INFO] Video batch 134: frame 536/1500 (35%)
|
|
[23:22:28 INFO] Video batch 135: frame 540/1500 (36%)
|
|
[23:22:28 INFO] Video batch 136: frame 544/1500 (36%)
|
|
[23:22:28 INFO] Video batch 137: frame 548/1500 (36%)
|
|
[23:22:28 INFO] Video batch 138: frame 552/1500 (36%)
|
|
[23:22:28 INFO] Video batch 139: frame 556/1500 (37%)
|
|
[23:22:28 INFO] Video batch 140: frame 560/1500 (37%)
|
|
[23:22:28 INFO] Video batch 141: frame 564/1500 (37%)
|
|
[23:22:28 INFO] Video batch 142: frame 568/1500 (37%)
|
|
[23:22:29 INFO] Video batch 143: frame 572/1500 (38%)
|
|
[23:22:29 INFO] Video batch 144: frame 576/1500 (38%)
|
|
[23:22:29 INFO] Video batch 145: frame 580/1500 (38%)
|
|
[23:22:29 INFO] Video batch 146: frame 584/1500 (38%)
|
|
[23:22:29 INFO] Video batch 147: frame 588/1500 (39%)
|
|
[23:22:29 INFO] Video batch 148: frame 592/1500 (39%)
|
|
[23:22:29 INFO] Video batch 149: frame 596/1500 (39%)
|
|
[23:22:29 INFO] Video batch 150: frame 600/1500 (40%)
|
|
[23:22:29 INFO] Video batch 151: frame 604/1500 (40%)
|
|
[23:22:29 INFO] Video batch 152: frame 608/1500 (40%)
|
|
[23:22:29 INFO] Video batch 153: frame 612/1500 (40%)
|
|
[23:22:29 INFO] Video batch 154: frame 616/1500 (41%)
|
|
[23:22:29 INFO] Video batch 155: frame 620/1500 (41%)
|
|
[23:22:30 INFO] Video batch 156: frame 624/1500 (41%)
|
|
[23:22:30 INFO] Video batch 157: frame 628/1500 (41%)
|
|
[23:22:30 INFO] Video batch 158: frame 632/1500 (42%)
|
|
[23:22:30 INFO] Video batch 159: frame 636/1500 (42%)
|
|
[23:22:30 INFO] Video batch 160: frame 640/1500 (42%)
|
|
[23:22:30 INFO] Video batch 161: frame 644/1500 (42%)
|
|
[23:22:30 INFO] Video batch 162: frame 648/1500 (43%)
|
|
[23:22:30 INFO] Video batch 163: frame 652/1500 (43%)
|
|
[23:22:30 INFO] Video batch 164: frame 656/1500 (43%)
|
|
[23:22:30 INFO] Video batch 165: frame 660/1500 (44%)
|
|
[23:22:30 INFO] Video batch 166: frame 664/1500 (44%)
|
|
[23:22:31 INFO] Video batch 167: frame 668/1500 (44%)
|
|
[23:22:31 INFO] Video batch 168: frame 672/1500 (44%)
|
|
[23:22:31 INFO] Video batch 169: frame 676/1500 (45%)
|
|
[23:22:31 INFO] Video batch 170: frame 680/1500 (45%)
|
|
[23:22:31 INFO] Video batch 171: frame 684/1500 (45%)
|
|
[23:22:31 INFO] Video batch 172: frame 688/1500 (45%)
|
|
[23:22:31 INFO] Video batch 173: frame 692/1500 (46%)
|
|
[23:22:31 INFO] Video batch 174: frame 696/1500 (46%)
|
|
[23:22:31 INFO] Video batch 175: frame 700/1500 (46%)
|
|
[23:22:31 INFO] Video batch 176: frame 704/1500 (46%)
|
|
[23:22:32 INFO] Video batch 177: frame 708/1500 (47%)
|
|
[23:22:32 INFO] Video batch 178: frame 712/1500 (47%)
|
|
[23:22:32 INFO] Video batch 179: frame 716/1500 (47%)
|
|
[23:22:32 INFO] Video batch 180: frame 720/1500 (48%)
|
|
[23:22:32 INFO] Video batch 181: frame 724/1500 (48%)
|
|
[23:22:32 INFO] Video batch 182: frame 728/1500 (48%)
|
|
[23:22:32 INFO] Video batch 183: frame 732/1500 (48%)
|
|
[23:22:32 INFO] Video batch 184: frame 736/1500 (49%)
|
|
[23:22:32 INFO] Video batch 185: frame 740/1500 (49%)
|
|
[23:22:32 INFO] Video batch 186: frame 744/1500 (49%)
|
|
[23:22:32 INFO] Video batch 187: frame 748/1500 (49%)
|
|
[23:22:32 INFO] Video batch 188: frame 752/1500 (50%)
|
|
[23:22:33 INFO] Video batch 189: frame 756/1500 (50%)
|
|
[23:22:33 INFO] Video batch 190: frame 760/1500 (50%)
|
|
[23:22:33 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:22:33 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:22:33 INFO] Video batch 191: frame 764/1500 (50%)
|
|
[23:22:33 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:22:33 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:22:33 INFO] Video batch 192: frame 768/1500 (51%)
|
|
[23:22:33 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:22:33 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:22:33 INFO] Video batch 193: frame 772/1500 (51%)
|
|
[23:22:33 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:22:33 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:22:33 INFO] Video batch 194: frame 776/1500 (51%)
|
|
[23:22:33 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:22:33 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:22:33 INFO] Video batch 195: frame 780/1500 (52%)
|
|
[23:22:33 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:22:33 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:22:33 INFO] Video batch 196: frame 784/1500 (52%)
|
|
[23:22:33 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:22:33 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:22:33 INFO] Video batch 197: frame 788/1500 (52%)
|
|
[23:22:33 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:22:33 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:22:33 INFO] Video batch 198: frame 792/1500 (52%)
|
|
[23:22:34 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:22:34 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:22:34 INFO] Video batch 199: frame 796/1500 (53%)
|
|
[23:22:34 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:22:34 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:22:34 INFO] Video batch 200: frame 800/1500 (53%)
|
|
[23:22:34 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:22:34 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:22:34 INFO] Video batch 201: frame 804/1500 (53%)
|
|
[23:22:34 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:22:34 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:22:34 INFO] Video batch 202: frame 808/1500 (53%)
|
|
[23:22:34 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:22:34 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:22:34 INFO] Video batch 203: frame 812/1500 (54%)
|
|
[23:22:34 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:22:34 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:22:34 INFO] Video batch 204: frame 816/1500 (54%)
|
|
[23:22:34 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:22:34 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:22:34 INFO] Video batch 205: frame 820/1500 (54%)
|
|
[23:22:34 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:22:34 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:22:34 INFO] Video batch 206: frame 824/1500 (54%)
|
|
[23:22:34 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:22:34 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:22:34 INFO] Video batch 207: frame 828/1500 (55%)
|
|
[23:22:35 INFO] Video batch 208: frame 832/1500 (55%)
|
|
[23:22:35 INFO] Video batch 209: frame 836/1500 (55%)
|
|
[23:22:35 INFO] Video batch 210: frame 840/1500 (56%)
|
|
[23:22:35 INFO] Video batch 211: frame 844/1500 (56%)
|
|
[23:22:35 INFO] Video batch 212: frame 848/1500 (56%)
|
|
[23:22:35 INFO] Video batch 213: frame 852/1500 (56%)
|
|
[23:22:35 INFO] Video batch 214: frame 856/1500 (57%)
|
|
[23:22:35 INFO] Video batch 215: frame 860/1500 (57%)
|
|
[23:22:35 INFO] Video batch 216: frame 864/1500 (57%)
|
|
[23:22:35 INFO] Video batch 217: frame 868/1500 (57%)
|
|
[23:22:35 INFO] Video batch 218: frame 872/1500 (58%)
|
|
[23:22:36 INFO] Video batch 219: frame 876/1500 (58%)
|
|
[23:22:36 INFO] Video batch 220: frame 880/1500 (58%)
|
|
[23:22:36 INFO] Video batch 221: frame 884/1500 (58%)
|
|
[23:22:36 INFO] Video batch 222: frame 888/1500 (59%)
|
|
[23:22:36 INFO] Video batch 223: frame 892/1500 (59%)
|
|
[23:22:36 INFO] Video batch 224: frame 896/1500 (59%)
|
|
[23:22:36 INFO] Video batch 225: frame 900/1500 (60%)
|
|
[23:22:36 INFO] Video batch 226: frame 904/1500 (60%)
|
|
[23:22:36 INFO] Video batch 227: frame 908/1500 (60%)
|
|
[23:22:36 INFO] Video batch 228: frame 912/1500 (60%)
|
|
[23:22:36 INFO] Video batch 229: frame 916/1500 (61%)
|
|
[23:22:36 INFO] Video batch 230: frame 920/1500 (61%)
|
|
[23:22:36 INFO] Video batch 231: frame 924/1500 (61%)
|
|
[23:22:37 INFO] Video batch 232: frame 928/1500 (61%)
|
|
[23:22:37 INFO] Video batch 233: frame 932/1500 (62%)
|
|
[23:22:37 INFO] Video batch 234: frame 936/1500 (62%)
|
|
[23:22:37 INFO] Video batch 235: frame 940/1500 (62%)
|
|
[23:22:37 INFO] Video batch 236: frame 944/1500 (62%)
|
|
[23:22:37 INFO] Video batch 237: frame 948/1500 (63%)
|
|
[23:22:37 INFO] Video batch 238: frame 952/1500 (63%)
|
|
[23:22:37 INFO] Video batch 239: frame 956/1500 (63%)
|
|
[23:22:37 INFO] Video batch 240: frame 960/1500 (64%)
|
|
[23:22:37 INFO] Video batch 241: frame 964/1500 (64%)
|
|
[23:22:37 INFO] Video batch 242: frame 968/1500 (64%)
|
|
[23:22:37 INFO] Video batch 243: frame 972/1500 (64%)
|
|
[23:22:38 INFO] Video batch 244: frame 976/1500 (65%)
|
|
[23:22:38 INFO] Video batch 245: frame 980/1500 (65%)
|
|
[23:22:38 INFO] Video batch 246: frame 984/1500 (65%)
|
|
[23:22:38 INFO] Video batch 247: frame 988/1500 (65%)
|
|
[23:22:38 INFO] Video batch 248: frame 992/1500 (66%)
|
|
[23:22:38 INFO] Video batch 249: frame 996/1500 (66%)
|
|
[23:22:38 INFO] Video batch 250: frame 1000/1500 (66%)
|
|
[23:22:38 INFO] Video batch 251: frame 1004/1500 (66%)
|
|
[23:22:38 INFO] Video batch 252: frame 1008/1500 (67%)
|
|
[23:22:38 INFO] Video batch 253: frame 1012/1500 (67%)
|
|
[23:22:38 INFO] Video batch 254: frame 1016/1500 (67%)
|
|
[23:22:38 INFO] Video batch 255: frame 1020/1500 (68%)
|
|
[23:22:39 INFO] Video batch 256: frame 1024/1500 (68%)
|
|
[23:22:39 INFO] Video batch 257: frame 1028/1500 (68%)
|
|
[23:22:39 INFO] Video batch 258: frame 1032/1500 (68%)
|
|
[23:22:39 INFO] Video batch 258: 1 detections from postprocess
|
|
[23:22:39 INFO] Video frame video_test01_000412: 1 dets, valid=True
|
|
[23:22:39 INFO] Video batch 259: frame 1036/1500 (69%)
|
|
[23:22:39 INFO] Video batch 260: frame 1040/1500 (69%)
|
|
[23:22:39 INFO] Video batch 261: frame 1044/1500 (69%)
|
|
[23:22:39 INFO] Video batch 261: 1 detections from postprocess
|
|
[23:22:39 INFO] Video frame video_test01_000417: 1 dets, valid=True
|
|
[23:22:39 INFO] Video batch 262: frame 1048/1500 (69%)
|
|
[23:22:39 INFO] Video batch 262: 1 detections from postprocess
|
|
[23:22:39 INFO] Video frame video_test01_000418: 1 dets, valid=True
|
|
[23:22:39 INFO] Video batch 263: frame 1052/1500 (70%)
|
|
[23:22:39 INFO] Video batch 263: 1 detections from postprocess
|
|
[23:22:39 INFO] Video frame video_test01_000420: 1 dets, valid=True
|
|
[23:22:39 INFO] Video batch 264: frame 1056/1500 (70%)
|
|
[23:22:39 INFO] Video batch 264: 1 detections from postprocess
|
|
[23:22:39 INFO] Video frame video_test01_000422: 1 dets, valid=True
|
|
[23:22:39 INFO] Video batch 265: frame 1060/1500 (70%)
|
|
[23:22:39 INFO] Video batch 265: 1 detections from postprocess
|
|
[23:22:39 INFO] Video frame video_test01_000423: 1 dets, valid=True
|
|
[23:22:39 INFO] Video batch 266: frame 1064/1500 (70%)
|
|
[23:22:39 INFO] Video batch 266: 1 detections from postprocess
|
|
[23:22:39 INFO] Video frame video_test01_000425: 1 dets, valid=True
|
|
[23:22:39 INFO] Video batch 267: frame 1068/1500 (71%)
|
|
[23:22:40 INFO] Video batch 267: 2 detections from postprocess
|
|
[23:22:40 INFO] Video frame video_test01_000426: 2 dets, valid=True
|
|
[23:22:40 INFO] Video batch 268: frame 1072/1500 (71%)
|
|
[23:22:40 INFO] Video batch 268: 1 detections from postprocess
|
|
[23:22:40 INFO] Video frame video_test01_000428: 1 dets, valid=True
|
|
[23:22:40 INFO] Video batch 269: frame 1076/1500 (71%)
|
|
[23:22:40 INFO] Video batch 269: 1 detections from postprocess
|
|
[23:22:40 INFO] Video frame video_test01_000430: 1 dets, valid=True
|
|
[23:22:40 INFO] Video batch 270: frame 1080/1500 (72%)
|
|
[23:22:40 INFO] Video batch 271: frame 1084/1500 (72%)
|
|
[23:22:40 INFO] Video batch 272: frame 1088/1500 (72%)
|
|
[23:22:40 INFO] Video batch 273: frame 1092/1500 (72%)
|
|
[23:22:40 INFO] Video batch 274: frame 1096/1500 (73%)
|
|
[23:22:40 INFO] Video batch 275: frame 1100/1500 (73%)
|
|
[23:22:40 INFO] Video batch 276: frame 1104/1500 (73%)
|
|
[23:22:40 INFO] Video batch 277: frame 1108/1500 (73%)
|
|
[23:22:40 INFO] Video batch 278: frame 1112/1500 (74%)
|
|
[23:22:40 INFO] Video batch 279: frame 1116/1500 (74%)
|
|
[23:22:41 INFO] Video batch 280: frame 1120/1500 (74%)
|
|
[23:22:41 INFO] Video batch 281: frame 1124/1500 (74%)
|
|
[23:22:41 INFO] Video batch 282: frame 1128/1500 (75%)
|
|
[23:22:41 INFO] Video batch 283: frame 1132/1500 (75%)
|
|
[23:22:41 INFO] Video batch 284: frame 1136/1500 (75%)
|
|
[23:22:41 INFO] Video batch 285: frame 1140/1500 (76%)
|
|
[23:22:41 INFO] Video batch 286: frame 1144/1500 (76%)
|
|
[23:22:41 INFO] Video batch 287: frame 1148/1500 (76%)
|
|
[23:22:41 INFO] Video batch 287: 1 detections from postprocess
|
|
[23:22:41 INFO] Video frame video_test01_000458: 1 dets, valid=True
|
|
[23:22:41 INFO] Video batch 288: frame 1152/1500 (76%)
|
|
[23:22:41 INFO] Video batch 289: frame 1156/1500 (77%)
|
|
[23:22:41 INFO] Video batch 290: frame 1160/1500 (77%)
|
|
[23:22:41 INFO] Video batch 291: frame 1164/1500 (77%)
|
|
[23:22:41 INFO] Video batch 292: frame 1168/1500 (77%)
|
|
[23:22:42 INFO] Video batch 293: frame 1172/1500 (78%)
|
|
[23:22:42 INFO] Video batch 294: frame 1176/1500 (78%)
|
|
[23:22:42 INFO] Video batch 294: 1 detections from postprocess
|
|
[23:22:42 INFO] Video frame video_test01_000470: 1 dets, valid=True
|
|
[23:22:42 INFO] Video batch 295: frame 1180/1500 (78%)
|
|
[23:22:42 INFO] Video batch 296: frame 1184/1500 (78%)
|
|
[23:22:42 INFO] Video batch 297: frame 1188/1500 (79%)
|
|
[23:22:42 INFO] Video batch 298: frame 1192/1500 (79%)
|
|
[23:22:42 INFO] Video batch 298: 1 detections from postprocess
|
|
[23:22:42 INFO] Video frame video_test01_000476: 1 dets, valid=True
|
|
[23:22:42 INFO] Video batch 299: frame 1196/1500 (79%)
|
|
[23:22:42 INFO] Video batch 299: 1 detections from postprocess
|
|
[23:22:42 INFO] Video frame video_test01_000478: 1 dets, valid=True
|
|
[23:22:42 INFO] Video batch 300: frame 1200/1500 (80%)
|
|
[23:22:42 INFO] Video batch 301: frame 1204/1500 (80%)
|
|
[23:22:42 INFO] Video batch 302: frame 1208/1500 (80%)
|
|
[23:22:42 INFO] Video batch 303: frame 1212/1500 (80%)
|
|
[23:22:42 INFO] Video batch 304: frame 1216/1500 (81%)
|
|
[23:22:43 INFO] Video batch 304: 1 detections from postprocess
|
|
[23:22:43 INFO] Video frame video_test01_000486: 1 dets, valid=True
|
|
[23:22:43 INFO] Video batch 305: frame 1220/1500 (81%)
|
|
[23:22:43 INFO] Video batch 305: 1 detections from postprocess
|
|
[23:22:43 INFO] Video frame video_test01_000487: 1 dets, valid=True
|
|
[23:22:43 INFO] Video batch 306: frame 1224/1500 (81%)
|
|
[23:22:43 INFO] Video batch 306: 1 detections from postprocess
|
|
[23:22:43 INFO] Video frame video_test01_000489: 1 dets, valid=True
|
|
[23:22:43 INFO] Video batch 307: frame 1228/1500 (81%)
|
|
[23:22:43 INFO] Video batch 307: 1 detections from postprocess
|
|
[23:22:43 INFO] Video frame video_test01_000490: 1 dets, valid=True
|
|
[23:22:43 INFO] Video batch 308: frame 1232/1500 (82%)
|
|
[23:22:43 INFO] Video batch 308: 1 detections from postprocess
|
|
[23:22:43 INFO] Video frame video_test01_000492: 1 dets, valid=True
|
|
[23:22:43 INFO] Video batch 309: frame 1236/1500 (82%)
|
|
[23:22:43 INFO] Video batch 309: 1 detections from postprocess
|
|
[23:22:43 INFO] Video frame video_test01_000494: 1 dets, valid=True
|
|
[23:22:43 INFO] Video batch 310: frame 1240/1500 (82%)
|
|
[23:22:43 INFO] Video batch 311: frame 1244/1500 (82%)
|
|
[23:22:43 INFO] Video batch 312: frame 1248/1500 (83%)
|
|
[23:22:43 INFO] Video batch 313: frame 1252/1500 (83%)
|
|
[23:22:43 INFO] Video batch 314: frame 1256/1500 (83%)
|
|
[23:22:43 INFO] Video batch 315: frame 1260/1500 (84%)
|
|
[23:22:43 INFO] Video batch 316: frame 1264/1500 (84%)
|
|
[23:22:44 INFO] Video batch 317: frame 1268/1500 (84%)
|
|
[23:22:44 INFO] Video batch 318: frame 1272/1500 (84%)
|
|
[23:22:44 INFO] Video batch 319: frame 1276/1500 (85%)
|
|
[23:22:44 INFO] Video batch 320: frame 1280/1500 (85%)
|
|
[23:22:44 INFO] Video batch 321: frame 1284/1500 (85%)
|
|
[23:22:44 INFO] Video batch 322: frame 1288/1500 (85%)
|
|
[23:22:44 INFO] Video batch 323: frame 1292/1500 (86%)
|
|
[23:22:44 INFO] Video batch 324: frame 1296/1500 (86%)
|
|
[23:22:44 INFO] Video batch 325: frame 1300/1500 (86%)
|
|
[23:22:44 INFO] Video batch 326: frame 1304/1500 (86%)
|
|
[23:22:44 INFO] Video batch 327: frame 1308/1500 (87%)
|
|
[23:22:44 INFO] Video batch 328: frame 1312/1500 (87%)
|
|
[23:22:44 INFO] Video batch 329: frame 1316/1500 (87%)
|
|
[23:22:45 INFO] Video batch 330: frame 1320/1500 (88%)
|
|
[23:22:45 INFO] Video batch 331: frame 1324/1500 (88%)
|
|
[23:22:45 INFO] Video batch 332: frame 1328/1500 (88%)
|
|
[23:22:45 INFO] Video batch 333: frame 1332/1500 (88%)
|
|
[23:22:45 INFO] Video batch 334: frame 1336/1500 (89%)
|
|
[23:22:45 INFO] Video batch 335: frame 1340/1500 (89%)
|
|
[23:22:45 INFO] Video batch 336: frame 1344/1500 (89%)
|
|
[23:22:45 INFO] Video batch 337: frame 1348/1500 (89%)
|
|
[23:22:45 INFO] Video batch 338: frame 1352/1500 (90%)
|
|
[23:22:45 INFO] Video batch 339: frame 1356/1500 (90%)
|
|
[23:22:45 INFO] Video batch 340: frame 1360/1500 (90%)
|
|
[23:22:45 INFO] Video batch 341: frame 1364/1500 (90%)
|
|
[23:22:45 INFO] Video batch 342: frame 1368/1500 (91%)
|
|
[23:22:46 INFO] Video batch 343: frame 1372/1500 (91%)
|
|
[23:22:46 INFO] Video batch 344: frame 1376/1500 (91%)
|
|
[23:22:46 INFO] Video batch 345: frame 1380/1500 (92%)
|
|
[23:22:46 INFO] Video batch 346: frame 1384/1500 (92%)
|
|
[23:22:46 INFO] Video batch 347: frame 1388/1500 (92%)
|
|
[23:22:46 INFO] Video batch 348: frame 1392/1500 (92%)
|
|
[23:22:46 INFO] Video batch 349: frame 1396/1500 (93%)
|
|
[23:22:46 INFO] Video batch 350: frame 1400/1500 (93%)
|
|
[23:22:46 INFO] Video batch 351: frame 1404/1500 (93%)
|
|
[23:22:46 INFO] Video batch 352: frame 1408/1500 (93%)
|
|
[23:22:46 INFO] Video batch 353: frame 1412/1500 (94%)
|
|
[23:22:46 INFO] Video batch 354: frame 1416/1500 (94%)
|
|
[23:22:46 INFO] Video batch 355: frame 1420/1500 (94%)
|
|
[23:22:47 INFO] Video batch 356: frame 1424/1500 (94%)
|
|
[23:22:47 INFO] Video batch 357: frame 1428/1500 (95%)
|
|
[23:22:47 INFO] Video batch 358: frame 1432/1500 (95%)
|
|
[23:22:47 INFO] Video batch 359: frame 1436/1500 (95%)
|
|
[23:22:47 INFO] Video batch 360: frame 1440/1500 (96%)
|
|
[23:22:47 INFO] Video batch 361: frame 1444/1500 (96%)
|
|
[23:22:47 INFO] Video batch 362: frame 1448/1500 (96%)
|
|
[23:22:47 INFO] Video batch 363: frame 1452/1500 (96%)
|
|
[23:22:47 INFO] Video batch 364: frame 1456/1500 (97%)
|
|
[23:22:47 INFO] Video batch 365: frame 1460/1500 (97%)
|
|
[23:22:47 INFO] Video batch 366: frame 1464/1500 (97%)
|
|
[23:22:47 INFO] Video batch 367: frame 1468/1500 (97%)
|
|
[23:22:48 INFO] Video batch 368: frame 1472/1500 (98%)
|
|
[23:22:48 INFO] Video batch 369: frame 1476/1500 (98%)
|
|
[23:22:48 INFO] Video batch 370: frame 1480/1500 (98%)
|
|
[23:22:48 INFO] Video batch 371: frame 1484/1500 (98%)
|
|
[23:22:48 INFO] Video batch 372: frame 1488/1500 (99%)
|
|
[23:22:48 INFO] Video batch 373: frame 1492/1500 (99%)
|
|
[23:22:48 INFO] Video batch 374: frame 1496/1500 (99%)
|
|
[23:22:48 INFO] Video batch 375: frame 1500/1500 (100%)
|
|
[23:22:48 INFO] Video done: 1500 frames read, 375 batches processed
|
|
[23:22:48 INFO] init AI...
|
|
[23:22:48 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[23:22:48 INFO] ground sampling distance: 0.3059895833333333
|
|
[23:22:48 INFO] init AI...
|
|
[23:22:48 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:22:48 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:22:49 INFO] init AI...
|
|
[23:22:49 INFO] init AI...
|
|
[23:22:49 INFO] init AI...
|
|
[23:22:49 INFO] init AI...
|
|
[23:22:49 INFO] init AI...
|
|
[23:22:49 INFO] init AI...
|
|
[23:22:49 INFO] init AI...
|
|
[23:22:49 INFO] init AI...
|
|
[23:22:49 INFO] init AI...
|
|
[23:22:49 INFO] init AI...
|
|
[23:22:50 INFO] init AI...
|
|
[23:22:50 INFO] init AI...
|
|
[23:22:50 INFO] init AI...
|
|
[23:22:50 INFO] init AI...
|
|
[23:22:50 INFO] init AI...
|
|
[23:22:50 INFO] init AI...
|
|
[23:22:50 INFO] init AI...
|
|
[23:22:50 INFO] init AI...
|
|
[23:22:50 INFO] init AI...
|
|
[23:22:50 INFO] init AI...
|
|
[23:22:50 INFO] init AI...
|
|
[23:22:51 INFO] init AI...
|
|
[23:22:51 INFO] init AI...
|
|
[23:22:51 INFO] init AI...
|
|
[23:22:51 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4...
|
|
[23:22:51 ERROR] Failed to open video: /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_short01.mp4
|
|
[23:26:58 INFO] init AI...
|
|
[23:26:58 INFO] Downloading
|
|
[23:27:02 INFO] CoreML model: input=input shape=(1, 3, 1280, 1280)
|
|
[23:27:02 INFO] Enabled
|
|
[23:27:02 INFO] init AI...
|
|
[23:27:02 INFO] init AI...
|
|
[23:27:02 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[23:27:02 INFO] ground sampling distance: 0.3059895833333333
|
|
[23:27:03 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:27:03 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:27:03 INFO] init AI...
|
|
[23:27:03 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:27:03 INFO] Video: 1500 frames, 25.0 fps, 2560x1440
|
|
[23:27:03 INFO] Video batch 1: frame 4/1500 (0%)
|
|
[23:27:03 INFO] Video batch 2: frame 8/1500 (0%)
|
|
[23:27:03 INFO] Video batch 3: frame 12/1500 (0%)
|
|
[23:27:04 INFO] Video batch 4: frame 16/1500 (1%)
|
|
[23:27:04 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:27:04 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:27:04 INFO] Video batch 5: frame 20/1500 (1%)
|
|
[23:27:04 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:27:04 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:27:04 INFO] Video batch 6: frame 24/1500 (1%)
|
|
[23:27:04 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:27:04 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:27:04 INFO] Video batch 7: frame 28/1500 (1%)
|
|
[23:27:04 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:27:04 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:27:04 INFO] Video batch 8: frame 32/1500 (2%)
|
|
[23:27:04 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:27:04 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:27:04 INFO] Video batch 9: frame 36/1500 (2%)
|
|
[23:27:04 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:27:04 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:27:04 INFO] Video batch 10: frame 40/1500 (2%)
|
|
[23:27:04 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:27:04 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:27:05 INFO] Video batch 11: frame 44/1500 (2%)
|
|
[23:27:05 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:27:05 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:27:05 INFO] Video batch 12: frame 48/1500 (3%)
|
|
[23:27:05 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:27:05 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:27:05 INFO] Video batch 13: frame 52/1500 (3%)
|
|
[23:27:05 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:27:05 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:27:05 INFO] Video batch 14: frame 56/1500 (3%)
|
|
[23:27:05 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:27:05 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:27:05 INFO] Video batch 15: frame 60/1500 (4%)
|
|
[23:27:05 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:27:05 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:27:05 INFO] Video batch 16: frame 64/1500 (4%)
|
|
[23:27:05 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:27:05 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:27:05 INFO] Video batch 17: frame 68/1500 (4%)
|
|
[23:27:05 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:27:05 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:27:05 INFO] Video batch 18: frame 72/1500 (4%)
|
|
[23:27:05 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:27:05 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:27:05 INFO] Video batch 19: frame 76/1500 (5%)
|
|
[23:27:06 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:27:06 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:27:06 INFO] Video batch 20: frame 80/1500 (5%)
|
|
[23:27:06 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:27:06 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:27:06 INFO] Video batch 21: frame 84/1500 (5%)
|
|
[23:27:06 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:27:06 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:27:06 INFO] Video batch 22: frame 88/1500 (5%)
|
|
[23:27:06 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:27:06 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:27:06 INFO] Video batch 23: frame 92/1500 (6%)
|
|
[23:27:06 INFO] Video batch 24: frame 96/1500 (6%)
|
|
[23:27:06 INFO] Video batch 25: frame 100/1500 (6%)
|
|
[23:27:06 INFO] Video batch 26: frame 104/1500 (6%)
|
|
[23:27:06 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:27:06 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:27:06 INFO] Video batch 27: frame 108/1500 (7%)
|
|
[23:27:06 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:27:06 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:27:06 INFO] Video batch 28: frame 112/1500 (7%)
|
|
[23:27:06 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:27:06 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:27:06 INFO] Video batch 29: frame 116/1500 (7%)
|
|
[23:27:07 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:27:07 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:27:07 INFO] Video batch 30: frame 120/1500 (8%)
|
|
[23:27:07 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:27:07 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:27:07 INFO] Video batch 31: frame 124/1500 (8%)
|
|
[23:27:07 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:27:07 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:27:07 INFO] Video batch 32: frame 128/1500 (8%)
|
|
[23:27:07 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:27:07 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:27:07 INFO] Video batch 33: frame 132/1500 (8%)
|
|
[23:27:07 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:27:07 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:27:07 INFO] Video batch 34: frame 136/1500 (9%)
|
|
[23:27:07 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:27:07 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:27:07 INFO] Video batch 35: frame 140/1500 (9%)
|
|
[23:27:07 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:27:07 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:27:07 INFO] Video batch 36: frame 144/1500 (9%)
|
|
[23:27:07 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:27:07 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:27:07 INFO] Video batch 37: frame 148/1500 (9%)
|
|
[23:27:07 INFO] Video batch 38: frame 152/1500 (10%)
|
|
[23:27:07 INFO] Video batch 39: frame 156/1500 (10%)
|
|
[23:27:08 INFO] Video batch 40: frame 160/1500 (10%)
|
|
[23:27:08 INFO] Video batch 41: frame 164/1500 (10%)
|
|
[23:27:08 INFO] Video batch 42: frame 168/1500 (11%)
|
|
[23:27:08 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:27:08 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:27:08 INFO] Video batch 43: frame 172/1500 (11%)
|
|
[23:27:08 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:27:08 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:27:08 INFO] Video batch 44: frame 176/1500 (11%)
|
|
[23:27:08 INFO] Video batch 45: frame 180/1500 (12%)
|
|
[23:27:08 INFO] Video batch 46: frame 184/1500 (12%)
|
|
[23:27:08 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:27:08 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:27:08 INFO] Video batch 47: frame 188/1500 (12%)
|
|
[23:27:08 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:27:08 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:27:08 INFO] Video batch 48: frame 192/1500 (12%)
|
|
[23:27:08 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:27:08 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:27:08 INFO] Video batch 49: frame 196/1500 (13%)
|
|
[23:27:08 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:27:08 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:27:08 INFO] Video batch 50: frame 200/1500 (13%)
|
|
[23:27:08 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:27:08 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:27:09 INFO] Video batch 51: frame 204/1500 (13%)
|
|
[23:27:09 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:27:09 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:27:09 INFO] Video batch 52: frame 208/1500 (13%)
|
|
[23:27:09 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:27:09 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:27:09 INFO] Video batch 53: frame 212/1500 (14%)
|
|
[23:27:09 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:27:09 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:27:09 INFO] Video batch 54: frame 216/1500 (14%)
|
|
[23:27:09 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:27:09 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:27:09 INFO] Video batch 55: frame 220/1500 (14%)
|
|
[23:27:09 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:27:09 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:27:09 INFO] Video batch 56: frame 224/1500 (14%)
|
|
[23:27:09 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:27:09 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:27:09 INFO] Video batch 57: frame 228/1500 (15%)
|
|
[23:27:09 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:27:09 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:27:09 INFO] Video batch 58: frame 232/1500 (15%)
|
|
[23:27:09 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:27:09 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:27:09 INFO] Video batch 59: frame 236/1500 (15%)
|
|
[23:27:09 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:27:09 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:27:09 INFO] Video batch 60: frame 240/1500 (16%)
|
|
[23:27:09 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:27:09 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:27:10 INFO] Video batch 61: frame 244/1500 (16%)
|
|
[23:27:10 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:27:10 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:27:10 INFO] Video batch 62: frame 248/1500 (16%)
|
|
[23:27:10 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:27:10 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:27:10 INFO] Video batch 63: frame 252/1500 (16%)
|
|
[23:27:10 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:27:10 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:27:10 INFO] Video batch 64: frame 256/1500 (17%)
|
|
[23:27:10 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:27:10 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:27:10 INFO] Video batch 65: frame 260/1500 (17%)
|
|
[23:27:10 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:27:10 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:27:10 INFO] Video batch 66: frame 264/1500 (17%)
|
|
[23:27:10 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:27:10 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:27:10 INFO] Video batch 67: frame 268/1500 (17%)
|
|
[23:27:10 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:27:10 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:27:10 INFO] Video batch 68: frame 272/1500 (18%)
|
|
[23:27:10 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:27:10 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:27:10 INFO] Video batch 69: frame 276/1500 (18%)
|
|
[23:27:10 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:27:10 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:27:10 INFO] Video batch 70: frame 280/1500 (18%)
|
|
[23:27:10 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:27:10 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:27:11 INFO] Video batch 71: frame 284/1500 (18%)
|
|
[23:27:11 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:27:11 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:27:11 INFO] Video batch 72: frame 288/1500 (19%)
|
|
[23:27:11 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:27:11 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:27:11 INFO] Video batch 73: frame 292/1500 (19%)
|
|
[23:27:11 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:27:11 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:27:11 INFO] Video batch 74: frame 296/1500 (19%)
|
|
[23:27:11 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:27:11 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:27:11 INFO] Video batch 75: frame 300/1500 (20%)
|
|
[23:27:11 INFO] Video batch 76: frame 304/1500 (20%)
|
|
[23:27:11 INFO] Video batch 77: frame 308/1500 (20%)
|
|
[23:27:11 INFO] Video batch 78: frame 312/1500 (20%)
|
|
[23:27:11 INFO] Video batch 79: frame 316/1500 (21%)
|
|
[23:27:11 INFO] Video batch 80: frame 320/1500 (21%)
|
|
[23:27:11 INFO] Video batch 81: frame 324/1500 (21%)
|
|
[23:27:12 INFO] Video batch 82: frame 328/1500 (21%)
|
|
[23:27:12 INFO] Video batch 83: frame 332/1500 (22%)
|
|
[23:27:12 INFO] Video batch 84: frame 336/1500 (22%)
|
|
[23:27:12 INFO] Video batch 85: frame 340/1500 (22%)
|
|
[23:27:12 INFO] Video batch 86: frame 344/1500 (22%)
|
|
[23:27:12 INFO] Video batch 87: frame 348/1500 (23%)
|
|
[23:27:12 INFO] Video batch 88: frame 352/1500 (23%)
|
|
[23:27:12 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:27:12 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:27:12 INFO] Video batch 89: frame 356/1500 (23%)
|
|
[23:27:12 INFO] Video batch 90: frame 360/1500 (24%)
|
|
[23:27:12 INFO] Video batch 91: frame 364/1500 (24%)
|
|
[23:27:12 INFO] Video batch 92: frame 368/1500 (24%)
|
|
[23:27:13 INFO] Video batch 93: frame 372/1500 (24%)
|
|
[23:27:13 INFO] Video batch 94: frame 376/1500 (25%)
|
|
[23:27:13 INFO] Video batch 94: 2 detections from postprocess
|
|
[23:27:13 INFO] Video frame video_test01_000150: 2 dets, valid=True
|
|
[23:27:13 INFO] Video batch 95: frame 380/1500 (25%)
|
|
[23:27:13 INFO] Video batch 95: 2 detections from postprocess
|
|
[23:27:13 INFO] Video frame video_test01_000151: 2 dets, valid=True
|
|
[23:27:13 INFO] Video batch 96: frame 384/1500 (25%)
|
|
[23:27:13 INFO] Video batch 97: frame 388/1500 (25%)
|
|
[23:27:13 INFO] Video batch 98: frame 392/1500 (26%)
|
|
[23:27:13 INFO] Video batch 99: frame 396/1500 (26%)
|
|
[23:27:13 INFO] Video batch 100: frame 400/1500 (26%)
|
|
[23:27:13 INFO] Video batch 101: frame 404/1500 (26%)
|
|
[23:27:13 INFO] Video batch 102: frame 408/1500 (27%)
|
|
[23:27:13 INFO] Video batch 103: frame 412/1500 (27%)
|
|
[23:27:13 INFO] Video batch 104: frame 416/1500 (27%)
|
|
[23:27:14 INFO] Video batch 105: frame 420/1500 (28%)
|
|
[23:27:14 INFO] Video batch 106: frame 424/1500 (28%)
|
|
[23:27:14 INFO] Video batch 107: frame 428/1500 (28%)
|
|
[23:27:14 INFO] Video batch 108: frame 432/1500 (28%)
|
|
[23:27:14 INFO] Video batch 109: frame 436/1500 (29%)
|
|
[23:27:14 INFO] Video batch 110: frame 440/1500 (29%)
|
|
[23:27:14 INFO] Video batch 111: frame 444/1500 (29%)
|
|
[23:27:14 INFO] Video batch 112: frame 448/1500 (29%)
|
|
[23:27:14 INFO] Video batch 113: frame 452/1500 (30%)
|
|
[23:27:14 INFO] Video batch 114: frame 456/1500 (30%)
|
|
[23:27:14 INFO] Video batch 115: frame 460/1500 (30%)
|
|
[23:27:15 INFO] Video batch 116: frame 464/1500 (30%)
|
|
[23:27:15 INFO] Video batch 117: frame 468/1500 (31%)
|
|
[23:27:15 INFO] Video batch 118: frame 472/1500 (31%)
|
|
[23:27:15 INFO] Video batch 119: frame 476/1500 (31%)
|
|
[23:27:15 INFO] Video batch 120: frame 480/1500 (32%)
|
|
[23:27:15 INFO] Video batch 121: frame 484/1500 (32%)
|
|
[23:27:15 INFO] Video batch 122: frame 488/1500 (32%)
|
|
[23:27:15 INFO] Video batch 123: frame 492/1500 (32%)
|
|
[23:27:15 INFO] Video batch 124: frame 496/1500 (33%)
|
|
[23:27:15 INFO] Video batch 125: frame 500/1500 (33%)
|
|
[23:27:15 INFO] Video batch 126: frame 504/1500 (33%)
|
|
[23:27:15 INFO] Video batch 127: frame 508/1500 (33%)
|
|
[23:27:16 INFO] Video batch 128: frame 512/1500 (34%)
|
|
[23:27:16 INFO] Video batch 129: frame 516/1500 (34%)
|
|
[23:27:16 INFO] Video batch 130: frame 520/1500 (34%)
|
|
[23:27:16 INFO] Video batch 131: frame 524/1500 (34%)
|
|
[23:27:16 INFO] Video batch 132: frame 528/1500 (35%)
|
|
[23:27:16 INFO] Video batch 133: frame 532/1500 (35%)
|
|
[23:27:16 INFO] Video batch 134: frame 536/1500 (35%)
|
|
[23:27:16 INFO] Video batch 135: frame 540/1500 (36%)
|
|
[23:27:16 INFO] Video batch 136: frame 544/1500 (36%)
|
|
[23:27:16 INFO] Video batch 137: frame 548/1500 (36%)
|
|
[23:27:16 INFO] Video batch 138: frame 552/1500 (36%)
|
|
[23:27:16 INFO] Video batch 139: frame 556/1500 (37%)
|
|
[23:27:17 INFO] Video batch 140: frame 560/1500 (37%)
|
|
[23:27:17 INFO] Video batch 141: frame 564/1500 (37%)
|
|
[23:27:17 INFO] Video batch 142: frame 568/1500 (37%)
|
|
[23:27:17 INFO] Video batch 143: frame 572/1500 (38%)
|
|
[23:27:17 INFO] Video batch 144: frame 576/1500 (38%)
|
|
[23:27:17 INFO] Video batch 145: frame 580/1500 (38%)
|
|
[23:27:17 INFO] Video batch 146: frame 584/1500 (38%)
|
|
[23:27:17 INFO] Video batch 147: frame 588/1500 (39%)
|
|
[23:27:17 INFO] Video batch 148: frame 592/1500 (39%)
|
|
[23:27:17 INFO] Video batch 149: frame 596/1500 (39%)
|
|
[23:27:17 INFO] Video batch 150: frame 600/1500 (40%)
|
|
[23:27:17 INFO] Video batch 151: frame 604/1500 (40%)
|
|
[23:27:18 INFO] Video batch 152: frame 608/1500 (40%)
|
|
[23:27:18 INFO] Video batch 153: frame 612/1500 (40%)
|
|
[23:27:18 INFO] Video batch 154: frame 616/1500 (41%)
|
|
[23:27:18 INFO] Video batch 155: frame 620/1500 (41%)
|
|
[23:27:18 INFO] Video batch 156: frame 624/1500 (41%)
|
|
[23:27:18 INFO] Video batch 157: frame 628/1500 (41%)
|
|
[23:27:18 INFO] Video batch 158: frame 632/1500 (42%)
|
|
[23:27:18 INFO] Video batch 159: frame 636/1500 (42%)
|
|
[23:27:18 INFO] Video batch 160: frame 640/1500 (42%)
|
|
[23:27:18 INFO] Video batch 161: frame 644/1500 (42%)
|
|
[23:27:18 INFO] Video batch 162: frame 648/1500 (43%)
|
|
[23:27:18 INFO] Video batch 163: frame 652/1500 (43%)
|
|
[23:27:19 INFO] Video batch 164: frame 656/1500 (43%)
|
|
[23:27:19 INFO] Video batch 165: frame 660/1500 (44%)
|
|
[23:27:19 INFO] Video batch 166: frame 664/1500 (44%)
|
|
[23:27:19 INFO] Video batch 167: frame 668/1500 (44%)
|
|
[23:27:19 INFO] Video batch 168: frame 672/1500 (44%)
|
|
[23:27:19 INFO] Video batch 169: frame 676/1500 (45%)
|
|
[23:27:19 INFO] Video batch 170: frame 680/1500 (45%)
|
|
[23:27:19 INFO] Video batch 171: frame 684/1500 (45%)
|
|
[23:27:19 INFO] Video batch 172: frame 688/1500 (45%)
|
|
[23:27:19 INFO] Video batch 173: frame 692/1500 (46%)
|
|
[23:27:19 INFO] Video batch 174: frame 696/1500 (46%)
|
|
[23:27:20 INFO] Video batch 175: frame 700/1500 (46%)
|
|
[23:27:20 INFO] Video batch 176: frame 704/1500 (46%)
|
|
[23:27:20 INFO] Video batch 177: frame 708/1500 (47%)
|
|
[23:27:20 INFO] Video batch 178: frame 712/1500 (47%)
|
|
[23:27:20 INFO] Video batch 179: frame 716/1500 (47%)
|
|
[23:27:20 INFO] Video batch 180: frame 720/1500 (48%)
|
|
[23:27:20 INFO] Video batch 181: frame 724/1500 (48%)
|
|
[23:27:20 INFO] Video batch 182: frame 728/1500 (48%)
|
|
[23:27:20 INFO] Video batch 183: frame 732/1500 (48%)
|
|
[23:27:20 INFO] Video batch 184: frame 736/1500 (49%)
|
|
[23:27:20 INFO] Video batch 185: frame 740/1500 (49%)
|
|
[23:27:21 INFO] Video batch 186: frame 744/1500 (49%)
|
|
[23:27:21 INFO] Video batch 187: frame 748/1500 (49%)
|
|
[23:27:21 INFO] Video batch 188: frame 752/1500 (50%)
|
|
[23:27:21 INFO] Video batch 189: frame 756/1500 (50%)
|
|
[23:27:21 INFO] Video batch 190: frame 760/1500 (50%)
|
|
[23:27:21 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:27:21 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:27:21 INFO] Video batch 191: frame 764/1500 (50%)
|
|
[23:27:21 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:27:21 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:27:21 INFO] Video batch 192: frame 768/1500 (51%)
|
|
[23:27:21 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:27:21 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:27:21 INFO] Video batch 193: frame 772/1500 (51%)
|
|
[23:27:21 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:27:21 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:27:21 INFO] Video batch 194: frame 776/1500 (51%)
|
|
[23:27:21 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:27:21 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:27:21 INFO] Video batch 195: frame 780/1500 (52%)
|
|
[23:27:21 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:27:21 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:27:21 INFO] Video batch 196: frame 784/1500 (52%)
|
|
[23:27:21 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:27:21 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:27:22 INFO] Video batch 197: frame 788/1500 (52%)
|
|
[23:27:22 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:27:22 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:27:22 INFO] Video batch 198: frame 792/1500 (52%)
|
|
[23:27:22 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:27:22 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:27:22 INFO] Video batch 199: frame 796/1500 (53%)
|
|
[23:27:22 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:27:22 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:27:22 INFO] Video batch 200: frame 800/1500 (53%)
|
|
[23:27:22 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:27:22 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:27:22 INFO] Video batch 201: frame 804/1500 (53%)
|
|
[23:27:22 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:27:22 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:27:22 INFO] Video batch 202: frame 808/1500 (53%)
|
|
[23:27:22 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:27:22 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:27:22 INFO] Video batch 203: frame 812/1500 (54%)
|
|
[23:27:22 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:27:22 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:27:22 INFO] Video batch 204: frame 816/1500 (54%)
|
|
[23:27:22 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:27:22 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:27:22 INFO] Video batch 205: frame 820/1500 (54%)
|
|
[23:27:23 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:27:23 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:27:23 INFO] Video batch 206: frame 824/1500 (54%)
|
|
[23:27:23 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:27:23 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:27:23 INFO] Video batch 207: frame 828/1500 (55%)
|
|
[23:27:23 INFO] Video batch 208: frame 832/1500 (55%)
|
|
[23:27:23 INFO] Video batch 209: frame 836/1500 (55%)
|
|
[23:27:23 INFO] Video batch 210: frame 840/1500 (56%)
|
|
[23:27:23 INFO] Video batch 211: frame 844/1500 (56%)
|
|
[23:27:23 INFO] Video batch 212: frame 848/1500 (56%)
|
|
[23:27:23 INFO] Video batch 213: frame 852/1500 (56%)
|
|
[23:27:23 INFO] Video batch 214: frame 856/1500 (57%)
|
|
[23:27:23 INFO] Video batch 215: frame 860/1500 (57%)
|
|
[23:27:23 INFO] Video batch 216: frame 864/1500 (57%)
|
|
[23:27:23 INFO] Video batch 217: frame 868/1500 (57%)
|
|
[23:27:24 INFO] Video batch 218: frame 872/1500 (58%)
|
|
[23:27:24 INFO] Video batch 219: frame 876/1500 (58%)
|
|
[23:27:24 INFO] Video batch 220: frame 880/1500 (58%)
|
|
[23:27:24 INFO] Video batch 221: frame 884/1500 (58%)
|
|
[23:27:24 INFO] Video batch 222: frame 888/1500 (59%)
|
|
[23:27:24 INFO] Video batch 223: frame 892/1500 (59%)
|
|
[23:27:24 INFO] Video batch 224: frame 896/1500 (59%)
|
|
[23:27:24 INFO] Video batch 225: frame 900/1500 (60%)
|
|
[23:27:24 INFO] Video batch 226: frame 904/1500 (60%)
|
|
[23:27:24 INFO] Video batch 227: frame 908/1500 (60%)
|
|
[23:27:24 INFO] Video batch 228: frame 912/1500 (60%)
|
|
[23:27:24 INFO] Video batch 229: frame 916/1500 (61%)
|
|
[23:27:25 INFO] Video batch 230: frame 920/1500 (61%)
|
|
[23:27:25 INFO] Video batch 231: frame 924/1500 (61%)
|
|
[23:27:25 INFO] Video batch 232: frame 928/1500 (61%)
|
|
[23:27:25 INFO] Video batch 233: frame 932/1500 (62%)
|
|
[23:27:25 INFO] Video batch 234: frame 936/1500 (62%)
|
|
[23:27:25 INFO] Video batch 235: frame 940/1500 (62%)
|
|
[23:27:25 INFO] Video batch 236: frame 944/1500 (62%)
|
|
[23:27:25 INFO] Video batch 237: frame 948/1500 (63%)
|
|
[23:27:25 INFO] Video batch 238: frame 952/1500 (63%)
|
|
[23:27:25 INFO] Video batch 239: frame 956/1500 (63%)
|
|
[23:27:25 INFO] Video batch 240: frame 960/1500 (64%)
|
|
[23:27:25 INFO] Video batch 241: frame 964/1500 (64%)
|
|
[23:27:25 INFO] Video batch 242: frame 968/1500 (64%)
|
|
[23:27:26 INFO] Video batch 243: frame 972/1500 (64%)
|
|
[23:27:26 INFO] Video batch 244: frame 976/1500 (65%)
|
|
[23:27:26 INFO] Video batch 245: frame 980/1500 (65%)
|
|
[23:27:26 INFO] Video batch 246: frame 984/1500 (65%)
|
|
[23:27:26 INFO] Video batch 247: frame 988/1500 (65%)
|
|
[23:27:26 INFO] Video batch 248: frame 992/1500 (66%)
|
|
[23:27:26 INFO] Video batch 249: frame 996/1500 (66%)
|
|
[23:27:26 INFO] Video batch 250: frame 1000/1500 (66%)
|
|
[23:27:26 INFO] Video batch 251: frame 1004/1500 (66%)
|
|
[23:27:26 INFO] Video batch 252: frame 1008/1500 (67%)
|
|
[23:27:26 INFO] Video batch 253: frame 1012/1500 (67%)
|
|
[23:27:27 INFO] Video batch 254: frame 1016/1500 (67%)
|
|
[23:27:27 INFO] Video batch 255: frame 1020/1500 (68%)
|
|
[23:27:27 INFO] Video batch 256: frame 1024/1500 (68%)
|
|
[23:27:27 INFO] Video batch 257: frame 1028/1500 (68%)
|
|
[23:27:27 INFO] Video batch 258: frame 1032/1500 (68%)
|
|
[23:27:27 INFO] Video batch 258: 1 detections from postprocess
|
|
[23:27:27 INFO] Video frame video_test01_000412: 1 dets, valid=True
|
|
[23:27:27 INFO] Video batch 259: frame 1036/1500 (69%)
|
|
[23:27:27 INFO] Video batch 260: frame 1040/1500 (69%)
|
|
[23:27:27 INFO] Video batch 261: frame 1044/1500 (69%)
|
|
[23:27:27 INFO] Video batch 261: 1 detections from postprocess
|
|
[23:27:27 INFO] Video frame video_test01_000417: 1 dets, valid=True
|
|
[23:27:27 INFO] Video batch 262: frame 1048/1500 (69%)
|
|
[23:27:27 INFO] Video batch 262: 1 detections from postprocess
|
|
[23:27:27 INFO] Video frame video_test01_000418: 1 dets, valid=True
|
|
[23:27:27 INFO] Video batch 263: frame 1052/1500 (70%)
|
|
[23:27:27 INFO] Video batch 263: 1 detections from postprocess
|
|
[23:27:27 INFO] Video frame video_test01_000420: 1 dets, valid=True
|
|
[23:27:27 INFO] Video batch 264: frame 1056/1500 (70%)
|
|
[23:27:28 INFO] Video batch 264: 1 detections from postprocess
|
|
[23:27:28 INFO] Video frame video_test01_000422: 1 dets, valid=True
|
|
[23:27:28 INFO] Video batch 265: frame 1060/1500 (70%)
|
|
[23:27:28 INFO] Video batch 265: 1 detections from postprocess
|
|
[23:27:28 INFO] Video frame video_test01_000423: 1 dets, valid=True
|
|
[23:27:28 INFO] Video batch 266: frame 1064/1500 (70%)
|
|
[23:27:28 INFO] Video batch 266: 1 detections from postprocess
|
|
[23:27:28 INFO] Video frame video_test01_000425: 1 dets, valid=True
|
|
[23:27:28 INFO] Video batch 267: frame 1068/1500 (71%)
|
|
[23:27:28 INFO] Video batch 267: 2 detections from postprocess
|
|
[23:27:28 INFO] Video frame video_test01_000426: 2 dets, valid=True
|
|
[23:27:28 INFO] Video batch 268: frame 1072/1500 (71%)
|
|
[23:27:28 INFO] Video batch 268: 1 detections from postprocess
|
|
[23:27:28 INFO] Video frame video_test01_000428: 1 dets, valid=True
|
|
[23:27:28 INFO] Video batch 269: frame 1076/1500 (71%)
|
|
[23:27:28 INFO] Video batch 269: 1 detections from postprocess
|
|
[23:27:28 INFO] Video frame video_test01_000430: 1 dets, valid=True
|
|
[23:27:28 INFO] Video batch 270: frame 1080/1500 (72%)
|
|
[23:27:28 INFO] Video batch 271: frame 1084/1500 (72%)
|
|
[23:27:28 INFO] Video batch 272: frame 1088/1500 (72%)
|
|
[23:27:28 INFO] Video batch 273: frame 1092/1500 (72%)
|
|
[23:27:29 INFO] Video batch 274: frame 1096/1500 (73%)
|
|
[23:27:29 INFO] Video batch 275: frame 1100/1500 (73%)
|
|
[23:27:29 INFO] Video batch 276: frame 1104/1500 (73%)
|
|
[23:27:29 INFO] Video batch 277: frame 1108/1500 (73%)
|
|
[23:27:29 INFO] Video batch 278: frame 1112/1500 (74%)
|
|
[23:27:29 INFO] Video batch 279: frame 1116/1500 (74%)
|
|
[23:27:29 INFO] Video batch 280: frame 1120/1500 (74%)
|
|
[23:27:29 INFO] Video batch 281: frame 1124/1500 (74%)
|
|
[23:27:29 INFO] Video batch 282: frame 1128/1500 (75%)
|
|
[23:27:29 INFO] Video batch 283: frame 1132/1500 (75%)
|
|
[23:27:29 INFO] Video batch 284: frame 1136/1500 (75%)
|
|
[23:27:29 INFO] Video batch 285: frame 1140/1500 (76%)
|
|
[23:27:30 INFO] Video batch 286: frame 1144/1500 (76%)
|
|
[23:27:30 INFO] Video batch 287: frame 1148/1500 (76%)
|
|
[23:27:30 INFO] Video batch 287: 1 detections from postprocess
|
|
[23:27:30 INFO] Video frame video_test01_000458: 1 dets, valid=True
|
|
[23:27:30 INFO] Video batch 288: frame 1152/1500 (76%)
|
|
[23:27:30 INFO] Video batch 289: frame 1156/1500 (77%)
|
|
[23:27:30 INFO] Video batch 290: frame 1160/1500 (77%)
|
|
[23:27:30 INFO] Video batch 291: frame 1164/1500 (77%)
|
|
[23:27:30 INFO] Video batch 292: frame 1168/1500 (77%)
|
|
[23:27:30 INFO] Video batch 293: frame 1172/1500 (78%)
|
|
[23:27:30 INFO] Video batch 294: frame 1176/1500 (78%)
|
|
[23:27:30 INFO] Video batch 294: 1 detections from postprocess
|
|
[23:27:30 INFO] Video frame video_test01_000470: 1 dets, valid=True
|
|
[23:27:30 INFO] Video batch 295: frame 1180/1500 (78%)
|
|
[23:27:30 INFO] Video batch 296: frame 1184/1500 (78%)
|
|
[23:27:30 INFO] Video batch 297: frame 1188/1500 (79%)
|
|
[23:27:31 INFO] Video batch 298: frame 1192/1500 (79%)
|
|
[23:27:31 INFO] Video batch 298: 1 detections from postprocess
|
|
[23:27:31 INFO] Video frame video_test01_000476: 1 dets, valid=True
|
|
[23:27:31 INFO] Video batch 299: frame 1196/1500 (79%)
|
|
[23:27:31 INFO] Video batch 299: 1 detections from postprocess
|
|
[23:27:31 INFO] Video frame video_test01_000478: 1 dets, valid=True
|
|
[23:27:31 INFO] Video batch 300: frame 1200/1500 (80%)
|
|
[23:27:31 INFO] Video batch 301: frame 1204/1500 (80%)
|
|
[23:27:31 INFO] Video batch 302: frame 1208/1500 (80%)
|
|
[23:27:31 INFO] Video batch 303: frame 1212/1500 (80%)
|
|
[23:27:31 INFO] Video batch 304: frame 1216/1500 (81%)
|
|
[23:27:31 INFO] Video batch 304: 1 detections from postprocess
|
|
[23:27:31 INFO] Video frame video_test01_000486: 1 dets, valid=True
|
|
[23:27:31 INFO] Video batch 305: frame 1220/1500 (81%)
|
|
[23:27:31 INFO] Video batch 305: 1 detections from postprocess
|
|
[23:27:31 INFO] Video frame video_test01_000487: 1 dets, valid=True
|
|
[23:27:31 INFO] Video batch 306: frame 1224/1500 (81%)
|
|
[23:27:31 INFO] Video batch 306: 1 detections from postprocess
|
|
[23:27:31 INFO] Video frame video_test01_000489: 1 dets, valid=True
|
|
[23:27:31 INFO] Video batch 307: frame 1228/1500 (81%)
|
|
[23:27:31 INFO] Video batch 307: 1 detections from postprocess
|
|
[23:27:31 INFO] Video frame video_test01_000490: 1 dets, valid=True
|
|
[23:27:31 INFO] Video batch 308: frame 1232/1500 (82%)
|
|
[23:27:32 INFO] Video batch 308: 1 detections from postprocess
|
|
[23:27:32 INFO] Video frame video_test01_000492: 1 dets, valid=True
|
|
[23:27:32 INFO] Video batch 309: frame 1236/1500 (82%)
|
|
[23:27:32 INFO] Video batch 309: 1 detections from postprocess
|
|
[23:27:32 INFO] Video frame video_test01_000494: 1 dets, valid=True
|
|
[23:27:32 INFO] Video batch 310: frame 1240/1500 (82%)
|
|
[23:27:32 INFO] Video batch 311: frame 1244/1500 (82%)
|
|
[23:27:32 INFO] Video batch 312: frame 1248/1500 (83%)
|
|
[23:27:32 INFO] Video batch 313: frame 1252/1500 (83%)
|
|
[23:27:32 INFO] Video batch 314: frame 1256/1500 (83%)
|
|
[23:27:32 INFO] Video batch 315: frame 1260/1500 (84%)
|
|
[23:27:32 INFO] Video batch 316: frame 1264/1500 (84%)
|
|
[23:27:32 INFO] Video batch 317: frame 1268/1500 (84%)
|
|
[23:27:32 INFO] Video batch 318: frame 1272/1500 (84%)
|
|
[23:27:32 INFO] Video batch 319: frame 1276/1500 (85%)
|
|
[23:27:33 INFO] Video batch 320: frame 1280/1500 (85%)
|
|
[23:27:33 INFO] Video batch 321: frame 1284/1500 (85%)
|
|
[23:27:33 INFO] Video batch 322: frame 1288/1500 (85%)
|
|
[23:27:33 INFO] Video batch 323: frame 1292/1500 (86%)
|
|
[23:27:33 INFO] Video batch 324: frame 1296/1500 (86%)
|
|
[23:27:33 INFO] Video batch 325: frame 1300/1500 (86%)
|
|
[23:27:33 INFO] Video batch 326: frame 1304/1500 (86%)
|
|
[23:27:33 INFO] Video batch 327: frame 1308/1500 (87%)
|
|
[23:27:33 INFO] Video batch 328: frame 1312/1500 (87%)
|
|
[23:27:33 INFO] Video batch 329: frame 1316/1500 (87%)
|
|
[23:27:33 INFO] Video batch 330: frame 1320/1500 (88%)
|
|
[23:27:34 INFO] Video batch 331: frame 1324/1500 (88%)
|
|
[23:27:34 INFO] Video batch 332: frame 1328/1500 (88%)
|
|
[23:27:34 INFO] Video batch 333: frame 1332/1500 (88%)
|
|
[23:27:34 INFO] Video batch 334: frame 1336/1500 (89%)
|
|
[23:27:34 INFO] Video batch 335: frame 1340/1500 (89%)
|
|
[23:27:34 INFO] Video batch 336: frame 1344/1500 (89%)
|
|
[23:27:34 INFO] Video batch 337: frame 1348/1500 (89%)
|
|
[23:27:34 INFO] Video batch 338: frame 1352/1500 (90%)
|
|
[23:27:34 INFO] Video batch 339: frame 1356/1500 (90%)
|
|
[23:27:34 INFO] Video batch 340: frame 1360/1500 (90%)
|
|
[23:27:34 INFO] Video batch 341: frame 1364/1500 (90%)
|
|
[23:27:34 INFO] Video batch 342: frame 1368/1500 (91%)
|
|
[23:27:34 INFO] Video batch 343: frame 1372/1500 (91%)
|
|
[23:27:35 INFO] Video batch 344: frame 1376/1500 (91%)
|
|
[23:27:35 INFO] Video batch 345: frame 1380/1500 (92%)
|
|
[23:27:35 INFO] Video batch 346: frame 1384/1500 (92%)
|
|
[23:27:35 INFO] Video batch 347: frame 1388/1500 (92%)
|
|
[23:27:35 INFO] Video batch 348: frame 1392/1500 (92%)
|
|
[23:27:35 INFO] Video batch 349: frame 1396/1500 (93%)
|
|
[23:27:35 INFO] Video batch 350: frame 1400/1500 (93%)
|
|
[23:27:35 INFO] Video batch 351: frame 1404/1500 (93%)
|
|
[23:27:35 INFO] Video batch 352: frame 1408/1500 (93%)
|
|
[23:27:35 INFO] Video batch 353: frame 1412/1500 (94%)
|
|
[23:27:35 INFO] Video batch 354: frame 1416/1500 (94%)
|
|
[23:27:35 INFO] Video batch 355: frame 1420/1500 (94%)
|
|
[23:27:36 INFO] Video batch 356: frame 1424/1500 (94%)
|
|
[23:27:36 INFO] Video batch 357: frame 1428/1500 (95%)
|
|
[23:27:36 INFO] Video batch 358: frame 1432/1500 (95%)
|
|
[23:27:36 INFO] Video batch 359: frame 1436/1500 (95%)
|
|
[23:27:36 INFO] Video batch 360: frame 1440/1500 (96%)
|
|
[23:27:36 INFO] Video batch 361: frame 1444/1500 (96%)
|
|
[23:27:36 INFO] Video batch 362: frame 1448/1500 (96%)
|
|
[23:27:36 INFO] Video batch 363: frame 1452/1500 (96%)
|
|
[23:27:36 INFO] Video batch 364: frame 1456/1500 (97%)
|
|
[23:27:36 INFO] Video batch 365: frame 1460/1500 (97%)
|
|
[23:27:36 INFO] Video batch 366: frame 1464/1500 (97%)
|
|
[23:27:36 INFO] Video batch 367: frame 1468/1500 (97%)
|
|
[23:27:37 INFO] Video batch 368: frame 1472/1500 (98%)
|
|
[23:27:37 INFO] Video batch 369: frame 1476/1500 (98%)
|
|
[23:27:37 INFO] Video batch 370: frame 1480/1500 (98%)
|
|
[23:27:37 INFO] Video batch 371: frame 1484/1500 (98%)
|
|
[23:27:37 INFO] Video batch 372: frame 1488/1500 (99%)
|
|
[23:27:37 INFO] Video batch 373: frame 1492/1500 (99%)
|
|
[23:27:37 INFO] Video batch 374: frame 1496/1500 (99%)
|
|
[23:27:37 INFO] Video batch 375: frame 1500/1500 (100%)
|
|
[23:27:37 INFO] Video done: 1500 frames read, 375 batches processed
|
|
[23:27:37 INFO] init AI...
|
|
[23:27:37 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[23:27:37 INFO] ground sampling distance: 0.3059895833333333
|
|
[23:27:37 INFO] init AI...
|
|
[23:27:37 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:27:37 INFO] Removed (53.8159226377805 42.90069448761642) > 8. class: ArmorVehicle
|
|
[23:27:38 INFO] init AI...
|
|
[23:27:38 INFO] init AI...
|
|
[23:27:38 INFO] init AI...
|
|
[23:27:38 INFO] init AI...
|
|
[23:27:38 INFO] init AI...
|
|
[23:27:38 INFO] init AI...
|
|
[23:27:38 INFO] init AI...
|
|
[23:27:38 INFO] init AI...
|
|
[23:27:38 INFO] init AI...
|
|
[23:27:38 INFO] init AI...
|
|
[23:27:38 INFO] init AI...
|
|
[23:27:38 INFO] init AI...
|
|
[23:27:39 INFO] init AI...
|
|
[23:27:39 INFO] init AI...
|
|
[23:27:39 INFO] init AI...
|
|
[23:27:39 INFO] init AI...
|
|
[23:27:39 INFO] init AI...
|
|
[23:27:39 INFO] init AI...
|
|
[23:27:39 INFO] init AI...
|
|
[23:27:39 INFO] init AI...
|
|
[23:27:39 INFO] init AI...
|
|
[23:27:39 INFO] init AI...
|
|
[23:27:40 INFO] init AI...
|
|
[23:27:40 INFO] init AI...
|
|
[23:27:40 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:27:40 INFO] Video: 1500 frames, 25.0 fps, 2560x1440
|
|
[23:27:40 INFO] Video batch 1: frame 4/1500 (0%)
|
|
[23:27:40 INFO] Video batch 2: frame 8/1500 (0%)
|
|
[23:27:40 INFO] Video batch 3: frame 12/1500 (0%)
|
|
[23:27:40 INFO] Video batch 4: frame 16/1500 (1%)
|
|
[23:27:41 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:27:41 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:27:41 INFO] Video batch 5: frame 20/1500 (1%)
|
|
[23:27:41 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:27:41 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:27:41 INFO] Video batch 6: frame 24/1500 (1%)
|
|
[23:27:41 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:27:41 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:27:41 INFO] Video batch 7: frame 28/1500 (1%)
|
|
[23:27:41 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:27:41 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:27:41 INFO] Video batch 8: frame 32/1500 (2%)
|
|
[23:27:41 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:27:41 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:27:41 INFO] Video batch 9: frame 36/1500 (2%)
|
|
[23:27:41 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:27:41 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:27:41 INFO] Video batch 10: frame 40/1500 (2%)
|
|
[23:27:41 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:27:41 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:27:41 INFO] Video batch 11: frame 44/1500 (2%)
|
|
[23:27:41 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:27:41 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:27:41 INFO] Video batch 12: frame 48/1500 (3%)
|
|
[23:27:41 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:27:41 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:27:41 INFO] Video batch 13: frame 52/1500 (3%)
|
|
[23:27:41 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:27:41 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:27:41 INFO] Video batch 14: frame 56/1500 (3%)
|
|
[23:27:42 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:27:42 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:27:42 INFO] Video batch 15: frame 60/1500 (4%)
|
|
[23:27:42 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:27:42 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:27:42 INFO] Video batch 16: frame 64/1500 (4%)
|
|
[23:27:42 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:27:42 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:27:42 INFO] Video batch 17: frame 68/1500 (4%)
|
|
[23:27:42 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:27:42 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:27:42 INFO] Video batch 18: frame 72/1500 (4%)
|
|
[23:27:42 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:27:42 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:27:42 INFO] Video batch 19: frame 76/1500 (5%)
|
|
[23:27:42 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:27:42 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:27:42 INFO] Video batch 20: frame 80/1500 (5%)
|
|
[23:27:42 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:27:42 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:27:42 INFO] Video batch 21: frame 84/1500 (5%)
|
|
[23:27:42 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:27:42 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:27:42 INFO] Video batch 22: frame 88/1500 (5%)
|
|
[23:27:42 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:27:42 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:27:42 INFO] Video batch 23: frame 92/1500 (6%)
|
|
[23:27:42 INFO] Video batch 24: frame 96/1500 (6%)
|
|
[23:27:42 INFO] Video batch 25: frame 100/1500 (6%)
|
|
[23:27:43 INFO] Video batch 26: frame 104/1500 (6%)
|
|
[23:27:43 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:27:43 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:27:43 INFO] Video batch 27: frame 108/1500 (7%)
|
|
[23:27:43 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:27:43 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:27:43 INFO] Video batch 28: frame 112/1500 (7%)
|
|
[23:27:43 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:27:43 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:27:43 INFO] Video batch 29: frame 116/1500 (7%)
|
|
[23:27:43 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:27:43 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:27:43 INFO] Video batch 30: frame 120/1500 (8%)
|
|
[23:27:43 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:27:43 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:27:43 INFO] Video batch 31: frame 124/1500 (8%)
|
|
[23:27:43 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:27:43 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:27:43 INFO] Video batch 32: frame 128/1500 (8%)
|
|
[23:27:43 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:27:43 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:27:43 INFO] Video batch 33: frame 132/1500 (8%)
|
|
[23:27:43 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:27:43 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:27:43 INFO] Video batch 34: frame 136/1500 (9%)
|
|
[23:27:43 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:27:43 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:27:43 INFO] Video batch 35: frame 140/1500 (9%)
|
|
[23:27:44 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:27:44 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:27:44 INFO] Video batch 36: frame 144/1500 (9%)
|
|
[23:27:44 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:27:44 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:27:44 INFO] Video batch 37: frame 148/1500 (9%)
|
|
[23:27:44 INFO] Video batch 38: frame 152/1500 (10%)
|
|
[23:27:44 INFO] Video batch 39: frame 156/1500 (10%)
|
|
[23:27:44 INFO] Video batch 40: frame 160/1500 (10%)
|
|
[23:27:44 INFO] Video batch 41: frame 164/1500 (10%)
|
|
[23:27:44 INFO] Video batch 42: frame 168/1500 (11%)
|
|
[23:27:44 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:27:44 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:27:44 INFO] Video batch 43: frame 172/1500 (11%)
|
|
[23:27:44 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:27:44 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:27:44 INFO] Video batch 44: frame 176/1500 (11%)
|
|
[23:27:44 INFO] Video batch 45: frame 180/1500 (12%)
|
|
[23:27:44 INFO] Video batch 46: frame 184/1500 (12%)
|
|
[23:27:44 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:27:44 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:27:44 INFO] Video batch 47: frame 188/1500 (12%)
|
|
[23:27:45 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:27:45 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:27:45 INFO] Video batch 48: frame 192/1500 (12%)
|
|
[23:27:45 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:27:45 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:27:45 INFO] Video batch 49: frame 196/1500 (13%)
|
|
[23:27:45 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:27:45 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:27:45 INFO] Video batch 50: frame 200/1500 (13%)
|
|
[23:27:45 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:27:45 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:27:45 INFO] Video batch 51: frame 204/1500 (13%)
|
|
[23:27:45 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:27:45 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:27:45 INFO] Video batch 52: frame 208/1500 (13%)
|
|
[23:27:45 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:27:45 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:27:45 INFO] Video batch 53: frame 212/1500 (14%)
|
|
[23:27:45 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:27:45 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:27:45 INFO] Video batch 54: frame 216/1500 (14%)
|
|
[23:27:45 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:27:45 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:27:45 INFO] Video batch 55: frame 220/1500 (14%)
|
|
[23:27:45 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:27:45 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:27:45 INFO] Video batch 56: frame 224/1500 (14%)
|
|
[23:27:45 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:27:45 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:27:46 INFO] Video batch 57: frame 228/1500 (15%)
|
|
[23:27:46 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:27:46 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:27:46 INFO] Video batch 58: frame 232/1500 (15%)
|
|
[23:27:46 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:27:46 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:27:46 INFO] Video batch 59: frame 236/1500 (15%)
|
|
[23:27:46 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:27:46 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:27:46 INFO] Video batch 60: frame 240/1500 (16%)
|
|
[23:27:46 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:27:46 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:27:46 INFO] Video batch 61: frame 244/1500 (16%)
|
|
[23:27:46 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:27:46 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:27:46 INFO] Video batch 62: frame 248/1500 (16%)
|
|
[23:27:46 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:27:46 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:27:46 INFO] Video batch 63: frame 252/1500 (16%)
|
|
[23:27:46 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:27:46 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:27:46 INFO] Video batch 64: frame 256/1500 (17%)
|
|
[23:27:46 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:27:46 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:27:46 INFO] Video batch 65: frame 260/1500 (17%)
|
|
[23:27:46 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:27:46 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:27:46 INFO] Video batch 66: frame 264/1500 (17%)
|
|
[23:27:46 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:27:46 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:27:47 INFO] Video batch 67: frame 268/1500 (17%)
|
|
[23:27:47 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:27:47 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:27:47 INFO] Video batch 68: frame 272/1500 (18%)
|
|
[23:27:47 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:27:47 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:27:47 INFO] Video batch 69: frame 276/1500 (18%)
|
|
[23:27:47 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:27:47 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:27:47 INFO] Video batch 70: frame 280/1500 (18%)
|
|
[23:27:47 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:27:47 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:27:47 INFO] Video batch 71: frame 284/1500 (18%)
|
|
[23:27:47 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:27:47 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:27:47 INFO] Video batch 72: frame 288/1500 (19%)
|
|
[23:27:47 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:27:47 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:27:47 INFO] Video batch 73: frame 292/1500 (19%)
|
|
[23:27:47 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:27:47 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:27:47 INFO] Video batch 74: frame 296/1500 (19%)
|
|
[23:27:47 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:27:47 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:27:47 INFO] Video batch 75: frame 300/1500 (20%)
|
|
[23:27:47 INFO] Video batch 76: frame 304/1500 (20%)
|
|
[23:27:47 INFO] Video batch 77: frame 308/1500 (20%)
|
|
[23:27:47 INFO] Video batch 78: frame 312/1500 (20%)
|
|
[23:27:48 INFO] Video batch 79: frame 316/1500 (21%)
|
|
[23:27:48 INFO] Video batch 80: frame 320/1500 (21%)
|
|
[23:27:48 INFO] Video batch 81: frame 324/1500 (21%)
|
|
[23:27:48 INFO] Video batch 82: frame 328/1500 (21%)
|
|
[23:27:48 INFO] Video batch 83: frame 332/1500 (22%)
|
|
[23:27:48 INFO] Video batch 84: frame 336/1500 (22%)
|
|
[23:27:48 INFO] Video batch 85: frame 340/1500 (22%)
|
|
[23:27:48 INFO] Video batch 86: frame 344/1500 (22%)
|
|
[23:27:48 INFO] Video batch 87: frame 348/1500 (23%)
|
|
[23:27:48 INFO] Video batch 88: frame 352/1500 (23%)
|
|
[23:27:48 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:27:48 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:27:48 INFO] Video batch 89: frame 356/1500 (23%)
|
|
[23:27:48 INFO] Video batch 90: frame 360/1500 (24%)
|
|
[23:27:48 INFO] Video batch 91: frame 364/1500 (24%)
|
|
[23:27:49 INFO] Video batch 92: frame 368/1500 (24%)
|
|
[23:27:49 INFO] Video batch 93: frame 372/1500 (24%)
|
|
[23:27:49 INFO] Video batch 94: frame 376/1500 (25%)
|
|
[23:27:49 INFO] Video batch 94: 2 detections from postprocess
|
|
[23:27:49 INFO] Video frame video_test01_000150: 2 dets, valid=True
|
|
[23:27:49 INFO] Video batch 95: frame 380/1500 (25%)
|
|
[23:27:49 INFO] Video batch 95: 2 detections from postprocess
|
|
[23:27:49 INFO] Video frame video_test01_000151: 2 dets, valid=True
|
|
[23:27:49 INFO] Video batch 96: frame 384/1500 (25%)
|
|
[23:27:49 INFO] Video batch 97: frame 388/1500 (25%)
|
|
[23:27:49 INFO] Video batch 98: frame 392/1500 (26%)
|
|
[23:27:49 INFO] Video batch 99: frame 396/1500 (26%)
|
|
[23:27:49 INFO] Video batch 100: frame 400/1500 (26%)
|
|
[23:27:49 INFO] Video batch 101: frame 404/1500 (26%)
|
|
[23:27:49 INFO] Video batch 102: frame 408/1500 (27%)
|
|
[23:27:50 INFO] Video batch 103: frame 412/1500 (27%)
|
|
[23:27:50 INFO] Video batch 104: frame 416/1500 (27%)
|
|
[23:27:50 INFO] Video batch 105: frame 420/1500 (28%)
|
|
[23:27:50 INFO] Video batch 106: frame 424/1500 (28%)
|
|
[23:27:50 INFO] Video batch 107: frame 428/1500 (28%)
|
|
[23:27:50 INFO] Video batch 108: frame 432/1500 (28%)
|
|
[23:27:50 INFO] Video batch 109: frame 436/1500 (29%)
|
|
[23:27:50 INFO] Video batch 110: frame 440/1500 (29%)
|
|
[23:27:50 INFO] Video batch 111: frame 444/1500 (29%)
|
|
[23:27:50 INFO] Video batch 112: frame 448/1500 (29%)
|
|
[23:27:50 INFO] Video batch 113: frame 452/1500 (30%)
|
|
[23:27:51 INFO] Video batch 114: frame 456/1500 (30%)
|
|
[23:27:51 INFO] Video batch 115: frame 460/1500 (30%)
|
|
[23:27:51 INFO] Video batch 116: frame 464/1500 (30%)
|
|
[23:27:51 INFO] Video batch 117: frame 468/1500 (31%)
|
|
[23:27:51 INFO] Video batch 118: frame 472/1500 (31%)
|
|
[23:27:51 INFO] Video batch 119: frame 476/1500 (31%)
|
|
[23:27:51 INFO] Video batch 120: frame 480/1500 (32%)
|
|
[23:27:51 INFO] Video batch 121: frame 484/1500 (32%)
|
|
[23:27:51 INFO] Video batch 122: frame 488/1500 (32%)
|
|
[23:27:51 INFO] Video batch 123: frame 492/1500 (32%)
|
|
[23:27:51 INFO] Video batch 124: frame 496/1500 (33%)
|
|
[23:27:52 INFO] Video batch 125: frame 500/1500 (33%)
|
|
[23:27:52 INFO] Video batch 126: frame 504/1500 (33%)
|
|
[23:27:52 INFO] Video batch 127: frame 508/1500 (33%)
|
|
[23:27:52 INFO] Video batch 128: frame 512/1500 (34%)
|
|
[23:27:52 INFO] Video batch 129: frame 516/1500 (34%)
|
|
[23:27:52 INFO] Video batch 130: frame 520/1500 (34%)
|
|
[23:27:52 INFO] Video batch 131: frame 524/1500 (34%)
|
|
[23:27:52 INFO] Video batch 132: frame 528/1500 (35%)
|
|
[23:27:52 INFO] Video batch 133: frame 532/1500 (35%)
|
|
[23:27:52 INFO] Video batch 134: frame 536/1500 (35%)
|
|
[23:27:52 INFO] Video batch 135: frame 540/1500 (36%)
|
|
[23:27:52 INFO] Video batch 136: frame 544/1500 (36%)
|
|
[23:27:53 INFO] Video batch 137: frame 548/1500 (36%)
|
|
[23:27:53 INFO] Video batch 138: frame 552/1500 (36%)
|
|
[23:27:53 INFO] Video batch 139: frame 556/1500 (37%)
|
|
[23:27:53 INFO] Video batch 140: frame 560/1500 (37%)
|
|
[23:27:53 INFO] Video batch 141: frame 564/1500 (37%)
|
|
[23:27:53 INFO] Video batch 142: frame 568/1500 (37%)
|
|
[23:27:53 INFO] Video batch 143: frame 572/1500 (38%)
|
|
[23:27:53 INFO] Video batch 144: frame 576/1500 (38%)
|
|
[23:27:53 INFO] Video batch 145: frame 580/1500 (38%)
|
|
[23:27:53 INFO] Video batch 146: frame 584/1500 (38%)
|
|
[23:27:53 INFO] Video batch 147: frame 588/1500 (39%)
|
|
[23:27:53 INFO] Video batch 148: frame 592/1500 (39%)
|
|
[23:27:54 INFO] Video batch 149: frame 596/1500 (39%)
|
|
[23:27:54 INFO] Video batch 150: frame 600/1500 (40%)
|
|
[23:27:54 INFO] Video batch 151: frame 604/1500 (40%)
|
|
[23:27:54 INFO] Video batch 152: frame 608/1500 (40%)
|
|
[23:27:54 INFO] Video batch 153: frame 612/1500 (40%)
|
|
[23:27:54 INFO] Video batch 154: frame 616/1500 (41%)
|
|
[23:27:54 INFO] Video batch 155: frame 620/1500 (41%)
|
|
[23:27:54 INFO] Video batch 156: frame 624/1500 (41%)
|
|
[23:27:55 INFO] Video batch 157: frame 628/1500 (41%)
|
|
[23:27:55 INFO] Video batch 158: frame 632/1500 (42%)
|
|
[23:27:55 INFO] Video batch 159: frame 636/1500 (42%)
|
|
[23:27:55 INFO] Video batch 160: frame 640/1500 (42%)
|
|
[23:27:55 INFO] Video batch 161: frame 644/1500 (42%)
|
|
[23:27:55 INFO] Video batch 162: frame 648/1500 (43%)
|
|
[23:27:55 INFO] Video batch 163: frame 652/1500 (43%)
|
|
[23:27:55 INFO] Video batch 164: frame 656/1500 (43%)
|
|
[23:27:55 INFO] Video batch 165: frame 660/1500 (44%)
|
|
[23:27:55 INFO] Video batch 166: frame 664/1500 (44%)
|
|
[23:27:55 INFO] Video batch 167: frame 668/1500 (44%)
|
|
[23:27:56 INFO] Video batch 168: frame 672/1500 (44%)
|
|
[23:27:56 INFO] Video batch 169: frame 676/1500 (45%)
|
|
[23:27:56 INFO] Video batch 170: frame 680/1500 (45%)
|
|
[23:27:56 INFO] Video batch 171: frame 684/1500 (45%)
|
|
[23:27:56 INFO] Video batch 172: frame 688/1500 (45%)
|
|
[23:27:56 INFO] Video batch 173: frame 692/1500 (46%)
|
|
[23:27:56 INFO] Video batch 174: frame 696/1500 (46%)
|
|
[23:27:56 INFO] Video batch 175: frame 700/1500 (46%)
|
|
[23:27:56 INFO] Video batch 176: frame 704/1500 (46%)
|
|
[23:27:57 INFO] Video batch 177: frame 708/1500 (47%)
|
|
[23:27:57 INFO] Video batch 178: frame 712/1500 (47%)
|
|
[23:27:57 INFO] Video batch 179: frame 716/1500 (47%)
|
|
[23:27:57 INFO] Video batch 180: frame 720/1500 (48%)
|
|
[23:27:57 INFO] Video batch 181: frame 724/1500 (48%)
|
|
[23:27:57 INFO] Video batch 182: frame 728/1500 (48%)
|
|
[23:27:57 INFO] Video batch 183: frame 732/1500 (48%)
|
|
[23:27:57 INFO] Video batch 184: frame 736/1500 (49%)
|
|
[23:27:57 INFO] Video batch 185: frame 740/1500 (49%)
|
|
[23:27:57 INFO] Video batch 186: frame 744/1500 (49%)
|
|
[23:27:57 INFO] Video batch 187: frame 748/1500 (49%)
|
|
[23:27:58 INFO] Video batch 188: frame 752/1500 (50%)
|
|
[23:27:58 INFO] Video batch 189: frame 756/1500 (50%)
|
|
[23:27:58 INFO] Video batch 190: frame 760/1500 (50%)
|
|
[23:27:58 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:27:58 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:27:58 INFO] Video batch 191: frame 764/1500 (50%)
|
|
[23:27:58 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:27:58 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:27:58 INFO] Video batch 192: frame 768/1500 (51%)
|
|
[23:27:58 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:27:58 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:27:58 INFO] Video batch 193: frame 772/1500 (51%)
|
|
[23:27:58 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:27:58 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:27:58 INFO] Video batch 194: frame 776/1500 (51%)
|
|
[23:27:58 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:27:58 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:27:58 INFO] Video batch 195: frame 780/1500 (52%)
|
|
[23:27:58 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:27:58 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:27:59 INFO] Video batch 196: frame 784/1500 (52%)
|
|
[23:27:59 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:27:59 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:27:59 INFO] Video batch 197: frame 788/1500 (52%)
|
|
[23:27:59 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:27:59 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:27:59 INFO] Video batch 198: frame 792/1500 (52%)
|
|
[23:27:59 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:27:59 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:27:59 INFO] Video batch 199: frame 796/1500 (53%)
|
|
[23:27:59 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:27:59 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:27:59 INFO] Video batch 200: frame 800/1500 (53%)
|
|
[23:27:59 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:27:59 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:27:59 INFO] Video batch 201: frame 804/1500 (53%)
|
|
[23:27:59 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:27:59 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:27:59 INFO] Video batch 202: frame 808/1500 (53%)
|
|
[23:27:59 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:27:59 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:28:00 INFO] Video batch 203: frame 812/1500 (54%)
|
|
[23:28:00 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:28:00 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:28:00 INFO] Video batch 204: frame 816/1500 (54%)
|
|
[23:28:00 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:28:00 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:28:00 INFO] Video batch 205: frame 820/1500 (54%)
|
|
[23:28:00 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:28:00 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:28:00 INFO] Video batch 206: frame 824/1500 (54%)
|
|
[23:28:00 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:28:00 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:28:00 INFO] Video batch 207: frame 828/1500 (55%)
|
|
[23:28:00 INFO] Video batch 208: frame 832/1500 (55%)
|
|
[23:28:00 INFO] Video batch 209: frame 836/1500 (55%)
|
|
[23:28:00 INFO] Video batch 210: frame 840/1500 (56%)
|
|
[23:28:00 INFO] Video batch 211: frame 844/1500 (56%)
|
|
[23:28:00 INFO] Video batch 212: frame 848/1500 (56%)
|
|
[23:28:01 INFO] Video batch 213: frame 852/1500 (56%)
|
|
[23:28:01 INFO] Video batch 214: frame 856/1500 (57%)
|
|
[23:28:01 INFO] Video batch 215: frame 860/1500 (57%)
|
|
[23:28:01 INFO] Video batch 216: frame 864/1500 (57%)
|
|
[23:28:01 INFO] Video batch 217: frame 868/1500 (57%)
|
|
[23:28:01 INFO] Video batch 218: frame 872/1500 (58%)
|
|
[23:28:01 INFO] Video batch 219: frame 876/1500 (58%)
|
|
[23:28:01 INFO] Video batch 220: frame 880/1500 (58%)
|
|
[23:28:02 INFO] Video batch 221: frame 884/1500 (58%)
|
|
[23:28:02 INFO] Video batch 222: frame 888/1500 (59%)
|
|
[23:28:02 INFO] Video batch 223: frame 892/1500 (59%)
|
|
[23:28:02 INFO] Video batch 224: frame 896/1500 (59%)
|
|
[23:28:02 INFO] Video batch 225: frame 900/1500 (60%)
|
|
[23:28:02 INFO] Video batch 226: frame 904/1500 (60%)
|
|
[23:28:02 INFO] Video batch 227: frame 908/1500 (60%)
|
|
[23:28:02 INFO] Video batch 228: frame 912/1500 (60%)
|
|
[23:28:02 INFO] Video batch 229: frame 916/1500 (61%)
|
|
[23:28:02 INFO] Video batch 230: frame 920/1500 (61%)
|
|
[23:28:02 INFO] Video batch 231: frame 924/1500 (61%)
|
|
[23:28:02 INFO] Video batch 232: frame 928/1500 (61%)
|
|
[23:28:03 INFO] Video batch 233: frame 932/1500 (62%)
|
|
[23:28:03 INFO] Video batch 234: frame 936/1500 (62%)
|
|
[23:28:03 INFO] Video batch 235: frame 940/1500 (62%)
|
|
[23:28:03 INFO] Video batch 236: frame 944/1500 (62%)
|
|
[23:28:03 INFO] Video batch 237: frame 948/1500 (63%)
|
|
[23:28:03 INFO] Video batch 238: frame 952/1500 (63%)
|
|
[23:28:03 INFO] Video batch 239: frame 956/1500 (63%)
|
|
[23:28:03 INFO] Video batch 240: frame 960/1500 (64%)
|
|
[23:28:03 INFO] Video batch 241: frame 964/1500 (64%)
|
|
[23:28:03 INFO] Video batch 242: frame 968/1500 (64%)
|
|
[23:28:03 INFO] Video batch 243: frame 972/1500 (64%)
|
|
[23:28:04 INFO] Video batch 244: frame 976/1500 (65%)
|
|
[23:28:04 INFO] Video batch 245: frame 980/1500 (65%)
|
|
[23:28:04 INFO] Video batch 246: frame 984/1500 (65%)
|
|
[23:28:04 INFO] Video batch 247: frame 988/1500 (65%)
|
|
[23:28:04 INFO] Video batch 248: frame 992/1500 (66%)
|
|
[23:28:04 INFO] Video batch 249: frame 996/1500 (66%)
|
|
[23:28:04 INFO] Video batch 250: frame 1000/1500 (66%)
|
|
[23:31:30 INFO] init AI...
|
|
[23:31:30 INFO] Downloading
|
|
[23:31:32 INFO] CoreML model: 1280x1280
|
|
[23:31:32 INFO] Enabled
|
|
[23:31:33 INFO] init AI...
|
|
[23:31:33 INFO] init AI...
|
|
[23:31:33 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[23:31:33 INFO] ground sampling distance: 0.3059895833333333
|
|
[23:31:33 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:31:33 INFO] Removed (53.80277931690216 42.89022199809551) > 8. class: ArmorVehicle
|
|
[23:31:34 INFO] init AI...
|
|
[23:31:34 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:31:34 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:31:34 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:31:34 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:31:34 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:31:34 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:31:34 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:31:34 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:31:34 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:31:34 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:31:34 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:31:34 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:31:34 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:31:34 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:31:34 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:31:35 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:31:35 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:31:35 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:31:35 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:31:35 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:31:35 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:31:35 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:31:35 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:31:35 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:31:35 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:31:35 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:31:35 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:31:35 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:31:35 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:31:35 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:31:35 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:31:35 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:31:35 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:31:35 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:31:35 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:31:35 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:31:35 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:31:35 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:31:36 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:31:36 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:31:36 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:31:36 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:31:36 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:31:36 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:31:36 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:31:36 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:31:36 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:31:36 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:31:36 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:31:36 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:31:36 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:31:36 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:31:36 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:31:36 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:31:36 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:31:36 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:31:36 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:31:37 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:31:37 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:31:37 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:31:37 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:31:37 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:31:37 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:31:37 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:31:37 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:31:37 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:31:37 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:31:37 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:31:37 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:31:37 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:31:37 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:31:37 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:31:38 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:31:38 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:31:38 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:31:38 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:31:38 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:31:38 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:31:38 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:31:38 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:31:38 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:31:38 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:31:38 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:31:38 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:31:38 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:31:38 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:31:38 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:31:38 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:31:38 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:31:38 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:31:39 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:31:39 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:31:39 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:31:39 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:31:39 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:31:39 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:31:39 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:31:39 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:31:39 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:31:39 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:31:39 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:31:39 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:31:39 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:31:39 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:31:40 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:31:40 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:31:40 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:31:40 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:31:40 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:31:40 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:31:40 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:31:40 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:31:40 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:31:40 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:31:40 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:31:40 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:31:40 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:31:40 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:31:40 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:31:40 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:31:40 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:31:40 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:31:40 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:31:40 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:31:41 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:31:41 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:31:41 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:31:41 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:31:41 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:31:41 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:31:41 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:31:41 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:31:41 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:31:41 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:31:41 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:31:42 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:31:42 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:31:42 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:31:42 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:31:42 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:31:42 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:31:42 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:31:42 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:31:42 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:31:42 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:31:42 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:31:42 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:31:42 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:31:42 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:31:42 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:31:42 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:31:42 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:31:42 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:31:43 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:31:43 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:31:43 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:31:43 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:31:43 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:31:43 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:31:43 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:31:43 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:31:43 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:31:43 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:31:43 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:31:43 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:31:43 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:31:43 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:31:43 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:31:43 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:31:44 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:31:44 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:31:44 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:31:44 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:31:44 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:31:44 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:31:44 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:31:44 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:31:44 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:31:44 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:31:44 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:31:44 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:31:44 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:31:44 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:31:44 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:31:44 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:31:44 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:31:44 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:31:45 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:31:45 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:31:45 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:31:45 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:31:45 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:31:45 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:31:45 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:31:45 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:31:45 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:31:45 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:31:45 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:31:45 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:31:46 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:31:46 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:31:46 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:31:46 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:31:46 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:31:46 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:31:46 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:31:47 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:31:47 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:31:47 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:31:47 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:31:47 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:31:47 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:31:48 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:31:48 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:31:48 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:31:48 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:31:48 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:31:48 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:31:49 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:31:49 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:31:49 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:31:49 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:31:49 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:31:49 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:31:49 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:31:50 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:31:50 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:31:50 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:31:50 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:31:50 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:31:50 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:31:50 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:31:51 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:31:51 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:31:51 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:31:52 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:31:52 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:31:53 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:31:53 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:31:53 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:31:53 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:31:54 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:31:54 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:31:54 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:31:54 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:31:54 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:31:55 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:31:55 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:31:55 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:31:56 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:31:56 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:31:56 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:31:56 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:31:56 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:31:56 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:31:57 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:31:57 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:31:57 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:31:57 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:31:57 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:31:58 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:31:58 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:31:58 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:31:59 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:31:59 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:31:59 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:31:59 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:32:00 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:32:00 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:32:00 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:32:00 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:32:00 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:32:00 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:32:01 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:32:01 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:32:01 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:32:01 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:32:01 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:32:01 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:32:01 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:32:02 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:32:02 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:32:02 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:32:02 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:32:02 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:32:02 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:32:03 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:32:03 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:32:03 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:32:03 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:32:03 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:32:03 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:32:03 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:32:04 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:32:04 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:32:04 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:32:04 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:32:04 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:32:05 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:32:05 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:32:05 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:32:05 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:32:05 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:32:05 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:32:06 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:32:06 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:32:06 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:32:06 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:32:06 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:32:06 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:32:07 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:32:07 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:32:07 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:32:07 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:32:07 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:32:07 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:32:08 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:32:08 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:32:08 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:32:08 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:32:08 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:32:09 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:32:09 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:32:09 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:32:09 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:32:09 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:32:09 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:32:09 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:32:09 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:32:09 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:32:09 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:32:09 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:32:09 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:32:09 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:32:10 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:32:10 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:32:10 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:32:10 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:32:10 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:32:10 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:32:10 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:32:10 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:32:10 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:32:10 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:32:10 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:32:10 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:32:11 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:32:11 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:32:11 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:32:11 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:32:11 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:32:11 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:32:11 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:32:11 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:32:11 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:32:12 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:32:12 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:32:12 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:32:12 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:32:12 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:32:12 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:32:12 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:32:12 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:32:12 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:32:12 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:32:12 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:32:12 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:32:12 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:32:12 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:32:12 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:32:13 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:32:13 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:32:13 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:32:13 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:32:13 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:32:13 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:32:13 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:32:13 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:32:14 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:32:14 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:32:14 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:32:14 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:32:14 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:32:15 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:32:15 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:32:15 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:32:15 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:32:15 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:32:15 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:32:16 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:32:16 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:32:16 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:32:16 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:32:16 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:32:16 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:32:17 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:32:17 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:32:17 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:32:17 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:32:17 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:32:17 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:32:18 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:32:18 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:32:18 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:32:18 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:32:18 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:32:18 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:32:18 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:32:18 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:32:19 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:32:19 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:32:19 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:32:19 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:32:19 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:32:19 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:32:20 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:32:20 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:32:20 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:32:20 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:32:20 INFO] init AI...
|
|
[23:32:20 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[23:32:20 INFO] ground sampling distance: 0.3059895833333333
|
|
[23:32:20 INFO] init AI...
|
|
[23:32:20 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:32:20 INFO] Removed (53.80277931690216 42.89022199809551) > 8. class: ArmorVehicle
|
|
[23:32:20 INFO] init AI...
|
|
[23:32:21 INFO] init AI...
|
|
[23:32:21 INFO] init AI...
|
|
[23:32:21 INFO] init AI...
|
|
[23:32:21 INFO] init AI...
|
|
[23:32:21 INFO] init AI...
|
|
[23:32:21 INFO] init AI...
|
|
[23:32:22 INFO] init AI...
|
|
[23:32:22 INFO] init AI...
|
|
[23:32:22 INFO] init AI...
|
|
[23:32:22 INFO] init AI...
|
|
[23:32:22 INFO] init AI...
|
|
[23:32:23 INFO] init AI...
|
|
[23:32:23 INFO] init AI...
|
|
[23:32:23 INFO] init AI...
|
|
[23:32:23 INFO] init AI...
|
|
[23:32:23 INFO] init AI...
|
|
[23:32:23 INFO] init AI...
|
|
[23:32:24 INFO] init AI...
|
|
[23:32:24 INFO] init AI...
|
|
[23:32:24 INFO] init AI...
|
|
[23:32:24 INFO] init AI...
|
|
[23:32:25 INFO] init AI...
|
|
[23:32:25 INFO] init AI...
|
|
[23:32:25 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:32:25 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:32:25 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:32:26 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:32:26 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:32:26 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:32:27 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:32:27 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:32:27 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:32:27 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:32:27 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:32:27 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:32:27 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:32:27 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:32:27 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:32:27 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:32:27 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:32:27 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:32:28 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:32:28 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:32:28 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:32:28 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:32:28 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:32:28 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:32:28 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:32:28 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:32:28 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:32:28 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:32:28 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:32:28 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:32:28 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:32:28 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:32:28 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:32:28 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:32:28 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:32:28 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:32:29 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:32:29 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:32:29 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:32:29 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:32:29 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:32:29 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:32:29 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:32:29 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:32:29 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:32:29 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:32:29 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:32:29 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:32:29 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:32:29 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:32:29 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:32:30 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:32:30 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:32:30 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:32:30 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:32:30 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:32:30 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:32:30 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:32:30 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:32:30 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:32:30 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:32:30 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:32:30 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:32:30 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:32:30 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:32:30 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:32:31 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:32:31 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:32:31 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:32:31 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:32:31 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:32:31 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:32:31 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:32:31 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:32:31 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:32:31 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:32:31 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:32:31 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:32:31 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:32:31 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:32:31 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:32:31 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:32:31 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:32:31 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:32:32 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:32:32 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:32:32 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:32:32 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:32:32 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:32:32 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:32:32 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:32:32 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:32:32 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:32:32 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:32:32 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:32:32 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:32:32 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:32:32 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:32:32 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:32:33 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:32:33 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:32:33 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:32:33 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:32:33 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:32:33 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:32:33 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:32:33 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:32:34 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:32:34 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:32:34 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:32:34 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:32:34 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:32:34 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:32:34 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:32:34 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:32:34 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:32:34 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:32:34 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:32:34 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:32:34 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:32:34 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:32:35 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:32:35 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:32:35 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:32:35 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:32:35 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:32:35 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:32:35 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:32:35 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:32:35 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:32:35 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:32:35 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:32:35 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:32:35 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:32:35 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:32:35 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:32:35 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:32:35 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:32:36 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:32:36 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:32:36 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:32:36 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:32:36 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:32:36 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:32:36 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:32:36 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:32:36 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:32:36 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:32:36 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:32:36 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:32:36 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:32:36 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:32:36 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:32:36 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:32:36 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:32:36 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:32:36 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:32:37 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:32:37 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:32:37 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:32:37 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:32:37 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:32:37 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:32:37 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:32:37 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:32:37 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:32:37 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:32:37 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:32:38 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:32:38 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:32:38 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:32:38 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:32:38 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:32:38 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:32:38 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:32:38 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:32:38 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:32:38 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:32:38 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:32:38 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:32:38 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:32:38 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:32:38 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:32:38 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:32:38 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:32:38 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:32:39 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:32:39 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:32:39 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:32:39 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:32:39 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:32:39 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:32:39 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:32:39 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:32:39 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:32:39 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:32:39 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:32:39 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:32:39 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:32:39 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:32:40 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:32:40 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:32:40 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:32:40 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:32:40 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:32:40 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:32:40 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:32:41 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:32:41 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:32:41 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:32:41 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:32:41 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:32:41 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:32:41 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:32:42 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:32:42 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:32:42 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:32:42 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:32:42 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:32:42 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:32:42 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:32:42 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:32:42 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:32:42 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:32:42 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:32:43 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:32:43 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:32:43 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:32:43 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:32:43 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:32:43 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:32:43 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:32:43 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:32:44 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:32:44 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:32:44 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:32:44 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:32:44 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:32:44 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:32:45 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:32:45 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:32:45 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:32:45 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:32:45 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:32:46 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:32:46 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:32:46 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:32:46 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:32:46 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:32:46 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:32:47 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:32:47 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:32:47 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:32:47 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:32:47 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:32:47 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:32:47 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:32:48 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:32:48 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:32:48 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:32:48 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:32:48 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:32:48 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:32:49 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:32:49 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:32:49 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:32:49 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:32:49 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:32:49 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:32:49 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:32:50 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:32:50 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:32:50 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:32:50 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:32:50 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:32:51 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:32:51 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:32:51 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:32:51 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:32:51 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:32:51 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:32:52 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:32:52 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:32:52 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:32:52 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:32:52 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:32:52 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:32:53 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:32:53 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:32:53 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:32:53 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:32:53 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:32:54 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:32:54 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:32:54 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:32:55 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:32:55 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:32:55 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:32:55 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:32:55 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:32:56 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:32:56 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:32:56 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:32:56 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:32:56 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:32:56 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:32:57 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:32:57 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:32:57 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:32:57 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:32:57 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:32:57 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:32:58 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:32:58 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:32:58 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:32:58 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:32:58 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:32:59 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:32:59 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:32:59 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:32:59 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:32:59 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:32:59 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:32:59 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:32:59 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:33:00 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:33:00 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:33:00 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:33:00 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:33:00 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:33:00 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:33:00 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:33:00 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:33:00 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:33:00 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:33:00 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:33:00 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:33:00 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:33:00 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:33:00 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:33:00 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:33:00 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:33:00 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:33:01 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:33:01 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:33:01 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:33:01 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:33:01 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:33:01 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:33:01 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:33:01 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:33:01 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:33:01 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:33:01 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:33:01 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:33:01 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:33:01 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:33:01 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:33:01 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:33:01 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:33:02 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:33:02 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:33:02 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:33:02 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:33:02 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:33:02 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:33:02 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:33:02 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:33:02 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:33:02 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:33:02 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:33:02 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:33:02 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:33:02 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:33:02 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:33:03 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:33:03 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:33:03 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:33:03 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:33:03 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:33:04 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:33:04 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:33:04 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:33:04 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:33:04 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:33:04 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:33:05 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:33:05 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:33:05 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:33:05 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:33:05 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:33:05 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:33:06 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:33:06 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:33:06 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:33:06 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:33:06 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:33:06 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:33:07 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:33:07 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:33:07 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:33:07 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:33:07 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:33:07 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:33:08 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:33:08 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:33:08 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:33:08 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:33:08 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:33:08 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:33:08 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:33:09 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:33:09 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:33:09 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:33:10 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:33:10 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:33:10 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:33:10 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:33:10 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:33:11 INFO] init AI...
|
|
[23:33:11 INFO] init AI...
|
|
[23:33:11 INFO] init AI...
|
|
[23:33:12 INFO] init AI...
|
|
[23:33:12 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:33:12 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:33:12 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:33:12 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:33:12 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:33:12 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:33:12 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:33:12 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:33:12 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:33:12 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:33:12 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:33:12 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:33:13 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:33:13 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:33:13 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:33:13 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:33:13 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:33:13 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:33:13 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:33:13 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:33:13 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:33:13 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:33:13 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:33:13 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:33:14 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:33:14 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:33:14 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:33:14 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:33:14 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:33:14 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:33:14 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:33:14 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:33:14 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:33:14 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:33:14 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:33:14 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:33:14 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:33:14 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:33:15 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:33:15 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:33:15 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:33:15 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:33:15 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:33:15 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:33:15 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:33:15 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:33:15 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:33:15 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:33:15 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:33:15 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:33:15 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:33:15 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:33:15 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:33:15 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:33:16 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:33:16 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:33:16 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:33:16 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:33:16 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:33:16 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:33:16 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:33:16 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:33:16 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:33:16 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:33:16 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:33:16 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:33:17 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:33:17 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:33:17 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:33:17 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:33:17 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:33:17 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:33:17 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:33:17 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:33:17 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:33:17 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:33:17 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:33:17 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:33:17 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:33:17 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:33:17 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:33:18 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:33:18 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:33:18 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:33:18 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:33:18 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:33:18 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:33:18 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:33:18 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:33:18 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:33:18 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:33:18 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:33:18 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:33:18 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:33:18 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:33:18 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:33:18 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:33:18 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:33:18 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:33:19 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:33:19 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:33:19 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:33:19 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:33:19 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:33:19 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:33:19 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:33:19 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:33:20 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:33:20 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:33:20 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:33:20 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:33:20 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:33:20 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:33:20 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:33:21 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:33:21 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:33:21 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:33:21 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:33:21 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:33:21 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:33:21 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:33:21 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:33:21 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:33:21 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:33:21 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:33:21 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:33:21 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:33:21 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:33:21 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:33:22 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:33:22 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:33:22 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:33:22 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:33:22 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:33:22 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:33:22 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:33:22 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:33:22 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:33:22 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:33:22 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:33:22 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:33:22 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:33:22 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:33:22 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:33:22 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:33:22 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:33:22 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:33:22 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:33:23 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:33:23 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:33:23 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:33:23 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:33:23 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:33:23 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:33:23 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:33:23 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:33:23 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:33:23 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:33:23 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:33:23 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:33:24 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:33:24 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:33:24 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:33:24 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:33:24 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:33:24 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:33:24 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:33:24 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:33:24 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:33:24 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:33:24 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:33:24 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:33:24 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:33:24 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:33:24 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:33:24 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:33:24 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:33:24 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:33:25 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:33:25 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:33:25 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:33:25 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:33:25 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:33:25 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:33:25 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:33:25 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:33:25 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:33:25 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:33:25 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:33:25 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:33:25 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:33:25 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:33:25 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:33:25 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:33:25 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:33:26 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:33:26 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:33:26 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:33:26 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:33:26 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:33:26 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:33:26 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:33:26 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:33:26 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:33:26 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:33:27 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:33:27 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:33:27 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:33:27 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:33:27 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:33:27 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:33:28 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:33:28 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:33:28 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:33:28 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:33:28 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:33:28 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:33:28 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:33:28 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:33:29 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:33:29 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:33:29 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:33:29 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:33:29 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:33:29 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:33:29 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:33:29 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:33:29 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:33:29 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:33:29 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:33:30 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:33:30 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:33:30 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:33:30 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:33:30 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:33:30 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:33:30 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:33:31 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:33:31 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:33:31 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:33:31 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:33:31 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:33:31 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:33:31 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:33:32 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:33:32 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:33:32 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:33:32 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:33:32 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:33:32 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:33:33 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:33:33 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:33:33 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:33:33 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:33:33 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:33:33 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:33:33 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:33:34 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:33:34 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:33:34 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:33:34 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:33:34 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:33:34 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:33:34 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:33:35 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:33:35 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:33:35 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:33:35 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:33:35 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:33:35 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:33:35 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:33:36 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:33:36 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:33:36 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:33:36 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:33:36 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:33:36 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:33:37 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:33:37 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:33:38 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:33:38 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:33:38 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:33:38 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:33:38 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:33:39 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:33:39 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:33:39 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:33:39 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:33:40 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:33:40 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:33:40 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:33:40 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:33:40 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:33:41 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:33:41 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:33:41 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:33:41 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:33:41 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:33:41 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:33:42 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:33:42 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:33:42 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:33:42 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:33:42 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:33:42 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:33:43 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:33:43 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:33:43 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:33:43 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:33:43 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:33:43 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:33:44 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:33:44 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:33:44 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:33:44 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:33:44 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:33:44 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:33:45 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:33:45 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:33:45 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:33:45 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:33:45 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:33:45 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:33:45 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:33:45 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:33:46 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:33:46 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:33:46 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:33:46 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:33:46 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:33:46 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:33:46 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:33:46 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:33:46 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:33:46 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:33:46 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:33:46 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:33:46 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:33:46 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:33:46 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:33:46 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:33:46 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:33:46 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:33:47 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:33:47 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:33:47 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:33:47 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:33:47 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:33:47 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:33:47 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:33:47 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:33:47 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:33:47 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:33:47 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:33:47 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:33:47 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:33:47 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:33:47 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:33:47 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:33:47 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:33:47 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:33:48 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:33:48 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:33:48 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:33:48 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:33:48 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:33:48 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:33:48 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:33:48 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:33:48 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:33:48 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:33:48 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:33:48 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:33:48 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:33:48 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:33:49 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:33:49 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:33:49 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:33:49 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:33:49 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:33:50 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:33:50 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:33:50 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:33:50 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:33:50 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:33:50 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:33:51 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:33:51 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:33:51 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:33:51 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:33:51 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:33:51 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:33:52 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:33:52 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:33:52 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:33:53 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:33:53 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:33:53 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:33:53 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:33:54 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:33:54 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:33:54 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:33:54 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:33:54 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:33:54 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:33:54 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:33:55 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:33:55 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:33:55 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:33:55 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:33:55 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:33:55 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:33:55 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:33:55 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:33:56 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:33:56 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:33:56 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:33:56 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:33:56 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:33:56 INFO] init AI...
|
|
[23:33:56 INFO] init AI...
|
|
[23:33:57 INFO] init AI...
|
|
[23:33:57 INFO] init AI...
|
|
[23:33:57 INFO] init AI...
|
|
[23:33:57 INFO] init AI...
|
|
[23:33:58 INFO] init AI...
|
|
[23:33:58 INFO] init AI...
|
|
[23:33:58 INFO] init AI...
|
|
[23:33:58 INFO] init AI...
|
|
[23:39:11 INFO] init AI...
|
|
[23:39:11 INFO] Downloading
|
|
[23:39:15 INFO] CoreML model: 1280x1280
|
|
[23:39:15 INFO] Enabled
|
|
[23:39:15 INFO] init AI...
|
|
[23:39:16 INFO] init AI...
|
|
[23:39:16 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[23:39:16 INFO] ground sampling distance: 0.3059895833333333
|
|
[23:39:16 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:39:16 INFO] Removed (53.80277931690216 42.89022199809551) > 8. class: ArmorVehicle
|
|
[23:39:16 INFO] init AI...
|
|
[23:39:16 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:39:16 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:39:16 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:39:17 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:39:17 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:39:17 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:39:17 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:39:17 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:39:17 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:39:17 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:39:17 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:39:17 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:39:18 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:39:18 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:39:18 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:39:18 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:39:18 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:39:18 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:39:18 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:39:18 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:39:18 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:39:18 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:39:18 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:39:18 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:39:18 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:39:18 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:39:18 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:39:18 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:39:18 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:39:18 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:39:19 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:39:19 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:39:19 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:39:19 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:39:19 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:39:19 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:39:19 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:39:19 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:39:19 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:39:19 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:39:19 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:39:19 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:39:19 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:39:19 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:39:19 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:39:19 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:39:19 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:39:19 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:39:19 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:39:19 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:39:20 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:39:20 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:39:20 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:39:20 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:39:20 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:39:20 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:39:20 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:39:20 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:39:20 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:39:20 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:39:20 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:39:20 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:39:20 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:39:20 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:39:21 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:39:21 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:39:21 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:39:21 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:39:21 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:39:21 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:39:21 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:39:21 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:39:21 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:39:21 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:39:21 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:39:21 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:39:21 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:39:21 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:39:22 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:39:22 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:39:22 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:39:22 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:39:22 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:39:22 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:39:22 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:39:22 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:39:22 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:39:22 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:39:22 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:39:22 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:39:22 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:39:22 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:39:22 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:39:22 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:39:22 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:39:22 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:39:22 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:39:22 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:39:22 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:39:23 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:39:23 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:39:23 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:39:23 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:39:23 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:39:23 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:39:23 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:39:23 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:39:23 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:39:23 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:39:23 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:39:24 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:39:24 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:39:24 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:39:24 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:39:24 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:39:24 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:39:24 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:39:24 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:39:24 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:39:24 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:39:24 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:39:24 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:39:24 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:39:24 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:39:24 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:39:24 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:39:24 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:39:25 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:39:25 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:39:25 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:39:25 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:39:25 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:39:25 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:39:25 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:39:25 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:39:25 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:39:25 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:39:25 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:39:25 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:39:25 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:39:25 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:39:25 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:39:25 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:39:25 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:39:26 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:39:26 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:39:26 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:39:26 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:39:26 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:39:26 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:39:26 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:39:26 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:39:26 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:39:26 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:39:26 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:39:26 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:39:26 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:39:26 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:39:26 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:39:26 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:39:26 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:39:26 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:39:27 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:39:27 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:39:27 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:39:27 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:39:27 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:39:27 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:39:27 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:39:27 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:39:27 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:39:27 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:39:27 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:39:27 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:39:27 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:39:28 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:39:28 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:39:28 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:39:28 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:39:28 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:39:28 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:39:28 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:39:28 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:39:28 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:39:28 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:39:28 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:39:28 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:39:28 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:39:28 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:39:28 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:39:29 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:39:29 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:39:29 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:39:29 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:39:29 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:39:29 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:39:29 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:39:29 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:39:29 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:39:29 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:39:29 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:39:29 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:39:29 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:39:29 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:39:30 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:39:30 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:39:30 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:39:30 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:39:30 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:39:30 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:39:30 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:39:31 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:39:31 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:39:31 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:39:31 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:39:31 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:39:31 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:39:31 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:39:31 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:39:32 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:39:32 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:39:32 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:39:32 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:39:32 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:39:32 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:39:32 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:39:32 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:39:32 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:39:32 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:39:32 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:39:33 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:39:33 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:39:33 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:39:33 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:39:33 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:39:33 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:39:33 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:39:34 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:39:34 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:39:34 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:39:34 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:39:34 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:39:34 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:39:34 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:39:35 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:39:35 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:39:35 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:39:35 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:39:35 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:39:35 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:39:35 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:39:36 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:39:36 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:39:36 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:39:36 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:39:36 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:39:36 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:39:36 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:39:37 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:39:37 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:39:37 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:39:37 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:39:37 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:39:37 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:39:38 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:39:38 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:39:38 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:39:38 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:39:38 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:39:38 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:39:38 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:39:39 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:39:39 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:39:39 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:39:39 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:39:39 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:39:39 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:39:39 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:39:40 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:39:40 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:39:40 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:39:40 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:39:40 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:39:40 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:39:41 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:39:41 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:39:41 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:39:41 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:39:41 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:39:42 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:39:42 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:39:42 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:39:42 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:39:42 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:39:42 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:39:42 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:39:43 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:39:43 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:39:43 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:39:43 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:39:43 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:39:43 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:39:43 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:39:44 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:39:44 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:39:44 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:39:44 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:39:44 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:39:44 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:39:44 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:39:45 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:39:45 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:39:45 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:39:45 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:39:45 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:39:45 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:39:45 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:39:46 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:39:46 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:39:46 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:39:46 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:39:46 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:39:46 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:39:46 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:39:46 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:39:46 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:39:46 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:39:46 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:39:47 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:39:47 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:39:47 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:39:47 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:39:47 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:39:47 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:39:47 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:39:47 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:39:47 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:39:47 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:39:47 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:39:47 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:39:47 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:39:47 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:39:47 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:39:47 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:39:47 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:39:47 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:39:48 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:39:48 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:39:48 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:39:48 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:39:48 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:39:48 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:39:48 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:39:48 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:39:48 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:39:48 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:39:48 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:39:48 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:39:48 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:39:48 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:39:48 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:39:48 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:39:48 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:39:48 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:39:49 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:39:49 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:39:49 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:39:49 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:39:49 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:39:49 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:39:49 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:39:49 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:39:49 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:39:49 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:39:49 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:39:49 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:39:50 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:39:50 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:39:50 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:39:50 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:39:50 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:39:50 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:39:50 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:39:51 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:39:51 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:39:51 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:39:51 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:39:51 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:39:51 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:39:51 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:39:52 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:39:52 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:39:52 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:39:52 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:39:52 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:39:52 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:39:52 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:39:53 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:39:53 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:39:53 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:39:53 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:39:53 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:39:53 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:39:53 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:39:54 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:39:54 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:39:54 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:39:54 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:39:54 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:39:54 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:39:54 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:39:55 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:39:55 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:39:55 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:39:55 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:39:55 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:39:55 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:39:55 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:39:56 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:39:56 INFO] init AI...
|
|
[23:39:56 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[23:39:56 INFO] ground sampling distance: 0.3059895833333333
|
|
[23:39:56 INFO] init AI...
|
|
[23:39:56 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:39:56 INFO] Removed (53.80277931690216 42.89022199809551) > 8. class: ArmorVehicle
|
|
[23:39:56 INFO] init AI...
|
|
[23:39:56 INFO] init AI...
|
|
[23:39:56 INFO] init AI...
|
|
[23:39:56 INFO] init AI...
|
|
[23:39:57 INFO] init AI...
|
|
[23:39:57 INFO] init AI...
|
|
[23:39:57 INFO] init AI...
|
|
[23:39:57 INFO] init AI...
|
|
[23:39:57 INFO] init AI...
|
|
[23:39:58 INFO] init AI...
|
|
[23:39:58 INFO] init AI...
|
|
[23:39:58 INFO] init AI...
|
|
[23:39:58 INFO] init AI...
|
|
[23:39:58 INFO] init AI...
|
|
[23:39:58 INFO] init AI...
|
|
[23:39:58 INFO] init AI...
|
|
[23:39:59 INFO] init AI...
|
|
[23:39:59 INFO] init AI...
|
|
[23:39:59 INFO] init AI...
|
|
[23:39:59 INFO] init AI...
|
|
[23:39:59 INFO] init AI...
|
|
[23:39:59 INFO] init AI...
|
|
[23:40:00 INFO] init AI...
|
|
[23:40:00 INFO] init AI...
|
|
[23:40:00 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:40:00 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:40:00 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:40:01 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:40:01 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:40:01 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:40:01 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:40:01 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:40:01 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:40:01 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:40:01 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:40:01 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:40:01 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:40:01 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:40:01 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:40:01 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:40:01 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:40:01 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:40:02 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:40:02 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:40:02 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:40:02 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:40:02 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:40:02 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:40:02 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:40:02 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:40:02 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:40:02 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:40:02 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:40:02 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:40:02 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:40:02 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:40:02 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:40:02 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:40:02 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:40:02 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:40:03 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:40:03 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:40:03 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:40:03 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:40:03 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:40:03 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:40:03 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:40:03 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:40:03 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:40:03 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:40:03 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:40:03 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:40:03 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:40:03 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:40:03 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:40:03 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:40:03 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:40:03 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:40:03 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:40:03 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:40:04 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:40:04 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:40:04 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:40:04 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:40:04 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:40:04 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:40:04 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:40:04 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:40:04 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:40:04 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:40:04 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:40:04 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:40:04 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:40:05 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:40:05 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:40:05 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:40:05 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:40:05 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:40:05 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:40:05 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:40:05 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:40:05 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:40:05 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:40:05 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:40:05 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:40:05 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:40:05 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:40:05 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:40:06 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:40:06 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:40:06 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:40:06 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:40:06 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:40:06 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:40:06 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:40:06 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:40:06 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:40:06 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:40:06 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:40:06 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:40:06 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:40:06 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:40:06 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:40:06 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:40:07 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:40:07 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:40:07 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:40:07 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:40:07 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:40:07 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:40:07 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:40:07 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:40:07 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:40:07 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:40:08 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:40:08 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:40:08 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:40:08 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:40:08 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:40:08 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:40:08 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:40:08 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:40:08 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:40:08 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:40:08 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:40:08 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:40:08 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:40:09 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:40:09 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:40:09 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:40:09 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:40:09 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:40:09 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:40:09 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:40:09 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:40:09 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:40:09 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:40:09 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:40:09 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:40:09 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:40:09 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:40:09 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:40:09 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:40:10 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:40:10 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:40:10 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:40:10 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:40:10 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:40:10 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:40:10 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:40:10 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:40:10 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:40:10 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:40:10 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:40:10 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:40:10 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:40:10 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:40:10 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:40:11 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:40:11 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:40:11 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:40:11 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:40:11 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:40:11 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:40:11 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:40:11 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:40:11 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:40:11 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:40:11 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:40:11 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:40:11 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:40:11 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:40:11 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:40:12 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:40:12 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:40:12 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:40:12 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:40:12 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:40:12 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:40:12 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:40:12 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:40:12 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:40:12 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:40:12 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:40:12 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:40:13 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:40:13 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:40:13 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:40:13 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:40:13 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:40:13 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:40:13 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:40:13 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:40:13 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:40:13 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:40:13 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:40:14 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:40:14 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:40:14 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:40:14 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:40:14 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:40:14 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:40:14 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:40:14 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:40:14 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:40:14 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:40:14 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:40:15 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:40:15 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:40:15 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:40:15 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:40:15 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:40:15 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:40:16 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:40:16 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:40:16 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:40:16 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:40:16 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:40:16 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:40:16 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:40:16 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:40:16 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:40:17 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:40:17 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:40:17 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:40:17 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:40:17 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:40:17 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:40:17 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:40:17 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:40:17 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:40:17 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:40:18 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:40:18 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:40:18 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:40:18 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:40:18 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:40:18 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:40:18 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:40:19 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:40:19 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:40:19 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:40:19 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:40:19 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:40:19 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:40:20 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:40:20 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:40:20 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:40:20 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:40:20 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:40:20 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:40:21 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:40:21 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:40:21 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:40:21 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:40:21 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:40:21 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:40:22 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:40:22 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:40:22 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:40:22 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:40:22 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:40:22 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:40:22 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:40:23 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:40:23 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:40:23 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:40:23 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:40:23 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:40:23 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:40:23 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:40:24 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:40:24 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:40:24 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:40:24 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:40:24 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:40:24 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:40:24 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:40:25 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:40:25 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:40:25 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:40:25 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:40:25 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:40:25 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:40:25 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:40:26 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:40:26 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:40:26 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:40:26 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:40:26 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:40:26 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:40:27 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:40:27 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:40:27 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:40:27 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:40:28 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:40:28 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:40:28 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:40:28 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:40:28 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:40:28 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:40:29 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:40:29 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:40:29 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:40:29 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:40:29 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:40:29 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:40:29 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:40:30 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:40:30 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:40:30 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:40:30 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:40:30 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:40:30 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:40:30 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:40:31 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:40:31 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:40:31 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:40:31 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:40:31 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:40:31 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:40:31 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:40:32 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:40:32 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:40:32 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:40:32 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:40:32 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:40:32 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:40:32 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:40:32 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:40:32 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:40:32 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:40:32 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:40:32 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:40:32 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:40:33 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:40:33 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:40:33 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:40:33 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:40:33 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:40:33 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:40:33 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:40:33 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:40:33 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:40:33 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:40:33 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:40:33 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:40:33 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:40:33 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:40:33 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:40:33 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:40:33 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:40:33 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:40:33 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:40:33 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:40:34 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:40:34 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:40:34 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:40:34 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:40:34 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:40:34 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:40:34 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:40:34 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:40:34 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:40:34 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:40:34 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:40:34 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:40:34 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:40:34 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:40:34 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:40:34 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:40:34 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:40:34 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:40:34 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:40:35 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:40:35 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:40:35 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:40:35 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:40:35 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:40:35 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:40:35 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:40:35 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:40:36 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:40:36 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:40:36 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:40:36 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:40:36 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:40:36 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:40:36 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:40:37 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:40:37 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:40:37 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:40:37 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:40:37 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:40:37 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:40:38 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:40:38 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:40:38 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:40:38 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:40:38 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:40:38 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:40:38 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:40:39 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:40:39 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:40:39 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:40:39 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:40:39 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:40:39 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:40:39 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:40:40 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:40:40 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:40:40 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:40:40 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:40:40 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:40:40 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:40:40 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:40:41 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:40:41 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:40:41 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:40:41 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:40:41 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:40:41 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:40:42 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:40:42 INFO] init AI...
|
|
[23:40:42 INFO] init AI...
|
|
[23:40:42 INFO] init AI...
|
|
[23:40:43 INFO] init AI...
|
|
[23:40:43 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:40:43 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:40:43 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:40:43 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:40:43 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:40:43 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:40:43 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:40:43 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:40:43 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:40:43 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:40:43 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:40:43 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:40:43 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:40:43 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:40:43 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:40:44 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:40:44 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:40:44 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:40:44 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:40:44 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:40:44 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:40:44 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:40:44 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:40:44 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:40:44 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:40:44 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:40:44 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:40:44 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:40:44 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:40:44 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:40:44 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:40:44 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:40:44 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:40:44 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:40:44 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:40:44 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:40:45 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:40:45 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:40:45 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:40:45 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:40:45 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:40:45 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:40:45 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:40:45 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:40:45 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:40:45 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:40:45 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:40:45 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:40:45 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:40:45 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:40:45 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:40:45 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:40:45 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:40:45 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:40:45 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:40:45 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:40:45 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:40:46 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:40:46 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:40:46 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:40:46 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:40:46 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:40:46 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:40:46 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:40:46 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:40:46 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:40:46 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:40:46 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:40:46 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:40:46 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:40:46 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:40:47 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:40:47 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:40:47 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:40:47 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:40:47 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:40:47 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:40:47 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:40:47 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:40:47 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:40:47 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:40:47 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:40:47 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:40:47 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:40:47 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:40:47 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:40:47 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:40:47 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:40:47 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:40:48 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:40:48 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:40:48 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:40:48 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:40:48 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:40:48 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:40:48 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:40:48 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:40:48 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:40:48 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:40:48 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:40:48 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:40:48 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:40:49 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:40:49 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:40:49 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:40:49 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:40:49 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:40:49 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:40:49 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:40:49 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:40:49 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:40:49 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:40:49 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:40:49 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:40:49 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:40:50 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:40:50 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:40:50 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:40:50 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:40:50 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:40:50 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:40:50 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:40:50 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:40:50 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:40:50 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:40:50 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:40:50 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:40:50 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:40:50 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:40:50 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:40:50 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:40:50 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:40:50 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:40:50 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:40:50 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:40:50 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:40:51 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:40:51 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:40:51 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:40:51 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:40:51 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:40:51 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:40:51 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:40:51 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:40:51 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:40:51 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:40:51 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:40:51 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:40:51 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:40:51 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:40:51 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:40:51 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:40:51 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:40:51 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:40:52 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:40:52 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:40:52 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:40:52 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:40:52 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:40:52 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:40:52 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:40:52 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:40:52 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:40:52 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:40:52 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:40:52 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:40:53 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:40:53 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:40:53 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:40:53 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:40:53 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:40:53 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:40:53 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:40:53 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:40:53 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:40:53 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:40:53 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:40:53 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:40:53 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:40:53 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:40:53 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:40:53 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:40:53 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:40:53 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:40:54 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:40:54 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:40:54 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:40:54 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:40:54 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:40:54 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:40:54 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:40:54 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:40:54 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:40:54 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:40:54 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:40:54 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:40:54 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:40:54 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:40:54 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:40:54 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:40:54 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:40:54 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:40:54 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:40:55 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:40:55 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:40:55 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:40:55 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:40:55 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:40:55 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:40:55 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:40:55 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:40:56 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:40:56 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:40:56 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:40:56 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:40:56 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:40:56 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:40:56 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:40:56 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:40:57 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:40:57 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:40:57 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:40:57 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:40:57 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:40:57 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:40:57 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:40:57 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:40:57 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:40:57 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:40:57 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:40:58 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:40:58 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:40:58 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:40:58 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:40:58 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:40:58 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:40:58 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:40:58 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:40:59 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:40:59 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:40:59 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:40:59 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:40:59 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:40:59 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:40:59 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:41:00 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:41:00 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:41:00 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:41:00 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:41:00 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:41:00 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:41:00 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:41:00 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:41:01 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:41:01 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:41:01 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:41:01 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:41:01 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:41:01 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:41:01 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:41:02 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:41:02 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:41:02 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:41:02 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:41:02 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:41:02 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:41:02 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:41:02 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:41:03 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:41:03 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:41:03 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:41:03 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:41:03 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:41:03 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:41:03 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:41:04 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:41:04 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:41:04 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:41:04 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:41:04 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:41:04 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:41:05 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:41:05 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:41:05 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:41:05 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:41:05 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:41:05 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:41:05 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:41:05 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:41:06 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:41:06 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:41:06 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:41:06 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:41:06 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:41:06 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:41:07 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:41:07 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:41:07 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:41:07 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:41:07 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:41:07 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:41:07 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:41:08 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:41:08 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:41:08 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:41:08 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:41:08 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:41:08 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:41:08 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:41:09 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:41:09 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:41:09 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:41:09 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:41:09 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:41:09 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:41:09 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:41:10 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:41:10 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:41:10 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:41:10 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:41:10 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:41:10 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:41:10 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:41:10 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:41:11 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:41:11 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:41:11 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:41:11 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:41:11 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:41:11 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:41:11 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:41:11 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:41:11 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:41:11 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:41:11 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:41:11 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:41:11 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:41:11 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:41:11 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:41:12 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:41:12 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:41:12 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:41:12 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:41:12 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:41:12 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:41:12 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:41:12 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:41:12 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:41:12 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:41:12 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:41:12 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:41:12 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:41:12 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:41:12 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:41:12 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:41:12 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:41:12 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:41:12 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:41:13 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:41:13 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:41:13 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:41:13 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:41:13 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:41:13 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:41:13 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:41:13 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:41:13 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:41:13 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:41:13 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:41:13 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:41:13 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:41:13 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:41:13 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:41:13 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:41:13 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:41:14 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:41:14 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:41:14 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:41:14 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:41:14 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:41:14 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:41:14 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:41:15 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:41:15 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:41:15 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:41:15 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:41:16 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:41:16 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:41:16 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:41:16 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:41:17 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:41:17 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:41:17 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:41:17 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:41:17 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:41:17 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:41:18 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:41:18 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:41:18 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:41:18 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:41:18 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:41:18 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:41:18 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:41:18 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:41:19 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:41:19 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:41:19 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:41:19 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:41:19 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:41:19 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:41:19 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:41:19 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:41:19 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:41:20 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:41:20 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:41:20 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:41:20 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:41:20 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:41:20 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:41:20 INFO] init AI...
|
|
[23:41:20 INFO] init AI...
|
|
[23:41:21 INFO] init AI...
|
|
[23:41:21 INFO] init AI...
|
|
[23:41:21 INFO] init AI...
|
|
[23:41:21 INFO] init AI...
|
|
[23:41:21 INFO] init AI...
|
|
[23:41:21 INFO] init AI...
|
|
[23:41:22 INFO] init AI...
|
|
[23:41:22 INFO] init AI...
|
|
[23:41:22 INFO] init AI...
|
|
[23:41:22 INFO] init AI...
|
|
[23:41:22 INFO] init AI...
|
|
[23:42:52 INFO] init AI...
|
|
[23:42:52 INFO] Downloading
|
|
[23:42:55 INFO] CoreML model: 1280x1280
|
|
[23:42:55 INFO] Enabled
|
|
[23:42:56 INFO] init AI...
|
|
[23:42:57 INFO] init AI...
|
|
[23:42:57 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[23:42:57 INFO] ground sampling distance: 0.3059895833333333
|
|
[23:42:57 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:42:57 INFO] Removed (53.80277931690216 42.89022199809551) > 8. class: ArmorVehicle
|
|
[23:42:57 INFO] init AI...
|
|
[23:42:57 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:42:57 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:42:57 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:42:58 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:42:58 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:42:58 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:42:58 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:42:58 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:42:58 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:42:59 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:42:59 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:42:59 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:42:59 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:42:59 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:42:59 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:42:59 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:42:59 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:42:59 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:42:59 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:42:59 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:42:59 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:42:59 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:42:59 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:42:59 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:43:00 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:43:00 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:43:00 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:43:00 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:43:00 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:43:00 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:43:00 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:43:00 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:43:00 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:43:00 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:43:00 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:43:00 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:43:00 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:43:00 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:43:00 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:43:01 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:43:01 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:43:01 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:43:01 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:43:01 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:43:01 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:43:01 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:43:01 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:43:01 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:43:01 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:43:01 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:43:01 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:43:02 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:43:02 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:43:02 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:43:02 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:43:02 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:43:02 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:43:02 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:43:02 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:43:02 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:43:02 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:43:02 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:43:02 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:43:02 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:43:02 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:43:03 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:43:03 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:43:03 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:43:03 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:43:03 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:43:03 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:43:03 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:43:03 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:43:03 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:43:03 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:43:03 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:43:03 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:43:04 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:43:04 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:43:04 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:43:04 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:43:04 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:43:04 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:43:04 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:43:04 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:43:04 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:43:04 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:43:04 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:43:04 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:43:04 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:43:04 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:43:04 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:43:05 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:43:05 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:43:05 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:43:05 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:43:05 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:43:05 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:43:05 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:43:05 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:43:05 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:43:05 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:43:06 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:43:06 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:43:06 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:43:06 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:43:06 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:43:06 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:43:06 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:43:06 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:43:06 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:43:07 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:43:07 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:43:07 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:43:07 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:43:07 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:43:07 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:43:07 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:43:07 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:43:07 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:43:07 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:43:07 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:43:07 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:43:07 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:43:07 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:43:07 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:43:07 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:43:08 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:43:08 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:43:08 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:43:08 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:43:08 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:43:08 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:43:08 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:43:08 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:43:08 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:43:08 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:43:08 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:43:08 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:43:08 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:43:08 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:43:08 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:43:08 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:43:08 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:43:09 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:43:09 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:43:09 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:43:09 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:43:09 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:43:09 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:43:09 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:43:09 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:43:09 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:43:09 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:43:10 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:43:10 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:43:10 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:43:10 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:43:10 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:43:10 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:43:10 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:43:10 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:43:10 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:43:10 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:43:10 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:43:11 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:43:11 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:43:11 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:43:11 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:43:11 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:43:11 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:43:11 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:43:11 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:43:11 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:43:11 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:43:11 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:43:11 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:43:11 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:43:12 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:43:12 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:43:12 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:43:12 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:43:12 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:43:12 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:43:12 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:43:12 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:43:12 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:43:12 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:43:12 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:43:12 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:43:12 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:43:12 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:43:12 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:43:13 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:43:13 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:43:13 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:43:13 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:43:13 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:43:13 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:43:13 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:43:13 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:43:13 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:43:13 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:43:13 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:43:14 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:43:14 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:43:14 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:43:14 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:43:14 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:43:14 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:43:15 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:43:15 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:43:15 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:43:15 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:43:15 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:43:15 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:43:15 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:43:15 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:43:16 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:43:16 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:43:16 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:43:16 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:43:16 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:43:16 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:43:16 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:43:17 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:43:17 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:43:17 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:43:17 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:43:17 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:43:17 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:43:17 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:43:18 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:43:18 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:43:18 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:43:18 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:43:18 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:43:19 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:43:19 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:43:19 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:43:19 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:43:19 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:43:19 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:43:20 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:43:20 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:43:20 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:43:20 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:43:20 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:43:21 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:43:21 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:43:21 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:43:21 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:43:21 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:43:22 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:43:22 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:43:22 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:43:22 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:43:23 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:43:23 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:43:23 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:43:23 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:43:23 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:43:24 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:43:24 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:43:24 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:43:24 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:43:24 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:43:24 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:43:24 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:43:25 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:43:25 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:43:25 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:43:25 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:43:25 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:43:25 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:43:26 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:43:26 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:43:26 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:43:26 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:43:26 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:43:27 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:43:27 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:43:27 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:43:27 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:43:27 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:43:27 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:43:27 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:43:28 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:43:28 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:43:28 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:43:28 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:43:28 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:43:28 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:43:29 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:43:29 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:43:29 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:43:29 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:43:29 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:43:29 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:43:30 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:43:30 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:43:30 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:43:30 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:43:30 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:43:30 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:43:30 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:43:31 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:43:31 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:43:31 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:43:31 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:43:31 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:43:31 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:43:32 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:43:32 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:43:32 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:43:32 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:43:32 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:43:32 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:43:32 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:43:33 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:43:33 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:43:33 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:43:33 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:43:33 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:43:33 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:43:33 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:43:33 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:43:33 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:43:33 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:43:33 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:43:33 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:43:34 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:43:34 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:43:34 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:43:34 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:43:34 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:43:34 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:43:34 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:43:34 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:43:34 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:43:34 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:43:34 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:43:34 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:43:34 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:43:34 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:43:34 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:43:34 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:43:34 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:43:34 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:43:35 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:43:35 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:43:35 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:43:35 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:43:35 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:43:35 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:43:35 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:43:35 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:43:35 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:43:35 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:43:35 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:43:35 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:43:35 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:43:35 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:43:35 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:43:35 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:43:35 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:43:36 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:43:36 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:43:36 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:43:36 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:43:36 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:43:36 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:43:36 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:43:36 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:43:36 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:43:36 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:43:36 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:43:37 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:43:37 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:43:37 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:43:37 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:43:37 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:43:38 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:43:38 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:43:38 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:43:38 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:43:38 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:43:39 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:43:39 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:43:39 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:43:39 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:43:40 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:43:40 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:43:40 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:43:41 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:43:41 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:43:41 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:43:41 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:43:41 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:43:42 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:43:42 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:43:42 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:43:42 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:43:42 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:43:43 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:43:43 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:43:43 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:43:43 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:43:43 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:43:43 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:43:43 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:43:43 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:43:44 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:43:44 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:43:44 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:43:44 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:43:44 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:43:44 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:43:44 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:43:44 INFO] init AI...
|
|
[23:43:44 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[23:43:45 INFO] ground sampling distance: 0.3059895833333333
|
|
[23:43:45 INFO] init AI...
|
|
[23:43:45 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:43:45 INFO] Removed (53.80277931690216 42.89022199809551) > 8. class: ArmorVehicle
|
|
[23:43:45 INFO] init AI...
|
|
[23:43:45 INFO] init AI...
|
|
[23:43:45 INFO] init AI...
|
|
[23:43:45 INFO] init AI...
|
|
[23:43:45 INFO] init AI...
|
|
[23:43:45 INFO] init AI...
|
|
[23:43:46 INFO] init AI...
|
|
[23:43:46 INFO] init AI...
|
|
[23:43:46 INFO] init AI...
|
|
[23:43:46 INFO] init AI...
|
|
[23:43:46 INFO] init AI...
|
|
[23:43:46 INFO] init AI...
|
|
[23:43:47 INFO] init AI...
|
|
[23:43:47 INFO] init AI...
|
|
[23:43:47 INFO] init AI...
|
|
[23:43:47 INFO] init AI...
|
|
[23:43:47 INFO] init AI...
|
|
[23:43:47 INFO] init AI...
|
|
[23:43:47 INFO] init AI...
|
|
[23:43:48 INFO] init AI...
|
|
[23:43:48 INFO] init AI...
|
|
[23:43:49 INFO] init AI...
|
|
[23:43:49 INFO] init AI...
|
|
[23:43:49 INFO] init AI...
|
|
[23:43:49 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:43:49 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:43:49 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:43:50 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:43:50 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:43:50 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:43:50 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:43:50 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:43:50 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:43:50 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:43:50 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:43:50 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:43:50 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:43:50 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:43:51 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:43:51 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:43:51 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:43:51 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:43:51 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:43:51 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:43:51 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:43:51 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:43:51 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:43:51 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:43:51 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:43:51 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:43:51 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:43:51 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:43:51 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:43:51 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:43:52 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:43:52 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:43:52 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:43:52 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:43:52 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:43:52 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:43:52 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:43:52 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:43:52 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:43:52 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:43:52 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:43:52 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:43:52 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:43:52 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:43:52 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:43:52 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:43:52 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:43:52 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:43:52 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:43:52 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:43:53 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:43:53 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:43:53 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:43:53 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:43:53 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:43:53 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:43:53 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:43:53 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:43:53 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:43:53 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:43:53 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:43:53 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:43:53 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:43:53 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:43:53 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:43:54 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:43:54 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:43:54 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:43:54 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:43:54 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:43:54 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:43:54 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:43:54 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:43:54 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:43:54 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:43:54 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:43:54 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:43:54 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:43:54 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:43:54 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:43:55 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:43:55 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:43:55 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:43:55 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:43:55 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:43:55 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:43:55 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:43:55 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:43:55 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:43:55 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:43:55 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:43:55 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:43:56 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:43:56 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:43:56 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:43:56 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:43:56 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:43:56 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:43:56 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:43:56 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:43:56 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:43:56 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:43:57 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:43:57 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:43:57 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:43:57 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:43:57 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:43:57 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:43:57 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:43:57 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:43:57 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:43:57 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:43:58 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:43:58 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:43:58 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:43:58 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:43:58 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:43:58 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:43:58 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:43:58 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:43:58 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:43:58 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:43:58 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:43:58 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:43:58 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:43:58 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:43:58 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:43:58 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:43:58 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:43:58 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:43:59 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:43:59 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:43:59 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:43:59 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:43:59 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:43:59 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:43:59 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:43:59 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:43:59 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:43:59 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:43:59 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:43:59 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:43:59 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:43:59 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:43:59 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:44:00 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:44:00 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:44:00 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:44:00 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:44:00 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:44:00 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:44:00 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:44:00 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:44:00 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:44:00 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:44:00 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:44:00 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:44:00 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:44:00 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:44:00 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:44:01 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:44:01 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:44:01 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:44:01 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:44:01 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:44:01 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:44:01 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:44:01 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:44:01 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:44:01 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:44:01 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:44:01 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:44:01 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:44:01 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:44:01 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:44:01 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:44:01 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:44:01 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:44:02 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:44:02 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:44:02 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:44:02 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:44:02 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:44:02 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:44:02 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:44:02 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:44:02 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:44:02 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:44:02 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:44:02 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:44:02 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:44:02 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:44:02 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:44:02 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:44:02 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:44:02 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:44:03 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:44:03 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:44:03 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:44:03 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:44:03 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:44:03 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:44:03 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:44:03 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:44:03 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:44:03 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:44:04 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:44:04 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:44:04 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:44:04 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:44:04 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:44:05 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:44:05 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:44:05 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:44:05 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:44:05 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:44:05 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:44:05 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:44:05 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:44:06 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:44:06 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:44:06 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:44:06 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:44:06 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:44:06 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:44:06 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:44:06 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:44:06 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:44:06 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:44:06 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:44:07 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:44:07 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:44:07 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:44:07 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:44:08 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:44:08 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:44:08 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:44:08 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:44:08 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:44:09 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:44:09 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:44:09 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:44:10 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:44:10 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:44:10 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:44:10 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:44:10 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:44:11 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:44:11 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:44:11 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:44:11 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:44:11 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:44:12 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:44:12 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:44:12 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:44:12 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:44:12 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:44:13 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:44:13 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:44:13 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:44:13 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:44:13 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:44:13 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:44:14 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:44:14 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:44:14 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:44:14 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:44:14 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:44:14 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:44:14 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:44:15 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:44:15 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:44:15 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:44:15 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:44:15 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:44:16 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:44:16 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:44:16 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:44:16 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:44:16 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:44:16 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:44:16 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:44:17 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:44:17 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:44:17 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:44:17 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:44:17 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:44:18 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:44:18 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:44:18 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:44:18 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:44:18 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:44:18 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:44:19 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:44:19 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:44:19 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:44:19 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:44:19 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:44:19 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:44:20 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:44:20 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:44:20 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:44:20 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:44:20 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:44:20 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:44:21 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:44:21 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:44:21 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:44:21 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:44:21 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:44:21 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:44:22 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:44:22 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:44:22 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:44:22 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:44:22 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:44:23 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:44:23 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:44:23 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:44:23 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:44:23 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:44:23 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:44:24 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:44:24 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:44:24 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:44:24 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:44:24 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:44:24 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:44:24 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:44:24 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:44:24 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:44:24 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:44:24 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:44:24 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:44:24 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:44:24 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:44:24 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:44:24 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:44:24 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:44:25 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:44:25 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:44:25 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:44:25 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:44:25 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:44:25 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:44:25 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:44:25 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:44:25 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:44:25 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:44:25 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:44:25 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:44:25 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:44:25 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:44:25 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:44:26 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:44:26 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:44:26 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:44:26 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:44:27 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:44:27 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:44:27 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:44:27 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:44:27 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:44:27 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:44:27 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:44:27 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:44:27 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:44:27 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:44:27 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:44:28 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:44:28 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:44:28 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:44:28 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:44:28 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:44:28 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:44:28 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:44:28 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:44:28 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:44:29 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:44:29 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:44:29 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:44:29 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:44:29 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:44:29 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:44:30 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:44:30 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:44:30 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:44:30 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:44:30 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:44:30 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:44:31 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:44:31 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:44:31 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:44:31 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:44:31 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:44:31 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:44:32 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:44:32 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:44:32 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:44:32 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:44:32 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:44:32 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:44:33 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:44:33 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:44:33 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:44:33 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:44:33 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:44:33 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:44:33 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:44:33 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:44:34 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:44:34 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:44:34 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:44:34 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:44:34 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:44:35 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:44:35 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:44:35 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:44:35 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:44:35 INFO] init AI...
|
|
[23:44:35 INFO] init AI...
|
|
[23:44:35 INFO] init AI...
|
|
[23:44:36 INFO] init AI...
|
|
[23:44:36 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:44:36 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:44:36 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:44:36 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:44:36 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:44:37 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:44:37 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:44:37 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:44:37 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:44:37 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:44:37 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:44:37 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:44:37 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:44:37 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:44:37 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:44:37 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:44:37 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:44:37 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:44:37 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:44:37 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:44:37 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:44:37 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:44:37 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:44:38 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:44:38 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:44:38 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:44:38 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:44:38 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:44:38 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:44:38 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:44:38 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:44:38 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:44:38 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:44:38 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:44:38 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:44:38 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:44:38 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:44:38 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:44:38 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:44:38 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:44:38 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:44:38 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:44:39 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:44:39 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:44:39 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:44:39 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:44:39 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:44:39 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:44:39 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:44:39 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:44:39 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:44:39 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:44:39 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:44:39 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:44:39 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:44:39 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:44:39 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:44:39 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:44:39 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:44:39 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:44:40 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:44:40 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:44:40 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:44:40 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:44:40 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:44:40 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:44:40 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:44:40 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:44:40 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:44:40 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:44:40 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:44:40 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:44:41 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:44:41 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:44:41 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:44:41 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:44:41 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:44:41 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:44:41 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:44:41 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:44:41 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:44:41 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:44:41 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:44:41 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:44:41 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:44:41 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:44:41 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:44:42 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:44:42 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:44:42 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:44:42 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:44:42 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:44:42 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:44:42 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:44:42 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:44:42 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:44:42 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:44:42 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:44:42 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:44:42 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:44:43 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:44:43 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:44:43 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:44:43 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:44:43 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:44:43 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:44:43 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:44:43 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:44:43 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:44:44 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:44:44 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:44:44 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:44:44 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:44:44 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:44:44 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:44:44 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:44:44 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:44:44 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:44:44 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:44:44 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:44:44 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:44:44 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:44:44 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:44:44 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:44:45 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:44:45 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:44:45 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:44:45 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:44:45 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:44:45 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:44:45 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:44:45 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:44:45 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:44:45 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:44:45 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:44:45 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:44:45 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:44:45 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:44:45 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:44:45 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:44:45 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:44:45 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:44:45 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:44:45 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:44:46 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:44:46 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:44:46 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:44:46 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:44:46 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:44:46 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:44:46 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:44:46 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:44:46 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:44:46 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:44:46 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:44:46 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:44:46 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:44:46 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:44:46 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:44:46 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:44:46 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:44:46 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:44:46 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:44:47 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:44:47 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:44:47 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:44:47 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:44:47 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:44:47 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:44:47 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:44:47 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:44:47 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:44:47 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:44:47 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:44:47 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:44:47 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:44:47 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:44:47 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:44:47 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:44:47 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:44:47 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:44:48 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:44:48 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:44:48 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:44:48 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:44:48 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:44:48 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:44:48 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:44:48 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:44:48 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:44:48 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:44:48 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:44:48 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:44:48 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:44:48 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:44:48 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:44:48 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:44:48 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:44:48 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:44:49 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:44:49 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:44:49 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:44:49 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:44:49 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:44:49 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:44:49 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:44:49 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:44:49 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:44:50 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:44:50 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:44:50 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:44:50 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:44:50 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:44:50 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:44:50 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:44:50 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:44:51 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:44:51 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:44:51 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:44:51 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:44:51 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:44:51 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:44:52 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:44:52 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:44:52 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:44:52 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:44:52 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:44:52 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:44:52 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:44:52 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:44:52 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:44:53 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:44:53 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:44:53 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:44:53 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:44:54 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:44:54 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:44:54 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:44:54 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:44:55 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:44:55 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:44:55 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:44:55 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:44:55 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:44:55 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:44:56 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:44:56 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:44:56 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:44:56 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:44:56 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:44:57 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:44:57 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:44:57 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:44:57 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:44:57 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:44:58 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:44:58 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:44:58 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:44:58 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:44:58 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:44:59 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:44:59 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:44:59 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:44:59 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:44:59 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:44:59 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:44:59 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:45:00 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:45:00 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:45:00 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:45:00 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:45:00 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:45:01 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:45:01 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:45:01 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:45:01 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:45:01 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:45:01 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:45:02 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:45:02 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:45:02 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:45:02 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:45:02 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:45:02 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:45:03 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:45:03 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:45:03 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:45:03 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:45:03 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:45:04 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:45:04 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:45:04 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:45:04 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:45:04 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:45:05 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:45:05 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:45:05 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:45:05 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:45:05 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:45:05 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:45:05 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:45:06 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:45:06 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:45:06 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:45:06 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:45:06 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:45:06 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:45:07 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:45:07 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:45:07 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:45:07 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:45:07 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:45:08 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:45:08 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:45:08 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:45:08 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:45:08 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:45:08 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:45:08 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:45:09 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:45:09 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:45:09 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:45:10 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:45:10 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:45:10 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:45:10 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:45:10 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:45:10 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:45:10 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:45:10 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:45:10 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:45:10 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:45:10 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:45:10 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:45:11 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:45:11 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:45:11 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:45:11 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:45:11 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:45:11 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:45:11 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:45:11 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:45:11 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:45:11 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:45:11 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:45:11 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:45:11 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:45:11 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:45:11 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:45:11 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:45:11 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:45:12 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:45:12 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:45:12 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:45:12 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:45:12 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:45:12 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:45:12 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:45:12 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:45:12 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:45:12 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:45:12 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:45:12 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:45:12 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:45:12 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:45:12 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:45:12 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:45:13 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:45:13 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:45:13 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:45:13 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:45:13 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:45:13 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:45:13 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:45:13 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:45:13 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:45:13 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:45:14 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:45:14 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:45:14 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:45:14 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:45:14 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:45:15 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:45:15 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:45:15 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:45:15 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:45:15 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:45:15 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:45:16 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:45:16 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:45:16 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:45:16 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:45:16 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:45:16 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:45:16 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:45:17 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:45:17 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:45:17 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:45:17 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:45:17 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:45:17 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:45:18 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:45:18 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:45:18 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:45:18 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:45:18 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:45:18 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:45:18 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:45:18 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:45:19 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:45:19 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:45:19 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:45:19 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:45:19 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:45:19 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:45:20 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:45:20 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:45:20 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:45:20 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:45:20 INFO] init AI...
|
|
[23:45:20 INFO] init AI...
|
|
[23:45:20 INFO] init AI...
|
|
[23:45:20 INFO] init AI...
|
|
[23:45:20 INFO] init AI...
|
|
[23:45:21 INFO] init AI...
|
|
[23:45:21 INFO] init AI...
|
|
[23:45:21 INFO] init AI...
|
|
[23:45:21 INFO] init AI...
|
|
[23:45:22 INFO] init AI...
|
|
[23:45:22 INFO] init AI...
|
|
[23:45:22 INFO] init AI...
|
|
[23:45:22 INFO] init AI...
|
|
[23:45:22 INFO] init AI...
|
|
[23:46:46 INFO] init AI...
|
|
[23:46:46 INFO] Downloading
|
|
[23:46:50 INFO] CoreML model: 1280x1280
|
|
[23:46:50 INFO] Enabled
|
|
[23:46:51 INFO] init AI...
|
|
[23:46:51 INFO] init AI...
|
|
[23:46:51 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[23:46:51 INFO] ground sampling distance: 0.3059895833333333
|
|
[23:46:51 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:46:51 INFO] Removed (53.80277931690216 42.89022199809551) > 8. class: ArmorVehicle
|
|
[23:46:52 INFO] init AI...
|
|
[23:46:52 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:46:52 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:46:52 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:46:52 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:46:52 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:46:53 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:46:53 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:46:53 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:46:53 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:46:53 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:46:53 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:46:53 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:46:53 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:46:53 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:46:53 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:46:53 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:46:53 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:46:53 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:46:53 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:46:53 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:46:53 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:46:54 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:46:54 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:46:54 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:46:54 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:46:54 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:46:54 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:46:54 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:46:54 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:46:54 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:46:54 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:46:54 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:46:54 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:46:54 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:46:54 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:46:55 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:46:55 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:46:55 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:46:55 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:46:55 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:46:55 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:46:55 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:46:55 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:46:55 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:46:55 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:46:56 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:46:56 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:46:56 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:46:56 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:46:56 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:46:56 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:46:56 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:46:56 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:46:56 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:46:56 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:46:56 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:46:56 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:46:56 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:46:56 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:46:56 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:46:57 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:46:57 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:46:57 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:46:57 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:46:57 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:46:57 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:46:57 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:46:57 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:46:57 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:46:57 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:46:57 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:46:58 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:46:58 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:46:58 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:46:58 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:46:58 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:46:58 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:46:58 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:46:58 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:46:58 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:46:58 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:46:58 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:46:58 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:46:58 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:46:58 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:46:58 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:46:58 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:46:59 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:46:59 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:46:59 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:46:59 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:46:59 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:46:59 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:46:59 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:46:59 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:46:59 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:46:59 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:46:59 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:46:59 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:46:59 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:46:59 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:47:00 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:47:00 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:47:00 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:47:00 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:47:00 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:47:00 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:47:00 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:47:00 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:47:00 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:47:00 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:47:01 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:47:01 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:47:01 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:47:01 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:47:01 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:47:01 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:47:01 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:47:01 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:47:01 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:47:01 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:47:01 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:47:01 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:47:01 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:47:01 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:47:01 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:47:02 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:47:02 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:47:02 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:47:02 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:47:02 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:47:02 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:47:02 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:47:02 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:47:02 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:47:03 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:47:03 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:47:03 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:47:03 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:47:03 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:47:03 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:47:03 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:47:03 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:47:03 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:47:03 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:47:03 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:47:03 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:47:03 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:47:03 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:47:03 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:47:03 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:47:04 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:47:04 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:47:04 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:47:04 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:47:04 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:47:04 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:47:04 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:47:04 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:47:04 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:47:04 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:47:04 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:47:04 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:47:04 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:47:04 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:47:04 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:47:04 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:47:04 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:47:05 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:47:05 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:47:05 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:47:05 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:47:05 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:47:05 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:47:05 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:47:05 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:47:05 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:47:05 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:47:05 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:47:05 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:47:05 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:47:05 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:47:05 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:47:05 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:47:06 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:47:06 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:47:06 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:47:06 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:47:06 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:47:06 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:47:06 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:47:06 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:47:06 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:47:06 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:47:06 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:47:06 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:47:07 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:47:07 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:47:07 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:47:07 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:47:07 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:47:07 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:47:07 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:47:07 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:47:08 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:47:08 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:47:08 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:47:09 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:47:09 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:47:09 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:47:09 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:47:09 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:47:09 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:47:10 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:47:10 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:47:10 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:47:10 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:47:10 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:47:10 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:47:10 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:47:11 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:47:11 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:47:11 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:47:11 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:47:11 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:47:11 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:47:11 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:47:11 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:47:11 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:47:11 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:47:12 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:47:12 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:47:12 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:47:12 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:47:12 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:47:12 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:47:12 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:47:13 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:47:13 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:47:13 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:47:13 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:47:13 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:47:13 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:47:14 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:47:14 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:47:14 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:47:14 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:47:14 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:47:14 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:47:15 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:47:15 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:47:15 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:47:15 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:47:15 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:47:15 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:47:16 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:47:16 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:47:16 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:47:16 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:47:16 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:47:16 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:47:16 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:47:17 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:47:17 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:47:17 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:47:17 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:47:17 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:47:17 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:47:18 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:47:18 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:47:18 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:47:18 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:47:18 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:47:19 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:47:19 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:47:19 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:47:19 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:47:19 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:47:20 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:47:20 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:47:20 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:47:20 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:47:20 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:47:21 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:47:21 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:47:21 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:47:21 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:47:21 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:47:22 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:47:22 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:47:22 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:47:22 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:47:23 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:47:23 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:47:23 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:47:23 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:47:23 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:47:23 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:47:24 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:47:24 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:47:24 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:47:24 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:47:24 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:47:25 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:47:25 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:47:25 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:47:25 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:47:25 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:47:25 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:47:26 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:47:26 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:47:26 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:47:26 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:47:26 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:47:27 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:47:27 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:47:27 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:47:27 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:47:27 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:47:27 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:47:27 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:47:28 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:47:28 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:47:28 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:47:28 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:47:28 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:47:28 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:47:28 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:47:28 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:47:28 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:47:28 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:47:28 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:47:28 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:47:29 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:47:29 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:47:29 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:47:29 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:47:29 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:47:29 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:47:29 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:47:29 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:47:29 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:47:29 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:47:29 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:47:29 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:47:29 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:47:29 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:47:29 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:47:29 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:47:30 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:47:30 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:47:30 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:47:30 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:47:30 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:47:30 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:47:30 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:47:30 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:47:30 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:47:30 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:47:30 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:47:30 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:47:30 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:47:30 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:47:30 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:47:30 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:47:30 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:47:31 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:47:31 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:47:31 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:47:31 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:47:31 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:47:31 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:47:31 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:47:31 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:47:31 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:47:31 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:47:32 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:47:32 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:47:32 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:47:32 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:47:32 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:47:32 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:47:33 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:47:33 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:47:33 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:47:33 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:47:33 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:47:33 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:47:33 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:47:34 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:47:34 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:47:34 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:47:34 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:47:34 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:47:35 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:47:35 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:47:35 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:47:35 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:47:35 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:47:35 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:47:35 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:47:36 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:47:36 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:47:36 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:47:36 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:47:36 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:47:36 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:47:36 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:47:36 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:47:37 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:47:37 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:47:37 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:47:38 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:47:38 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:47:38 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:47:38 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:47:38 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:47:39 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:47:39 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:47:39 INFO] init AI...
|
|
[23:47:39 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[23:47:39 INFO] ground sampling distance: 0.3059895833333333
|
|
[23:47:39 INFO] init AI...
|
|
[23:47:39 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:47:39 INFO] Removed (53.80277931690216 42.89022199809551) > 8. class: ArmorVehicle
|
|
[23:47:39 INFO] init AI...
|
|
[23:47:39 INFO] init AI...
|
|
[23:47:39 INFO] init AI...
|
|
[23:47:40 INFO] init AI...
|
|
[23:47:40 INFO] init AI...
|
|
[23:47:40 INFO] init AI...
|
|
[23:47:40 INFO] init AI...
|
|
[23:47:40 INFO] init AI...
|
|
[23:47:41 INFO] init AI...
|
|
[23:47:41 INFO] init AI...
|
|
[23:47:41 INFO] init AI...
|
|
[23:47:41 INFO] init AI...
|
|
[23:47:41 INFO] init AI...
|
|
[23:47:41 INFO] init AI...
|
|
[23:47:42 INFO] init AI...
|
|
[23:47:42 INFO] init AI...
|
|
[23:47:42 INFO] init AI...
|
|
[23:47:42 INFO] init AI...
|
|
[23:47:42 INFO] init AI...
|
|
[23:47:42 INFO] init AI...
|
|
[23:47:43 INFO] init AI...
|
|
[23:47:43 INFO] init AI...
|
|
[23:47:43 INFO] init AI...
|
|
[23:47:44 INFO] init AI...
|
|
[23:47:44 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:47:44 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:47:44 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:47:44 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:47:44 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:47:44 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:47:44 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:47:44 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:47:44 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:47:44 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:47:44 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:47:45 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:47:45 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:47:45 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:47:45 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:47:45 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:47:45 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:47:45 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:47:45 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:47:45 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:47:45 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:47:45 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:47:45 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:47:45 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:47:45 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:47:45 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:47:45 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:47:46 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:47:46 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:47:46 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:47:46 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:47:46 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:47:46 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:47:46 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:47:46 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:47:46 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:47:46 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:47:46 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:47:46 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:47:46 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:47:46 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:47:46 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:47:47 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:47:47 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:47:47 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:47:47 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:47:47 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:47:47 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:47:47 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:47:47 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:47:47 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:47:47 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:47:47 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:47:47 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:47:47 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:47:47 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:47:47 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:47:48 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:47:48 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:47:48 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:47:48 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:47:48 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:47:48 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:47:48 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:47:48 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:47:48 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:47:48 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:47:48 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:47:49 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:47:49 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:47:49 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:47:49 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:47:49 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:47:49 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:47:49 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:47:49 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:47:49 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:47:49 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:47:49 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:47:49 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:47:49 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:47:49 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:47:49 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:47:49 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:47:50 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:47:50 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:47:50 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:47:50 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:47:50 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:47:50 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:47:50 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:47:50 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:47:50 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:47:50 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:47:50 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:47:50 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:47:50 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:47:50 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:47:50 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:47:51 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:47:51 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:47:51 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:47:51 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:47:52 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:47:52 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:47:52 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:47:52 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:47:52 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:47:52 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:47:52 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:47:52 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:47:52 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:47:53 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:47:53 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:47:53 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:47:53 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:47:53 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:47:53 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:47:53 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:47:53 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:47:53 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:47:53 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:47:53 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:47:53 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:47:53 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:47:53 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:47:53 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:47:54 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:47:54 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:47:54 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:47:54 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:47:54 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:47:54 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:47:54 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:47:54 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:47:54 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:47:54 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:47:54 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:47:54 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:47:54 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:47:54 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:47:54 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:47:54 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:47:54 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:47:55 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:47:55 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:47:55 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:47:55 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:47:55 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:47:55 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:47:55 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:47:55 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:47:55 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:47:55 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:47:55 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:47:55 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:47:55 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:47:55 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:47:55 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:47:55 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:47:55 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:47:55 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:47:56 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:47:56 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:47:56 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:47:56 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:47:56 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:47:56 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:47:56 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:47:56 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:47:56 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:47:56 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:47:57 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:47:57 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:47:57 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:47:57 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:47:57 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:47:57 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:47:57 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:47:57 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:47:57 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:47:57 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:47:57 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:47:57 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:47:57 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:47:57 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:47:57 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:47:57 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:47:57 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:47:57 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:47:58 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:47:58 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:47:58 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:47:58 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:47:58 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:47:58 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:47:58 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:47:58 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:47:58 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:47:58 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:47:58 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:47:58 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:47:58 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:47:58 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:47:58 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:47:59 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:47:59 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:47:59 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:47:59 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:47:59 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:47:59 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:48:00 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:48:00 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:48:00 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:48:00 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:48:00 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:48:00 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:48:00 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:48:00 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:48:01 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:48:01 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:48:01 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:48:01 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:48:01 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:48:01 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:48:01 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:48:01 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:48:01 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:48:02 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:48:02 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:48:02 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:48:02 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:48:02 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:48:02 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:48:02 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:48:03 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:48:03 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:48:03 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:48:03 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:48:03 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:48:03 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:48:04 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:48:04 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:48:04 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:48:04 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:48:04 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:48:04 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:48:04 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:48:05 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:48:05 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:48:05 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:48:05 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:48:05 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:48:05 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:48:06 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:48:06 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:48:06 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:48:06 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:48:07 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:48:07 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:48:07 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:48:07 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:48:07 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:48:07 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:48:08 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:48:08 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:48:08 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:48:08 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:48:08 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:48:08 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:48:08 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:48:09 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:48:09 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:48:09 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:48:09 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:48:09 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:48:09 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:48:10 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:48:10 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:48:10 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:48:10 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:48:11 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:48:11 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:48:11 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:48:11 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:48:11 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:48:11 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:48:12 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:48:12 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:48:12 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:48:12 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:48:12 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:48:12 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:48:12 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:48:13 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:48:13 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:48:13 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:48:13 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:48:13 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:48:13 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:48:14 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:48:14 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:48:14 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:48:14 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:48:14 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:48:15 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:48:15 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:48:15 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:48:15 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:48:15 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:48:16 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:48:16 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:48:16 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:48:16 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:48:16 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:48:17 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:48:17 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:48:17 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:48:17 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:48:17 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:48:18 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:48:18 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:48:18 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:48:18 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:48:18 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:48:18 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:48:18 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:48:18 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:48:18 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:48:18 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:48:18 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:48:18 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:48:18 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:48:18 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:48:19 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:48:19 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:48:19 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:48:19 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:48:19 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:48:19 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:48:19 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:48:19 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:48:19 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:48:19 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:48:19 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:48:19 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:48:19 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:48:19 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:48:19 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:48:19 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:48:19 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:48:19 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:48:20 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:48:20 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:48:20 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:48:20 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:48:20 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:48:20 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:48:20 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:48:20 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:48:20 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:48:20 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:48:20 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:48:20 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:48:21 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:48:21 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:48:21 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:48:21 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:48:21 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:48:21 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:48:21 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:48:21 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:48:21 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:48:22 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:48:22 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:48:22 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:48:22 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:48:23 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:48:23 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:48:23 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:48:23 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:48:23 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:48:24 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:48:24 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:48:24 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:48:24 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:48:24 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:48:24 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:48:25 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:48:25 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:48:25 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:48:25 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:48:26 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:48:26 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:48:26 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:48:26 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:48:26 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:48:26 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:48:27 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:48:27 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:48:27 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:48:27 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:48:27 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:48:27 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:48:28 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:48:28 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:48:28 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:48:28 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:48:28 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:48:28 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:48:28 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:48:29 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:48:29 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:48:29 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:48:29 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:48:29 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:48:30 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:48:30 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:48:30 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:48:30 INFO] init AI...
|
|
[23:48:30 INFO] init AI...
|
|
[23:48:31 INFO] init AI...
|
|
[23:48:31 INFO] init AI...
|
|
[23:48:31 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:48:31 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:48:31 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:48:31 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:48:32 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:48:32 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:48:32 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:48:32 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:48:32 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:48:32 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:48:32 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:48:32 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:48:32 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:48:32 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:48:32 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:48:33 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:48:33 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:48:33 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:48:33 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:48:33 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:48:33 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:48:33 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:48:33 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:48:33 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:48:33 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:48:33 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:48:33 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:48:33 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:48:33 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:48:33 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:48:34 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:48:34 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:48:34 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:48:34 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:48:34 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:48:34 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:48:34 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:48:34 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:48:34 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:48:34 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:48:34 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:48:34 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:48:34 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:48:34 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:48:34 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:48:35 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:48:35 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:48:35 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:48:35 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:48:35 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:48:35 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:48:35 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:48:35 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:48:35 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:48:35 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:48:35 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:48:35 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:48:35 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:48:35 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:48:35 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:48:35 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:48:35 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:48:35 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:48:36 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:48:36 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:48:36 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:48:36 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:48:36 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:48:36 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:48:37 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:48:37 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:48:37 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:48:37 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:48:37 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:48:37 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:48:37 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:48:37 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:48:37 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:48:37 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:48:37 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:48:37 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:48:37 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:48:37 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:48:37 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:48:38 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:48:38 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:48:38 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:48:38 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:48:38 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:48:38 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:48:38 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:48:38 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:48:38 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:48:39 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:48:39 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:48:39 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:48:39 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:48:39 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:48:39 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:48:39 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:48:39 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:48:39 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:48:40 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:48:40 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:48:40 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:48:40 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:48:40 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:48:40 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:48:40 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:48:40 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:48:40 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:48:40 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:48:41 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:48:41 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:48:41 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:48:41 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:48:41 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:48:41 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:48:41 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:48:41 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:48:41 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:48:41 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:48:41 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:48:41 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:48:41 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:48:41 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:48:41 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:48:41 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:48:41 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:48:41 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:48:42 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:48:42 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:48:42 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:48:42 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:48:42 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:48:42 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:48:42 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:48:42 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:48:42 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:48:42 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:48:42 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:48:42 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:48:42 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:48:42 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:48:42 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:48:43 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:48:43 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:48:43 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:48:43 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:48:43 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:48:43 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:48:43 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:48:43 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:48:43 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:48:43 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:48:43 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:48:43 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:48:43 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:48:43 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:48:44 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:48:44 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:48:44 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:48:44 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:48:44 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:48:44 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:48:44 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:48:44 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:48:44 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:48:44 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:48:44 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:48:44 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:48:44 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:48:44 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:48:44 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:48:44 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:48:45 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:48:45 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:48:45 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:48:45 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:48:45 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:48:45 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:48:45 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:48:45 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:48:45 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:48:45 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:48:45 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:48:45 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:48:45 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:48:45 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:48:45 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:48:46 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:48:46 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:48:46 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:48:46 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:48:46 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:48:46 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:48:46 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:48:46 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:48:46 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:48:46 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:48:46 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:48:46 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:48:46 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:48:46 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:48:47 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:48:47 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:48:47 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:48:47 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:48:47 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:48:47 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:48:47 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:48:48 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:48:48 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:48:48 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:48:48 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:48:48 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:48:48 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:48:48 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:48:48 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:48:49 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:48:49 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:48:49 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:48:49 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:48:49 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:48:49 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:48:49 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:48:49 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:48:49 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:48:49 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:48:49 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:48:50 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:48:50 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:48:50 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:48:50 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:48:50 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:48:50 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:48:51 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:48:51 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:48:51 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:48:51 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:48:51 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:48:51 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:48:52 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:48:52 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:48:52 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:48:52 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:48:52 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:48:52 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:48:53 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:48:54 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:48:54 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:48:54 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:48:54 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:48:54 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:48:55 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:48:55 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:48:55 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:48:55 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:48:55 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:48:56 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:48:56 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:48:56 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:48:56 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:48:56 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:48:56 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:48:57 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:48:57 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:48:57 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:48:57 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:48:57 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:48:58 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:48:58 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:48:58 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:48:58 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:48:58 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:48:58 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:48:58 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:48:59 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:48:59 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:48:59 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:48:59 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:48:59 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:48:59 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:49:00 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:49:00 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:49:00 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:49:00 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:49:00 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:49:00 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:49:01 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:49:01 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:49:01 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:49:01 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:49:01 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:49:02 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:49:02 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:49:02 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:49:02 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:49:02 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:49:03 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:49:03 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:49:03 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:49:03 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:49:03 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:49:03 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:49:04 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:49:04 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:49:04 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:49:04 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:49:04 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:49:04 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:49:05 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:49:05 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:49:05 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:49:05 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:49:05 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:49:06 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:49:06 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:49:06 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:49:06 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:49:06 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:49:06 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:49:07 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:49:07 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:49:07 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:49:07 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:49:07 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:49:07 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:49:07 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:49:07 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:49:07 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:49:07 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:49:07 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:49:07 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:49:07 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:49:07 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:49:07 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:49:08 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:49:08 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:49:08 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:49:08 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:49:08 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:49:08 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:49:08 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:49:08 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:49:08 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:49:08 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:49:08 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:49:08 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:49:08 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:49:08 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:49:08 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:49:08 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:49:08 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:49:08 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:49:09 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:49:09 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:49:09 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:49:09 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:49:09 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:49:09 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:49:09 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:49:09 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:49:09 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:49:09 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:49:09 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:49:10 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:49:10 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:49:10 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:49:10 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:49:10 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:49:10 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:49:10 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:49:10 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:49:10 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:49:11 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:49:11 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:49:11 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:49:11 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:49:11 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:49:11 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:49:12 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:49:12 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:49:12 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:49:12 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:49:12 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:49:13 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:49:13 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:49:13 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:49:13 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:49:13 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:49:13 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:49:14 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:49:14 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:49:14 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:49:14 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:49:14 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:49:14 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:49:15 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:49:15 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:49:15 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:49:15 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:49:15 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:49:15 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:49:16 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:49:16 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:49:16 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:49:16 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:49:16 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:49:17 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:49:17 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:49:17 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:49:17 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:49:18 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:49:18 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:49:18 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:49:18 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:49:19 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:49:19 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:49:19 INFO] init AI...
|
|
[23:49:19 INFO] init AI...
|
|
[23:49:19 INFO] init AI...
|
|
[23:49:19 INFO] init AI...
|
|
[23:49:19 INFO] init AI...
|
|
[23:49:20 INFO] init AI...
|
|
[23:49:20 INFO] init AI...
|
|
[23:49:20 INFO] init AI...
|
|
[23:49:20 INFO] init AI...
|
|
[23:49:21 INFO] init AI...
|
|
[23:49:21 INFO] init AI...
|
|
[23:49:21 INFO] init AI...
|
|
[23:49:21 INFO] init AI...
|
|
[23:49:21 INFO] init AI...
|
|
[23:49:21 INFO] init AI...
|
|
[23:49:22 INFO] init AI...
|
|
[23:49:22 INFO] init AI...
|
|
[23:49:22 INFO] init AI...
|
|
[23:49:22 INFO] init AI...
|
|
[23:49:23 INFO] init AI...
|
|
[23:49:23 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:49:23 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:49:23 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:49:23 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:49:23 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:49:23 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:49:24 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:49:24 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:49:24 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:49:24 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:49:24 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:49:24 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:49:24 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:49:24 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:49:24 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:49:24 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:49:24 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:49:24 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:49:24 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:49:24 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:49:24 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:49:24 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:49:24 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:49:24 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:49:25 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:49:25 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:49:25 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:49:25 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:49:25 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:49:25 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:49:25 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:49:25 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:49:25 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:49:25 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:49:25 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:49:25 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:49:25 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:49:25 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:49:25 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:49:26 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:49:26 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:49:26 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:49:26 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:49:26 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:49:26 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:49:26 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:49:26 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:49:26 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:49:26 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:49:26 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:49:26 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:49:26 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:49:26 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:49:26 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:49:26 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:49:26 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:49:26 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:49:27 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:49:27 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:49:27 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:49:27 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:49:27 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:49:27 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:49:27 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:49:27 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:49:27 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:49:27 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:49:27 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:49:27 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:49:27 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:49:27 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:49:28 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:49:28 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:49:28 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:49:28 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:49:28 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:49:28 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:49:28 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:49:28 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:49:28 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:49:28 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:49:28 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:49:28 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:49:28 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:49:28 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:49:28 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:49:28 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:49:29 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:49:29 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:49:29 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:49:29 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:49:29 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:49:29 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:49:29 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:49:29 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:49:29 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:49:29 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:49:29 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:49:29 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:49:29 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:49:29 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:49:30 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:49:30 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:49:30 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:49:30 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:49:30 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:49:30 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:49:30 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:49:30 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:49:30 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:49:30 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:49:31 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:49:31 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:49:31 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:49:31 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:49:31 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:49:31 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:49:31 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:49:31 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:49:31 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:49:31 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:49:31 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:49:31 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:49:31 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:49:31 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:49:31 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:49:31 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:49:31 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:49:31 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:49:32 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:49:32 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:49:32 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:49:32 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:49:32 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:49:32 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:49:32 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:49:32 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:49:32 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:49:32 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:49:32 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:49:32 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:49:32 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:49:32 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:49:32 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:49:32 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:49:33 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:49:33 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:49:33 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:49:33 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:49:33 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:49:33 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:49:33 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:49:33 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:49:33 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:49:33 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:49:33 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:49:33 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:49:33 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:49:33 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:49:33 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:49:33 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:49:33 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:49:33 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:49:33 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:49:33 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:49:34 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:49:34 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:49:34 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:49:34 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:49:34 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:49:34 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:49:34 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:49:34 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:49:34 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:49:35 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:49:35 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:49:35 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:49:35 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:49:35 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:49:35 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:49:35 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:49:35 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:49:35 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:49:35 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:49:35 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:49:35 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:49:35 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:49:35 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:49:35 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:49:36 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:49:36 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:49:36 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:49:36 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:49:36 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:49:36 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:49:36 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:49:36 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:49:36 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:49:36 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:49:36 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:49:36 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:49:36 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:49:36 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:49:36 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:49:37 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:49:37 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:49:37 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:49:37 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:49:38 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:49:38 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:49:38 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:49:38 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:49:38 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:49:39 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:49:39 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:49:39 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:49:39 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:49:39 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:49:39 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:49:39 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:49:39 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:49:40 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:49:40 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:49:40 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:49:40 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:49:40 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:49:40 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:49:40 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:49:40 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:49:40 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:49:40 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:49:41 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:49:41 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:49:41 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:49:41 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:49:41 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:49:41 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:49:41 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:49:42 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:49:42 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:49:42 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:49:42 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:49:42 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:49:42 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:49:43 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:49:43 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:49:43 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:49:43 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:49:43 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:49:43 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:49:43 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:49:44 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:49:44 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:49:44 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:49:44 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:49:44 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:49:45 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:49:45 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:49:45 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:49:45 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:49:45 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:49:45 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:49:45 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:49:46 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:49:46 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:49:46 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:49:46 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:49:46 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:49:46 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:49:47 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:49:47 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:49:47 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:49:47 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:49:47 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:49:48 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:49:48 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:49:48 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:49:48 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:49:48 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:49:49 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:49:49 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:49:49 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:49:49 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:49:49 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:49:50 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:49:50 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:49:50 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:49:50 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:49:50 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:49:50 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:49:51 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:49:51 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:49:51 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:49:51 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:49:51 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:49:51 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:49:52 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:49:52 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:49:52 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:49:52 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:49:52 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:49:53 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:49:53 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:49:53 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:49:53 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:49:53 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:49:53 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:49:54 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:49:54 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:49:54 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:49:54 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:49:54 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:49:54 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:49:54 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:49:55 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:49:55 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:49:55 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:49:55 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:49:55 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:49:55 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:49:55 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:49:56 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:49:56 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:49:56 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:49:56 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:49:56 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:49:56 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:49:56 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:49:56 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:49:56 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:49:56 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:49:56 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:49:56 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:49:56 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:49:56 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:49:56 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:49:56 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:49:57 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:49:57 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:49:57 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:49:57 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:49:57 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:49:57 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:49:57 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:49:57 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:49:57 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:49:57 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:49:57 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:49:58 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:49:58 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:49:58 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:49:58 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:49:58 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:49:58 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:49:58 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:49:58 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:49:58 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:49:58 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:49:59 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:49:59 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:49:59 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:49:59 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:49:59 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:49:59 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:49:59 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:49:59 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:49:59 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:49:59 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:49:59 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:49:59 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:49:59 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:49:59 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:50:00 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:50:00 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:50:00 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:50:00 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:50:00 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:50:00 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:50:01 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:50:01 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:50:01 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:50:01 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:50:01 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:50:01 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:50:02 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:50:02 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:50:02 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:50:02 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:50:02 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:50:02 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:50:03 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:50:03 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:50:03 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:50:03 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:50:03 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:50:03 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:50:03 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:50:04 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:50:04 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:50:04 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:50:04 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:50:04 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:50:04 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:50:05 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:50:05 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:50:05 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:50:05 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:50:05 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:50:05 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:50:05 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:50:05 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:50:06 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:50:06 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:50:06 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:50:06 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:50:06 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:50:06 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:50:07 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:50:07 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:50:07 INFO] init AI...
|
|
[23:50:07 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:50:07 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:50:07 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:50:07 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:50:08 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:50:08 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:50:08 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:50:08 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:50:08 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:50:08 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:50:08 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:50:08 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:50:08 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:50:08 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:50:08 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:50:08 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:50:08 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:50:08 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:50:09 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:50:09 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:50:09 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:50:09 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:50:09 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:50:09 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:50:09 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:50:09 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:50:09 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:50:09 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:50:09 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:50:10 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:50:10 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:50:10 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:50:10 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:50:10 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:50:10 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:50:10 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:50:11 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:50:11 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:50:11 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:50:11 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:50:11 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:50:11 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:50:11 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:50:11 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:50:11 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:50:12 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:50:12 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:50:12 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:50:12 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:50:12 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:50:12 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:50:12 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:50:12 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:50:12 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:50:12 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:50:12 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:50:12 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:50:13 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:50:13 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:50:13 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:50:13 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:50:13 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:50:13 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:50:13 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:50:13 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:50:13 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:50:14 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:50:14 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:50:14 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:50:14 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:50:14 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:50:14 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:50:14 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:50:14 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:50:14 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:50:14 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:50:14 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:50:14 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:50:14 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:50:14 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:50:15 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:50:15 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:50:15 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:50:15 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:50:15 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:50:15 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:50:15 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:50:16 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:50:16 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:50:16 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:50:16 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:50:16 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:50:16 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:50:16 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:50:16 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:50:16 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:50:16 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:50:16 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:50:16 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:50:17 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:50:17 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:50:17 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:50:17 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:50:17 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:50:17 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:50:17 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:50:18 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:50:18 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:50:18 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:50:18 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:50:18 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:50:18 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:50:18 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:50:18 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:50:18 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:50:18 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:50:18 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:50:18 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:50:18 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:50:18 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:50:19 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:50:19 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:50:19 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:50:19 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:50:19 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:50:19 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:50:19 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:50:19 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:50:19 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:50:19 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:50:19 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:50:19 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:50:19 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:50:19 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:50:19 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:50:20 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:50:20 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:50:20 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:50:20 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:50:20 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:50:20 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:50:20 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:50:20 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:50:20 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:50:20 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:50:20 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:50:20 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:50:20 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:50:20 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:50:20 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:50:20 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:50:20 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:50:20 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:50:21 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:50:21 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:50:21 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:50:21 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:50:21 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:50:21 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:50:21 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:50:21 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:50:21 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:50:21 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:50:21 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:50:21 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:50:21 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:50:21 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:50:21 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:50:21 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:50:21 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:50:21 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:50:22 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:50:22 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:50:22 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:50:22 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:50:22 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:50:22 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:50:22 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:50:22 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:50:22 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:50:22 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:50:22 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:50:22 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:50:22 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:50:22 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:50:22 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:50:22 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:50:22 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:50:22 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:50:23 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:50:23 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:50:23 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:50:23 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:50:23 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:50:23 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:50:23 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:50:23 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:50:23 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:50:23 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:50:23 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:50:23 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:50:23 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:50:23 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:50:24 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:50:24 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:50:24 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:50:24 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:50:24 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:50:24 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:50:24 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:50:25 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:50:25 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:50:25 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:50:25 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:50:25 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:50:25 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:50:25 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:50:25 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:50:26 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:50:26 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:50:26 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:50:26 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:50:26 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:50:26 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:50:26 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:50:26 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:50:26 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:50:26 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:50:27 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:50:27 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:50:27 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:50:27 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:50:27 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:50:27 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:50:28 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:50:28 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:50:28 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:50:28 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:50:28 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:50:28 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:50:29 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:50:29 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:50:29 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:50:29 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:50:29 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:50:30 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:50:30 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:50:30 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:50:30 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:50:30 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:50:31 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:50:31 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:50:31 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:50:31 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:50:31 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:50:31 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:50:31 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:50:32 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:50:32 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:50:32 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:50:32 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:50:32 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:50:32 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:50:33 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:50:33 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:50:33 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:50:33 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:50:33 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:50:34 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:50:34 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:50:34 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:50:34 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:50:34 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:50:34 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:50:35 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:50:35 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:50:35 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:50:35 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:50:35 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:50:35 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:50:35 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:50:36 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:50:36 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:50:36 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:50:36 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:50:36 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:50:36 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:50:36 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:50:37 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:50:37 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:50:37 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:50:37 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:50:37 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:50:37 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:50:37 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:50:38 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:50:38 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:50:38 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:50:38 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:50:38 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:50:38 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:50:38 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:50:39 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:50:39 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:50:39 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:50:39 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:50:39 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:50:39 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:50:39 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:50:40 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:50:40 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:50:40 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:50:40 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:50:40 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:50:40 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:50:40 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:50:40 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:50:41 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:50:41 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:50:41 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:50:41 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:50:41 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:50:41 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:50:41 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:50:41 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:50:41 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:50:41 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:50:41 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:50:42 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:50:42 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:50:42 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:50:42 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:50:42 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:50:42 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:50:42 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:50:42 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:50:42 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:50:42 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:50:42 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:50:42 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:50:42 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:50:42 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:50:42 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:50:43 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:50:43 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:50:43 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:50:43 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:50:43 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:50:43 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:50:43 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:50:43 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:50:43 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:50:43 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:50:43 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:50:43 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:50:43 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:50:43 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:50:43 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:50:44 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:50:44 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:50:44 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:50:44 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:50:44 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:50:44 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:50:44 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:50:44 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:50:44 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:50:44 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:50:44 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:50:44 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:50:44 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:50:44 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:50:44 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:50:45 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:50:45 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:50:45 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:50:45 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:50:45 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:50:45 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:50:45 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:50:46 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:50:46 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:50:46 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:50:46 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:50:46 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:50:46 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:50:47 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:50:47 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:50:47 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:50:47 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:50:47 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:50:47 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:50:47 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:50:48 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:50:48 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:50:48 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:50:48 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:50:48 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:50:48 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:50:48 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:50:49 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:50:49 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:50:49 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:50:49 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:50:49 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:50:49 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:50:49 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:50:49 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:50:49 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:50:50 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:50:50 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:50:50 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:50:50 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:50:50 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:50:50 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:50:51 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:50:51 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:50:51 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:50:51 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:50:52 INFO] init AI...
|
|
[23:50:52 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:50:52 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:50:52 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:50:52 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:50:52 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:50:52 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:50:52 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:50:52 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:50:52 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:50:53 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:50:53 INFO] Video frame video_test01_000007: 1 dets, valid=False
|
|
[23:50:53 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:50:53 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:50:53 INFO] Video frame video_test01_000009: 1 dets, valid=False
|
|
[23:50:53 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:50:53 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:50:53 INFO] Video frame video_test01_000010: 1 dets, valid=False
|
|
[23:50:53 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:50:53 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:50:53 INFO] Video frame video_test01_000012: 1 dets, valid=False
|
|
[23:50:53 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:50:54 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:50:54 INFO] Video frame video_test01_000014: 1 dets, valid=False
|
|
[23:50:54 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:50:54 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:50:54 INFO] Video frame video_test01_000015: 1 dets, valid=False
|
|
[23:50:54 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:50:54 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:50:54 INFO] Video frame video_test01_000017: 1 dets, valid=False
|
|
[23:50:54 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:50:54 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:50:54 INFO] Video frame video_test01_000018: 1 dets, valid=False
|
|
[23:50:54 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:50:54 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:50:54 INFO] Video frame video_test01_000020: 1 dets, valid=False
|
|
[23:50:54 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:50:54 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:50:54 INFO] Video frame video_test01_000022: 1 dets, valid=False
|
|
[23:50:54 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:50:54 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:50:54 INFO] Video frame video_test01_000023: 1 dets, valid=False
|
|
[23:50:54 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:50:55 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:50:55 INFO] Video frame video_test01_000025: 1 dets, valid=False
|
|
[23:50:55 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:50:55 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:50:55 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:50:55 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:50:55 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:50:55 INFO] Video frame video_test01_000028: 1 dets, valid=False
|
|
[23:50:55 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:50:55 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:50:55 INFO] Video frame video_test01_000030: 1 dets, valid=False
|
|
[23:50:55 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:50:55 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:50:55 INFO] Video frame video_test01_000031: 1 dets, valid=False
|
|
[23:50:55 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:50:55 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:50:55 INFO] Video frame video_test01_000033: 1 dets, valid=False
|
|
[23:50:55 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:50:55 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:50:55 INFO] Video frame video_test01_000034: 1 dets, valid=False
|
|
[23:50:55 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:50:56 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:50:56 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:50:56 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:50:56 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:50:56 INFO] Video frame video_test01_000041: 1 dets, valid=False
|
|
[23:50:56 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:50:56 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:50:56 INFO] Video frame video_test01_000042: 1 dets, valid=False
|
|
[23:50:56 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:50:56 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:50:56 INFO] Video frame video_test01_000044: 1 dets, valid=False
|
|
[23:50:56 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:50:56 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:50:56 INFO] Video frame video_test01_000046: 1 dets, valid=False
|
|
[23:50:56 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:50:57 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:50:57 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:50:57 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:50:57 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:50:57 INFO] Video frame video_test01_000049: 1 dets, valid=False
|
|
[23:50:57 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:50:57 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:50:57 INFO] Video frame video_test01_000050: 1 dets, valid=False
|
|
[23:50:57 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:50:57 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:50:57 INFO] Video frame video_test01_000052: 1 dets, valid=False
|
|
[23:50:57 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:50:57 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:50:57 INFO] Video frame video_test01_000054: 1 dets, valid=False
|
|
[23:50:57 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:50:57 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:50:57 INFO] Video frame video_test01_000055: 1 dets, valid=False
|
|
[23:50:57 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:50:57 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:50:57 INFO] Video frame video_test01_000057: 1 dets, valid=False
|
|
[23:50:57 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:50:58 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:50:58 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:50:58 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:50:58 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:50:58 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:50:58 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:50:58 INFO] Video frame video_test01_000066: 1 dets, valid=False
|
|
[23:50:58 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:50:58 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:50:58 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:50:58 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:50:59 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:50:59 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:50:59 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:50:59 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:50:59 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:50:59 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:50:59 INFO] Video frame video_test01_000074: 1 dets, valid=False
|
|
[23:50:59 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:50:59 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:50:59 INFO] Video frame video_test01_000076: 1 dets, valid=False
|
|
[23:50:59 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:50:59 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:50:59 INFO] Video frame video_test01_000078: 1 dets, valid=False
|
|
[23:50:59 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:50:59 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:50:59 INFO] Video frame video_test01_000079: 1 dets, valid=False
|
|
[23:50:59 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:50:59 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:50:59 INFO] Video frame video_test01_000081: 1 dets, valid=False
|
|
[23:50:59 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:51:00 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:51:00 INFO] Video frame video_test01_000082: 1 dets, valid=False
|
|
[23:51:00 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:51:00 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:51:00 INFO] Video frame video_test01_000084: 1 dets, valid=False
|
|
[23:51:00 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:51:00 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:51:00 INFO] Video frame video_test01_000086: 1 dets, valid=False
|
|
[23:51:00 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:51:00 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:51:00 INFO] Video frame video_test01_000087: 1 dets, valid=False
|
|
[23:51:00 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:51:00 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:51:00 INFO] Video frame video_test01_000089: 1 dets, valid=False
|
|
[23:51:00 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:51:00 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:51:00 INFO] Video frame video_test01_000090: 1 dets, valid=False
|
|
[23:51:00 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:51:01 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:51:01 INFO] Video frame video_test01_000092: 1 dets, valid=False
|
|
[23:51:01 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:51:01 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:51:01 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:51:01 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:51:01 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:51:01 INFO] Video frame video_test01_000095: 1 dets, valid=False
|
|
[23:51:01 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:51:01 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:51:01 INFO] Video frame video_test01_000097: 1 dets, valid=False
|
|
[23:51:01 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:51:01 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:51:01 INFO] Video frame video_test01_000098: 1 dets, valid=False
|
|
[23:51:01 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:51:01 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:51:01 INFO] Video frame video_test01_000100: 1 dets, valid=False
|
|
[23:51:01 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:51:01 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:51:01 INFO] Video frame video_test01_000102: 1 dets, valid=False
|
|
[23:51:01 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:51:02 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:51:02 INFO] Video frame video_test01_000103: 1 dets, valid=False
|
|
[23:51:02 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:51:02 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:51:02 INFO] Video frame video_test01_000105: 1 dets, valid=False
|
|
[23:51:02 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:51:02 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:51:02 INFO] Video frame video_test01_000106: 1 dets, valid=False
|
|
[23:51:02 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:51:02 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:51:02 INFO] Video frame video_test01_000108: 1 dets, valid=False
|
|
[23:51:02 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:51:02 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:51:02 INFO] Video frame video_test01_000110: 1 dets, valid=False
|
|
[23:51:02 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:51:02 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:51:02 INFO] Video frame video_test01_000111: 1 dets, valid=False
|
|
[23:51:02 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:51:02 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:51:02 INFO] Video frame video_test01_000113: 1 dets, valid=False
|
|
[23:51:02 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:51:03 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:51:03 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:51:03 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:51:03 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:51:03 INFO] Video frame video_test01_000116: 1 dets, valid=False
|
|
[23:51:03 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:51:03 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:51:03 INFO] Video frame video_test01_000118: 1 dets, valid=False
|
|
[23:51:03 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:51:03 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:51:03 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:51:03 INFO] Video frame video_test01_000121: 1 dets, valid=False
|
|
[23:51:03 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:51:03 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:51:04 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:51:04 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:51:04 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:51:04 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:51:05 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:51:05 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:51:05 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:51:05 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:51:05 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:51:05 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:51:05 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:51:05 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:51:05 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:51:06 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:51:06 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:51:06 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:51:06 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:51:06 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:51:06 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:51:06 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:51:06 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:51:07 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:51:07 INFO] Video frame video_test01_000151: 3 dets, valid=False
|
|
[23:51:07 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:51:07 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:51:07 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:51:07 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:51:07 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:51:07 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:51:08 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:51:08 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:51:08 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:51:08 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:51:08 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:51:08 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:51:08 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:51:08 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:51:09 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:51:09 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:51:09 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:51:09 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:51:09 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:51:09 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:51:10 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:51:10 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:51:10 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:51:10 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:51:10 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:51:10 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:51:10 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:51:10 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:51:11 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:51:11 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:51:11 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:51:11 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:51:11 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:51:11 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:51:11 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:51:12 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:51:12 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:51:12 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:51:12 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:51:12 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:51:12 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:51:12 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:51:13 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:51:13 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:51:13 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:51:13 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:51:13 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:51:14 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:51:14 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:51:14 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:51:14 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:51:14 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:51:14 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:51:14 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:51:15 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:51:15 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:51:15 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:51:15 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:51:15 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:51:15 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:51:16 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:51:16 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:51:16 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:51:16 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:51:16 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:51:16 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:51:16 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:51:17 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:51:17 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:51:17 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:51:17 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:51:17 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:51:18 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:51:18 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:51:18 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:51:18 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:51:18 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:51:18 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:51:19 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:51:19 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:51:19 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:51:19 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:51:19 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:51:19 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:51:19 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:51:19 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:51:20 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:51:20 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:51:20 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:51:20 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:51:20 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:51:20 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:51:20 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:51:21 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:51:21 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:51:21 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:51:21 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:51:21 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:51:21 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:51:21 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:51:21 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:51:21 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:51:21 INFO] Video frame video_test01_000306: 1 dets, valid=False
|
|
[23:51:21 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:51:21 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:51:21 INFO] Video frame video_test01_000308: 1 dets, valid=False
|
|
[23:51:21 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:51:21 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:51:21 INFO] Video frame video_test01_000310: 1 dets, valid=False
|
|
[23:51:21 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:51:22 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:51:22 INFO] Video frame video_test01_000311: 1 dets, valid=False
|
|
[23:51:22 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:51:22 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:51:22 INFO] Video frame video_test01_000313: 1 dets, valid=False
|
|
[23:51:22 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:51:22 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:51:22 INFO] Video frame video_test01_000314: 1 dets, valid=False
|
|
[23:51:22 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:51:22 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:51:22 INFO] Video frame video_test01_000316: 1 dets, valid=False
|
|
[23:51:22 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:51:22 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:51:22 INFO] Video frame video_test01_000318: 1 dets, valid=False
|
|
[23:51:22 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:51:22 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:51:22 INFO] Video frame video_test01_000319: 1 dets, valid=False
|
|
[23:51:22 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:51:22 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:51:22 INFO] Video frame video_test01_000321: 1 dets, valid=False
|
|
[23:51:22 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:51:22 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:51:22 INFO] Video frame video_test01_000322: 1 dets, valid=False
|
|
[23:51:23 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:51:23 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:51:23 INFO] Video frame video_test01_000324: 1 dets, valid=False
|
|
[23:51:23 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:51:23 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:51:23 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:51:23 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:51:23 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:51:23 INFO] Video frame video_test01_000327: 1 dets, valid=False
|
|
[23:51:23 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:51:23 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:51:23 INFO] Video frame video_test01_000329: 1 dets, valid=False
|
|
[23:51:23 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:51:23 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:51:23 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:51:24 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:51:24 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:51:24 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:51:24 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:51:24 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:51:24 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:51:24 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:51:25 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:51:25 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:51:25 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:51:25 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:51:25 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:51:25 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:51:25 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:51:26 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:51:26 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:51:26 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:51:26 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:51:26 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:51:26 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:51:26 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:51:26 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:51:27 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:51:27 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:51:27 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:51:27 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:51:27 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:51:27 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:51:27 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:51:28 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:51:28 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:51:28 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:51:28 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:51:28 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:51:28 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:51:28 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:51:28 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:51:28 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:51:28 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:51:29 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:51:29 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:51:29 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:51:29 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:51:29 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:53:38 INFO] init AI...
|
|
[23:53:38 INFO] Downloading
|
|
[23:53:40 INFO] CoreML model: 1280x1280
|
|
[23:53:40 INFO] Enabled
|
|
[23:53:42 INFO] init AI...
|
|
[23:53:43 INFO] init AI...
|
|
[23:53:43 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[23:53:43 INFO] ground sampling distance: 0.3059895833333333
|
|
[23:53:43 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:53:43 INFO] Removed (53.80277931690216 42.89022199809551) > 8. class: ArmorVehicle
|
|
[23:53:43 INFO] init AI...
|
|
[23:53:43 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:53:43 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:53:43 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:53:43 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:53:43 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:53:44 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:53:44 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:53:44 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:53:44 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:53:44 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:53:44 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:53:44 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:53:44 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:53:44 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:53:44 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:53:44 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:53:44 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:53:44 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:53:44 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:53:44 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:53:44 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:53:45 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:53:45 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:53:45 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:53:45 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:53:45 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:53:45 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:53:45 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:53:45 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:53:45 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:53:45 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:53:45 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:53:45 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:53:45 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:53:45 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:53:45 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:53:45 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:53:45 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:53:45 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:53:45 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:53:45 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:53:46 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:53:46 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:53:46 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:53:46 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:53:46 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:53:46 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:53:46 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:53:46 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:53:46 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:53:46 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:53:46 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:53:46 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:53:46 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:53:46 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:53:46 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:53:46 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:53:46 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:53:46 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:53:46 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:53:47 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:53:47 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:53:47 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:53:47 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:53:47 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:53:47 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:53:47 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:53:47 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:53:47 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:53:47 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:53:47 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:53:47 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:53:47 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:53:47 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:53:47 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:53:48 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:53:48 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:53:48 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:53:48 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:53:48 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:53:48 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:53:48 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:53:48 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:53:48 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:53:48 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:53:48 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:53:48 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:53:48 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:53:48 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:53:48 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:53:48 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:53:48 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:53:48 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:53:49 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:53:49 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:53:49 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:53:49 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:53:49 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:53:49 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:53:49 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:53:49 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:53:49 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:53:49 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:53:50 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:53:50 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:53:50 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:53:50 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:53:50 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:53:50 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:53:50 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:53:50 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:53:50 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:53:50 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:53:50 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:53:50 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:53:50 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:53:50 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:53:51 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:53:51 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:53:51 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:53:51 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:53:51 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:53:51 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:53:51 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:53:51 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:53:51 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:53:51 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:53:51 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:53:51 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:53:51 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:53:51 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:53:51 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:53:51 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:53:51 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:53:51 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:53:51 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:53:51 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:53:51 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:53:52 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:53:52 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:53:52 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:53:52 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:53:52 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:53:52 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:53:52 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:53:52 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:53:52 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:53:52 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:53:52 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:53:52 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:53:52 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:53:52 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:53:52 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:53:52 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:53:52 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:53:52 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:53:52 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:53:53 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:53:53 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:53:53 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:53:53 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:53:53 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:53:53 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:53:53 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:53:53 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:53:53 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:53:53 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:53:53 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:53:53 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:53:53 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:53:53 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:53:53 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:53:53 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:53:53 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:53:53 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:53:54 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:53:54 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:53:54 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:53:54 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:53:54 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:53:54 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:53:54 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:53:54 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:53:54 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:53:54 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:53:54 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:53:54 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:53:54 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:53:54 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:53:54 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:53:54 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:53:54 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:53:54 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:53:54 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:53:54 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:53:54 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:53:55 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:53:55 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:53:55 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:53:55 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:53:55 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:53:55 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:53:55 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:53:55 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:53:55 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:53:55 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:53:55 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:53:56 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:53:56 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:53:56 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:53:56 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:53:56 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:53:56 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:53:56 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:53:57 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:53:57 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:53:57 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:53:57 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:53:57 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:53:57 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:53:57 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:53:57 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:53:57 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:53:57 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:53:57 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:53:57 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:53:57 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:53:58 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:53:58 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:53:58 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:53:58 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:53:58 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:53:58 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:53:58 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:53:58 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:53:59 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:53:59 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:53:59 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:53:59 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:53:59 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:53:59 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:53:59 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:54:00 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:54:00 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:54:00 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:54:00 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:54:00 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:54:00 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:54:00 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:54:00 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:54:01 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:54:01 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:54:01 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:54:01 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:54:01 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:54:01 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:54:01 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:54:02 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:54:02 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:54:02 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:54:02 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:54:02 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:54:02 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:54:02 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:54:03 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:54:03 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:54:03 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:54:03 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:54:03 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:54:03 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:54:03 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:54:03 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:54:04 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:54:04 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:54:04 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:54:04 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:54:04 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:54:04 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:54:04 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:54:05 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:54:05 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:54:05 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:54:05 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:54:05 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:54:05 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:54:05 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:54:06 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:54:06 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:54:06 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:54:06 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:54:06 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:54:06 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:54:06 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:54:06 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:54:07 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:54:07 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:54:07 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:54:07 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:54:07 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:54:07 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:54:08 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:54:08 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:54:08 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:54:08 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:54:08 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:54:08 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:54:08 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:54:09 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:54:09 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:54:09 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:54:09 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:54:09 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:54:09 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:54:09 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:54:10 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:54:10 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:54:10 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:54:10 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:54:10 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:54:10 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:54:10 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:54:11 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:54:11 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:54:11 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:54:11 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:54:11 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:54:11 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:54:11 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:54:11 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:54:11 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:54:11 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:54:11 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:54:11 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:54:11 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:54:11 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:54:11 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:54:11 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:54:12 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:54:12 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:54:12 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:54:12 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:54:12 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:54:12 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:54:12 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:54:12 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:54:12 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:54:12 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:54:12 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:54:12 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:54:12 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:54:12 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:54:12 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:54:12 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:54:12 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:54:12 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:54:13 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:54:13 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:54:13 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:54:13 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:54:13 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:54:13 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:54:13 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:54:13 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:54:13 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:54:13 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:54:13 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:54:13 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:54:13 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:54:13 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:54:13 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:54:13 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:54:13 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:54:13 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:54:13 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:54:14 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:54:14 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:54:14 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:54:14 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:54:14 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:54:14 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:54:14 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:54:14 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:54:15 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:54:15 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:54:15 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:54:15 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:54:15 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:54:15 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:54:15 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:54:16 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:54:16 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:54:16 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:54:16 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:54:16 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:54:16 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:54:16 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:54:17 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:54:17 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:54:17 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:54:17 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:54:17 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:54:17 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:54:17 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:54:17 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:54:18 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:54:18 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:54:18 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:54:18 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:54:18 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:54:18 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:54:18 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:54:18 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:54:18 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:54:19 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:54:19 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:54:19 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:54:19 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:54:19 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:54:19 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:54:19 INFO] init AI...
|
|
[23:54:19 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/image_small.jpg...
|
|
[23:54:19 INFO] ground sampling distance: 0.3059895833333333
|
|
[23:54:19 INFO] init AI...
|
|
[23:54:19 INFO] Initial ann: image_small_000000: class: 0 77.0% (0.47, 0.21) (0.14, 0.19)
|
|
[23:54:19 INFO] Removed (53.80277931690216 42.89022199809551) > 8. class: ArmorVehicle
|
|
[23:54:20 INFO] init AI...
|
|
[23:54:20 INFO] init AI...
|
|
[23:54:20 INFO] init AI...
|
|
[23:54:20 INFO] init AI...
|
|
[23:54:20 INFO] init AI...
|
|
[23:54:20 INFO] init AI...
|
|
[23:54:21 INFO] init AI...
|
|
[23:54:21 INFO] init AI...
|
|
[23:54:21 INFO] init AI...
|
|
[23:54:21 INFO] init AI...
|
|
[23:54:21 INFO] init AI...
|
|
[23:54:21 INFO] init AI...
|
|
[23:54:21 INFO] init AI...
|
|
[23:54:22 INFO] init AI...
|
|
[23:54:22 INFO] init AI...
|
|
[23:54:22 INFO] init AI...
|
|
[23:54:22 INFO] init AI...
|
|
[23:54:22 INFO] init AI...
|
|
[23:54:22 INFO] init AI...
|
|
[23:54:22 INFO] init AI...
|
|
[23:54:23 INFO] init AI...
|
|
[23:54:23 INFO] init AI...
|
|
[23:54:23 INFO] init AI...
|
|
[23:54:24 INFO] init AI...
|
|
[23:54:24 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:54:24 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:54:24 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:54:24 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:54:24 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:54:24 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:54:24 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:54:24 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:54:24 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:54:24 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:54:24 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:54:24 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:54:24 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:54:24 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:54:25 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:54:25 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:54:25 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:54:25 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:54:25 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:54:25 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:54:25 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:54:25 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:54:25 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:54:25 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:54:25 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:54:25 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:54:25 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:54:25 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:54:25 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:54:25 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:54:25 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:54:25 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:54:25 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:54:25 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:54:25 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:54:26 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:54:26 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:54:26 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:54:26 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:54:26 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:54:26 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:54:26 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:54:26 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:54:26 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:54:26 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:54:26 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:54:26 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:54:26 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:54:26 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:54:26 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:54:26 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:54:26 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:54:26 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:54:26 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:54:27 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:54:27 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:54:27 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:54:27 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:54:27 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:54:27 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:54:27 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:54:27 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:54:27 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:54:27 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:54:27 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:54:27 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:54:28 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:54:28 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:54:28 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:54:28 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:54:28 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:54:28 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:54:28 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:54:28 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:54:28 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:54:28 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:54:28 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:54:28 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:54:28 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:54:28 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:54:28 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:54:28 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:54:28 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:54:28 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:54:28 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:54:28 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:54:29 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:54:29 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:54:29 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:54:29 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:54:29 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:54:29 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:54:29 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:54:29 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:54:29 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:54:29 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:54:29 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:54:29 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:54:29 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:54:29 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:54:29 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:54:30 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:54:30 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:54:30 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:54:30 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:54:30 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:54:30 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:54:30 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:54:30 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:54:30 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:54:30 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:54:30 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:54:31 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:54:31 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:54:31 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:54:31 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:54:31 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:54:31 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:54:31 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:54:31 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:54:31 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:54:31 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:54:31 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:54:31 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:54:31 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:54:31 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:54:31 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:54:31 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:54:31 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:54:31 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:54:31 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:54:31 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:54:32 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:54:32 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:54:32 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:54:32 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:54:32 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:54:32 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:54:32 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:54:32 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:54:32 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:54:32 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:54:32 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:54:32 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:54:32 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:54:32 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:54:32 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:54:32 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:54:32 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:54:32 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:54:32 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:54:33 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:54:33 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:54:33 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:54:33 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:54:33 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:54:33 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:54:33 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:54:33 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:54:33 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:54:33 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:54:33 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:54:33 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:54:33 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:54:33 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:54:33 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:54:33 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:54:33 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:54:33 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:54:33 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:54:33 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:54:33 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:54:34 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:54:34 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:54:34 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:54:34 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:54:34 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:54:34 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:54:34 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:54:34 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:54:34 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:54:34 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:54:34 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:54:34 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:54:34 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:54:34 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:54:34 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:54:34 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:54:34 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:54:34 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:54:35 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:54:35 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:54:35 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:54:35 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:54:35 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:54:35 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:54:35 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:54:35 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:54:35 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:54:35 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:54:35 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:54:35 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:54:35 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:54:35 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:54:35 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:54:36 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:54:36 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:54:36 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:54:36 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:54:36 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:54:36 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:54:36 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:54:37 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:54:37 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:54:37 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:54:37 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:54:37 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:54:37 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:54:37 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:54:37 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:54:37 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:54:37 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:54:38 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:54:38 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:54:38 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:54:38 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:54:38 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:54:38 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:54:38 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:54:38 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:54:38 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:54:38 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:54:39 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:54:39 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:54:39 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:54:39 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:54:39 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:54:39 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:54:39 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:54:39 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:54:40 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:54:40 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:54:40 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:54:40 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:54:40 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:54:40 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:54:40 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:54:41 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:54:41 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:54:41 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:54:41 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:54:41 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:54:41 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:54:41 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:54:42 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:54:42 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:54:42 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:54:42 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:54:42 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:54:42 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:54:42 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:54:43 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:54:43 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:54:43 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:54:43 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:54:43 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:54:43 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:54:43 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:54:44 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:54:44 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:54:44 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:54:44 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:54:44 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:54:44 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:54:44 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:54:45 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:54:45 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:54:45 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:54:45 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:54:45 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:54:45 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:54:45 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:54:45 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:54:46 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:54:46 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:54:46 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:54:46 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:54:46 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:54:46 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:54:46 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:54:47 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:54:47 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:54:47 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:54:47 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:54:47 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:54:47 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:54:48 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:54:48 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:54:48 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:54:48 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:54:48 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:54:48 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:54:48 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:54:49 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:54:49 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:54:49 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:54:49 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:54:49 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:54:49 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:54:50 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:54:50 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:54:50 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:54:50 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:54:50 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:54:51 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:54:51 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:54:51 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:54:51 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:54:51 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:54:51 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:54:51 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:54:52 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:54:52 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:54:52 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:54:52 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:54:52 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:54:52 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:54:52 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:54:52 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:54:52 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:54:52 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:54:52 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:54:52 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:54:52 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:54:52 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:54:52 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:54:52 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:54:52 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:54:52 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:54:52 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:54:53 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:54:53 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:54:53 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:54:53 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:54:53 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:54:53 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:54:53 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:54:53 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:54:53 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:54:53 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:54:53 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:54:53 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:54:53 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:54:53 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:54:53 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:54:53 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:54:53 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:54:53 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:54:53 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:54:53 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:54:54 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:54:54 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:54:54 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:54:54 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:54:54 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:54:54 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:54:54 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:54:54 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:54:54 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:54:54 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:54:54 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:54:54 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:54:54 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:54:54 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:54:54 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:54:55 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:54:55 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:54:55 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:54:55 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:54:55 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:54:55 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:54:56 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:54:56 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:54:56 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:54:56 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:54:56 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:54:56 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:54:56 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:54:57 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:54:57 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:54:57 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:54:57 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:54:57 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:54:57 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:54:58 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:54:58 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:54:58 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:54:58 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:54:58 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:54:58 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:54:58 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:54:59 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:54:59 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:54:59 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:54:59 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:54:59 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:54:59 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:54:59 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:54:59 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:54:59 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:55:00 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:55:00 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:55:00 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:55:00 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:55:00 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:55:01 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:55:01 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:55:01 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:55:01 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:55:01 INFO] init AI...
|
|
[23:55:01 INFO] init AI...
|
|
[23:55:01 INFO] init AI...
|
|
[23:55:02 INFO] init AI...
|
|
[23:55:02 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:55:02 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:55:02 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:55:02 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:55:03 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:55:03 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:55:03 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:55:03 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:55:03 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:55:03 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:55:03 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:55:03 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:55:03 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:55:03 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:55:03 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:55:04 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:55:04 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:55:04 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:55:04 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:55:04 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:55:04 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:55:04 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:55:04 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:55:04 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:55:04 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:55:04 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:55:04 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:55:04 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:55:04 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:55:04 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:55:04 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:55:04 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:55:04 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:55:05 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:55:05 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:55:05 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:55:05 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:55:05 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:55:05 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:55:05 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:55:05 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:55:05 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:55:05 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:55:05 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:55:05 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:55:05 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:55:05 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:55:05 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:55:05 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:55:05 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:55:05 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:55:06 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:55:06 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:55:06 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:55:06 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:55:06 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:55:06 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:55:06 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:55:06 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:55:06 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:55:06 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:55:06 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:55:06 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:55:06 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:55:07 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:55:07 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:55:07 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:55:07 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:55:07 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:55:07 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:55:07 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:55:07 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:55:07 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:55:07 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:55:07 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:55:07 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:55:07 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:55:08 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:55:08 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:55:08 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:55:08 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:55:08 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:55:08 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:55:08 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:55:08 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:55:08 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:55:08 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:55:08 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:55:08 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:55:08 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:55:09 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:55:09 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:55:09 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:55:09 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:55:09 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:55:09 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:55:09 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:55:09 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:55:09 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:55:09 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:55:09 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:55:09 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:55:10 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:55:10 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:55:10 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:55:10 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:55:10 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:55:10 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:55:10 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:55:10 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:55:10 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:55:10 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:55:10 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:55:10 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:55:10 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:55:11 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:55:11 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:55:11 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:55:11 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:55:11 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:55:11 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:55:11 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:55:11 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:55:11 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:55:11 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:55:11 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:55:11 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:55:11 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:55:11 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:55:11 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:55:11 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:55:11 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:55:11 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:55:12 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:55:12 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:55:12 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:55:12 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:55:12 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:55:12 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:55:12 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:55:12 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:55:12 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:55:12 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:55:12 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:55:12 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:55:12 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:55:12 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:55:12 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:55:12 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:55:12 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:55:12 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:55:12 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:55:12 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:55:12 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:55:13 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:55:13 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:55:13 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:55:13 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:55:13 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:55:13 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:55:13 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:55:13 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:55:13 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:55:13 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:55:13 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:55:13 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:55:13 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:55:13 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:55:13 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:55:13 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:55:13 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:55:13 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:55:13 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:55:13 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:55:14 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:55:14 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:55:14 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:55:14 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:55:14 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:55:14 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:55:14 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:55:14 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:55:14 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:55:14 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:55:14 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:55:14 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:55:14 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:55:14 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:55:14 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:55:14 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:55:14 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:55:14 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:55:14 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:55:15 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:55:15 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:55:15 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:55:15 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:55:15 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:55:15 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:55:15 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:55:15 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:55:15 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:55:15 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:55:15 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:55:15 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:55:15 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:55:16 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:55:16 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:55:16 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:55:16 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:55:16 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:55:16 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:55:16 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:55:17 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:55:17 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:55:17 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:55:17 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:55:17 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:55:17 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:55:17 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:55:17 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:55:17 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:55:18 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:55:18 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:55:18 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:55:18 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:55:18 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:55:18 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:55:18 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:55:18 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:55:18 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:55:18 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:55:19 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:55:19 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:55:19 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:55:19 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:55:19 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:55:19 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:55:19 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:55:20 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:55:20 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:55:20 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:55:20 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:55:20 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:55:20 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:55:20 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:55:21 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:55:21 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:55:21 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:55:21 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:55:21 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:55:21 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:55:21 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:55:22 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:55:22 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:55:22 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:55:22 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:55:22 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:55:22 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:55:23 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:55:23 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:55:23 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:55:23 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:55:23 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:55:23 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:55:23 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:55:24 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:55:24 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:55:24 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:55:24 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:55:24 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:55:24 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:55:24 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:55:25 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:55:25 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:55:25 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:55:25 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:55:25 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:55:25 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:55:25 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:55:26 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:55:26 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:55:26 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:55:26 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:55:26 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:55:26 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:55:26 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:55:27 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:55:27 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:55:27 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:55:27 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:55:27 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:55:27 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:55:27 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:55:28 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:55:28 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:55:28 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:55:28 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:55:28 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:55:28 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:55:28 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:55:29 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:55:29 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:55:29 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:55:29 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:55:29 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:55:29 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:55:29 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:55:30 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:55:30 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:55:30 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:55:30 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:55:30 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:55:30 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:55:30 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:55:31 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:55:31 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:55:31 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:55:31 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:55:31 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:55:31 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:55:31 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:55:31 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:55:31 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:55:31 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:55:32 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:55:32 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:55:32 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:55:32 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:55:32 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:55:32 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:55:32 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:55:32 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:55:32 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:55:32 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:55:32 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:55:32 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:55:32 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:55:32 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:55:33 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:55:33 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:55:33 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:55:33 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:55:33 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:55:33 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:55:33 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:55:33 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:55:33 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:55:33 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:55:33 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:55:33 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:55:33 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:55:33 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:55:33 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:55:33 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:55:33 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:55:33 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:55:33 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:55:34 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:55:34 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:55:34 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:55:34 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:55:34 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:55:34 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:55:34 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:55:34 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:55:34 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:55:34 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:55:34 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:55:34 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:55:34 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:55:34 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:55:34 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:55:35 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:55:35 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:55:35 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:55:35 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:55:35 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:55:35 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:55:36 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:55:36 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:55:36 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:55:36 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:55:36 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:55:36 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:55:36 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:55:37 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:55:37 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:55:37 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:55:37 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:55:37 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:55:37 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:55:37 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:55:37 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:55:38 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:55:38 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:55:38 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:55:38 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:55:38 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:55:38 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:55:38 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:55:39 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:55:39 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:55:39 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:55:39 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:55:39 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:55:39 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:55:39 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:55:39 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:55:39 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:55:39 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:55:40 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:55:40 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:55:40 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:55:40 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:55:40 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:55:40 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:55:41 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:55:41 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:55:41 INFO] init AI...
|
|
[23:55:41 INFO] init AI...
|
|
[23:55:41 INFO] init AI...
|
|
[23:55:41 INFO] init AI...
|
|
[23:55:41 INFO] init AI...
|
|
[23:55:42 INFO] init AI...
|
|
[23:55:42 INFO] init AI...
|
|
[23:55:42 INFO] init AI...
|
|
[23:55:42 INFO] init AI...
|
|
[23:55:42 INFO] init AI...
|
|
[23:55:43 INFO] init AI...
|
|
[23:55:43 INFO] init AI...
|
|
[23:55:43 INFO] init AI...
|
|
[23:55:43 INFO] init AI...
|
|
[23:55:43 INFO] init AI...
|
|
[23:55:43 INFO] init AI...
|
|
[23:55:44 INFO] init AI...
|
|
[23:55:44 INFO] init AI...
|
|
[23:55:44 INFO] init AI...
|
|
[23:55:45 INFO] init AI...
|
|
[23:55:45 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:55:45 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:55:45 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:55:45 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:55:45 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:55:45 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:55:46 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:55:46 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:55:46 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:55:46 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:55:46 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:55:46 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:55:46 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:55:46 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:55:46 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:55:46 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:55:46 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:55:46 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:55:46 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:55:46 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:55:46 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:55:46 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:55:46 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:55:46 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:55:46 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:55:46 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:55:46 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:55:47 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:55:47 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:55:47 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:55:47 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:55:47 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:55:47 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:55:47 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:55:47 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:55:47 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:55:47 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:55:47 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:55:47 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:55:47 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:55:47 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:55:47 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:55:47 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:55:47 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:55:47 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:55:48 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:55:48 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:55:48 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:55:48 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:55:48 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:55:48 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:55:48 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:55:48 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:55:48 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:55:48 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:55:48 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:55:48 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:55:48 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:55:48 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:55:48 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:55:48 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:55:48 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:55:48 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:55:48 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:55:49 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:55:49 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:55:49 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:55:49 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:55:49 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:55:49 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:55:49 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:55:49 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:55:49 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:55:49 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:55:49 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:55:49 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:55:49 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:55:49 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:55:49 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:55:49 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:55:49 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:55:50 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:55:50 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:55:50 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:55:50 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:55:50 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:55:50 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:55:50 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:55:50 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:55:50 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:55:50 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:55:50 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:55:50 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:55:50 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:55:50 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:55:50 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:55:51 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:55:51 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:55:51 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:55:51 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:55:51 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:55:51 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:55:51 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:55:51 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:55:51 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:55:51 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:55:51 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:55:52 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:55:52 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:55:52 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:55:52 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:55:52 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:55:52 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:55:52 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:55:52 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:55:52 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:55:52 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:55:52 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:55:52 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:55:52 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:55:52 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:55:52 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:55:52 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:55:53 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:55:53 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:55:53 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:55:53 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:55:53 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:55:53 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:55:53 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:55:53 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:55:53 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:55:53 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:55:53 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:55:53 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:55:53 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:55:53 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:55:53 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:55:53 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:55:53 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:55:53 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:55:54 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:55:54 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:55:54 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:55:54 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:55:54 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:55:54 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:55:54 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:55:54 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:55:54 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:55:54 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:55:54 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:55:54 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:55:54 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:55:54 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:55:54 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:55:54 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:55:54 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:55:54 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:55:54 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:55:55 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:55:55 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:55:55 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:55:55 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:55:55 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:55:55 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:55:55 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:55:55 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:55:55 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:55:55 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:55:55 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:55:55 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:55:55 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:55:55 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:55:55 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:55:55 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:55:55 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:55:55 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:55:55 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:55:55 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:55:56 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:55:56 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:55:56 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:55:56 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:55:56 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:55:56 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:55:56 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:55:56 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:55:56 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:55:56 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:55:56 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:55:56 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:55:56 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:55:56 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:55:56 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:55:56 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:55:56 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:55:56 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:55:56 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:55:57 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:55:57 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:55:57 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:55:57 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:55:57 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:55:57 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:55:57 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:55:57 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:55:58 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:55:58 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:55:58 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:55:58 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:55:58 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:55:58 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:55:58 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:55:58 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:55:58 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:55:59 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:55:59 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:55:59 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:55:59 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:55:59 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:55:59 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:55:59 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:55:59 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:55:59 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:55:59 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:55:59 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:55:59 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:56:00 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:56:00 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:56:00 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:56:00 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:56:00 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:56:01 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:56:01 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:56:01 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:56:01 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:56:01 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:56:01 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:56:01 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:56:02 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:56:02 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:56:02 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:56:02 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:56:02 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:56:03 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:56:03 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:56:03 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:56:03 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:56:03 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:56:03 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:56:04 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:56:04 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:56:04 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:56:04 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:56:04 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:56:04 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:56:04 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:56:05 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:56:05 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:56:05 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:56:05 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:56:05 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:56:05 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:56:05 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:56:06 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:56:06 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:56:06 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:56:06 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:56:06 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:56:06 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:56:06 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:56:07 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:56:07 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:56:07 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:56:07 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:56:07 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:56:07 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:56:07 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:56:08 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:56:08 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:56:08 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:56:08 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:56:08 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:56:08 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:56:08 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:56:09 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:56:09 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:56:09 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:56:09 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:56:09 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:56:09 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:56:09 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:56:10 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:56:10 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:56:10 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:56:10 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:56:10 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:56:10 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:56:10 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:56:11 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:56:11 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:56:11 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:56:11 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:56:11 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:56:11 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:56:11 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:56:12 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:56:12 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:56:12 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:56:12 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:56:12 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:56:12 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:56:12 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:56:13 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:56:13 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:56:13 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:56:13 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:56:13 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:56:13 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:56:14 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:56:14 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:56:14 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:56:14 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:56:14 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:56:14 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:56:14 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:56:14 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:56:14 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:56:14 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:56:14 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:56:14 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:56:14 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:56:14 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:56:14 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:56:14 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:56:14 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:56:15 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:56:15 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:56:15 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:56:15 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:56:15 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:56:15 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:56:15 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:56:15 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:56:15 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:56:15 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:56:15 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:56:15 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:56:15 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:56:15 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:56:15 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:56:15 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:56:15 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:56:15 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:56:15 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:56:15 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:56:15 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:56:16 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:56:16 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:56:16 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:56:16 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:56:16 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:56:16 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:56:16 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:56:16 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:56:16 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:56:16 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:56:16 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:56:16 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:56:16 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:56:16 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:56:16 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:56:16 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:56:17 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:56:17 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:56:17 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:56:17 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:56:17 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:56:17 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:56:18 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:56:18 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:56:18 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:56:18 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:56:18 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:56:19 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:56:19 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:56:19 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:56:19 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:56:19 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:56:20 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:56:20 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:56:20 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:56:20 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:56:20 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:56:20 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:56:20 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:56:21 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:56:21 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:56:21 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:56:21 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:56:21 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:56:21 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:56:22 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:56:22 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:56:22 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:56:22 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:56:22 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:56:22 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:56:22 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:56:22 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:56:22 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:56:23 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:56:23 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:56:23 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:56:23 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:56:23 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:56:23 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:56:23 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:56:24 INFO] init AI...
|
|
[23:56:24 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:56:24 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:56:24 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:56:24 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:56:24 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:56:24 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:56:25 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:56:25 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:56:25 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:56:25 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:56:25 INFO] Video frame video_test01_000007: 1 dets, valid=True
|
|
[23:56:25 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:56:25 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:56:25 INFO] Video frame video_test01_000009: 1 dets, valid=True
|
|
[23:56:25 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:56:25 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:56:25 INFO] Video frame video_test01_000010: 1 dets, valid=True
|
|
[23:56:25 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:56:25 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:56:25 INFO] Video frame video_test01_000012: 1 dets, valid=True
|
|
[23:56:25 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:56:25 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:56:25 INFO] Video frame video_test01_000014: 1 dets, valid=True
|
|
[23:56:25 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:56:25 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:56:25 INFO] Video frame video_test01_000015: 1 dets, valid=True
|
|
[23:56:26 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:56:26 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:56:26 INFO] Video frame video_test01_000017: 1 dets, valid=True
|
|
[23:56:26 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:56:26 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:56:26 INFO] Video frame video_test01_000018: 1 dets, valid=True
|
|
[23:56:26 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:56:26 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:56:26 INFO] Video frame video_test01_000020: 1 dets, valid=True
|
|
[23:56:26 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:56:26 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:56:26 INFO] Video frame video_test01_000022: 1 dets, valid=True
|
|
[23:56:26 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:56:26 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:56:26 INFO] Video frame video_test01_000023: 1 dets, valid=True
|
|
[23:56:26 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:56:26 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:56:26 INFO] Video frame video_test01_000025: 1 dets, valid=True
|
|
[23:56:26 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:56:27 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:56:27 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:56:27 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:56:27 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:56:27 INFO] Video frame video_test01_000028: 1 dets, valid=True
|
|
[23:56:27 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:56:27 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:56:27 INFO] Video frame video_test01_000030: 1 dets, valid=True
|
|
[23:56:27 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:56:27 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:56:27 INFO] Video frame video_test01_000031: 1 dets, valid=True
|
|
[23:56:27 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:56:27 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:56:27 INFO] Video frame video_test01_000033: 1 dets, valid=True
|
|
[23:56:27 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:56:27 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:56:27 INFO] Video frame video_test01_000034: 1 dets, valid=True
|
|
[23:56:27 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:56:27 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:56:28 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:56:28 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:56:28 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:56:28 INFO] Video frame video_test01_000041: 1 dets, valid=True
|
|
[23:56:28 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:56:28 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:56:28 INFO] Video frame video_test01_000042: 1 dets, valid=True
|
|
[23:56:28 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:56:28 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:56:28 INFO] Video frame video_test01_000044: 1 dets, valid=True
|
|
[23:56:28 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:56:28 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:56:28 INFO] Video frame video_test01_000046: 1 dets, valid=True
|
|
[23:56:28 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:56:28 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:56:28 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:56:29 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:56:29 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:56:29 INFO] Video frame video_test01_000049: 1 dets, valid=True
|
|
[23:56:29 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:56:29 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:56:29 INFO] Video frame video_test01_000050: 1 dets, valid=True
|
|
[23:56:29 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:56:29 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:56:29 INFO] Video frame video_test01_000052: 1 dets, valid=True
|
|
[23:56:29 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:56:29 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:56:29 INFO] Video frame video_test01_000054: 1 dets, valid=True
|
|
[23:56:29 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:56:29 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:56:29 INFO] Video frame video_test01_000055: 1 dets, valid=True
|
|
[23:56:29 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:56:29 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:56:29 INFO] Video frame video_test01_000057: 1 dets, valid=True
|
|
[23:56:29 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:56:30 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:56:30 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:56:30 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:56:30 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:56:30 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:56:30 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:56:30 INFO] Video frame video_test01_000066: 1 dets, valid=True
|
|
[23:56:31 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:56:31 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:56:31 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:56:31 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:56:31 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:56:31 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:56:31 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:56:31 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:56:31 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:56:31 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:56:31 INFO] Video frame video_test01_000074: 1 dets, valid=True
|
|
[23:56:31 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:56:32 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:56:32 INFO] Video frame video_test01_000076: 1 dets, valid=True
|
|
[23:56:32 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:56:32 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:56:32 INFO] Video frame video_test01_000078: 1 dets, valid=True
|
|
[23:56:32 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:56:32 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:56:32 INFO] Video frame video_test01_000079: 1 dets, valid=True
|
|
[23:56:32 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:56:32 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:56:32 INFO] Video frame video_test01_000081: 1 dets, valid=True
|
|
[23:56:32 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:56:32 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:56:32 INFO] Video frame video_test01_000082: 1 dets, valid=True
|
|
[23:56:32 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:56:32 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:56:32 INFO] Video frame video_test01_000084: 1 dets, valid=True
|
|
[23:56:32 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:56:33 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:56:33 INFO] Video frame video_test01_000086: 1 dets, valid=True
|
|
[23:56:33 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:56:33 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:56:33 INFO] Video frame video_test01_000087: 1 dets, valid=True
|
|
[23:56:33 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:56:33 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:56:33 INFO] Video frame video_test01_000089: 1 dets, valid=True
|
|
[23:56:33 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:56:33 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:56:33 INFO] Video frame video_test01_000090: 1 dets, valid=True
|
|
[23:56:33 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:56:33 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:56:33 INFO] Video frame video_test01_000092: 1 dets, valid=True
|
|
[23:56:33 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:56:33 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:56:33 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:56:33 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:56:33 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:56:33 INFO] Video frame video_test01_000095: 1 dets, valid=True
|
|
[23:56:34 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:56:34 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:56:34 INFO] Video frame video_test01_000097: 1 dets, valid=True
|
|
[23:56:34 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:56:34 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:56:34 INFO] Video frame video_test01_000098: 1 dets, valid=True
|
|
[23:56:34 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:56:34 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:56:34 INFO] Video frame video_test01_000100: 1 dets, valid=True
|
|
[23:56:34 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:56:34 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:56:34 INFO] Video frame video_test01_000102: 1 dets, valid=True
|
|
[23:56:34 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:56:34 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:56:34 INFO] Video frame video_test01_000103: 1 dets, valid=True
|
|
[23:56:34 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:56:34 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:56:34 INFO] Video frame video_test01_000105: 1 dets, valid=True
|
|
[23:56:34 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:56:35 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:56:35 INFO] Video frame video_test01_000106: 1 dets, valid=True
|
|
[23:56:35 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:56:35 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:56:35 INFO] Video frame video_test01_000108: 1 dets, valid=True
|
|
[23:56:35 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:56:35 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:56:35 INFO] Video frame video_test01_000110: 1 dets, valid=True
|
|
[23:56:35 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:56:35 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:56:35 INFO] Video frame video_test01_000111: 1 dets, valid=True
|
|
[23:56:35 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:56:35 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:56:35 INFO] Video frame video_test01_000113: 1 dets, valid=True
|
|
[23:56:35 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:56:35 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:56:35 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:56:35 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:56:35 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:56:35 INFO] Video frame video_test01_000116: 1 dets, valid=True
|
|
[23:56:35 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:56:36 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:56:36 INFO] Video frame video_test01_000118: 1 dets, valid=True
|
|
[23:56:36 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:56:36 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:56:36 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:56:36 INFO] Video frame video_test01_000121: 1 dets, valid=True
|
|
[23:56:36 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:56:36 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:56:36 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:56:36 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:56:36 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:56:37 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:56:37 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:56:37 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:56:37 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:56:37 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:56:37 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:56:37 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:56:37 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:56:37 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:56:37 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:56:38 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:56:38 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:56:38 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:56:38 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:56:38 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:56:38 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:56:38 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:56:38 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:56:39 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:56:39 INFO] Video frame video_test01_000151: 3 dets, valid=True
|
|
[23:56:39 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:56:39 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:56:39 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:56:39 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:56:39 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:56:39 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:56:39 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:56:40 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:56:40 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:56:40 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:56:40 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:56:40 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:56:40 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:56:40 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:56:41 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:56:41 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:56:41 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:56:41 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:56:41 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:56:41 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:56:41 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:56:42 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:56:42 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:56:42 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:56:42 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:56:42 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:56:43 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:56:43 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:56:43 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:56:43 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:56:43 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:56:43 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:56:43 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:56:44 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:56:44 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:56:44 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:56:44 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:56:44 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:56:44 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:56:44 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:56:45 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:56:45 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:56:45 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:56:45 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:56:45 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:56:45 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:56:45 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:56:46 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:56:46 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:56:46 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:56:46 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:56:46 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:56:46 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:56:47 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:56:47 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:56:47 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:56:47 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:56:47 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:56:47 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:56:47 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:56:47 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:56:48 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:56:48 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:56:48 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:56:48 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:56:48 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:56:48 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:56:48 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:56:48 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:56:49 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:56:49 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:56:49 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:56:49 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:56:49 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:56:49 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:56:49 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:56:50 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:56:50 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:56:50 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:56:50 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:56:50 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:56:50 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:56:50 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:56:51 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:56:51 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:56:51 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:56:51 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:56:51 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:56:51 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:56:51 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:56:51 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:56:51 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:56:52 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:56:52 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:56:52 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:56:52 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:56:52 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:56:52 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:56:52 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:56:52 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:56:52 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:56:52 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:56:52 INFO] Video frame video_test01_000306: 1 dets, valid=True
|
|
[23:56:52 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:56:52 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:56:52 INFO] Video frame video_test01_000308: 1 dets, valid=True
|
|
[23:56:52 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:56:52 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:56:52 INFO] Video frame video_test01_000310: 1 dets, valid=True
|
|
[23:56:52 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:56:53 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:56:53 INFO] Video frame video_test01_000311: 1 dets, valid=True
|
|
[23:56:53 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:56:53 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:56:53 INFO] Video frame video_test01_000313: 1 dets, valid=True
|
|
[23:56:53 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:56:53 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:56:53 INFO] Video frame video_test01_000314: 1 dets, valid=True
|
|
[23:56:53 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:56:53 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:56:53 INFO] Video frame video_test01_000316: 1 dets, valid=True
|
|
[23:56:53 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:56:53 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:56:53 INFO] Video frame video_test01_000318: 1 dets, valid=True
|
|
[23:56:53 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:56:53 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:56:53 INFO] Video frame video_test01_000319: 1 dets, valid=True
|
|
[23:56:53 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:56:53 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:56:53 INFO] Video frame video_test01_000321: 1 dets, valid=True
|
|
[23:56:53 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:56:53 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:56:53 INFO] Video frame video_test01_000322: 1 dets, valid=True
|
|
[23:56:53 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:56:54 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:56:54 INFO] Video frame video_test01_000324: 1 dets, valid=True
|
|
[23:56:54 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:56:54 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:56:54 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:56:54 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:56:54 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:56:54 INFO] Video frame video_test01_000327: 1 dets, valid=True
|
|
[23:56:54 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:56:54 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:56:54 INFO] Video frame video_test01_000329: 1 dets, valid=True
|
|
[23:56:54 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:56:54 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:56:54 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:56:54 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:56:54 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:56:55 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:56:55 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:56:55 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:56:55 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:56:55 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:56:55 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:56:55 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:56:55 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:56:56 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:56:56 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:56:56 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:56:56 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:56:56 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:56:56 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:56:56 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:56:56 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:56:56 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:56:57 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:56:57 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:56:57 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:56:57 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:56:57 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:56:57 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:56:57 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:56:57 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:56:57 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:56:58 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:56:58 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:56:58 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:56:58 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:56:58 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:56:58 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:56:58 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:56:58 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:56:58 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:56:58 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:56:59 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:56:59 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:56:59 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:56:59 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:56:59 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:56:59 INFO] Video done: 1000 frames read, 250 batches processed
|
|
[23:57:00 INFO] init AI...
|
|
[23:57:00 INFO] run inference on /Users/obezdienie001/dev/azaion/suite/detections/e2e/fixtures/video_test01.mp4...
|
|
[23:57:00 INFO] Video: 1000 frames, 25.0 fps, 2560x1440
|
|
[23:57:00 INFO] Video batch 1: frame 4/1000 (0%)
|
|
[23:57:00 INFO] Video batch 2: frame 8/1000 (0%)
|
|
[23:57:00 INFO] Video batch 3: frame 12/1000 (1%)
|
|
[23:57:01 INFO] Video batch 4: frame 16/1000 (1%)
|
|
[23:57:01 INFO] Video batch 4: 1 detections from postprocess
|
|
[23:57:01 INFO] Video frame video_test01_000006: 1 dets, valid=True
|
|
[23:57:01 INFO] Video batch 5: frame 20/1000 (2%)
|
|
[23:57:01 INFO] Video batch 5: 1 detections from postprocess
|
|
[23:57:01 INFO] Video frame video_test01_000007: 1 dets, valid=False
|
|
[23:57:01 INFO] Video batch 6: frame 24/1000 (2%)
|
|
[23:57:01 INFO] Video batch 6: 1 detections from postprocess
|
|
[23:57:01 INFO] Video frame video_test01_000009: 1 dets, valid=False
|
|
[23:57:01 INFO] Video batch 7: frame 28/1000 (2%)
|
|
[23:57:01 INFO] Video batch 7: 1 detections from postprocess
|
|
[23:57:01 INFO] Video frame video_test01_000010: 1 dets, valid=False
|
|
[23:57:01 INFO] Video batch 8: frame 32/1000 (3%)
|
|
[23:57:01 INFO] Video batch 8: 1 detections from postprocess
|
|
[23:57:01 INFO] Video frame video_test01_000012: 1 dets, valid=False
|
|
[23:57:01 INFO] Video batch 9: frame 36/1000 (3%)
|
|
[23:57:01 INFO] Video batch 9: 1 detections from postprocess
|
|
[23:57:01 INFO] Video frame video_test01_000014: 1 dets, valid=False
|
|
[23:57:01 INFO] Video batch 10: frame 40/1000 (4%)
|
|
[23:57:01 INFO] Video batch 10: 1 detections from postprocess
|
|
[23:57:01 INFO] Video frame video_test01_000015: 1 dets, valid=False
|
|
[23:57:01 INFO] Video batch 11: frame 44/1000 (4%)
|
|
[23:57:02 INFO] Video batch 11: 1 detections from postprocess
|
|
[23:57:02 INFO] Video frame video_test01_000017: 1 dets, valid=False
|
|
[23:57:02 INFO] Video batch 12: frame 48/1000 (4%)
|
|
[23:57:02 INFO] Video batch 12: 1 detections from postprocess
|
|
[23:57:02 INFO] Video frame video_test01_000018: 1 dets, valid=False
|
|
[23:57:02 INFO] Video batch 13: frame 52/1000 (5%)
|
|
[23:57:02 INFO] Video batch 13: 1 detections from postprocess
|
|
[23:57:02 INFO] Video frame video_test01_000020: 1 dets, valid=False
|
|
[23:57:02 INFO] Video batch 14: frame 56/1000 (5%)
|
|
[23:57:02 INFO] Video batch 14: 1 detections from postprocess
|
|
[23:57:02 INFO] Video frame video_test01_000022: 1 dets, valid=False
|
|
[23:57:02 INFO] Video batch 15: frame 60/1000 (6%)
|
|
[23:57:02 INFO] Video batch 15: 1 detections from postprocess
|
|
[23:57:02 INFO] Video frame video_test01_000023: 1 dets, valid=False
|
|
[23:57:02 INFO] Video batch 16: frame 64/1000 (6%)
|
|
[23:57:02 INFO] Video batch 16: 1 detections from postprocess
|
|
[23:57:02 INFO] Video frame video_test01_000025: 1 dets, valid=False
|
|
[23:57:02 INFO] Video batch 17: frame 68/1000 (6%)
|
|
[23:57:02 INFO] Video batch 17: 1 detections from postprocess
|
|
[23:57:02 INFO] Video frame video_test01_000026: 1 dets, valid=True
|
|
[23:57:02 INFO] Video batch 18: frame 72/1000 (7%)
|
|
[23:57:03 INFO] Video batch 18: 1 detections from postprocess
|
|
[23:57:03 INFO] Video frame video_test01_000028: 1 dets, valid=False
|
|
[23:57:03 INFO] Video batch 19: frame 76/1000 (7%)
|
|
[23:57:03 INFO] Video batch 19: 1 detections from postprocess
|
|
[23:57:03 INFO] Video frame video_test01_000030: 1 dets, valid=False
|
|
[23:57:03 INFO] Video batch 20: frame 80/1000 (8%)
|
|
[23:57:03 INFO] Video batch 20: 1 detections from postprocess
|
|
[23:57:03 INFO] Video frame video_test01_000031: 1 dets, valid=False
|
|
[23:57:03 INFO] Video batch 21: frame 84/1000 (8%)
|
|
[23:57:03 INFO] Video batch 21: 1 detections from postprocess
|
|
[23:57:03 INFO] Video frame video_test01_000033: 1 dets, valid=False
|
|
[23:57:03 INFO] Video batch 22: frame 88/1000 (8%)
|
|
[23:57:03 INFO] Video batch 22: 1 detections from postprocess
|
|
[23:57:03 INFO] Video frame video_test01_000034: 1 dets, valid=False
|
|
[23:57:03 INFO] Video batch 23: frame 92/1000 (9%)
|
|
[23:57:03 INFO] Video batch 24: frame 96/1000 (9%)
|
|
[23:57:03 INFO] Video batch 25: frame 100/1000 (10%)
|
|
[23:57:03 INFO] Video batch 26: frame 104/1000 (10%)
|
|
[23:57:04 INFO] Video batch 26: 1 detections from postprocess
|
|
[23:57:04 INFO] Video frame video_test01_000041: 1 dets, valid=False
|
|
[23:57:04 INFO] Video batch 27: frame 108/1000 (10%)
|
|
[23:57:04 INFO] Video batch 27: 1 detections from postprocess
|
|
[23:57:04 INFO] Video frame video_test01_000042: 1 dets, valid=False
|
|
[23:57:04 INFO] Video batch 28: frame 112/1000 (11%)
|
|
[23:57:04 INFO] Video batch 28: 1 detections from postprocess
|
|
[23:57:04 INFO] Video frame video_test01_000044: 1 dets, valid=False
|
|
[23:57:04 INFO] Video batch 29: frame 116/1000 (11%)
|
|
[23:57:04 INFO] Video batch 29: 1 detections from postprocess
|
|
[23:57:04 INFO] Video frame video_test01_000046: 1 dets, valid=False
|
|
[23:57:04 INFO] Video batch 30: frame 120/1000 (12%)
|
|
[23:57:04 INFO] Video batch 30: 1 detections from postprocess
|
|
[23:57:04 INFO] Video frame video_test01_000047: 1 dets, valid=True
|
|
[23:57:04 INFO] Video batch 31: frame 124/1000 (12%)
|
|
[23:57:04 INFO] Video batch 31: 1 detections from postprocess
|
|
[23:57:04 INFO] Video frame video_test01_000049: 1 dets, valid=False
|
|
[23:57:04 INFO] Video batch 32: frame 128/1000 (12%)
|
|
[23:57:04 INFO] Video batch 32: 1 detections from postprocess
|
|
[23:57:04 INFO] Video frame video_test01_000050: 1 dets, valid=False
|
|
[23:57:04 INFO] Video batch 33: frame 132/1000 (13%)
|
|
[23:57:04 INFO] Video batch 33: 1 detections from postprocess
|
|
[23:57:04 INFO] Video frame video_test01_000052: 1 dets, valid=False
|
|
[23:57:04 INFO] Video batch 34: frame 136/1000 (13%)
|
|
[23:57:04 INFO] Video batch 34: 1 detections from postprocess
|
|
[23:57:04 INFO] Video frame video_test01_000054: 1 dets, valid=False
|
|
[23:57:04 INFO] Video batch 35: frame 140/1000 (14%)
|
|
[23:57:05 INFO] Video batch 35: 1 detections from postprocess
|
|
[23:57:05 INFO] Video frame video_test01_000055: 1 dets, valid=False
|
|
[23:57:05 INFO] Video batch 36: frame 144/1000 (14%)
|
|
[23:57:05 INFO] Video batch 36: 1 detections from postprocess
|
|
[23:57:05 INFO] Video frame video_test01_000057: 1 dets, valid=False
|
|
[23:57:05 INFO] Video batch 37: frame 148/1000 (14%)
|
|
[23:57:05 INFO] Video batch 38: frame 152/1000 (15%)
|
|
[23:57:05 INFO] Video batch 39: frame 156/1000 (15%)
|
|
[23:57:05 INFO] Video batch 40: frame 160/1000 (16%)
|
|
[23:57:05 INFO] Video batch 41: frame 164/1000 (16%)
|
|
[23:57:05 INFO] Video batch 42: frame 168/1000 (16%)
|
|
[23:57:05 INFO] Video batch 42: 1 detections from postprocess
|
|
[23:57:05 INFO] Video frame video_test01_000066: 1 dets, valid=False
|
|
[23:57:05 INFO] Video batch 43: frame 172/1000 (17%)
|
|
[23:57:06 INFO] Video batch 43: 1 detections from postprocess
|
|
[23:57:06 INFO] Video frame video_test01_000068: 1 dets, valid=True
|
|
[23:57:06 INFO] Video batch 44: frame 176/1000 (17%)
|
|
[23:57:06 INFO] Video batch 45: frame 180/1000 (18%)
|
|
[23:57:06 INFO] Video batch 46: frame 184/1000 (18%)
|
|
[23:57:06 INFO] Video batch 46: 1 detections from postprocess
|
|
[23:57:06 INFO] Video frame video_test01_000073: 1 dets, valid=True
|
|
[23:57:06 INFO] Video batch 47: frame 188/1000 (18%)
|
|
[23:57:06 INFO] Video batch 47: 1 detections from postprocess
|
|
[23:57:06 INFO] Video frame video_test01_000074: 1 dets, valid=False
|
|
[23:57:06 INFO] Video batch 48: frame 192/1000 (19%)
|
|
[23:57:06 INFO] Video batch 48: 1 detections from postprocess
|
|
[23:57:06 INFO] Video frame video_test01_000076: 1 dets, valid=False
|
|
[23:57:06 INFO] Video batch 49: frame 196/1000 (19%)
|
|
[23:57:06 INFO] Video batch 49: 1 detections from postprocess
|
|
[23:57:06 INFO] Video frame video_test01_000078: 1 dets, valid=False
|
|
[23:57:06 INFO] Video batch 50: frame 200/1000 (20%)
|
|
[23:57:06 INFO] Video batch 50: 1 detections from postprocess
|
|
[23:57:06 INFO] Video frame video_test01_000079: 1 dets, valid=False
|
|
[23:57:06 INFO] Video batch 51: frame 204/1000 (20%)
|
|
[23:57:06 INFO] Video batch 51: 1 detections from postprocess
|
|
[23:57:06 INFO] Video frame video_test01_000081: 1 dets, valid=False
|
|
[23:57:06 INFO] Video batch 52: frame 208/1000 (20%)
|
|
[23:57:07 INFO] Video batch 52: 1 detections from postprocess
|
|
[23:57:07 INFO] Video frame video_test01_000082: 1 dets, valid=False
|
|
[23:57:07 INFO] Video batch 53: frame 212/1000 (21%)
|
|
[23:57:07 INFO] Video batch 53: 1 detections from postprocess
|
|
[23:57:07 INFO] Video frame video_test01_000084: 1 dets, valid=False
|
|
[23:57:07 INFO] Video batch 54: frame 216/1000 (21%)
|
|
[23:57:07 INFO] Video batch 54: 1 detections from postprocess
|
|
[23:57:07 INFO] Video frame video_test01_000086: 1 dets, valid=False
|
|
[23:57:07 INFO] Video batch 55: frame 220/1000 (22%)
|
|
[23:57:07 INFO] Video batch 55: 1 detections from postprocess
|
|
[23:57:07 INFO] Video frame video_test01_000087: 1 dets, valid=False
|
|
[23:57:07 INFO] Video batch 56: frame 224/1000 (22%)
|
|
[23:57:07 INFO] Video batch 56: 1 detections from postprocess
|
|
[23:57:07 INFO] Video frame video_test01_000089: 1 dets, valid=False
|
|
[23:57:07 INFO] Video batch 57: frame 228/1000 (22%)
|
|
[23:57:07 INFO] Video batch 57: 1 detections from postprocess
|
|
[23:57:07 INFO] Video frame video_test01_000090: 1 dets, valid=False
|
|
[23:57:07 INFO] Video batch 58: frame 232/1000 (23%)
|
|
[23:57:07 INFO] Video batch 58: 1 detections from postprocess
|
|
[23:57:07 INFO] Video frame video_test01_000092: 1 dets, valid=False
|
|
[23:57:07 INFO] Video batch 59: frame 236/1000 (23%)
|
|
[23:57:07 INFO] Video batch 59: 1 detections from postprocess
|
|
[23:57:07 INFO] Video frame video_test01_000094: 1 dets, valid=True
|
|
[23:57:07 INFO] Video batch 60: frame 240/1000 (24%)
|
|
[23:57:07 INFO] Video batch 60: 1 detections from postprocess
|
|
[23:57:07 INFO] Video frame video_test01_000095: 1 dets, valid=False
|
|
[23:57:08 INFO] Video batch 61: frame 244/1000 (24%)
|
|
[23:57:08 INFO] Video batch 61: 1 detections from postprocess
|
|
[23:57:08 INFO] Video frame video_test01_000097: 1 dets, valid=False
|
|
[23:57:08 INFO] Video batch 62: frame 248/1000 (24%)
|
|
[23:57:08 INFO] Video batch 62: 1 detections from postprocess
|
|
[23:57:08 INFO] Video frame video_test01_000098: 1 dets, valid=False
|
|
[23:57:08 INFO] Video batch 63: frame 252/1000 (25%)
|
|
[23:57:08 INFO] Video batch 63: 1 detections from postprocess
|
|
[23:57:08 INFO] Video frame video_test01_000100: 1 dets, valid=False
|
|
[23:57:08 INFO] Video batch 64: frame 256/1000 (25%)
|
|
[23:57:08 INFO] Video batch 64: 1 detections from postprocess
|
|
[23:57:08 INFO] Video frame video_test01_000102: 1 dets, valid=False
|
|
[23:57:08 INFO] Video batch 65: frame 260/1000 (26%)
|
|
[23:57:08 INFO] Video batch 65: 1 detections from postprocess
|
|
[23:57:08 INFO] Video frame video_test01_000103: 1 dets, valid=False
|
|
[23:57:08 INFO] Video batch 66: frame 264/1000 (26%)
|
|
[23:57:08 INFO] Video batch 66: 1 detections from postprocess
|
|
[23:57:08 INFO] Video frame video_test01_000105: 1 dets, valid=False
|
|
[23:57:08 INFO] Video batch 67: frame 268/1000 (26%)
|
|
[23:57:08 INFO] Video batch 67: 1 detections from postprocess
|
|
[23:57:08 INFO] Video frame video_test01_000106: 1 dets, valid=False
|
|
[23:57:08 INFO] Video batch 68: frame 272/1000 (27%)
|
|
[23:57:08 INFO] Video batch 68: 1 detections from postprocess
|
|
[23:57:08 INFO] Video frame video_test01_000108: 1 dets, valid=False
|
|
[23:57:08 INFO] Video batch 69: frame 276/1000 (27%)
|
|
[23:57:09 INFO] Video batch 69: 1 detections from postprocess
|
|
[23:57:09 INFO] Video frame video_test01_000110: 1 dets, valid=False
|
|
[23:57:09 INFO] Video batch 70: frame 280/1000 (28%)
|
|
[23:57:09 INFO] Video batch 70: 1 detections from postprocess
|
|
[23:57:09 INFO] Video frame video_test01_000111: 1 dets, valid=False
|
|
[23:57:09 INFO] Video batch 71: frame 284/1000 (28%)
|
|
[23:57:09 INFO] Video batch 71: 1 detections from postprocess
|
|
[23:57:09 INFO] Video frame video_test01_000113: 1 dets, valid=False
|
|
[23:57:09 INFO] Video batch 72: frame 288/1000 (28%)
|
|
[23:57:09 INFO] Video batch 72: 1 detections from postprocess
|
|
[23:57:09 INFO] Video frame video_test01_000114: 1 dets, valid=True
|
|
[23:57:09 INFO] Video batch 73: frame 292/1000 (29%)
|
|
[23:57:09 INFO] Video batch 73: 1 detections from postprocess
|
|
[23:57:09 INFO] Video frame video_test01_000116: 1 dets, valid=False
|
|
[23:57:09 INFO] Video batch 74: frame 296/1000 (29%)
|
|
[23:57:09 INFO] Video batch 74: 1 detections from postprocess
|
|
[23:57:09 INFO] Video frame video_test01_000118: 1 dets, valid=False
|
|
[23:57:09 INFO] Video batch 75: frame 300/1000 (30%)
|
|
[23:57:09 INFO] Video batch 76: frame 304/1000 (30%)
|
|
[23:57:10 INFO] Video batch 76: 1 detections from postprocess
|
|
[23:57:10 INFO] Video frame video_test01_000121: 1 dets, valid=False
|
|
[23:57:10 INFO] Video batch 77: frame 308/1000 (30%)
|
|
[23:57:10 INFO] Video batch 78: frame 312/1000 (31%)
|
|
[23:57:10 INFO] Video batch 79: frame 316/1000 (31%)
|
|
[23:57:10 INFO] Video batch 80: frame 320/1000 (32%)
|
|
[23:57:10 INFO] Video batch 81: frame 324/1000 (32%)
|
|
[23:57:10 INFO] Video batch 82: frame 328/1000 (32%)
|
|
[23:57:10 INFO] Video batch 83: frame 332/1000 (33%)
|
|
[23:57:10 INFO] Video batch 84: frame 336/1000 (33%)
|
|
[23:57:11 INFO] Video batch 85: frame 340/1000 (34%)
|
|
[23:57:11 INFO] Video batch 86: frame 344/1000 (34%)
|
|
[23:57:11 INFO] Video batch 87: frame 348/1000 (34%)
|
|
[23:57:11 INFO] Video batch 88: frame 352/1000 (35%)
|
|
[23:57:11 INFO] Video batch 88: 1 detections from postprocess
|
|
[23:57:11 INFO] Video frame video_test01_000140: 1 dets, valid=True
|
|
[23:57:11 INFO] Video batch 89: frame 356/1000 (35%)
|
|
[23:57:11 INFO] Video batch 90: frame 360/1000 (36%)
|
|
[23:57:11 INFO] Video batch 91: frame 364/1000 (36%)
|
|
[23:57:12 INFO] Video batch 92: frame 368/1000 (36%)
|
|
[23:57:12 INFO] Video batch 93: frame 372/1000 (37%)
|
|
[23:57:12 INFO] Video batch 94: frame 376/1000 (37%)
|
|
[23:57:12 INFO] Video batch 94: 4 detections from postprocess
|
|
[23:57:12 INFO] Video frame video_test01_000150: 4 dets, valid=True
|
|
[23:57:12 INFO] Video batch 95: frame 380/1000 (38%)
|
|
[23:57:12 INFO] Video batch 95: 3 detections from postprocess
|
|
[23:57:12 INFO] Video frame video_test01_000151: 3 dets, valid=False
|
|
[23:57:12 INFO] Video batch 96: frame 384/1000 (38%)
|
|
[23:57:12 INFO] Video batch 97: frame 388/1000 (38%)
|
|
[23:57:12 INFO] Video batch 98: frame 392/1000 (39%)
|
|
[23:57:12 INFO] Video batch 99: frame 396/1000 (39%)
|
|
[23:57:12 INFO] Video batch 100: frame 400/1000 (40%)
|
|
[23:57:13 INFO] Video batch 101: frame 404/1000 (40%)
|
|
[23:57:13 INFO] Video batch 102: frame 408/1000 (40%)
|
|
[23:57:13 INFO] Video batch 103: frame 412/1000 (41%)
|
|
[23:57:13 INFO] Video batch 104: frame 416/1000 (41%)
|
|
[23:57:13 INFO] Video batch 105: frame 420/1000 (42%)
|
|
[23:57:13 INFO] Video batch 106: frame 424/1000 (42%)
|
|
[23:57:13 INFO] Video batch 107: frame 428/1000 (42%)
|
|
[23:57:13 INFO] Video batch 108: frame 432/1000 (43%)
|
|
[23:57:14 INFO] Video batch 109: frame 436/1000 (43%)
|
|
[23:57:14 INFO] Video batch 110: frame 440/1000 (44%)
|
|
[23:57:14 INFO] Video batch 111: frame 444/1000 (44%)
|
|
[23:57:14 INFO] Video batch 112: frame 448/1000 (44%)
|
|
[23:57:14 INFO] Video batch 113: frame 452/1000 (45%)
|
|
[23:57:14 INFO] Video batch 114: frame 456/1000 (45%)
|
|
[23:57:14 INFO] Video batch 115: frame 460/1000 (46%)
|
|
[23:57:14 INFO] Video batch 116: frame 464/1000 (46%)
|
|
[23:57:15 INFO] Video batch 117: frame 468/1000 (46%)
|
|
[23:57:15 INFO] Video batch 118: frame 472/1000 (47%)
|
|
[23:57:15 INFO] Video batch 119: frame 476/1000 (47%)
|
|
[23:57:15 INFO] Video batch 120: frame 480/1000 (48%)
|
|
[23:57:15 INFO] Video batch 121: frame 484/1000 (48%)
|
|
[23:57:15 INFO] Video batch 122: frame 488/1000 (48%)
|
|
[23:57:15 INFO] Video batch 123: frame 492/1000 (49%)
|
|
[23:57:15 INFO] Video batch 124: frame 496/1000 (49%)
|
|
[23:57:15 INFO] Video batch 125: frame 500/1000 (50%)
|
|
[23:57:16 INFO] Video batch 126: frame 504/1000 (50%)
|
|
[23:57:16 INFO] Video batch 127: frame 508/1000 (50%)
|
|
[23:57:16 INFO] Video batch 128: frame 512/1000 (51%)
|
|
[23:57:16 INFO] Video batch 129: frame 516/1000 (51%)
|
|
[23:57:16 INFO] Video batch 130: frame 520/1000 (52%)
|
|
[23:57:16 INFO] Video batch 131: frame 524/1000 (52%)
|
|
[23:57:16 INFO] Video batch 132: frame 528/1000 (52%)
|
|
[23:57:16 INFO] Video batch 133: frame 532/1000 (53%)
|
|
[23:57:17 INFO] Video batch 134: frame 536/1000 (53%)
|
|
[23:57:17 INFO] Video batch 135: frame 540/1000 (54%)
|
|
[23:57:17 INFO] Video batch 136: frame 544/1000 (54%)
|
|
[23:57:17 INFO] Video batch 137: frame 548/1000 (54%)
|
|
[23:57:17 INFO] Video batch 138: frame 552/1000 (55%)
|
|
[23:57:17 INFO] Video batch 139: frame 556/1000 (55%)
|
|
[23:57:17 INFO] Video batch 140: frame 560/1000 (56%)
|
|
[23:57:17 INFO] Video batch 141: frame 564/1000 (56%)
|
|
[23:57:18 INFO] Video batch 142: frame 568/1000 (56%)
|
|
[23:57:18 INFO] Video batch 143: frame 572/1000 (57%)
|
|
[23:57:18 INFO] Video batch 144: frame 576/1000 (57%)
|
|
[23:57:18 INFO] Video batch 145: frame 580/1000 (58%)
|
|
[23:57:18 INFO] Video batch 146: frame 584/1000 (58%)
|
|
[23:57:18 INFO] Video batch 147: frame 588/1000 (58%)
|
|
[23:57:18 INFO] Video batch 148: frame 592/1000 (59%)
|
|
[23:57:18 INFO] Video batch 149: frame 596/1000 (59%)
|
|
[23:57:19 INFO] Video batch 150: frame 600/1000 (60%)
|
|
[23:57:19 INFO] Video batch 151: frame 604/1000 (60%)
|
|
[23:57:19 INFO] Video batch 152: frame 608/1000 (60%)
|
|
[23:57:19 INFO] Video batch 153: frame 612/1000 (61%)
|
|
[23:57:19 INFO] Video batch 154: frame 616/1000 (61%)
|
|
[23:57:19 INFO] Video batch 155: frame 620/1000 (62%)
|
|
[23:57:19 INFO] Video batch 156: frame 624/1000 (62%)
|
|
[23:57:19 INFO] Video batch 157: frame 628/1000 (62%)
|
|
[23:57:20 INFO] Video batch 158: frame 632/1000 (63%)
|
|
[23:57:20 INFO] Video batch 159: frame 636/1000 (63%)
|
|
[23:57:20 INFO] Video batch 160: frame 640/1000 (64%)
|
|
[23:57:20 INFO] Video batch 161: frame 644/1000 (64%)
|
|
[23:57:20 INFO] Video batch 162: frame 648/1000 (64%)
|
|
[23:57:20 INFO] Video batch 163: frame 652/1000 (65%)
|
|
[23:57:20 INFO] Video batch 164: frame 656/1000 (65%)
|
|
[23:57:20 INFO] Video batch 165: frame 660/1000 (66%)
|
|
[23:57:21 INFO] Video batch 166: frame 664/1000 (66%)
|
|
[23:57:21 INFO] Video batch 167: frame 668/1000 (66%)
|
|
[23:57:21 INFO] Video batch 168: frame 672/1000 (67%)
|
|
[23:57:21 INFO] Video batch 169: frame 676/1000 (67%)
|
|
[23:57:21 INFO] Video batch 170: frame 680/1000 (68%)
|
|
[23:57:21 INFO] Video batch 171: frame 684/1000 (68%)
|
|
[23:57:21 INFO] Video batch 172: frame 688/1000 (68%)
|
|
[23:57:21 INFO] Video batch 173: frame 692/1000 (69%)
|
|
[23:57:21 INFO] Video batch 174: frame 696/1000 (69%)
|
|
[23:57:22 INFO] Video batch 175: frame 700/1000 (70%)
|
|
[23:57:22 INFO] Video batch 176: frame 704/1000 (70%)
|
|
[23:57:22 INFO] Video batch 177: frame 708/1000 (70%)
|
|
[23:57:22 INFO] Video batch 178: frame 712/1000 (71%)
|
|
[23:57:22 INFO] Video batch 179: frame 716/1000 (71%)
|
|
[23:57:22 INFO] Video batch 180: frame 720/1000 (72%)
|
|
[23:57:22 INFO] Video batch 181: frame 724/1000 (72%)
|
|
[23:57:22 INFO] Video batch 182: frame 728/1000 (72%)
|
|
[23:57:23 INFO] Video batch 183: frame 732/1000 (73%)
|
|
[23:57:23 INFO] Video batch 184: frame 736/1000 (73%)
|
|
[23:57:23 INFO] Video batch 185: frame 740/1000 (74%)
|
|
[23:57:23 INFO] Video batch 186: frame 744/1000 (74%)
|
|
[23:57:23 INFO] Video batch 187: frame 748/1000 (74%)
|
|
[23:57:23 INFO] Video batch 188: frame 752/1000 (75%)
|
|
[23:57:23 INFO] Video batch 189: frame 756/1000 (75%)
|
|
[23:57:23 INFO] Video batch 190: frame 760/1000 (76%)
|
|
[23:57:23 INFO] Video batch 190: 1 detections from postprocess
|
|
[23:57:23 INFO] Video frame video_test01_000303: 1 dets, valid=True
|
|
[23:57:23 INFO] Video batch 191: frame 764/1000 (76%)
|
|
[23:57:24 INFO] Video batch 191: 1 detections from postprocess
|
|
[23:57:24 INFO] Video frame video_test01_000305: 1 dets, valid=True
|
|
[23:57:24 INFO] Video batch 192: frame 768/1000 (76%)
|
|
[23:57:24 INFO] Video batch 192: 1 detections from postprocess
|
|
[23:57:24 INFO] Video frame video_test01_000306: 1 dets, valid=False
|
|
[23:57:24 INFO] Video batch 193: frame 772/1000 (77%)
|
|
[23:57:24 INFO] Video batch 193: 1 detections from postprocess
|
|
[23:57:24 INFO] Video frame video_test01_000308: 1 dets, valid=False
|
|
[23:57:24 INFO] Video batch 194: frame 776/1000 (77%)
|
|
[23:57:24 INFO] Video batch 194: 1 detections from postprocess
|
|
[23:57:24 INFO] Video frame video_test01_000310: 1 dets, valid=False
|
|
[23:57:24 INFO] Video batch 195: frame 780/1000 (78%)
|
|
[23:57:24 INFO] Video batch 195: 1 detections from postprocess
|
|
[23:57:24 INFO] Video frame video_test01_000311: 1 dets, valid=False
|
|
[23:57:24 INFO] Video batch 196: frame 784/1000 (78%)
|
|
[23:57:24 INFO] Video batch 196: 1 detections from postprocess
|
|
[23:57:24 INFO] Video frame video_test01_000313: 1 dets, valid=False
|
|
[23:57:24 INFO] Video batch 197: frame 788/1000 (78%)
|
|
[23:57:24 INFO] Video batch 197: 1 detections from postprocess
|
|
[23:57:24 INFO] Video frame video_test01_000314: 1 dets, valid=False
|
|
[23:57:24 INFO] Video batch 198: frame 792/1000 (79%)
|
|
[23:57:25 INFO] Video batch 198: 1 detections from postprocess
|
|
[23:57:25 INFO] Video frame video_test01_000316: 1 dets, valid=False
|
|
[23:57:25 INFO] Video batch 199: frame 796/1000 (79%)
|
|
[23:57:25 INFO] Video batch 199: 1 detections from postprocess
|
|
[23:57:25 INFO] Video frame video_test01_000318: 1 dets, valid=False
|
|
[23:57:25 INFO] Video batch 200: frame 800/1000 (80%)
|
|
[23:57:25 INFO] Video batch 200: 1 detections from postprocess
|
|
[23:57:25 INFO] Video frame video_test01_000319: 1 dets, valid=False
|
|
[23:57:25 INFO] Video batch 201: frame 804/1000 (80%)
|
|
[23:57:25 INFO] Video batch 201: 1 detections from postprocess
|
|
[23:57:25 INFO] Video frame video_test01_000321: 1 dets, valid=False
|
|
[23:57:25 INFO] Video batch 202: frame 808/1000 (80%)
|
|
[23:57:25 INFO] Video batch 202: 1 detections from postprocess
|
|
[23:57:25 INFO] Video frame video_test01_000322: 1 dets, valid=False
|
|
[23:57:25 INFO] Video batch 203: frame 812/1000 (81%)
|
|
[23:57:25 INFO] Video batch 203: 1 detections from postprocess
|
|
[23:57:25 INFO] Video frame video_test01_000324: 1 dets, valid=False
|
|
[23:57:25 INFO] Video batch 204: frame 816/1000 (81%)
|
|
[23:57:25 INFO] Video batch 204: 1 detections from postprocess
|
|
[23:57:25 INFO] Video frame video_test01_000326: 1 dets, valid=True
|
|
[23:57:25 INFO] Video batch 205: frame 820/1000 (82%)
|
|
[23:57:25 INFO] Video batch 205: 1 detections from postprocess
|
|
[23:57:25 INFO] Video frame video_test01_000327: 1 dets, valid=False
|
|
[23:57:26 INFO] Video batch 206: frame 824/1000 (82%)
|
|
[23:57:26 INFO] Video batch 206: 1 detections from postprocess
|
|
[23:57:26 INFO] Video frame video_test01_000329: 1 dets, valid=False
|
|
[23:57:26 INFO] Video batch 207: frame 828/1000 (82%)
|
|
[23:57:26 INFO] Video batch 208: frame 832/1000 (83%)
|
|
[23:57:26 INFO] Video batch 209: frame 836/1000 (83%)
|
|
[23:57:26 INFO] Video batch 210: frame 840/1000 (84%)
|
|
[23:57:26 INFO] Video batch 211: frame 844/1000 (84%)
|
|
[23:57:26 INFO] Video batch 212: frame 848/1000 (84%)
|
|
[23:57:26 INFO] Video batch 213: frame 852/1000 (85%)
|
|
[23:57:26 INFO] Video batch 214: frame 856/1000 (85%)
|
|
[23:57:27 INFO] Video batch 215: frame 860/1000 (86%)
|
|
[23:57:27 INFO] Video batch 216: frame 864/1000 (86%)
|
|
[23:57:27 INFO] Video batch 217: frame 868/1000 (86%)
|
|
[23:57:27 INFO] Video batch 218: frame 872/1000 (87%)
|
|
[23:57:27 INFO] Video batch 219: frame 876/1000 (87%)
|
|
[23:57:27 INFO] Video batch 220: frame 880/1000 (88%)
|
|
[23:57:27 INFO] Video batch 221: frame 884/1000 (88%)
|
|
[23:57:27 INFO] Video batch 222: frame 888/1000 (88%)
|
|
[23:57:27 INFO] Video batch 223: frame 892/1000 (89%)
|
|
[23:57:28 INFO] Video batch 224: frame 896/1000 (89%)
|
|
[23:57:28 INFO] Video batch 225: frame 900/1000 (90%)
|
|
[23:57:28 INFO] Video batch 226: frame 904/1000 (90%)
|
|
[23:57:28 INFO] Video batch 227: frame 908/1000 (90%)
|
|
[23:57:28 INFO] Video batch 228: frame 912/1000 (91%)
|
|
[23:57:28 INFO] Video batch 229: frame 916/1000 (91%)
|
|
[23:57:28 INFO] Video batch 230: frame 920/1000 (92%)
|
|
[23:57:28 INFO] Video batch 231: frame 924/1000 (92%)
|
|
[23:57:28 INFO] Video batch 232: frame 928/1000 (92%)
|
|
[23:57:29 INFO] Video batch 233: frame 932/1000 (93%)
|
|
[23:57:29 INFO] Video batch 234: frame 936/1000 (93%)
|
|
[23:57:29 INFO] Video batch 235: frame 940/1000 (94%)
|
|
[23:57:29 INFO] Video batch 236: frame 944/1000 (94%)
|
|
[23:57:29 INFO] Video batch 237: frame 948/1000 (94%)
|
|
[23:57:29 INFO] Video batch 238: frame 952/1000 (95%)
|
|
[23:57:29 INFO] Video batch 239: frame 956/1000 (95%)
|
|
[23:57:29 INFO] Video batch 240: frame 960/1000 (96%)
|
|
[23:57:29 INFO] Video batch 240: 1 detections from postprocess
|
|
[23:57:29 INFO] Video frame video_test01_000383: 1 dets, valid=True
|
|
[23:57:30 INFO] Video batch 241: frame 964/1000 (96%)
|
|
[23:57:30 INFO] Video batch 242: frame 968/1000 (96%)
|
|
[23:57:30 INFO] Video batch 243: frame 972/1000 (97%)
|
|
[23:57:30 INFO] Video batch 244: frame 976/1000 (97%)
|
|
[23:57:30 INFO] Video batch 245: frame 980/1000 (98%)
|
|
[23:57:30 INFO] Video batch 246: frame 984/1000 (98%)
|
|
[23:57:30 INFO] Video batch 247: frame 988/1000 (98%)
|
|
[23:57:30 INFO] Video batch 248: frame 992/1000 (99%)
|
|
[23:57:31 INFO] Video batch 249: frame 996/1000 (99%)
|
|
[23:57:31 INFO] Video batch 250: frame 1000/1000 (100%)
|
|
[23:57:31 INFO] Video done: 1000 frames read, 250 batches processed
|