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