mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 03:35:26 +03:00
Make log warning
This commit is contained in:
parent
a22322b39c
commit
473f1f8580
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user