_base_ = './rpn_r50_fpn_2x_coco.py' | |
model = dict( | |
backbone=dict( | |
depth=101, | |
init_cfg=dict(type='Pretrained', | |
checkpoint='torchvision://resnet101'))) | |
_base_ = './rpn_r50_fpn_2x_coco.py' | |
model = dict( | |
backbone=dict( | |
depth=101, | |
init_cfg=dict(type='Pretrained', | |
checkpoint='torchvision://resnet101'))) | |