Skip to content

GurpartapSS/anpr_CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anpr_CNN

The project has three components:

  1. Vehilce Detection using YOLO
  2. License Plate segmentation, done using WPOD-NET (currently under review due to not so encouraging results)
  3. OCR from License Plates: Done using KNN, Tessaract and CNN to compare the accuracy of the methods.

The project is inspired from https://arxiv.org/abs/1312.6082 , developing CNN based Multi Digit Recognition which performed very well even on the Hardest CAPTCHA and from https://link.springer.com/chapter/10.1007%2F978-3-030-01258-8_36#enumeration , which also contributed greately towards structuring this project. src code is from their repo https://github.com/sergiomsilva/alpr-unconstrained

Another interseting paper I came across while reading through the texts to get better insight on the topic was https://web.stanford.edu/class/cs231m/projects/final-report-yang-pu.pdf that employed the CNN and used the model to build a mobile application for Multi Digit Recognition.

Integration of the modules is ongoing ...

About

Automatic License Plate detection using CNN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages