Skip to content

Commit

Permalink
Merge pull request #612 from misaka00251/patch-1
Browse files Browse the repository at this point in the history
Update 8_application.md
  • Loading branch information
Zepan authored Jan 29, 2024
2 parents a6f902a + 82045cc commit 53540ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hardware/zh/lichee/th1520/lpi4a/8_application.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ python3 onnx_inference.py -m yolox_s.onnx -i soccer.jpg -o outdir -s 0.3 --input
参考[外设使用](https://wiki.sipeed.com/hardware/zh/lichee/th1520/lpi4a/6_peripheral.html#NPU)文档搭建好 NPU 使用相关环境后,进入到 HHB 环境的 Docker 镜像中。

首先获取本节教程的模型,下载到示例目录 `/home/example/th1520_npu/onnx_mobilenetv2_c++` 下:
[mobilenetv2-12.onnx](https://github.com/onnx/models/blob/main/vision/classification/mobilenet/model/mobilenetv2-12.onnx)
[mobilenetv2-12.onnx](https://github.com/onnx/models/raw/main/validated/vision/classification/mobilenet/model/mobilenetv2-12.onnx)

并获取本次教程所使用的优化版本 opencv 所需的库文件,前往 [github仓库下载](https://xuantie.t-head.cn/community/download?id=4112956065753141248)下载到上一级目录 `/home/example/th1520_npu/` 下。
```shell
Expand Down

0 comments on commit 53540ff

Please sign in to comment.