Commit d213c13c authored by huastant's avatar huastant
Browse files

Update README.md

parent e458d0ae
......@@ -70,6 +70,10 @@ LPRNet_ORT_infer.py是基于ORT的的推理脚本,使用方法:
python LPRNet_ORT_infer.py \
--model onnx模型路径 \
--imgpath 数据路径(文件夹或图像皆可)
![image](1.png)
![image](2.png)
#### Migraphx
LPRNet_migraphx_infer.py是基于Migraphx的推理脚本,使用需安装好Migraphx,支持onnx模型和mxr模型推理,mxr模型是migraphx将onnx模型保存成的离线推理引擎,初次使用onnx模型会保存对应的mxr模型。使用方法:
......
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