mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-13 20:34:02 +08:00
add new docs
This commit is contained in:
65
.new_docs/api_docs/python/object_detection.md
Normal file
65
.new_docs/api_docs/python/object_detection.md
Normal file
@@ -0,0 +1,65 @@
|
||||
# Object Detection API
|
||||
|
||||
## fastdeploy.vision.detection.PPYOLOE
|
||||
|
||||
```{eval-rst}
|
||||
.. autoclass:: fastdeploy.vision.detection.PPYOLOE
|
||||
:members:
|
||||
:inherited-members:
|
||||
```
|
||||
|
||||
## fastdeploy.vision.detection.PPYOLO
|
||||
|
||||
```{eval-rst}
|
||||
.. autoclass:: fastdeploy.vision.detection.PPYOLO
|
||||
:members:
|
||||
:inherited-members:
|
||||
```
|
||||
|
||||
## fastdeploy.vision.detection.PPYOLOv2
|
||||
|
||||
```{eval-rst}
|
||||
.. autoclass:: fastdeploy.vision.detection.PPYOLOv2
|
||||
:members:
|
||||
:inherited-members:
|
||||
```
|
||||
|
||||
## fastdeploy.vision.detection.PicoDet
|
||||
|
||||
```{eval-rst}
|
||||
.. autoclass:: fastdeploy.vision.detection.PicoDet
|
||||
:members:
|
||||
:inherited-members:
|
||||
```
|
||||
|
||||
## fastdeploy.vision.detection.PaddleYOLOX
|
||||
|
||||
```{eval-rst}
|
||||
.. autoclass:: fastdeploy.vision.detection.PaddleYOLOX
|
||||
:members:
|
||||
:inherited-members:
|
||||
```
|
||||
|
||||
## fastdeploy.vision.detection.YOLOv3
|
||||
|
||||
```{eval-rst}
|
||||
.. autoclass:: fastdeploy.vision.detection.PaddleYOLOX
|
||||
:members:
|
||||
:inherited-members:
|
||||
```
|
||||
|
||||
## fastdeploy.vision.detection.FasterRCNN
|
||||
|
||||
```{eval-rst}
|
||||
.. autoclass:: fastdeploy.vision.detection.FasterRCNN
|
||||
:members:
|
||||
:inherited-members:
|
||||
```
|
||||
|
||||
## fastdeploy.vision.detection.MaskRCNN
|
||||
|
||||
```{eval-rst}
|
||||
.. autoclass:: fastdeploy.vision.detection.MaskRCNN
|
||||
:members:
|
||||
:inherited-members:
|
||||
```
|
Reference in New Issue
Block a user