junxnone / ml

ML/DL/RL/RL......
6 stars 4 forks source link

OpenVINO Training Extensions - LPRNet #78

Open junxnone opened 5 years ago

junxnone commented 5 years ago

Reference

Downloads

Dataset

wget https://download.01.org/openvinotoolkit/training_toolbox_tensorflow/datasets/Synthetic_Chinese_License_Plates.tar.gz

Model

https://download.01.org/openvinotoolkit/training_toolbox_tensorflow/models/lpr/chinese_lp/license-plate-recognition-barrier-0007.zip

Pre-processing the dataset

Train

python3 train.py chinese_lp/config.py

Evaluation

python3 eval.py vlp/config.py

Inference

python3 infer.py chinese_lp/config.py
junxnone commented 5 years ago

79