jefferdo / anpr_yolov5

GitHub repo for my article at https://towardsdatascience.com/indian-car-license-plate-detection-using-yolo-v5-ae2574578175

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic license plate recognition using YoloV5 and PyTesseract

To get more hands on, check this article

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

About

GitHub repo for my article at https://towardsdatascience.com/indian-car-license-plate-detection-using-yolo-v5-ae2574578175

License:Other


Languages

Language:Python 65.6%Language:Jupyter Notebook 34.3%Language:Shell 0.1%