AnjieCheng / Tensorflow-Number-Plate-Recognition

An automatic number plate recognition system with pretrained weights.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensorflow-Number-Plate-Recognition

Dependencies

TensorFlow 1.0
OpenCV
NumPy

Usage

  1. Download pretrained model weights.npz from here.
  2. Place weights.npz in the same directory of source.py.
  3. ./detect.py in.jpg weights.npz out.jpg

Other

  1. Codes are credited to Matthew Earl's Deep Anpr.
  2. To genereate your own training dataset, please refer to the original repository and retrain you model.

About

An automatic number plate recognition system with pretrained weights.


Languages

Language:Python 100.0%