[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:
WJJ1995
2022-11-22 19:59:18 +08:00
committed by GitHub
parent cd5cc98ba3
commit 7ce3da6556
2 changed files with 64 additions and 0 deletions

View File

@@ -1,5 +1,21 @@
# 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
```{eval-rst}

48
docs/api_docs/python/object_detection.md Normal file → Executable file
View File

@@ -1,5 +1,21 @@
# 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
```{eval-rst}
@@ -80,6 +96,22 @@
: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
```{eval-rst}
@@ -104,6 +136,22 @@
: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
```{eval-rst}