yolov8 车牌检测 车牌识别 中文车牌识别 检测 支持12种中文车牌 支持双层车牌
Go to file
2024-04-16 16:07:11 +08:00
fonts first commit 2023-08-11 17:13:31 +08:00
imgs yolov8 2024-02-28 13:20:13 +08:00
plate_recognition first commit 2023-08-11 17:13:31 +08:00
readme Update README.md 2024-04-16 16:07:11 +08:00
tests yolov8 2024-02-28 13:20:13 +08:00
ultralytics yolov8 2024-02-28 13:20:13 +08:00
weights yolov8 2024-02-28 13:20:13 +08:00
.gitignore modify 2024-02-28 13:29:27 +08:00
.pre-commit-config.yaml yolov8 2024-02-28 13:20:13 +08:00
CONTRIBUTING.md yolov8 2024-02-28 13:20:13 +08:00
detect_plate.py yolov8 2024-02-28 13:20:13 +08:00
detect_rec_plate.py yolov8 2024-02-28 13:20:13 +08:00
export_onnx.py yolov8 2024-02-28 13:20:13 +08:00
README.md readme 2024-04-04 18:41:16 +08:00
train.py yolov8 2024-02-28 13:20:13 +08:00
train.sh yolov8 2024-02-28 13:20:13 +08:00

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

图片测试demo:

直接运行detect_plate.py 或者运行如下命令行:

python detect_rec_plate.py --detect_model weights/yolov8s.pt  --rec_model weights/plate_rec_color.pth --image_path imgs --output result

测试文件夹imgs结果保存再 result 文件夹中

车牌检测训练

车牌检测训练链接如下:

车牌检测训练

车牌识别训练

车牌识别训练链接如下:

车牌识别训练

支持如下:

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

References

联系

有问题可以提issues 或者加qq群:837982567 询问 Image