Skip to content

Commit

Permalink
Image Inserted
Browse files Browse the repository at this point in the history
  • Loading branch information
mahavird authored Feb 23, 2018
1 parent aab3093 commit 7ea9bd3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Deep ANPR

The work is based on Matthew Earl's deep_anpr [repository](https://github.com/matthewearl/deep-anpr) .Do follow his [blog post] (http://matthewearl.github.io/2016/05/06/cnn-anpr/)to get an overview how he designed the sysytem.
The work is based on Matthew Earl's deep_anpr [repository](https://github.com/matthewearl/deep-anpr) .Do follow his [blog post] (http://matthewearl.github.io/2016/05/06/cnn-anpr/) to get an overview how he designed the sysytem.

Here we are using CNN based sliding window approach to build an automatic number plate recognition system.The system performs well on standard number plates used in countries like UK but fails to achieve decent results on Indian Number plates.

Following is a result of the model on an Indian Number Plate:
![alt text](https://raw.githubusercontent.com/mahavird/my_deep_anpr/master/output/out_4_1.jpg)

Another shortcoming with this model is that , the model has been designed based on the assumption of all the number plates having 10 digits (7 digits in Matt Earls), which leads to error for recognition of number plates which don't have 10 digits.
*Another shortcoming with this model is that , the model has been designed based on the assumption of all the number plates having 10 digits (7 digits in Matt Earls), which leads to error for recognition of number plates which don't have 10 digits.*

**Note: This is an experimental project and is incomplete in a number of ways,
if you're looking for a practical number plate recognition system this project
Expand Down

0 comments on commit 7ea9bd3

Please sign in to comment.