File size: 219 Bytes
3bbb319
 
 
 
 
 
 
1
2
3
4
5
6
7
8
_base_ = './mask_rcnn_r50_fpn_gn-all_2x_coco.py'
model = dict(
    backbone=dict(
        depth=101,
        init_cfg=dict(
            type='Pretrained',
            checkpoint='open-mmlab://detectron/resnet101_gn')))