retinanet_r101-caffe_fpn_1x_coco.py 222 B

1234567
  1. _base_ = './retinanet_r50-caffe_fpn_1x_coco.py'
  2. model = dict(
  3. backbone=dict(
  4. depth=101,
  5. init_cfg=dict(
  6. type='Pretrained',
  7. checkpoint='open-mmlab://detectron2/resnet101_caffe')))