Skip to content

Commit

Permalink
docs: duo add tdl model download link
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonfix committed Dec 27, 2024
1 parent 3ea76ea commit 55b95c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ Programs directly transferred to the Duo development board through `scp` may not
chmod +x sample_vi_fd
```

The command to test the face detection example in the development board is `sample_vi_fd + face detection model file`. **Note that the models used in Duo and Duo256M/DuoS are different**:
The command to test the face detection example in the development board is `sample_vi_fd + face detection model file`. **Note that the models used in Duo and Duo256M/DuoS are different**.

Model download link: [https://github.com/milkv-duo/tdl-models](https://github.com/milkv-duo/tdl-models).

- Duo (CV180X)
```
Expand All @@ -172,7 +174,7 @@ At this time, point the camera at the face, and the terminal log will print the

[https://doc.sophgo.com/cvitek-develop-docs/master/docs_latest_release/CV180x_CV181x/en/01.software/TPU/TDL_SDK_Software_Development_Guide/build/html/6_Data_Types.html](https://doc.sophgo.com/cvitek-develop-docs/master/docs_latest_release/CV180x_CV181x/en/01.software/TPU/TDL_SDK_Software_Development_Guide/build/html/6_Data_Types.html)

### TDK-SDK Model Download
### TDK-SDK Model Download (Sophgo)

[https://github.com/sophgo/tdl_models/tree/main](https://github.com/sophgo/tdl_models/tree/main)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ make
chmod +x sample_vi_fd
```

在开发板中测试该人脸检测示例的命令为 `sample_vi_fd + 人脸检测模型文件`**注意 Duo 和 Duo256M/DuoS 中使用的模型是不同的**
在开发板中测试该人脸检测示例的命令为 `sample_vi_fd + 人脸检测模型文件`**注意 Duo 和 Duo256M/DuoS 中使用的模型是不同的**

模型下载链接:[https://github.com/milkv-duo/tdl-models](https://github.com/milkv-duo/tdl-models)

- Duo (CV180X)
```
Expand All @@ -165,7 +167,7 @@ chmod +x sample_vi_fd

[https://doc.sophgo.com/cvitek-develop-docs/master/docs_latest_release/CV180x_CV181x/zh/01.software/TPU/TDL_SDK_Software_Development_Guide/build/html/6_Data_Types.html](https://doc.sophgo.com/cvitek-develop-docs/master/docs_latest_release/CV180x_CV181x/zh/01.software/TPU/TDL_SDK_Software_Development_Guide/build/html/6_Data_Types.html)

### TDK-SDK 模型下载
### TDK-SDK 模型下载(Sophgo)

[https://github.com/sophgo/tdl_models/tree/main](https://github.com/sophgo/tdl_models/tree/main)

Expand Down

0 comments on commit 55b95c7

Please sign in to comment.