2023-03-22 11:43:15: Client request 'detect' in the queue (#reqid f1e2c8d7-cc8a-4147-96c0-7a9b8b42a67a)
2023-03-22 11:43:15: Request 'detect' dequeued for processing (#reqid f1e2c8d7-cc8a-4147-96c0-7a9b8b42a67a)
2023-03-22 11:43:15: Client request 'detect' in the queue (#reqid 622c96b9-33d3-44d0-b776-abfd3ea98ba8)
2023-03-22 11:43:15: Request 'detect' dequeued for processing (#reqid 622c96b9-33d3-44d0-b776-abfd3ea98ba8)
2023-03-22 11:43:16: Object Detection (YOLOv5 6.2): Retrieved objectdetection_queue command in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:16: Response received (#reqid f1e2c8d7-cc8a-4147-96c0-7a9b8b42a67a)
2023-03-22 11:43:16: Response received (#reqid 622c96b9-33d3-44d0-b776-abfd3ea98ba8)
2023-03-22 11:43:17: detect_adapter.py: Timeout connecting to the server
2023-03-22 11:43:17: detect_adapter.py: [Exception] : Traceback (most recent call last):
2023-03-22 11:43:17: detect_adapter.py: [Exception] : Traceback (most recent call last):
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\ObjectDetectionYolo\detect_adapter.py", line 309, in do_detection
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\ObjectDetectionYolo\detect_adapter.py", line 309, in do_detection
2023-03-22 11:43:17: detect_adapter.py: det = detector(img, size=640)
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\torch\nn\modules\module.py", line 1102, in _call_impl
2023-03-22 11:43:17: detect_adapter.py: return forward_call(*input, **kwargs)
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\torch\autograd\grad_mode.py", line 28, in decorate_context
2023-03-22 11:43:17: detect_adapter.py: return func(*args, **kwargs)
2023-03-22 11:43:17: detect_adapter.py: det = detector(img, size=640)
2023-03-22 11:43:17 [Exception]: Traceback (most recent call last):
File "C:\Program Files\CodeProject\AI\AnalysisLayer\ObjectDetectionYolo\detect_adapter.py", line 309, in do_detection
det = detector(img, size=640)
File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\torch\nn\modules\module.py", line 1102, in _call_impl
return forward_call(*input, **kwargs)
File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\torch\autograd\grad_mode.py", line 28, in decorate_context
return func(*args, **kwargs)
File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\yolov5\models\common.py", line 669, in forward
with dt[0]:
File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\yolov5\utils\general.py", line 158, in __enter__
self.start = self.time()
File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\yolov5\utils\general.py", line 167, in time
torch.cuda.synchronize()
File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\torch\cuda\__init__.py", line 493, in synchronize
return torch._C._cuda_synchronize()
RuntimeError: CUDA error: unknown error
CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\torch\autograd\grad_mode.py", line 28, in decorate_context
2023-03-22 11:43:17: detect_adapter.py: self.start = self.time()
2023-03-22 11:43:17: detect_adapter.py: return func(*args, **kwargs)
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\yolov5\utils\general.py", line 167, in time
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\yolov5\models\common.py", line 669, in forward
2023-03-22 11:43:17: detect_adapter.py: torch.cuda.synchronize()
2023-03-22 11:43:17: detect_adapter.py: with dt[0]:
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\torch\cuda\__init__.py", line 493, in synchronize
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\yolov5\utils\general.py", line 158, in __enter__
2023-03-22 11:43:17: detect_adapter.py: return torch._C._cuda_synchronize()
2023-03-22 11:43:17: detect_adapter.py: self.start = self.time()
2023-03-22 11:43:17: detect_adapter.py: RuntimeError: CUDA error: unknown error
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\yolov5\utils\general.py", line 167, in time
2023-03-22 11:43:17: detect_adapter.py: CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect.
2023-03-22 11:43:17: detect_adapter.py: torch.cuda.synchronize()
2023-03-22 11:43:17: detect_adapter.py: For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\torch\cuda\__init__.py", line 493, in synchronize
2023-03-22 11:43:17: detect_adapter.py: Object Detection (YOLOv5 6.2): [Exception] : Traceback (most recent call last):
2023-03-22 11:43:17: detect_adapter.py: return torch._C._cuda_synchronize()
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\ObjectDetectionYolo\detect_adapter.py", line 309, in do_detection
2023-03-22 11:43:17: detect_adapter.py: RuntimeError: CUDA error: unknown error
2023-03-22 11:43:17: detect_adapter.py: det = detector(img, size=640)
2023-03-22 11:43:17: detect_adapter.py: CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect.
2023-03-22 11:43:17: detect_adapter.py: For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
2023-03-22 11:43:17: detect_adapter.py: Object Detection (YOLOv5 6.2): [Exception] : Traceback (most recent call last):
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\ObjectDetectionYolo\detect_adapter.py", line 309, in do_detection
2023-03-22 11:43:17: detect_adapter.py: det = detector(img, size=640)
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\torch\nn\modules\module.py", line 1102, in _call_impl
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\torch\nn\modules\module.py", line 1102, in _call_impl
2023-03-22 11:43:17: Object Detection (YOLOv5 6.2): [Exception] : Traceback (most recent call last): in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:17: detect_adapter.py: return forward_call(*input, **kwargs)
2023-03-22 11:43:17: detect_adapter.py: return forward_call(*input, **kwargs)
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\torch\autograd\grad_mode.py", line 28, in decorate_context
2023-03-22 11:43:17: detect_adapter.py: return func(*args, **kwargs)
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\torch\autograd\grad_mode.py", line 28, in decorate_context
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\yolov5\models\common.py", line 669, in forward
2023-03-22 11:43:17: detect_adapter.py: with dt[0]:
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\yolov5\utils\general.py", line 158, in __enter__
2023-03-22 11:43:17: detect_adapter.py: self.start = self.time()
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\yolov5\utils\general.py", line 167, in time
2023-03-22 11:43:17: detect_adapter.py: torch.cuda.synchronize()
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\torch\cuda\__init__.py", line 493, in synchronize
2023-03-22 11:43:17: detect_adapter.py: return torch._C._cuda_synchronize()
2023-03-22 11:43:17: detect_adapter.py: RuntimeError: CUDA error: unknown error
2023-03-22 11:43:17: detect_adapter.py: return func(*args, **kwargs)
2023-03-22 11:43:17: Client request 'detect' in the queue (#reqid 913f1bdf-acb2-4e9b-a360-ecc31188fdd7)
2023-03-22 11:43:17: detect_adapter.py: CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect.
2023-03-22 11:43:17: detect_adapter.py: For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\yolov5\models\common.py", line 669, in forward
2023-03-22 11:43:17: Request 'detect' dequeued for processing (#reqid 913f1bdf-acb2-4e9b-a360-ecc31188fdd7)
2023-03-22 11:43:17: Object Detection (YOLOv5 6.2): Queue and Processing Object Detection (YOLOv5 6.2) command 'detect' (#reqid f1e2c8d7-cc8a-4147-96c0-7a9b8b42a67a) took 225ms (command timing) in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:17: detect_adapter.py: with dt[0]:
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\yolov5\utils\general.py", line 158, in __enter__
2023-03-22 11:43:17: detect_adapter.py: self.start = self.time()
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\yolov5\utils\general.py", line 167, in time
2023-03-22 11:43:17: detect_adapter.py: torch.cuda.synchronize()
2023-03-22 11:43:17: detect_adapter.py: File "C:\Program Files\CodeProject\AI\AnalysisLayer\bin\windows\python37\venv\lib\site-packages\torch\cuda\__init__.py", line 493, in synchronize
2023-03-22 11:43:17: detect_adapter.py: return torch._C._cuda_synchronize()
2023-03-22 11:43:17: detect_adapter.py: RuntimeError: CUDA error: unknown error
2023-03-22 11:43:17: detect_adapter.py: CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect.
2023-03-22 11:43:17: detect_adapter.py: For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
2023-03-22 11:43:17: Client request 'detect' in the queue (#reqid 4acad97a-afb5-4aaa-9a7e-c014f076d915)
2023-03-22 11:43:17: Request 'detect' dequeued for processing (#reqid 4acad97a-afb5-4aaa-9a7e-c014f076d915)
2023-03-22 11:43:17: Client request 'detect' in the queue (#reqid 0dd79a32-5caf-464f-917a-27c3907a9d27)
2023-03-22 11:43:17: Client request 'detect' in the queue (#reqid ca8ecc1f-82a3-409f-b248-bd6e9cec4628)
2023-03-22 11:43:17: Object Detection (YOLOv5 6.2): [Exception] : Traceback (most recent call last): in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:17: Client request 'detect' in the queue (#reqid 2432c381-42f5-4fa1-bffb-ef80879f75c0)
2023-03-22 11:43:17: Request 'detect' dequeued for processing (#reqid 0dd79a32-5caf-464f-917a-27c3907a9d27)
2023-03-22 11:43:17: Client request 'detect' in the queue (#reqid f5b6346f-8564-4f32-a649-9e9a2bb245b3)
2023-03-22 11:43:17: Client request 'detect' in the queue (#reqid 8aa6d2f9-8362-4d82-b49f-834006003d83)
2023-03-22 11:43:17: Object Detection (YOLOv5 6.2): Queue and Processing Object Detection (YOLOv5 6.2) command 'detect' (#reqid 622c96b9-33d3-44d0-b776-abfd3ea98ba8) took 213ms (command timing) in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:17: Request 'detect' dequeued for processing (#reqid ca8ecc1f-82a3-409f-b248-bd6e9cec4628)
2023-03-22 11:43:17: Object Detection (YOLOv5 6.2): Retrieved objectdetection_queue command in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:17: Object Detection (YOLOv5 6.2): Retrieved objectdetection_queue command in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:17: Request 'detect' dequeued for processing (#reqid 2432c381-42f5-4fa1-bffb-ef80879f75c0)
2023-03-22 11:43:17: Object Detection (YOLOv5 6.2): Retrieved objectdetection_queue command in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:17: Response received (#reqid 913f1bdf-acb2-4e9b-a360-ecc31188fdd7)
2023-03-22 11:43:17: Object Detection (YOLOv5 6.2): [Exception] : Traceback (most recent call last): in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:17: Object Detection (YOLOv5 6.2): Queue and Processing Object Detection (YOLOv5 6.2) command 'detect' (#reqid 913f1bdf-acb2-4e9b-a360-ecc31188fdd7) took 94ms (command timing) in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:17: Object Detection (YOLOv5 6.2): Retrieved objectdetection_queue command in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:17: Object Detection (YOLOv5 6.2): Retrieved objectdetection_queue command in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:17: Object Detection (YOLOv5 6.2): [Exception] : Traceback (most recent call last): in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:17: Request 'detect' dequeued for processing (#reqid f5b6346f-8564-4f32-a649-9e9a2bb245b3)
2023-03-22 11:43:17: Response received (#reqid 4acad97a-afb5-4aaa-9a7e-c014f076d915)
2023-03-22 11:43:17: Object Detection (YOLOv5 6.2): Queue and Processing Object Detection (YOLOv5 6.2) command 'detect' (#reqid 4acad97a-afb5-4aaa-9a7e-c014f076d915) took 238ms (command timing) in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:18: Request 'detect' dequeued for processing (#reqid 8aa6d2f9-8362-4d82-b49f-834006003d83)
2023-03-22 11:43:18: Response received (#reqid 0dd79a32-5caf-464f-917a-27c3907a9d27)
2023-03-22 11:43:18: Object Detection (YOLOv5 6.2): [Exception] : Traceback (most recent call last): in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:18: Object Detection (YOLOv5 6.2): Queue and Processing Object Detection (YOLOv5 6.2) command 'detect' (#reqid 0dd79a32-5caf-464f-917a-27c3907a9d27) took 259ms (command timing) in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:18: Object Detection (YOLOv5 6.2): Retrieved objectdetection_queue command in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:18: Object Detection (YOLOv5 6.2): Retrieved objectdetection_queue command in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:18: Object Detection (YOLOv5 6.2): [Exception] : Traceback (most recent call last): in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:18: Response received (#reqid ca8ecc1f-82a3-409f-b248-bd6e9cec4628)
2023-03-22 11:43:18: Object Detection (YOLOv5 6.2): Queue and Processing Object Detection (YOLOv5 6.2) command 'detect' (#reqid ca8ecc1f-82a3-409f-b248-bd6e9cec4628) took 307ms (command timing) in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:18: Response received (#reqid 2432c381-42f5-4fa1-bffb-ef80879f75c0)
2023-03-22 11:43:18: Object Detection (YOLOv5 6.2): [Exception] : Traceback (most recent call last): in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:18: Object Detection (YOLOv5 6.2): Queue and Processing Object Detection (YOLOv5 6.2) command 'detect' (#reqid 2432c381-42f5-4fa1-bffb-ef80879f75c0) took 293ms (command timing) in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:18: Object Detection (YOLOv5 6.2): [Exception] : Traceback (most recent call last): in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:18: Response received (#reqid f5b6346f-8564-4f32-a649-9e9a2bb245b3)
2023-03-22 11:43:18: Object Detection (YOLOv5 6.2): Queue and Processing Object Detection (YOLOv5 6.2) command 'detect' (#reqid f5b6346f-8564-4f32-a649-9e9a2bb245b3) took 302ms (command timing) in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:18: Object Detection (YOLOv5 6.2): [Exception] : Traceback (most recent call last): in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:18: Response received (#reqid 8aa6d2f9-8362-4d82-b49f-834006003d83)
2023-03-22 11:43:18: Object Detection (YOLOv5 6.2): Queue and Processing Object Detection (YOLOv5 6.2) command 'detect' (#reqid 8aa6d2f9-8362-4d82-b49f-834006003d83) took 277ms (command timing) in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:21: Client request 'detect' in the queue (#reqid 87c1f949-6b43-4200-8b64-d2a317eccba5)
2023-03-22 11:43:21: Request 'detect' dequeued for processing (#reqid 87c1f949-6b43-4200-8b64-d2a317eccba5)
2023-03-22 11:43:21: Object Detection (YOLOv5 6.2): Retrieved objectdetection_queue command in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:21: Object Detection (YOLOv5 6.2): [Exception] : Traceback (most recent call last): in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:21: Response received (#reqid 87c1f949-6b43-4200-8b64-d2a317eccba5)
2023-03-22 11:43:21: Object Detection (YOLOv5 6.2): Queue and Processing Object Detection (YOLOv5 6.2) command 'detect' (#reqid 87c1f949-6b43-4200-8b64-d2a317eccba5) took 129ms (command timing) in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:22: Client request 'detect' in the queue (#reqid 6f5b8395-64c5-4b50-bad4-c1325a7ab654)
2023-03-22 11:43:22: Request 'detect' dequeued for processing (#reqid 6f5b8395-64c5-4b50-bad4-c1325a7ab654)
2023-03-22 11:43:22: Object Detection (YOLOv5 6.2): Retrieved objectdetection_queue command in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:22: Object Detection (YOLOv5 6.2): [Exception] : Traceback (most recent call last): in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:22: Response received (#reqid 6f5b8395-64c5-4b50-bad4-c1325a7ab654)
2023-03-22 11:43:22: Object Detection (YOLOv5 6.2): Queue and Processing Object Detection (YOLOv5 6.2) command 'detect' (#reqid 6f5b8395-64c5-4b50-bad4-c1325a7ab654) took 108ms (command timing) in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:23: Request 'detect' dequeued for processing (#reqid 48e1459d-4e07-4671-b421-f87eef1722a8)
2023-03-22 11:43:23: Client request 'detect' in the queue (#reqid 48e1459d-4e07-4671-b421-f87eef1722a8)
2023-03-22 11:43:23: Object Detection (YOLOv5 6.2): Retrieved objectdetection_queue command in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:23: Client request 'detect' in the queue (#reqid f548b6de-73da-4135-9382-2e602454cfe7)
2023-03-22 11:43:23: Request 'detect' dequeued for processing (#reqid f548b6de-73da-4135-9382-2e602454cfe7)
2023-03-22 11:43:23: Object Detection (YOLOv5 6.2): Retrieved objectdetection_queue command in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:23: Object Detection (YOLOv5 6.2): [Exception] : Traceback (most recent call last): in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:23: Response received (#reqid 48e1459d-4e07-4671-b421-f87eef1722a8)
2023-03-22 11:43:23: Object Detection (YOLOv5 6.2): Queue and Processing Object Detection (YOLOv5 6.2) command 'detect' (#reqid 48e1459d-4e07-4671-b421-f87eef1722a8) took 206ms (command timing) in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:23: Object Detection (YOLOv5 6.2): [Exception] : Traceback (most recent call last): in Object Detection (YOLOv5 6.2)
2023-03-22 11:43:23: Response received (#reqid f548b6de-73da-4135-9382-2e602454cfe7)
2023-03-22 11:43:23: Object Detection (YOLOv5 6.2): Queue and Processing Object Detection (YOLOv5 6.2) command 'detect' (#reqid f548b6de-73da-4135-9382-2e602454cfe7) took 163ms (command timing) in Object Detection (YOLOv5 6.2)
2023-03-22 11:44:49: Client request 'detect' in the queue (#reqid 53059e1c-8537-49e9-bb7f-4f86214af788)
2023-03-22 11:44:49: Request 'detect' dequeued for processing (#reqid 53059e1c-8537-49e9-bb7f-4f86214af788)
2023-03-22 11:44:49: Object Detection (YOLOv5 6.2): Retrieved objectdetection_queue command in Object Detection (YOLOv5 6.2)
2023-03-22 11:44:49: Object Detection (YOLOv5 6.2): [Exception] : Traceback (most recent call last): in Object Detection (YOLOv5 6.2)
2023-03-22 11:44:49: Object Detection (YOLOv5 6.2): Queue and Processing Object Detection (YOLOv5 6.2) command 'detect' (#reqid 53059e1c-8537-49e9-bb7f-4f86214af788) took 93ms (command timing) in Object Detection (YOLOv5 6.2)
2023-03-22 11:44:49: Response received (#reqid 53059e1c-8537-49e9-bb7f-4f86214af788)
2023-03-22 11:44:50: Request 'detect' dequeued for processing (#reqid b6c59af0-df07-4239-adeb-516a2f04f4d9)
2023-03-22 11:44:50: Client request 'detect' in the queue (#reqid b6c59af0-df07-4239-adeb-516a2f04f4d9)
2023-03-22 11:44:50: Object Detection (YOLOv5 6.2): Retrieved objectdetection_queue command in Object Detection (YOLOv5 6.2)
2023-03-22 11:44:50: Object Detection (YOLOv5 6.2): [Exception] : Traceback (most recent call last): in Object Detection (YOLOv5 6.2)
2023-03-22 11:44:50: Response received (#reqid b6c59af0-df07-4239-adeb-516a2f04f4d9)
2023-03-22 11:44:50: Object Detection (YOLOv5 6.2): Queue and Processing Object Detection (YOLOv5 6.2) command 'detect' (#reqid b6c59af0-df07-4239-adeb-516a2f04f4d9) took 142ms (command timing) in Object Detection (YOLOv5 6.2)