liuhengli / deep-anpr

Using neural networks to build an automatic number plate recognition system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep ANPR

Using neural networks to build an automatic number plate recognition system. See this blog post for an explanation.

Usage is as follows:

  • gen.py 1000: Generate 1000 test set images in ./test.
  • train.py: Train the model.
  • detect.py in.jpg weights.npz out.jpg: Detect number plates in an image.

The project has the following dependencies:

About

Using neural networks to build an automatic number plate recognition system

License:MIT License


Languages

Language:Python 100.0%