[Development]: License plate recognition issues for Chinese vehicles #20726
Replies: 1 comment
-
|
We are not yet accepting feedback / bug reports or providing support for unreleased, development versions of Frigate. With that said, the quality of the image is quite poor, especially the leading 渝 character. For now, you should follow the debugging steps for LPR as outlined in the official documentation. https://docs.frigate.video/configuration/license_plate_recognition/#how-do-i-debug-lpr-issues |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Describe the problem you are having
In the PR for version 0.17, Chinese license plate recognition was added to the LPR system. However, the current error rate is relatively high, and in many cases, the recognition fails to work properly.
For example, take the license plate in the image below—it should be 渝AAE9908, but the system only recognizes AAE9908(missing the leading 渝).
Even when I configured a strict regex pattern to only accept valid Chinese license plates, the system still failed to detect it correctly:
^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}[A-Z0-9]{4}[A-Z0-9挂学警港澳]{1}$Additionally, I manually adjusted ppocr_keys_v1.txt to better match the characters used in Chinese license plates, but this didn’t resolve the issue either.
Steps to reproduce
Version
0.17.0-576f692
In which browser(s) are you experiencing the issue with?
No response
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Relevant go2rtc log output
Operating system
UNRAID
Install method
Docker Compose
Network connection
Wired
Camera make and model
TP-Link
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
ppocr_keys_v1.txt
Beta Was this translation helpful? Give feedback.
All reactions