Python中文车牌检测和识别系统源码,支持、蓝牌 、黄牌、双层黄牌、农用车牌、警车、校车、教练车、港澳车牌、使领馆、新能源等
Python中文车牌检测和识别系统源码
环境配置
pip install -r requirements.txt 运行
python detect_plate.py 测试文件夹 imgs,结果保存在 result 文件夹中。
parser.add_argument('--image_path', type=str, default='imgs', help='source') # file/folder, 0 for webcam
–image_path 修改为自己的路径即可
车牌检测参考
- yolov5-face
车牌识别参考
- crnn
支持如下:
- 蓝牌
- 黄牌
- 双层黄牌
- 农用车牌
- 警车
- 校车
- 教练车
- 港澳车牌
- 使领馆
- 武警
- 新能源
- 等等……
图片示例




