FakeLPR
FakeLPR copied to clipboard
基于人造车牌和caffe多标签分类的端到端中文车牌识别
FakeLPR
caffe 多标签分类
人造车牌
调用
需要 opencv3.4
cd FakeLPR
python py_demo.py
训练
需要 caffe
生成数据
cd FakeLPR/train/datasets
# 1.生成keypoint数据
python creat_keypoint_data.py
# 2.生成训练keypoint的lmdb
python creat_keypoint_lmdb.py
# 3.生成e2e数据
python creat_e2e_data.py
# 4.生成训练e2e的lmdb
python creat_e2e_lmdb.py
caffe训练模型
# 返回 FakeLPR/train
cd ..
# 5.训练keypoint模型
sh ./train_keypoint.sh
# 6.训练e2e模型
sh ./train_e2e.sh