Small tweaks (#17651)

* clarify lpr

* add license plate icon and correctly format string
This commit is contained in:
Josh Hawkins
2025-04-11 07:48:16 -05:00
committed by GitHub
parent 03f4318e40
commit 664889d487
4 changed files with 12 additions and 7 deletions

View File

@@ -1336,7 +1336,7 @@ class LicensePlateProcessingMixin:
# Check against minimum confidence threshold
if avg_confidence < self.lpr_config.recognition_threshold:
logger.debug(
f"{camera}: Average confidence {avg_confidence} is less than threshold ({self.lpr_config.recognition_threshold})"
f"{camera}: Average character confidence {avg_confidence} is less than recognition_threshold ({self.lpr_config.recognition_threshold})"
)
return