mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +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(图像分类)
|
||||
|
||||
## 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}
|
||||
|
||||
Reference in New Issue
Block a user