Files
FastDeploy/docs/api_docs/python/semantic_segmentation.md
huangjianhui a0caf9fbb7 [Doc] Update PaddleSeg comments (#785)
* 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

Co-authored-by: Jason <928090362@qq.com>
2022-12-05 10:14:35 +08:00

27 lines
573 B
Markdown

# Semantic Segmentation(语义分割)
## fastdeploy.vision.segmentation.PaddleSegPreprocessor
```{eval-rst}
.. autoclass:: fastdeploy.vision.segmentation.PaddleSegPreprocessor
:members:
:inherited-members:
```
## fastdeploy.vision.segmentation.PaddleSegModel
```{eval-rst}
.. autoclass:: fastdeploy.vision.segmentation.PaddleSegModel
:members:
:inherited-members:
```
## fastdeploy.vision.segmentation.PaddleSegPostprocessor
```{eval-rst}
.. autoclass:: fastdeploy.vision.segmentation.PaddleSegPostprocessor
:members:
:inherited-members:
```