RCNNProposal

输入

属性

输出

bboxes:
  • 是否必填:必填
  • 数据类型:float16
  • 参数解释:输出框的信息,包括该框所在图像编号,框的坐标以及各类别置信度:| img_idx | x1 | y1 | x2 | y2 | background_score | cls1_score | cls2_score | cls3_score |
  • 规格限制:NCHW,shape为[b,topn,9,1],b表示batch数,topn表示本算子的top_n