Skip to content

Commit

Permalink
[Doc] Fixed Typo in headpose (PaddlePaddle#544)
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

* 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]>
  • Loading branch information
wjj19950828 and jiangjiajun authored Nov 9, 2022
1 parent 30412cb commit 2d508a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/text/ernie-3.0/python/requirements.txt
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
faster_toeknizer
faster_tokenizer
paddlenlp
2 changes: 1 addition & 1 deletion examples/vision/headpose/README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 头部姿态模型

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

| 模型 | 说明 | 模型格式 | 版本 |
| :--- | :--- | :------- | :--- |
Expand Down
1 change: 1 addition & 0 deletions examples/vision/headpose/fsanet/cpp/README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ FSANet模型加载和初始化,其中model_file为导出的ONNX模型格式。
### 类成员变量
用户可按照自己的实际需求,修改下列预处理参数,从而影响最终的推理和部署效果
> > * **size**(vector&lt;int&gt;): 通过此参数修改预处理过程中resize的大小,包含两个整型元素,表示[width, height], 默认值为[112, 112]
- [模型介绍](../../)
- [Python部署](../python)
- [视觉模型预测结果](../../../../../docs/api/vision_results/)
Expand Down

0 comments on commit 2d508a4

Please sign in to comment.