Tensorflow-Number-Plate-Recognition icon indicating copy to clipboard operation
Tensorflow-Number-Plate-Recognition copied to clipboard

An automatic number plate recognition system with pretrained weights.

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.