License-Plate-Recognition icon indicating copy to clipboard operation
License-Plate-Recognition copied to clipboard

A pytorch implementation of a darkent trained yolov4-tiny model that can detect number plates and helmets if a number plate is detected it is passed through an OCR to recognize the number

Results 2 License-Plate-Recognition issues
Sort by recently updated
recently updated
newest added

Firstly, thank you for your amazing project, your pretrained tiny-yolov4 model has helped me much on my personal project. I upvoted this repos. However, I would like to ask you...

from openalpr import Alpr alpr = Alpr("us", "/etc/openalpr/openalpr.conf", "/usr/share/openalpr/runtime_data/")