Files
FastDeploy/examples/vision/ocr/PP-OCRv3/serving/models/rec_postprocess/config.pbtxt
Thomas Young 95036392e7 [Serving] add ocr serving example (#627)
* 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>
2022-11-28 13:25:09 +08:00

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
}
]