Commit f279ce5f authored by yangql's avatar yangql
Browse files

Update README.md

parent 92103b2f
......@@ -47,9 +47,6 @@ docker run --shm-size 16g --network=host --name=resnet50_ort --privileged --devi
# 进入resnet50 onnxruntime工程根目录
cd <path_to_resnet50_onnxruntime>
# 下载模型
sh ./Resource/Models/download.sh
# 安装依赖
pip install -r ./Python/requirements.txt
```
......@@ -71,9 +68,6 @@ python Classifier.py
```c++
cd <path_to_resnet50_onnxruntime>
# 下载模型
sh ./Resource/Models/download.sh
# 安装Opencv依赖
sh ./3rdParty/InstallOpenCVDependences.sh
......
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