mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00

* add yolov5cls * fixed bugs * fixed bugs * fixed preprocess bug * add yolov5cls readme * deal with comments * Add YOLOv5Cls Note * add yolov5cls test * update yolov5cls api * update yolov5cls api Co-authored-by: Jason <jiangjiajun@baidu.com>
18 lines
363 B
Markdown
Executable File
18 lines
363 B
Markdown
Executable File
# Image Classification API
|
|
|
|
## fastdeploy.vision.classification.PaddleClasModel
|
|
|
|
```{eval-rst}
|
|
.. autoclass:: fastdeploy.vision.classification.PaddleClasModel
|
|
:members:
|
|
:inherited-members:
|
|
```
|
|
|
|
## fastdeploy.vision.classification.YOLOv5Cls
|
|
|
|
```{eval-rst}
|
|
.. autoclass:: fastdeploy.vision.classification.YOLOv5Cls
|
|
:members:
|
|
:inherited-members:
|
|
```
|