Spaces:
Running
on
Zero
Running
on
Zero
File size: 201 Bytes
a249588 |
1 2 3 4 5 6 7 |
_base_ = './retinanet_r50_fpn_ghm-1x_coco.py'
model = dict(
backbone=dict(
depth=101,
init_cfg=dict(type='Pretrained',
checkpoint='torchvision://resnet101')))
|