This project implements an Automatic Number Plate Recognition (ANPR) system using YOLOv10 and OpenCV. The system detects vehicle license plates in images or video streams and recognizes the alphanumeric characters on them. Such systems are instrumental in traffic monitoring, toll collection, and security enforcement.
output.mp4
📌 Features Real-time license plate detection using yolov10n.
Character segmentation and recognition using OpenCV.(Future Work)
Outputs processed video with annotated license plates.
-
The current model may not detect all license plate formats, especially non-standard or obscured plates.
-
Recognition accuracy may decrease under poor lighting or low-resolution conditions.
-
The system primarily supports license plates similar to the training data of the yolo model used.
-
DATASET USED IN THIS PROJECT: https://www.kaggle.com/datasets/vikaschauhan734/vehicle-number-plate
-
Sample validation images:
-
In the 'License-Plate-Detector' folder You can see the full validation images,training image sets and other factors like reselt.csv, confution matrix


