File size: 225 Bytes
e8f2571
 
 
 
 
 
 
1
2
3
4
5
6
7
8
_base_ = './cascade-rcnn_r50-caffe_fpn_1x_coco.py'
model = dict(
    backbone=dict(
        depth=101,
        init_cfg=dict(
            type='Pretrained',
            checkpoint='open-mmlab://detectron2/resnet101_caffe')))