Skip to content

Commit ac255b8

Browse files
[Doc] Update supported model table for multi_thread README.md (#940)
* Update docs for wrong path * Update README.md * Update README.md * Update README.md * Update README.md * Update segmentation_result.md * Update README.md * Update README.md * Update README.md * Update PaddleSeg comments * Update README.md Update support model table Co-authored-by: Jason <[email protected]>
1 parent 60b84ef commit ac255b8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tutorials/multi_thread/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ FastDeploy针对python和cpp开发者,提供了以下多线程或多进程的
77
- [python多线程以及多进程预测的使用示例](python)
88
- [cpp多线程预测的使用示例](cpp)
99

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+
1019
## 多线程预测时克隆模型
1120

1221
针对一个视觉模型的推理包含3个环节

0 commit comments

Comments
 (0)