Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
LPRNet_pytorch
Commits
3281ec8e
Commit
3281ec8e
authored
Mar 01, 2023
by
liuhy
Browse files
编写readme
parent
dfc4d118
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
README.md
README.md
+7
-1
No files found.
README.md
View file @
3281ec8e
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment