Skip to content

Commit

Permalink
[v0.10.0 - > v0.13.0] Task10 (#228)
Browse files Browse the repository at this point in the history
Co-authored-by: sparanoid <[email protected]>
  • Loading branch information
Anleeos and sparanoid authored Dec 1, 2023
1 parent 72e78fd commit 6407f16
Show file tree
Hide file tree
Showing 6 changed files with 980 additions and 168 deletions.
6 changes: 3 additions & 3 deletions docs/how_to/deploy/deploy_models/01-deploy_android.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ endif
# 要添加的其他 include 头,例如 SDK_PATH/adrenosdk/Development/Inc
ADD_C_INCLUDES += /work/adrenosdk-linux-5_0/Development/Inc
# 从 https://github.com/KhronosGroup/OpenCL-Headers 下载
ADD_C_INCLUDES += /usr/local/OpenCL-Headers/
ADD_C_INCLUDES =
# 要添加的附加链接库,例如 ANDROID_LIB_PATH/libOpenCL.so
ADD_LDLIBS = /workspace/pull-from-android-device/libOpenCL.so
ADD_LDLIBS =
```

:::note
Expand Down
4 changes: 2 additions & 2 deletions docs/how_to/deploy/deploy_models/04-compile_od.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ title: 编译 PyTorch 目标检测模型
可通过 pip 快速安装:

``` bash
pip install torch==1.7.0
pip install torchvision==0.8.1
pip install torch
pip install torchvision
```

或参考官网:https://pytorch.org/get-started/locally/
Expand Down
162 changes: 0 additions & 162 deletions docs/how_to/deploy/deploy_models/09-deploy_ssd.md

This file was deleted.

Loading

0 comments on commit 6407f16

Please sign in to comment.