File size: 226 Bytes
6c9ac8f
 
 
 
 
 
 
1
2
3
4
5
6
7
8
_base_ = './htc_x101-32x4d_fpn_16xb1-20e_coco.py'
model = dict(
    backbone=dict(
        type='ResNeXt',
        groups=64,
        init_cfg=dict(
            type='Pretrained', checkpoint='open-mmlab://resnext101_64x4d')))