mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 01:22:59 +08:00
[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:
@@ -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:
|
||||
```
|
||||
|
Reference in New Issue
Block a user