alpr-unconstrained icon indicating copy to clipboard operation
alpr-unconstrained copied to clipboard

Morrocan ALPR

Open zongoalbert opened this issue 5 years ago • 4 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.

zongoalbert avatar Mar 04 '20 16:03 zongoalbert

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

zongoalbert avatar Mar 04 '20 16:03 zongoalbert

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

GGurbangeldi avatar Apr 19 '20 09:04 GGurbangeldi

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

kenwan00 avatar Aug 01 '20 19:08 kenwan00

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.

mfgcb avatar Aug 11 '20 23:08 mfgcb