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