mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-25 01:55:45 +08:00
[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:
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user