anonymous
initial commit
948d40c
Raw
History Blame Contribute Delete
364 Bytes
name: "ocr_td_postprocess"
backend: "python"
input [
{
name: "td_output"
data_type : TYPE_FP32
dims : [1, -1, -1, 2]
},
{
name: "resize_ratio"
data_type: TYPE_FP32
dims: [1]
}
]
output [
{
name: "detected_text_box_list"
data_type: TYPE_FP32
dims: [-1, 4, 2]
}
]