Commit b0b8df2e authored by liuhy's avatar liuhy
Browse files

Merge branch 'master' into 'master'

修改model.pro和README

See merge request modelzoo/lpr!4
parents a98684f5 0a65cf67
......@@ -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)
# 模型编码(每个模型编码唯一,设置后不可修改)
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
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