mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 17:17:14 +08:00
[Doc] Add Preprocessor&&Postprocessor API (#665)
* add onnx_ort_runtime demo * rm in requirements * support batch eval * fixed MattingResults bug * move assignment for DetectionResult * integrated x2paddle * add model convert readme * update readme * re-lint * add processor api
This commit is contained in:
@@ -1,5 +1,21 @@
|
|||||||
# Image Classification(图像分类)
|
# Image Classification(图像分类)
|
||||||
|
|
||||||
|
## fastdeploy.vision.classification.PaddleClasPreprocessor
|
||||||
|
|
||||||
|
```{eval-rst}
|
||||||
|
.. autoclass:: fastdeploy.vision.classification.PaddleClasPreprocessor
|
||||||
|
:members:
|
||||||
|
:inherited-members:
|
||||||
|
```
|
||||||
|
|
||||||
|
## fastdeploy.vision.classification.PaddleClasPostprocessor
|
||||||
|
|
||||||
|
```{eval-rst}
|
||||||
|
.. autoclass:: fastdeploy.vision.classification.PaddleClasPostprocessor
|
||||||
|
:members:
|
||||||
|
:inherited-members:
|
||||||
|
```
|
||||||
|
|
||||||
## fastdeploy.vision.classification.PaddleClasModel
|
## fastdeploy.vision.classification.PaddleClasModel
|
||||||
|
|
||||||
```{eval-rst}
|
```{eval-rst}
|
||||||
|
48
docs/api_docs/python/object_detection.md
Normal file → Executable file
48
docs/api_docs/python/object_detection.md
Normal file → Executable file
@@ -1,5 +1,21 @@
|
|||||||
# Object Detection(目标检测)
|
# Object Detection(目标检测)
|
||||||
|
|
||||||
|
## fastdeploy.vision.detection.PaddleDetPreprocessor
|
||||||
|
|
||||||
|
```{eval-rst}
|
||||||
|
.. autoclass:: fastdeploy.vision.detection.PaddleDetPreprocessor
|
||||||
|
:members:
|
||||||
|
:inherited-members:
|
||||||
|
```
|
||||||
|
|
||||||
|
## fastdeploy.vision.detection.PaddleDetPostprocessor
|
||||||
|
|
||||||
|
```{eval-rst}
|
||||||
|
.. autoclass:: fastdeploy.vision.detection.PaddleDetPostprocessor
|
||||||
|
:members:
|
||||||
|
:inherited-members:
|
||||||
|
```
|
||||||
|
|
||||||
## fastdeploy.vision.detection.PPYOLOE
|
## fastdeploy.vision.detection.PPYOLOE
|
||||||
|
|
||||||
```{eval-rst}
|
```{eval-rst}
|
||||||
@@ -80,6 +96,22 @@
|
|||||||
:inherited-members:
|
:inherited-members:
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## fastdeploy.vision.detection.YOLOv5Preprocessor
|
||||||
|
|
||||||
|
```{eval-rst}
|
||||||
|
.. autoclass:: fastdeploy.vision.detection.YOLOv5Preprocessor
|
||||||
|
:members:
|
||||||
|
:inherited-members:
|
||||||
|
```
|
||||||
|
|
||||||
|
## fastdeploy.vision.detection.YOLOv5Postprocessor
|
||||||
|
|
||||||
|
```{eval-rst}
|
||||||
|
.. autoclass:: fastdeploy.vision.detection.YOLOv5Postprocessor
|
||||||
|
:members:
|
||||||
|
:inherited-members:
|
||||||
|
```
|
||||||
|
|
||||||
## fastdeploy.vision.detection.YOLOv5
|
## fastdeploy.vision.detection.YOLOv5
|
||||||
|
|
||||||
```{eval-rst}
|
```{eval-rst}
|
||||||
@@ -104,6 +136,22 @@
|
|||||||
:inherited-members:
|
:inherited-members:
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## fastdeploy.vision.detection.YOLOv7Preprocessor
|
||||||
|
|
||||||
|
```{eval-rst}
|
||||||
|
.. autoclass:: fastdeploy.vision.detection.YOLOv7Preprocessor
|
||||||
|
:members:
|
||||||
|
:inherited-members:
|
||||||
|
```
|
||||||
|
|
||||||
|
## fastdeploy.vision.detection.YOLOv7Postprocessor
|
||||||
|
|
||||||
|
```{eval-rst}
|
||||||
|
.. autoclass:: fastdeploy.vision.detection.YOLOv7Postprocessor
|
||||||
|
:members:
|
||||||
|
:inherited-members:
|
||||||
|
```
|
||||||
|
|
||||||
## fastdeploy.vision.detection.YOLOv7
|
## fastdeploy.vision.detection.YOLOv7
|
||||||
|
|
||||||
```{eval-rst}
|
```{eval-rst}
|
||||||
|
Reference in New Issue
Block a user