Chinese_license_plate_detection_recognition
1.0.0
2022.12.04 车辆和车牌一起检测看这里车辆系统
yolov8 车牌检测+识别
yolov7 车牌检测+识别
安卓NCNN
模型用的是公开数据集训练出来的,需要准确率更高的模型,或者商务合作请加V
可代做学生毕设,以及课设大作业等
wechat: we0091234 (注明来意)
环境要求: python >=3.6 pytorch >=1.7
直接运行detect_plate.py 或者运行如下命令行:
python detect_plate.py --detect_model weights/plate_detect.pt --rec_model weights/plate_rec_color.pth --image_path imgs --output result
测试文件夹imgs,结果保存再 result 文件夹中
python detect_plate.py --detect_model weights/plate_detect.pt --rec_model weights/plate_rec_color.pth --video 2.mp4
视频文件为2.mp4 保存为result.mp4
车牌检测训练链接如下:
车牌检测训练
车牌识别训练链接如下:
车牌识别训练

1.安卓NCNN
2.onnx demo 百度网盘: k874
python onnx_infer.py --detect_model weights/plate_detect.onnx --rec_model weights/plate_rec_color.onnx --image_path imgs --output result_onnx
3.tensorrt 部署见tensorrt_plate
4.openvino demo 版本2022.2
python openvino_infer.py --detect_model weights/plate_detect.onnx --rec_model weights/plate_rec.onnx --image_path imgs --output result_openvino
qq群:769809695(三群新开) 871797331(已满) 837982567(二群已满) 询问