# plate_recognize **Repository Path**: SuperWindcloud/plate_recognize ## Basic Information - **Project Name**: plate_recognize - **Description**: 中文车牌识别 , yolov5训练的车牌目标检测 , 基于CRNN的OCR车牌识别 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-06-17 - **Last Updated**: 2025-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## **最全车牌识别算法,支持12种中文车牌类型** ## 快速开始 `uv sync` #### **图片测试:** 直接运行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 ``` #### 视频测试 ``` python detect_plate.py --detect_model weights/plate_detect.pt --rec_model weights/plate_rec_color.pth --video 2.mp4 ``` ## GUI 界面 运行 `uv run tk_gui.py` 可启动GUI选择图片进行识别 #### **支持如下:** - [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.民航车牌 ## 效果展示 ![img.png](img.png)