2024-08-26 18:19:44 +08:00

16 lines
409 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 车牌识别
# 介绍
本项目可以识别出汽车车牌的信息
# 代码思路
1、使用yolov8的模型进行训练检测出车牌并读取车牌的位置信息
2、通过车牌位置信息截取车牌图片
3、使用PaddleOcr读取图片车牌号
# 使用说明
1、安装依赖 复制以下代码到终端
`pip install -r requirements.txt`
2、运行detect-license-plate进行车牌检测