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_r2_101_fpn_20e_coco.py 379 B

2 years ago
12345678910111213
  1. _base_ = '../htc/htc_r50_fpn_1x_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')))
  11. # learning policy
  12. lr_config = dict(step=[16, 19])
  13. runner = dict(type='EpochBasedRunner', max_epochs=20)

No Description

Contributors (2)