Skip to content

Commit

Permalink
Merge pull request #558 from wu-yue-yu/patch-1
Browse files Browse the repository at this point in the history
Update 8_application.md
  • Loading branch information
Zepan authored Oct 29, 2023
2 parents 4221773 + 397b52b commit a34f8e3
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 a34f8e3

Please sign in to comment.