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
b0b8df2e
Commit
b0b8df2e
authored
Mar 15, 2023
by
liuhy
Browse files
Merge branch 'master' into 'master'
修改model.pro和README See merge request
modelzoo/lpr!4
parents
a98684f5
0a65cf67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
README.md
README.md
+3
-0
model.properties
model.properties
+2
-4
No files found.
README.md
View file @
b0b8df2e
...
...
@@ -85,6 +85,9 @@ LPRNet_migraphx_infer.py是基于Migraphx的推理脚本,使用需安装好Mig
| ONNXRuntime | model/LPRNet.onnx | onnx | 92.7 | 2.36 |
| Migraphx | model/LPRNet.onnx | onnx | 92.7 | 2.47 |
| Migraphx | model/LPRNet.mxr | mxr | 92.7 | 2.42 |
## 历史版本
https://developer.hpccube.com/codes/modelzoo/lpr
## 参考
*
[
LPRNet_Pytorch
](
https://github.com/sirius-ai/LPRNet_Pytorch
)
*
[
license-plate-detect-recoginition
](
https://github.com/qzpzd/license-plate-detect-recoginition
)
model.properties
View file @
b0b8df2e
# 模型编码(每个模型编码唯一,设置后不可修改)
modelCode
=
LPR
# 模型名称
modelName
=
LPR
# 模型描述
modelDescription
=
LPR是一个基于深度学习技术的车牌识别模型,主要识别目标是自然场景的车牌图像
# 应用场景(多个标签以英文逗号分割)
appScenario
=
OCR
appScenario
=
OCR
,车牌识别,目标检测,训练,推理,pretrain,train,inference
# 框架类型(多个标签以英文逗号分割)
frameType
=
PyTorch
\ No newline at end of file
frameType
=
PyTorch,Migraphx,ONNXRuntime
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