scnet_r101_fpn_20e_coco.py 194 Bytes
_base_ = './scnet_r50_fpn_20e_coco.py'
model = dict(
    backbone=dict(
        depth=101,
        init_cfg=dict(type='Pretrained',
                      checkpoint='torchvision://resnet101')))