Skip to content

Commit

Permalink
fix init of convfchead (#6624)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshilong authored and ZwwWayne committed Dec 14, 2021
1 parent 1260f29 commit 70ecbd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mmdet/models/roi_heads/bbox_heads/convfc_bbox_head.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def __init__(self,
self.init_cfg += [
dict(
type='Xavier',
distribution='uniform',
override=[
dict(name='shared_fcs'),
dict(name='cls_fcs'),
Expand Down

0 comments on commit 70ecbd8

Please sign in to comment.