tood_r101_fpn_mstrain_2x_coco.py 201 Bytes
_base_ = './tood_r50_fpn_mstrain_2x_coco.py'

model = dict(
    backbone=dict(
        depth=101,
        init_cfg=dict(type='Pretrained',
                      checkpoint='torchvision://resnet101')))