Files
FastDeploy/examples/vision/detection/paddledetection/serving/models/postprocess/config.pbtxt
heliqi 38e96451d7 [Serving] add ppdet serving example (#641)
* serving support ppdet

* Update README.md

update ppadet/README
2022-11-22 17:38:23 +08:00

30 lines
353 B
Plaintext

name: "postprocess"
backend: "python"
input [
{
name: "post_input1"
data_type: TYPE_FP32
dims: [ -1, 6 ]
},
{
name: "post_input2"
data_type: TYPE_INT32
dims: [ -1 ]
}
]
output [
{
name: "post_output"
data_type: TYPE_STRING
dims: [ -1 ]
}
]
instance_group [
{
count: 1
kind: KIND_CPU
}
]