Skip to content

Commit

Permalink
[Doc] Update api_docs in python (PaddlePaddle#511)
Browse files Browse the repository at this point in the history
* add paddle_trt in benchmark

* update benchmark in device

* update benchmark

* update result doc

* fixed for CI

* update python api_docs
  • Loading branch information
wjj19950828 authored Nov 7, 2022
1 parent bf5c1ae commit 40b099a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/api_docs/python/face_alignment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Face Alignment API

## fastdeploy.vision.facealign.PFLD

```{eval-rst}
.. autoclass:: fastdeploy.vision.facealign.PFLD
:members:
:inherited-members:
```
9 changes: 9 additions & 0 deletions docs/api_docs/python/headpose.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Headpose API

## fastdeploy.vision.headpose.FSANet

```{eval-rst}
.. autoclass:: fastdeploy.vision.headpose.FSANet
:members:
:inherited-members:
```
8 changes: 8 additions & 0 deletions docs/api_docs/python/matting.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@
:members:
:inherited-members:
```

## fastdeploy.vision.matting.RobustVideoMatting

```{eval-rst}
.. autoclass:: fastdeploy.vision.matting.RobustVideoMatting
:members:
:inherited-members:
```

0 comments on commit 40b099a

Please sign in to comment.