/anpr_yolov5

Primary LanguagePythonOtherNOASSERTION

Automatic license plate recognition using YoloV5 and PyTesseract

This project is a successor to this

Refer to our data preparation at this link

Training

For training, refer to this link

Train logs

Validation Results

Detection

git clone https://github.com/sid0312/anpr_yolov5
cd anpr_yolov5
python detect.py --source sample_cars/  --weights weights/best.pt --conf 0.4
For detection, refer to this link