Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.51 KB

File metadata and controls

28 lines (17 loc) · 1.51 KB

Automatic-License-Plate-Recognition-YOLOv8n

Real-Time ANPR System using YOLOv8 & SORT: A cutting-edge solution for license plate detection & tracking, optimized for diverse conditions. Includes deep learning models, tracking algorithms, and OCR integration for effective vehicle identification.

Key Features

Real-Time License Plate Detection: Employs YOLOv8 for high-accuracy detection. Efficient Tracking and OCR: Utilizes SORT for vehicle tracking and EasyOCR for character recognition. Adaptability: Optimized for various lighting and weather conditions.

Installation

git clone [repo-link]

cd [repo-directory]

pip install -r requirements.txt

YOLO Version

The project uses YOLOv8, specifically the [nano/small/medium] variant, for license plate detection.

Dataset

We used the "License Plate Recognition" dataset from Roboflow Universe, which includes diverse images of license plates in different settings. This dataset was instrumental in training the YOLO model to detect various license plate formats effectively.

Available: https://universe.roboflow.com/roboflow-universe-projects/license-plate-recognition-rxg4e/dataset/4

Screen Shot 2023-11-23 at 7 59 42 PM Screen Shot 2023-11-23 at 8 03 08 PM