Commit 3281ec8e authored by liuhy's avatar liuhy
Browse files

编写readme

parent dfc4d118
# license-plate-detect-recoginition-pytorch # license-plate-recoginition(LPR)
# 模型介绍
深度学习车牌检测与识别,检测结果包含车牌矩形框和4个角点,基于pytorch框架运行, 深度学习车牌检测与识别,检测结果包含车牌矩形框和4个角点,基于pytorch框架运行,
主程序是detect_rec_img.py,运行程序前需要确保您的机器安装了pytorch 主程序是detect_rec_img.py,运行程序前需要确保您的机器安装了pytorch
...@@ -14,3 +15,8 @@ python test.py --export_onnx true ...@@ -14,3 +15,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
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