TensorFlow 1.0
OpenCV
NumPy
- Download pretrained model
weights.npz
from here. - Place
weights.npz
in the same directory ofsource.py
. ./detect.py in.jpg weights.npz out.jpg
- Codes are credited to Matthew Earl's Deep Anpr.
- To genereate your own training dataset, please refer to the original repository and retrain you model.