sergiomsilva / alpr-unconstrained

License Plate Detection and Recognition in Unconstrained Scenarios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Morrocan ALPR

zongoalbert opened this issue · comments

Hello ,
Could you please tell me how can be detect the arabic lettres , im working at the detection for Moroccan plate ,
when i run your code the detection of plates is well but can't read arabic letter in the middle.
exemple :
image

Edit: The arabic letters we use in Morocco are : أ ب ت ج ح د هـ The expected result is: د
image
The vertical lines are irrelevant, I have to use them to separate the image and read data separately.

This is Example of Arabic letter in the middle of plate ** أ ب ت ج ح د س ش هـ** ,, please need a help .

(I'm new that's why) Hi bro, which file should I execute to trying some example with my own picture?

I'm trying the same for arabic letters If you reached to something please help

commented

You will either need to retrain the ocr-net or replace it with another OCR net / method.

Retraining might be cumbersome as I haven't seen the original training data or augmentation scripts in the repo. You would also need an additional dataset comprising annotated examples of required arabic letters.

Maybe it's easiest to use another OCR approach on the outputs of license-plate-detection.py.