mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-17 06:00:59 +08:00
[Doc] Update api_docs in python (#511)
* add paddle_trt in benchmark * update benchmark in device * update benchmark * update result doc * fixed for CI * update python api_docs
This commit is contained in:
9
docs/api_docs/python/face_alignment.md
Normal file
9
docs/api_docs/python/face_alignment.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# Face Alignment API
|
||||||
|
|
||||||
|
## fastdeploy.vision.facealign.PFLD
|
||||||
|
|
||||||
|
```{eval-rst}
|
||||||
|
.. autoclass:: fastdeploy.vision.facealign.PFLD
|
||||||
|
:members:
|
||||||
|
:inherited-members:
|
||||||
|
```
|
9
docs/api_docs/python/headpose.md
Normal file
9
docs/api_docs/python/headpose.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# Headpose API
|
||||||
|
|
||||||
|
## fastdeploy.vision.headpose.FSANet
|
||||||
|
|
||||||
|
```{eval-rst}
|
||||||
|
.. autoclass:: fastdeploy.vision.headpose.FSANet
|
||||||
|
:members:
|
||||||
|
:inherited-members:
|
||||||
|
```
|
@@ -15,3 +15,11 @@
|
|||||||
:members:
|
:members:
|
||||||
:inherited-members:
|
:inherited-members:
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## fastdeploy.vision.matting.RobustVideoMatting
|
||||||
|
|
||||||
|
```{eval-rst}
|
||||||
|
.. autoclass:: fastdeploy.vision.matting.RobustVideoMatting
|
||||||
|
:members:
|
||||||
|
:inherited-members:
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user