Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwwyyxx committed Oct 19, 2019
1 parent 74badc6 commit 7e923bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/FasterRCNN/convert_d2/convert_d2.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ def _convert_fc(src, dst):
_convert_conv("proposal_generator.rpn_head.objectness_logits", "rpn/class")
_convert_conv("proposal_generator.rpn_head.anchor_deltas", "rpn/box")


# bbox predictor
def _convert_box_predictor(src, dst):
if cfg.MODEL.ROI_BOX_HEAD.CLS_AGNOSTIC_BBOX_REG:
_convert_fc(src + ".bbox_pred", dst + "/box")
Expand Down

0 comments on commit 7e923bf

Please sign in to comment.