Real-time Bangla License Plate Recognition System for Low Resource Video-based Applications
Automatic License Plate Recognition systems aim to provide a solution for detecting, localizing, and recognizing license plate characters from vehicles appearing in video frames. However, deploying such systems in the real world requires real-time performance in low-resource environments. In our paper, we propose a two-stage detection pipeline paired with Vision API that provides real-time inference speed along with consistently accurate detection and recognition performance. We used a haar-cascade classifier as a filter on top of our backbone MobileNet SSDv2 detection model. This reduces inference time by only focusing on high confidence detections and using them for recognition. We also impose a temporal frame separation strategy to distinguish between multiple vehicle license plates in the same clip. Furthermore, there are no publicly available Bangla license plate datasets, for which we created an image dataset and a video dataset containing license plates in the wild. We trained our models on the image dataset and achieved an AP(0.5) score of 86% and tested our pipeline on the video dataset and observed reasonable detection and recognition performance (82.7% detection rate, and 60.8% OCR F1 score) with real-time processing speed (27.2 frames per second).
Code (0)
등록된 구현이 없습니다.
Tasks
License Plate RecognitionOptical Character Recognition (OCR)Similar Papers 제목 키워드 기반
A Robust Deep Learning Framework for Bangla License Plate Recognition Using YOLO and Vision-Language OCR
An Automatic License Plate Recognition (ALPR) system constitutes a crucial element in an intelligent traffic management system. However, the detection of Bangla license plates remains challenging because of the complicat…
License Plate RecognitionObject DetectionBangla License Plate Recognition Using Convolutional Neural Networks (CNN)
In the last few years, the deep learning technique in particular Convolutional Neural Networks (CNNs) is using massively in the field of computer vision and machine learning. This deep learning technique provides state-o…
BIG-bench Machine LearningLicense Plate RecognitionManagementTraffic Surveillance using Vehicle License Plate Detection and Recognition in Bangladesh
Computer vision coupled with Deep Learning (DL) techniques bring out a substantial prospect in the field of traffic control, monitoring and law enforcing activities. This paper presents a YOLOv4 object detection model in…
GPULicense Plate Detectionobject-detectionObject DetectionAn Automated Approach for the Recognition of Bengali License Plates
Automatic Number Plate Recognition (ALPR) is a system for automatically identifying the license plates of any vehicle. This process is important for tracking, ticketing, and any billing system, among other things. With t…
License Plate DetectionLPRNet: License Plate Recognition via Deep Neural Networks
This paper proposes LPRNet - end-to-end method for Automatic License Plate Recognition without preliminary character segmentation. Our approach is inspired by recent breakthroughs in Deep Neural Networks, and works in re…
CPULicense Plate Recognition