未验证 提交 443e4a31 编写于 作者: W Wenyu 提交者: GitHub

update (#6926) (#6927)

上级 8a1efe25
...@@ -98,7 +98,6 @@ CascadeHead: ...@@ -98,7 +98,6 @@ CascadeHead:
reg_class_agnostic: False reg_class_agnostic: False
stage_loss_weights: [1, 0.5, 0.25] stage_loss_weights: [1, 0.5, 0.25]
loss_normalize_pos: True loss_normalize_pos: True
add_gt_as_proposals: [True, True, True]
BBoxAssigner: BBoxAssigner:
......
...@@ -96,7 +96,7 @@ class RoIAlign(object): ...@@ -96,7 +96,7 @@ class RoIAlign(object):
self.canonical_size, self.canonical_size,
rois_num=rois_num) rois_num=rois_num)
else: else:
ops.distribute_fpn_proposals( rois_dist, restore_index, rois_num_dist = ops.distribute_fpn_proposals(
roi, roi,
k_min, k_min,
k_max, k_max,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册