license-plate-detect/README.md

16 lines
409 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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