Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.