# yolov8-plate **Repository Path**: dimanche/yolov8-plate ## Basic Information - **Project Name**: yolov8-plate - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-27 - **Last Updated**: 2024-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## **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 文件夹中 ## **车牌检测训练** 车牌检测训练链接如下: [车牌检测训练](https://github.com/we0091234/yolov8-plate/tree/master/readme) ## **车牌识别训练** 车牌识别训练链接如下: [车牌识别训练](https://github.com/we0091234/crnn_plate_recognition) #### **支持如下:** - [X] 1.单行蓝牌 - [X] 2.单行黄牌 - [X] 3.新能源车牌 - [X] 4.白色警用车牌 - [X] 5.教练车牌 - [X] 6.武警车牌 - [X] 7.双层黄牌 - [X] 8.双层白牌 - [X] 9.使馆车牌 - [X] 10.港澳粤Z牌 - [X] 11.双层绿牌 - [X] 12.民航车牌 ## References * [https://github.com/derronqi/yolov8-face](https://github.com/derronqi/yolov8-face) * [https://github.com/ultralytics/ultralytics](https://github.com/ultralytics/ultralytics) ## 联系 **有问题可以提issues 或者加qq群:769809695(新群) 837982567(已满) 询问**