mask2former_r101_8xb2-lsj-50e_coco.py 208 B

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