Commit e3bdb5c7 authored by change's avatar change
Browse files

修改readme

parent 1386ee1f
...@@ -31,7 +31,7 @@ docker run -it --network=host --ipc=host --name=yolov8_ort --privileged --host ...@@ -31,7 +31,7 @@ docker run -it --network=host --ipc=host --name=yolov8_ort --privileged --host
## 推理 ## 推理
### 编译工程 ### 编译工程
``` ```
git clone http://developer.sourcefind.cn/codes/modelzoo/yolov5s_onnxruntime.git cd yolov8_onnxruntime
mkdir build && cd build mkdir build && cd build
cmake ../ cmake ../
make make
......
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