1、车牌识别简介
-
车牌识别分为车牌检测与识别,检测模型一般需要检查车牌的位置识别模型一般为识别车牌号及车牌的颜色类型等,目前有较多的深度学习模型能支持,这里就不详细说了。
-
自动识别车辆车牌信息,应用于停车场、小区、工厂等场景,实现无卡、无人的车辆进出场自动化、规范化管理,有效降低人力成本和通行卡证制作成本,大幅度提升管理效率。
https://gitee.com/open-visual/open-anpr
- 欢迎大家使劲的star,文档-1.0.0
- 部署文档请进项目,有较为详细的编译及部署文档。
3、项目简介
- 项目有java + springboot构建,并支持打包为docker镜像。
- 项目支持14种车牌类型,几乎覆盖所有的车牌类型。
4、项目展示
- 废话不多说,直接上效果。
5、项目模型参考
-
环境要求: python >=3.6 pytorch >=1.7**
-
模型训练:python3 train.py --data data/widerface.yaml --cfg models/yolov5n-0.5.yaml --weights weights/plate_detect.pt --epoch 250
-
图片测试demo:python detect_plate.py --detect_model weights/plate_detect.pt --rec_model weights/plate_rec.pth --image_path imgs --output result
-
openvino demo:python openvino_infer.py --detect_model weights/plate_detect.onnx --rec_model weights/plate_rec.onnx --image_path imgs --output result_openvino
6、交流群
-
微信交流群
关注微信公众号回复:微信群