Open junxnone opened 5 years ago
wget https://download.01.org/openvinotoolkit/training_toolbox_tensorflow/datasets/Synthetic_Chinese_License_Plates.tar.gz
https://download.01.org/openvinotoolkit/training_toolbox_tensorflow/models/lpr/chinese_lp/license-plate-recognition-barrier-0007.zip
python3 make_train_val_split.py annotation
cd training_toolbox/lpr vi chinese_lp/config.py
change the train.file_list_path and eval.file_list_path
train.file_list_path
eval.file_list_path
python3 train.py chinese_lp/config.py
python3 eval.py vlp/config.py
python3 infer.py chinese_lp/config.py
Reference
Downloads
Dataset
Model
Pre-processing the dataset
Train
Evaluation
Inference