Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v0.10.0 - > v0.13.0] Task10 #228

Merged
merged 16 commits into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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