File size: 199 Bytes
3bbb319
 
 
 
 
 
1
2
3
4
5
6
7
_base_ = './faster_rcnn_r50_fpn_2x_coco.py'
model = dict(
    backbone=dict(
        depth=101,
        init_cfg=dict(type='Pretrained',
                      checkpoint='torchvision://resnet101')))