Skip to content

Commit 2d508a4

Browse files
[Doc] Fixed Typo in headpose (PaddlePaddle#544)
* add paddle_trt in benchmark * update benchmark in device * update benchmark * update result doc * fixed for CI * update python api_docs * update index.rst * add runtime cpp examples * deal with comments * Update infer_paddle_tensorrt.py * Add runtime quick start * deal with comments * fixed reused_input_tensors&&reused_output_tensors * fixed docs * fixed headpose typo * fixed typo Co-authored-by: Jason <[email protected]>
1 parent 30412cb commit 2d508a4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

examples/text/ernie-3.0/python/requirements.txt

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
faster_toeknizer
1+
faster_tokenizer
22
paddlenlp

examples/vision/headpose/README.md

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 头部姿态模型
22

3-
FastDeploy目前支持如下人脸对齐模型部署
3+
FastDeploy目前支持如下头部姿态模型部署
44

55
| 模型 | 说明 | 模型格式 | 版本 |
66
| :--- | :--- | :------- | :--- |

examples/vision/headpose/fsanet/cpp/README.md

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ FSANet模型加载和初始化,其中model_file为导出的ONNX模型格式。
6868
### 类成员变量
6969
用户可按照自己的实际需求,修改下列预处理参数,从而影响最终的推理和部署效果
7070
> > * **size**(vector&lt;int&gt;): 通过此参数修改预处理过程中resize的大小,包含两个整型元素,表示[width, height], 默认值为[112, 112]
71+
7172
- [模型介绍](../../)
7273
- [Python部署](../python)
7374
- [视觉模型预测结果](../../../../../docs/api/vision_results/)

0 commit comments

Comments
 (0)