提交 3a6c1f95 编写于 作者: F FDInSky 提交者: wangguanzhong

fix CascadeBBoxAssigner's bug (#2975)

上级 71794261
...@@ -51,7 +51,7 @@ class CascadeBBoxAssigner(object): ...@@ -51,7 +51,7 @@ class CascadeBBoxAssigner(object):
curr_bbox_reg_w = [ curr_bbox_reg_w = [
1. / self.bbox_reg_weights[curr_stage], 1. / self.bbox_reg_weights[curr_stage],
2. / self.bbox_reg_weights[curr_stage], 1. / self.bbox_reg_weights[curr_stage],
2. / self.bbox_reg_weights[curr_stage], 2. / self.bbox_reg_weights[curr_stage],
2. / self.bbox_reg_weights[curr_stage], 2. / self.bbox_reg_weights[curr_stage],
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册