File size: 150 Bytes
cdfecf8
 
 
 
1
2
3
4
5
_base_ = './ga_faster_r50_caffe_fpn_1x_coco.py'
model = dict(
    pretrained='open-mmlab://detectron2/resnet101_caffe',
    backbone=dict(depth=101))