ZJF-Thunder
添加文件
e26e560
raw
history blame contribute delete
125 Bytes
_base_ = './atss_r50_fpn_1x_coco.py'
model = dict(
pretrained='torchvision://resnet101',
backbone=dict(depth=101),
)