"docs/vscode:/vscode.git/clone" did not exist on "e52be9bba2a11f6b2145fcd21be0ba860b977a4d"
Commit 8b5f8db4 authored by shizhm's avatar shizhm
Browse files

修改readme

parent 0a3a4c62
...@@ -31,7 +31,7 @@ YoloV5模型的推理示例程序是YoloV5_infer_migraphx.py,使用如下命 ...@@ -31,7 +31,7 @@ YoloV5模型的推理示例程序是YoloV5_infer_migraphx.py,使用如下命
``` ```
# 进入python示例目录 # 进入python示例目录
cd ./Python cd <path_to_yolov5_migraphx>/Python
# 安装依赖 # 安装依赖
pip install -r requirements.txt pip install -r requirements.txt
...@@ -83,13 +83,13 @@ rbuild build -d depend ...@@ -83,13 +83,13 @@ rbuild build -d depend
**Centos**: **Centos**:
``` ```
export LD_LIBRARY_PATH=<path_to_migraphx_samples>/depend/lib64/:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=<path_to_yolov5_migraphx>/depend/lib64/:$LD_LIBRARY_PATH
``` ```
**Ubuntu**: **Ubuntu**:
``` ```
export LD_LIBRARY_PATH=<path_to_migraphx_samples>/depend/lib/:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=<path_to_yolov5_migraphx>/depend/lib/:$LD_LIBRARY_PATH
``` ```
然后执行: 然后执行:
...@@ -104,7 +104,7 @@ source ~/.bashrc ...@@ -104,7 +104,7 @@ source ~/.bashrc
``` ```
# 进入migraphx samples工程根目录 # 进入migraphx samples工程根目录
cd <path_to_migraphx_samples> cd <path_to_yolov5_migraphx>
# 进入build目录 # 进入build目录
cd ./build/ cd ./build/
......
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