mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-08 10:00:29 +08:00

* add ocr serving example * 1 1 * Add files via upload * Update README.md * Delete ocr_pipeline.png * Add files via upload * Delete ocr_pipeline.png * Add files via upload * 1 1 * 1 1 * Update README.md * 1 1 * fix codestyle * fix codestyle Co-authored-by: Jason <jiangjiajun@baidu.com> Co-authored-by: heliqi <1101791222@qq.com>
31 lines
382 B
Plaintext
31 lines
382 B
Plaintext
name: "rec_postprocess"
|
|
backend: "python"
|
|
max_batch_size: 128
|
|
input [
|
|
{
|
|
name: "POST_INPUT_0"
|
|
data_type: TYPE_FP32
|
|
dims: [ -1, 6625 ]
|
|
}
|
|
]
|
|
|
|
output [
|
|
{
|
|
name: "POST_OUTPUT_0"
|
|
data_type: TYPE_STRING
|
|
dims: [ 1 ]
|
|
},
|
|
{
|
|
name: "POST_OUTPUT_1"
|
|
data_type: TYPE_FP32
|
|
dims: [ 1 ]
|
|
}
|
|
]
|
|
|
|
instance_group [
|
|
{
|
|
count: 1
|
|
kind: KIND_CPU
|
|
}
|
|
]
|