_base_ = './faster-rcnn_r50_fpn_gn-ws-all_1x_coco.py' | |
model = dict( | |
backbone=dict( | |
depth=101, | |
init_cfg=dict( | |
type='Pretrained', checkpoint='open-mmlab://jhu/resnet101_gn_ws'))) | |
_base_ = './faster-rcnn_r50_fpn_gn-ws-all_1x_coco.py' | |
model = dict( | |
backbone=dict( | |
depth=101, | |
init_cfg=dict( | |
type='Pretrained', checkpoint='open-mmlab://jhu/resnet101_gn_ws'))) | |