htc_r50-sac_1x_coco.py 245 B

12345678
  1. _base_ = '../htc/htc_r50_fpn_1x_coco.py'
  2. model = dict(
  3. backbone=dict(
  4. type='DetectoRS_ResNet',
  5. conv_cfg=dict(type='ConvAWS'),
  6. sac=dict(type='SAC', use_deform=True),
  7. stage_with_sac=(False, True, True, True)))