[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 <928090362@qq.com>
This commit is contained in:
huangjianhui
2022-12-22 10:14:57 +08:00
committed by GitHub
parent 60b84ef315
commit ac255b8ab8

View File

@@ -7,6 +7,15 @@ FastDeploy针对python和cpp开发者提供了以下多线程或多进程的
- [python多线程以及多进程预测的使用示例](python) - [python多线程以及多进程预测的使用示例](python)
- [cpp多线程预测的使用示例](cpp) - [cpp多线程预测的使用示例](cpp)
## 目前支持多线程以及多进程预测的模型
| 任务类型 | 说明 | 模型下载链接 |
|:-------------- |:----------------------------------- |:-------------------------------------------------------------------------------- |
| Detection | 支持PaddleDetection系列模型 | [PaddleDetection](../../examples/vision/detection/paddledetection) |
| Segmentation | 支持PaddleSeg系列模型 | [PaddleSeg](../../examples/vision/segmentation/paddleseg) |
| Classification | 支持PaddleClas系列模型 | [PaddleClas](../../examples/vision/classification/paddleclas) |
>> **注意**:点击上方模型下载链接,至`下载预训练模型`模块下载模型
## 多线程预测时克隆模型 ## 多线程预测时克隆模型
针对一个视觉模型的推理包含3个环节 针对一个视觉模型的推理包含3个环节