Go to file
2024-08-07 11:13:52 +08:00
.idea 添加注释 2024-08-07 09:32:38 +08:00
data 添加注释 2024-08-07 09:32:38 +08:00
image/README 添加注释 2024-08-07 09:32:38 +08:00
imgs 添加注释 2024-08-07 09:32:38 +08:00
models 添加注释 2024-08-07 09:32:38 +08:00
plate_recognition 添加注释 2024-08-07 09:32:38 +08:00
readme 添加注释 2024-08-07 09:32:38 +08:00
result_Rainy 添加注释 2024-08-07 09:32:38 +08:00
torch2trt 添加注释 2024-08-07 09:32:38 +08:00
utils 添加注释 2024-08-07 09:32:38 +08:00
weights 添加注释 2024-08-07 09:32:38 +08:00
widerface_evaluate 添加注释 2024-08-07 09:32:38 +08:00
.gitignore 添加注释 2024-08-07 09:32:38 +08:00
ccpd_process.py 添加注释 2024-08-07 09:32:38 +08:00
demo.sh 添加注释 2024-08-07 09:32:38 +08:00
detect_demo.py 添加注释 2024-08-07 09:32:38 +08:00
detect_plate.py 添加注释 2024-08-07 09:32:38 +08:00
detect_test.py 添加注释 2024-08-07 09:32:38 +08:00
export.py 添加注释 2024-08-07 09:32:38 +08:00
hubconf.py 添加注释 2024-08-07 09:32:38 +08:00
json2yolo.py 添加注释 2024-08-07 09:32:38 +08:00
main.py 添加注释 2024-08-07 11:13:52 +08:00
onnx_infer.py 添加注释 2024-08-07 09:32:38 +08:00
openvino_infer.py 添加注释 2024-08-07 09:32:38 +08:00
README.md 添加注释 2024-08-07 09:32:38 +08:00
test_widerface.py 添加注释 2024-08-07 09:32:38 +08:00
test.py 添加注释 2024-08-07 09:32:38 +08:00
train.py 添加注释 2024-08-07 09:32:38 +08:00

What's New

2022.12.04 车辆和车牌一起检测看这里车辆系统

yolov8 车牌检测+识别

yolov7 车牌检测+识别

安卓NCNN

联系

模型用的是公开数据集训练出来的,需要准确率更高的模型,或者商务合作请加

wechat: we0091234 (注明来意)

最全车牌识别算法支持12种中文车牌类型

环境要求: python >=3.6 pytorch >=1.7

图片测试demo:

直接运行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 文件夹中

视频测试demo 2.MP4 提取码41aq

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.单行蓝牌
  • 2.单行黄牌
  • 3.新能源车牌
  • 4.白色警用车牌
  • 5.教练车牌
  • 6.武警车牌
  • 7.双层黄牌
  • 8.双层白牌
  • 9.使馆车牌
  • 10.港澳粤Z牌
  • 11.双层绿牌
  • 12.民航车牌

Image

部署

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

References

More

qq群:871797331(已满) 837982567二群 询问

Image