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_r101_fpn_20e_coco.py 295 B

2 years ago
123456789
  1. _base_ = './htc_r50_fpn_1x_coco.py'
  2. model = dict(
  3. backbone=dict(
  4. depth=101,
  5. init_cfg=dict(type='Pretrained',
  6. checkpoint='torchvision://resnet101')))
  7. # learning policy
  8. lr_config = dict(step=[16, 19])
  9. runner = dict(type='EpochBasedRunner', max_epochs=20)

No Description

Contributors (1)