File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ The included headers of MNN and ONNXRuntime can be found at [mnn_config.h](./lit
99
99
<details>
100
100
<summary> 🔑️ Check the output log!Click here! </summary>
101
101
102
- - setup CMakeLists.txt
102
+ ### Setup CMakeLists.txt
103
103
```cmake
104
104
cmake_minimum_required(VERSION 3.10)
105
105
project(lite_yolov5)
@@ -114,12 +114,12 @@ endif()
114
114
add_executable(lite_yolov5 test_lite_yolov5.cpp)
115
115
target_link_libraries(lite_yolov5 ${lite.ai.toolkit_LIBS})
116
116
```
117
- - build example
117
+ ### Build example
118
118
119
119
``` bash
120
120
mkdir build && cd build && cmake .. && make -j1
121
121
```
122
- - run binary:
122
+ ### Run binary:
123
123
``` bash
124
124
./lite_yolov5
125
125
LITEORT_DEBUG LogId: ../examples/hub/onnx/cv/yolov5s.onnx
You can’t perform that action at this time.
0 commit comments