Skip to content

Commit

Permalink
Update 8_application.md
Browse files Browse the repository at this point in the history
fix some error
  • Loading branch information
wu-yue-yu authored Oct 25, 2023
1 parent 4d3f246 commit 397b52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/hardware/zh/lichee/th1520/lpi4a/8_application.md
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ git clone https://github.com/Tencent/ncnn.git
cd ncnn
git submodule update --init
sudo apt install build-essential git cmake libprotobuf-dev protobuf-compiler libvulkan-dev vulkan-utils libopencv-dev libqt5gui5-gles
sudo apt install build-essential git cmake libprotobuf-dev protobuf-compiler libvulkan-dev libopencv-dev libqt5gui5-gles
```
编译源码
Expand All @@ -1685,7 +1685,7 @@ make -j$(nproc)
执行
```shell
./nanodet/ a.jpg
./nanodet a.jpg
```
运行结果
![ncnn_result](./assets/application/ncnn_result_o.png)
Expand Down

0 comments on commit 397b52b

Please sign in to comment.