reppoints-moment_r50_fpn-gn_head-gn_1x_coco.py 189 B

123
  1. _base_ = './reppoints-moment_r50_fpn_1x_coco.py'
  2. norm_cfg = dict(type='GN', num_groups=32, requires_grad=True)
  3. model = dict(neck=dict(norm_cfg=norm_cfg), bbox_head=dict(norm_cfg=norm_cfg))