Skip to content

The License Plate Recognizer Pipeline, or LPR Pipeline for short, is a computer vision system designed to automatically detect and recognize license plates in images and videos.

Notifications You must be signed in to change notification settings

KhadijehValipour/License_Plate_Recognizer_PipeLine

Repository files navigation

License Plate Detection + Recognition + Identification + Verification

Alt text

We are going to use deep-text-recognition-benchmark repository to recognize persian license plate numbers .

How to install

pip install -r requirements.txt

Download pre-trained weights

How to use

python main.py --recognizer_weights weights\dtrb_recognizer\Dtrb_TPS-ResNet-BiLSTM-Attn_License_Plate_Recognizer.pth --input_image io\input\image3.jpg --threshold 0.5

This command will run the main.py file and pass the values for the --recognizer_weights, --input_image, and --threshold arguments as specified in your code. Make sure to navigate to the directory where your main.py file is located before running this command.


Results of license plate verification

Alt text

Ground Truth predicted_labels confidence score
Alt text 76t16522 0.9975
Alt text 38e47755 0.9854

Alt text

Ground Truth predicted_labels confidence score
Alt text 62q97366 0.9986
Alt text 3m1970 0.1528

Alt text

Ground Truth predicted_labels confidence score
Alt text 89q56966 0.9948
Alt text 34b29855 0.7967

About

The License Plate Recognizer Pipeline, or LPR Pipeline for short, is a computer vision system designed to automatically detect and recognize license plates in images and videos.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published