You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

htc_r50_sac_1x_coco.py 245 B

2 years ago
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)))

No Description

Contributors (3)