File size: 125 Bytes
e26e560 |
1 2 3 4 5 6 |
_base_ = './atss_r50_fpn_1x_coco.py'
model = dict(
pretrained='torchvision://resnet101',
backbone=dict(depth=101),
)
|
e26e560 |
1 2 3 4 5 6 |
_base_ = './atss_r50_fpn_1x_coco.py'
model = dict(
pretrained='torchvision://resnet101',
backbone=dict(depth=101),
)
|