htc_x101-64x4d_fpn_16xb1-20e_coco.py 226 B

1234567
  1. _base_ = './htc_x101-32x4d_fpn_16xb1-20e_coco.py'
  2. model = dict(
  3. backbone=dict(
  4. type='ResNeXt',
  5. groups=64,
  6. init_cfg=dict(
  7. type='Pretrained', checkpoint='open-mmlab://resnext101_64x4d')))