Korean license plate recognition error

8 views
Skip to first unread message

MARIO SHIN

unread,
Aug 26, 2025, 6:57:34 AM (11 days ago) Aug 26
to doubango-ai
Hello.

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/.  

20250822_1733_14_경북85바5933_capture.jpg20250823_1531_14_대구80바4496_capture.jpg20250824_1541_13_대구80바4496_capture.jpg20250825_1029_11_대구80바5682_capture.jpg20250826_0930_6_경남80바3397_capture.jpg

Mamadou DIOP

unread,
Aug 26, 2025, 7:24:57 AM (11 days ago) Aug 26
to MARIO SHIN, doubango-ai
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 

Sent from my Galaxy
--
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.

Mamadou DIOP

unread,
Aug 26, 2025, 7:59:50 AM (11 days ago) Aug 26
to MARIO SHIN, doubango-ai


On 8/26/2025 1:24 PM, 'Mamadou DIOP' via doubango-ai wrote:
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


-------- Original message --------
From: MARIO SHIN <tru...@gmail.com>
Date: 8/26/25 12:57 (GMT+01:00)
Subject: Korean license plate recognition error

Hello.

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/.  

20250822_1733_14_경북85바5933_capture.jpg20250823_1531_14_대구80바4496_capture.jpg20250824_1541_13_대구80바4496_capture.jpg20250825_1029_11_대구80바5682_capture.jpg20250826_0930_6_경남80바3397_capture.jpg
--
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.
Reply all
Reply to author
Forward
0 new messages