[Improve Serving] Add OCR det bbox in output buffer which is very important for application (#1214)

* Add ocr det bbox output

* Add ocr det bbox output

* Add ocr det bbox output

* Add ocr det bbox output

* Add ocr det bbox

* Add ocr det bbox

* Add ocr det bbox

* Add ocr det bbox output
This commit is contained in:
HinGwenWoong
2023-02-02 09:57:52 +08:00
committed by GitHub
parent 2f0b509004
commit 126c1a222a
4 changed files with 24 additions and 2 deletions
@@ -18,6 +18,11 @@ output [
name: "rec_scores"
data_type: TYPE_FP32
dims: [ -1, 1 ]
},
{
name: "det_bboxes"
data_type: TYPE_FP32
dims: [ -1, -1, 1 ]
}
]
ensemble_scheduling {
@@ -73,6 +78,10 @@ ensemble_scheduling {
key: "POST_OUTPUT_1"
value: "rec_scores"
}
output_map {
key: "POST_OUTPUT_2"
value: "det_bboxes"
}
}
]
}