ALPR
ALPR
ALPR
Project Associates
G. VAMSIDHAR REDDY (199F1A0418)
R. MAHENDRA REDDY (199F1A0441)
C. GOPAL ABHISHEK (199F1A0413)
G. VIJAY KUMAR (199F1A0417)
M. PURUSHOTTAMA REDDY (209F5A0411)
B. SANTHOSH KUMAR (199F1A0406)
Automatic license plate recognition (ALPR) is generally considered a solved problem in the
computer vision community.
Due to recent developments in highway research and increased utilization of vehicles, there has
been significant interest paid on latest, effective, and precise Intelligent Transportation System
(ITS).
Some experimental based model by using Deep learning Keras Applications like VGG19,
EfficientNetB7, ResNet152 model with pre-trained weights and train this to our data.
For this model we had use two types of license plate Image Datasets like “vehicle Number
Plate Detection” and “Fifty States car License Plate dataset” for testing on this model.
Finally, we had got predicted results are VGG19 with 92%, EfficientNetB7 with 90% and
ResNet152 with 95% approximately for both datasets.
LITERATURE SURVEY
License Plate Detection Using Convolutional Neural Network–Back to the Basic with Design
of Experiments (March 4, 2022)
• Automatic License Plate Recognition (ALPR) is one of the applications that hugely benefited from
Convolutional Neural Network (CNN) processing.
• However, good performing models such as YOLOv3 and SSD (Single-Shot detector)
• They focuses on the design of experiment (DOE) of training parameters in transferring YOLOv3 model
design and optimising the training specifically for license plate detection tasks.
• ALPR performance of YOLOv3 with the CNN model untouched, specifically on the LP detection task.
• An AP of 99% is achieved for Malaysian vehicle LP detection by strategically tuning the YOLOv3 training
parameters.
Automatic License Plate Recognition with YOLOv5 and Easy-OCR method (June 2022):
• The number of automobiles on the road has risen steadily during the last decade.
• Obtaining real-time CCTV footage is an extremely time-consuming task.
• You Only Look Once (YOLO), is used for object detection and Easy-OCR for character
recognition.
• Technologies such as object identification, OCR, character segmentation, and character
recognition, among others.
A Light CNN for End-to-End Car License Plates Detection and Recognition
(December 13, 2019) :
• The multi-task license plate detection algorithm of three-layer cascaded network, to complete
the license plate detection, corner detection and colour recognition task using an entire network
structure.
• License plate recognition adopts CRNN and CTC model to realize end-to-end object recognition
algorithm.
• The experimental result shows that our method achieves up to 98% recognition precision and is
superior to other methods in the precision and speed of detection and recognition.