From 473f1f8580184f43780a4269826c0403dd25e8c7 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 3 Nov 2023 06:38:33 -0600 Subject: [PATCH] Make log warning --- frigate/detectors/plugins/tensorrt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/detectors/plugins/tensorrt.py b/frigate/detectors/plugins/tensorrt.py index f1f91da0c..1ca67b683 100644 --- a/frigate/detectors/plugins/tensorrt.py +++ b/frigate/detectors/plugins/tensorrt.py @@ -299,7 +299,7 @@ class TensorRtDetector(DetectionApi): if r[5] >= 0: valid_detections.append(r) else: - logger.debug(f"Found TensorRT detection with invalid class id {r}") + logger.warning(f"Found TensorRT detection with invalid class id {r}") raw_detections = valid_detections