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
yolov5_migraphx
Commits
8d9992cf
Commit
8d9992cf
authored
Jun 13, 2023
by
shizhm
Browse files
修改readme
parent
9b190d8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
README.md
README.md
+9
-3
No files found.
README.md
View file @
8d9992cf
...
...
@@ -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工程后,执行如下命令运行该示例:
...
...
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