yolact_r101_1x8_coco.py 192 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 _base_ = './yolact_r50_1x8_coco.py' model = dict( backbone=dict( depth=101, init_cfg=dict(type='Pretrained', checkpoint='torchvision://resnet101')))