fcos_r101_fpn_gn-head-center-normbbox-centeronreg-giou_8xb8-amp-lsj-200e_coco.py 257 B

1234567
  1. _base_ = './fcos_r50_fpn_gn-head-center-normbbox-centeronreg-giou_8xb8-amp-lsj-200e_coco.py' # noqa
  2. model = dict(
  3. backbone=dict(
  4. depth=101,
  5. init_cfg=dict(type='Pretrained',
  6. checkpoint='torchvision://resnet101')))