mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-05-07 07:59:05 +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:
Regular → Executable
+48
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user