yolact_r101_1xb8-55e_coco.py 197 B

1234567
  1. _base_ = './yolact_r50_1xb8-55e_coco.py'
  2. model = dict(
  3. backbone=dict(
  4. depth=101,
  5. init_cfg=dict(type='Pretrained',
  6. checkpoint='torchvision://resnet101')))