[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

@@ -26,3 +26,5 @@ Currently, FastDeploy supported backends listed as below,
| Task | Model | API | Example |
| :---- | :---- | :---- | :----- |
| object detection | PaddleDetection/PPYOLOE | [fastdeploy::vision::detection::PPYOLOE](./classfastdeploy_1_1vision_1_1detection_1_1PPYOLOE.html) | [C++](./)/[Python](./) |
| image classification | PaddleClassification serials | [fastdeploy::vision::classification::PaddleClasModel](./classfastdeploy_1_1vision_1_1classification_1_1PaddleClasModel.html) | [C++](./)/[Python](./) |
| semantic segmentation | PaddleSegmentation serials | [fastdeploy::vision::classification::PaddleSegModel](./classfastdeploy_1_1vision_1_1segmentation_1_1PaddleSegModel.html) | [C++](./)/[Python](./) |