[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>
This commit is contained in:
huangjianhui
2022-12-05 10:14:35 +08:00
committed by GitHub
parent 1860d3ab78
commit a0caf9fbb7
4 changed files with 35 additions and 9 deletions

View File

@@ -1,5 +1,14 @@
# Semantic Segmentation(语义分割)
## fastdeploy.vision.segmentation.PaddleSegPreprocessor
```{eval-rst}
.. autoclass:: fastdeploy.vision.segmentation.PaddleSegPreprocessor
:members:
:inherited-members:
```
## fastdeploy.vision.segmentation.PaddleSegModel
```{eval-rst}
@@ -7,3 +16,11 @@
:members:
:inherited-members:
```
## fastdeploy.vision.segmentation.PaddleSegPostprocessor
```{eval-rst}
.. autoclass:: fastdeploy.vision.segmentation.PaddleSegPostprocessor
:members:
:inherited-members:
```