DoubangoTelecom / ultimateALPR-SDK

World's fastest ANPR / ALPR implementation for CPUs, GPUs, VPUs and NPUs using deep learning (Tensorflow, Tensorflow lite, TensorRT, OpenVX, OpenVINO). Multi-Charset (Latin, Korean, Chinese) & Multi-OS (Jetson, Android, Raspberry Pi, Linux, Windows) & Multi-Arch (ARM, x86).
https://www.doubango.org/webapps/alpr/
Other
617 stars 158 forks source link

Possible ambiguity with German license plates #290

Closed neilyoung closed 3 months ago

neilyoung commented 3 months ago

I made a quick test with a Berlin LP and was a bit disappointed. Because in Germany the "space" or "minus" between the first one, first two or first three letters and the rest of the plate have an immense meaning, I was expecting to see the Berlin LP "B 00 288" detected as such. But it wasn't. It was indicated as "B00288", which is just seemingly correct.

Imagine the Berlin LP "B NO 1234". Then the Bonn LP "BN O 1234". Both will be reported as "BNO1234" and here we go...

What is possible to prevent this?

neilyoung commented 3 months ago

Why closed?