Fagot73 / automatic-number-plate-recognition-python-yolov8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

automatic-number-plate-recognition-python-yolov8

Watch the video
Watch on YouTube: Automatic number plate recognition with Python, Yolov8 and EasyOCR !

data

The video I used in this tutorial can be downloaded here.

models

A Yolov8 pretrained model was used to detect vehicles.

A licensed plate detector was used to detect license plates. The model was trained with Yolov8 using this dataset and following this step by step tutorial on how to train an object detector with Yolov8 on your custom data.

The trained model is available in my Patreon.

dependencies

The sort module needs to be downloaded from this repository as mentioned in the video.

About

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%