mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 00:57:33 +08:00
26 lines
529 B
Markdown
Executable File
26 lines
529 B
Markdown
Executable File
# Image Classification(图像分类)
|
|
|
|
## 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:
|
|
```
|
|
|
|
## fastdeploy.vision.classification.ResNet
|
|
|
|
```{eval-rst}
|
|
.. autoclass:: fastdeploy.vision.classification.ResNet
|
|
:members:
|
|
:inherited-members:
|
|
```
|