Swin-Transformer-Object-Detection / configs /ghm /retinanet_ghm_r101_fpn_1x_coco.py
ZJF-Thunder
添加文件
e26e560
raw
history blame contribute delete
123 Bytes
_base_ = './retinanet_ghm_r50_fpn_1x_coco.py'
model = dict(pretrained='torchvision://resnet101', backbone=dict(depth=101))