We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b84ef commit ac255b8Copy full SHA for ac255b8
tutorials/multi_thread/README.md
@@ -7,6 +7,15 @@ FastDeploy针对python和cpp开发者,提供了以下多线程或多进程的
7
- [python多线程以及多进程预测的使用示例](python)
8
- [cpp多线程预测的使用示例](cpp)
9
10
+## 目前支持多线程以及多进程预测的模型
11
+
12
+| 任务类型 | 说明 | 模型下载链接 |
13
+|:-------------- |:----------------------------------- |:-------------------------------------------------------------------------------- |
14
+| Detection | 支持PaddleDetection系列模型 | [PaddleDetection](../../examples/vision/detection/paddledetection) |
15
+| Segmentation | 支持PaddleSeg系列模型 | [PaddleSeg](../../examples/vision/segmentation/paddleseg) |
16
+| Classification | 支持PaddleClas系列模型 | [PaddleClas](../../examples/vision/classification/paddleclas) |
17
+>> **注意**:点击上方模型下载链接,至`下载预训练模型`模块下载模型
18
19
## 多线程预测时克隆模型
20
21
针对一个视觉模型的推理包含3个环节
0 commit comments