retinanet_r101_fpn_2x_coco.py 197 Bytes Raw Blame History Permalink 1 2 3 4 5 6 _base_ = './retinanet_r50_fpn_2x_coco.py' model = dict( backbone=dict( depth=101, init_cfg=dict(type='Pretrained', checkpoint='torchvision://resnet101')))