Skip to content

mahsawz/License-Plate-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License-Plate-Detection

This repository contains my final project for Computer Vision course, which I did with @mohammadmahdiabdolahpour.

First, we analyzed the dataset and found that it had 1876 images in class 0, 283 images in class 1, and 568 images in class 2. Therefore, we decided to inspect models that have fewer parameters and higher accuracy, so we decided to train and test the "Xception," "MobileNet," and "ResNet50" models.

Since this dataset is too small and lacks images in classes 1, 2, and especially class 1, we had to create some images for these two classes, one of which does not contain a license plate at all and another does not show any details.

Also, we should split the dataset into Train, Validation, and Test to increase the models' accuracy. To the splited dataset, we added the images created by ourselves in the ratio 80-10-10.

We change the brightness of images by using "V" in HSV color space, which is related to brightness.

Finally, we reached these results, which you can see below.

Here are some of the incorrect predictions made by network:

Releases

No releases published

Packages

No packages published