LPR tweaks (#17783)

* clarify docs

* improve debugging messages

* don't run any lpr postprocessing

* wording
This commit is contained in:
Josh Hawkins
2025-04-18 08:45:37 -05:00
committed by GitHub
parent 19aaa64fe9
commit 14a32a6472
5 changed files with 37 additions and 14 deletions

View File

@@ -54,6 +54,9 @@ class LicensePlatePostProcessor(LicensePlateProcessingMixin, PostProcessorApi):
Returns:
None.
"""
# don't run LPR post processing for now
return
event_id = data["event_id"]
camera_name = data["camera"]