Commit 8a0838dd authored by liucong's avatar liucong
Browse files

修改readme

parent 7c2698b8
......@@ -25,7 +25,7 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:ort1.14.0_migraphx3.0
2.安装依赖:
```python
# 进入migraphx samples工程根目录
# 进入resnet50 migraphx工程根目录
cd <path_to_resnet50_migraphx>
# 进入示例程序目录
......@@ -60,7 +60,7 @@ python Classifier.py
### 安装Opencv依赖
```python
cd <path_to_migraphx_samples>
cd <path_to_resnet50_migraphx>
sh ./3rdParty/InstallOpenCVDependences.sh
```
......@@ -85,13 +85,13 @@ rbuild build -d depend
**Centos**:
```
export LD_LIBRARY_PATH=<path_to_migraphx_samples>/depend/lib64/:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=<path_to_resnet50_migraphx>/depend/lib64/:$LD_LIBRARY_PATH
```
**Ubuntu**:
```
export LD_LIBRARY_PATH=<path_to_migraphx_samples>/depend/lib/:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=<path_to_resnet50_migraphx>/depend/lib/:$LD_LIBRARY_PATH
```
然后执行:
......@@ -105,7 +105,7 @@ source ~/.bashrc
运行ResNet50示例程序,具体执行如下命令:
```python
# 进入migraphx samples工程根目录
# 进入resnet50 migraphx工程根目录
cd <path_to_resnet50_migraphx>
# 进入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