uniformer_image_detection / configs /guided_anchoring /ga_retinanet_r101_caffe_fpn_1x_coco.py
SakuraD's picture
update
cdfecf8
raw
history blame
No virus
153 Bytes
_base_ = './ga_retinanet_r50_caffe_fpn_1x_coco.py'
model = dict(
pretrained='open-mmlab://detectron2/resnet101_caffe',
backbone=dict(depth=101))