Thesis: Identification Of Police Number Characters On Vehicle Plates Using Convolutional Neural Networks
- Miftakhul Aziz
- [email protected]
This repository contains the implementation of my final assignment on character identification on vehicle plates using Convolutional Neural Networks (CNNs). The project is divided into three main stages:
- Object Detection Plate using SSD ResNet-50
- Object Detection Plate using YOLO-V3
- Character Recognition using MobileNet-V2
The datasets used in this thesis are provided below:
-
Dataset for Object Detection (SSD ResNet-50):
-
Dataset for Object Detection (YOLO-V3):
-
Dataset for Character Recognition (MobileNet-V2):
Pre-trained models used in this project can be accessed through the following links:
-
SSD ResNet-50 Models:
-
YOLO-V3 Models:
The source code for testing the YOLO-V3 model can be found at the following link:
Configuration files for the SSD ResNet-50 model can be downloaded from the link below:
The final thesis document, which provides a detailed explanation of the methodologies and results, can be accessed here:
- Clone the Repository:
git clone https://github.com/mftakhullaziz/automate-lpr.git cd automate-lpr