车牌识别部分,参考LPRNet和Multi-line license plate recognition
车牌数据生成,参考fake_chs_lp、alpr_utils
理论上该网络可以识别单双行,只要添加数据训练,当前训练数据均为生成数据
数据来源
data/env_imgs
中添加背景素材20220122-green+b-藏AQ2580D-1642860498000912.jpg
训练
python train.py config/lpr.yml
开始训练python test.py --task val --config lpr-d.yml --model path/to/your/model
python inference.py --task val --config lpr-d.yml --model path/to/your/model --path path/to/your/img
支持车牌种类
车牌检测参考:https://github.com/gm19900510/Pytorch_Retina_License_Plate