Hello,
For South Korea le license plate is pretty complex. It's per category (taxi, construction car, police vehicle...). In the attached image the license correspond to "Delivery Van/Truck: 배" according to wikipedia. If the sdk fails to recognize it this means the training data has zero entry for the character "배". Only way to fix is to re-train with such plates. Unfortunately not planning to do it in the coming months.You can fix it easily on your side by checking the 2 first digits.:- 11 to 69: letter is 바- otherwise: letter is 배
something like:
if (license_plate.matches(LLNNLNNNN) and license_plate[4]=="바" and int(license_plate[2:3]) > 69) {
license_plate[4]=배
}
Sent from my Galaxy
Hello.-------- Original message --------From: MARIO SHIN <tru...@gmail.com>Date: 8/26/25 12:57 (GMT+01:00)To: doubango-ai <douba...@googlegroups.com>Subject: Korean license plate recognition error
I am currently developing a program that recognizes Korean vehicle license plates using the Doubango ALPR SDK on a Raspberry Pi 5 board.
I have found an error in the SDK that always misrecognizes certain characters on license plates.
In the attached images, the character “배” in the vehicle license plates is always incorrectly recognized as “바” in the SDK's recognition results.
This issue also occurs consistently in the online demo URL at https://www.doubango.org/webapps/alpr/.
--
You received this message because you are subscribed to the Google Groups "doubango-ai" group.
To unsubscribe from this group and stop receiving emails from it, send an email to doubango-ai...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/doubango-ai/e081e7da-47f3-45b0-89de-75b6ee76e87cn%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "doubango-ai" group.
To unsubscribe from this group and stop receiving emails from it, send an email to doubango-ai...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/doubango-ai/1MEVqu-1ukpOj0cm2-00H9lF%40mrelayeu.kundenserver.de.