reppoints-moment_r101-dconv-c3-c5_fpn-gn_head-gn_2x_coco.py 338 B

12345678
  1. _base_ = './reppoints-moment_r50_fpn-gn_head-gn_2x_coco.py'
  2. model = dict(
  3. backbone=dict(
  4. depth=101,
  5. dcn=dict(type='DCN', deform_groups=1, fallback_on_stride=False),
  6. stage_with_dcn=(False, True, True, True),
  7. init_cfg=dict(type='Pretrained',
  8. checkpoint='torchvision://resnet101')))