Miscellaneous fixes (#17406)

* add config validator for face and lpr

* more lpr docs tweaks

* fix object lifecycle point clicking for aspect ratios less than 16/9

* fix semantic search indexing i18n keys

* remove ability to set system language

* clarify debug output
This commit is contained in:
Josh Hawkins
2025-03-27 06:49:14 -05:00
committed by GitHub
parent 36446ceded
commit 1233bc3a42
6 changed files with 48 additions and 30 deletions

View File

@@ -814,7 +814,9 @@ class LicensePlateProcessingMixin:
]
).clip(0, [input.shape[1], input.shape[0]] * 2)
logger.debug(f"Found license plate: {expanded_box.astype(int)}")
logger.debug(
f"Found license plate. Bounding box: {expanded_box.astype(int)}"
)
return tuple(expanded_box.astype(int))
else:
return None # No detection above the threshold