Commit 9c690ff8 authored by hc's avatar hc
Browse files

修改model pro和READme、

parent a98684f5
......@@ -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,车牌识别,目标检测
# 框架类型(多个标签以英文逗号分割)
frameType=PyTorch
\ No newline at end of file
frameType=PyTorch,Migraphx,ONNXRuntime,训练,推理,pretrain
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