提交 f001960b 编写于 作者: J jiangjiajun

fix key error

上级 3fa688f7
...@@ -204,7 +204,7 @@ class MaskRCNN(object): ...@@ -204,7 +204,7 @@ class MaskRCNN(object):
bg_thresh_hi=self.bg_thresh_hi, bg_thresh_hi=self.bg_thresh_hi,
bg_thresh_lo=self.bg_thresh_lo, bg_thresh_lo=self.bg_thresh_lo,
bbox_reg_weights=self.bbox_reg_weights, bbox_reg_weights=self.bbox_reg_weights,
calass_nums=self.num_classes, class_nums=self.num_classes,
use_random=self.rpn_head.use_random) use_random=self.rpn_head.use_random)
rois = outputs[0] rois = outputs[0]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册