Commit 99415238 authored by liuhy's avatar liuhy
Browse files

编写readme

parent 3281ec8e
# license-plate-recoginition(LPR) # license-plate-recoginition(LPR)
# 模型介绍 ## 模型介绍
深度学习车牌检测与识别,检测结果包含车牌矩形框和4个角点,基于pytorch框架运行, 深度学习车牌检测与识别,
检测结果包含车牌矩形框和4个角点,
主程序是detect_rec_img.py,运行程序前需要确保您的机器安装了pytorch 主程序是detect_rec_img.py,运行程序前需要确保您的机器安装了pytorch
车牌识别模块,可以更换成crnn网络做识别,也可以更换到传统图像处理方法分割字符后逐个字符识别, 车牌识别模块,可以更换成crnn网络做识别,也可以更换到传统图像处理方法分割字符后逐个字符识别,
...@@ -15,8 +16,8 @@ python test.py --export_onnx true ...@@ -15,8 +16,8 @@ python test.py --export_onnx true
推理onnx模型: 推理onnx模型:
python LPRNet_ORT_infer.py python LPRNet_ORT_infer.py
# 模型结构 ## 模型结构
# 数据集 ## 数据集
# 训练及推理 ## 训练及推理
# 性能和准确率数据 ## 性能和准确率数据
# 参考 ## 参考
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment