mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 01:22:59 +08:00
[Doc] Fixed Typo in headpose (#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 <928090362@qq.com>
This commit is contained in:
2
examples/text/ernie-3.0/python/requirements.txt
Normal file → Executable file
2
examples/text/ernie-3.0/python/requirements.txt
Normal file → Executable file
@@ -1,2 +1,2 @@
|
||||
faster_toeknizer
|
||||
faster_tokenizer
|
||||
paddlenlp
|
||||
|
2
examples/vision/headpose/README.md
Normal file → Executable file
2
examples/vision/headpose/README.md
Normal file → Executable file
@@ -1,6 +1,6 @@
|
||||
# 头部姿态模型
|
||||
|
||||
FastDeploy目前支持如下人脸对齐模型部署
|
||||
FastDeploy目前支持如下头部姿态模型部署
|
||||
|
||||
| 模型 | 说明 | 模型格式 | 版本 |
|
||||
| :--- | :--- | :------- | :--- |
|
||||
|
1
examples/vision/headpose/fsanet/cpp/README.md
Normal file → Executable file
1
examples/vision/headpose/fsanet/cpp/README.md
Normal file → Executable file
@@ -68,6 +68,7 @@ FSANet模型加载和初始化,其中model_file为导出的ONNX模型格式。
|
||||
### 类成员变量
|
||||
用户可按照自己的实际需求,修改下列预处理参数,从而影响最终的推理和部署效果
|
||||
> > * **size**(vector<int>): 通过此参数修改预处理过程中resize的大小,包含两个整型元素,表示[width, height], 默认值为[112, 112]
|
||||
|
||||
- [模型介绍](../../)
|
||||
- [Python部署](../python)
|
||||
- [视觉模型预测结果](../../../../../docs/api/vision_results/)
|
||||
|
Reference in New Issue
Block a user