Commit 8d9992cf authored by shizhm's avatar shizhm
Browse files

修改readme

parent 9b190d8a
......@@ -60,9 +60,15 @@ python YoloV5_infer_migraphx.py \
## C++版本推理
下面介绍如何运行C++代码示例,具体推理代码解析,在Doc/Tutorial_Cpp.md目录中有详细说明
下面介绍如何运行C++代码示例,C++示例的详细说明见Doc目录下的Tutorial_Cpp.md。
参考Python版本推理中的构建安装,在光源中拉取推理的docker镜像。
### 下载镜像
在光源中下载MIGraphX镜像:
```
docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:ort1.14.0_migraphx3.0.0-dtk22.10.1
```
### 安装Opencv依赖
......@@ -107,7 +113,7 @@ export LD_LIBRARY_PATH=<path_to_yolov5_migraphx>/depend/lib/:$LD_LIBRARY_PATH
source ~/.bashrc
```
### 推理示例
### 运行示例
成功编译YoloV5工程后,执行如下命令运行该示例:
......
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