sergiomsilva / alpr-unconstrained

License Plate Detection and Recognition in Unconstrained Scenarios
Other
1.71k stars 604 forks source link

Morrocan ALPR #116

Open zongoalbert opened 4 years ago

zongoalbert commented 4 years ago

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.

zongoalbert commented 4 years ago

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

GGurbangeldi commented 4 years ago

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

kenwan00 commented 3 years ago

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

mfgcb commented 3 years ago

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.