ga-rpn_r101-caffe_fpn_1x_coco.py 236 B

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