uniformer_image_detection / configs /libra_rcnn /libra_faster_rcnn_r101_fpn_1x_coco.py
SakuraD's picture
update
cdfecf8
raw
history blame
No virus
127 Bytes
_base_ = './libra_faster_rcnn_r50_fpn_1x_coco.py'
model = dict(pretrained='torchvision://resnet101', backbone=dict(depth=101))