未验证 提交 811fe5c5 编写于 作者: J jerrywgz 提交者: GitHub

fix rcnn eval bug (#2015)

上级 3686ba3f
......@@ -338,7 +338,6 @@ class RCNN(object):
self.roi_has_mask_int32)
self.mask_fcn_logits = self.SuffixNet(conv5)
else:
self.eval_bbox()
pred_res_shape = fluid.layers.shape(self.pred_result)
shape = fluid.layers.reduce_prod(pred_res_shape)
shape = fluid.layers.reshape(shape, [1, 1])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册