fovea_r101_fpn_4x4_2x_coco.py 197 Bytes
_base_ = './fovea_r50_fpn_4x4_2x_coco.py'
model = dict(
    backbone=dict(
        depth=101,
        init_cfg=dict(type='Pretrained',
                      checkpoint='torchvision://resnet101')))