mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +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:
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