[Doc] Add comments for PPSeg && PPClas (#396)

* Add comment for PPSeg && PPClas

* Update main_page.md
This commit is contained in:
huangjianhui
2022-10-19 16:54:39 +08:00
committed by GitHub
parent c8d6c8244e
commit 85e1c647f6
6 changed files with 111 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
# Semantic Segmentation API
comming soon...
## fastdeploy.vision.segmentation.PaddleSegModel
```{eval-rst}
.. autoclass:: fastdeploy.vision.segmentation.PaddleSegModel
:members:
:inherited-members:
```