mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 00:57:33 +08:00

* 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>
27 lines
573 B
Markdown
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:
|
|
```
|