htc_res2net-101_fpn_20e_coco.py 276 B

12345678910
  1. _base_ = '../htc/htc_r50_fpn_20e_coco.py'
  2. model = dict(
  3. backbone=dict(
  4. type='Res2Net',
  5. depth=101,
  6. scales=4,
  7. base_width=26,
  8. init_cfg=dict(
  9. type='Pretrained',
  10. checkpoint='open-mmlab://res2net101_v1d_26w_4s')))