mask2former_r101_8xb2-8e_youtubevis2021.py 461 B

123456789101112
  1. _base_ = './mask2former_r50_8xb2-8e_youtubevis2021.py'
  2. model = dict(
  3. backbone=dict(
  4. depth=101,
  5. init_cfg=dict(type='Pretrained',
  6. checkpoint='torchvision://resnet101')),
  7. init_cfg=dict(
  8. type='Pretrained',
  9. checkpoint='https://download.openmmlab.com/mmdetection/v3.0/'
  10. 'mask2former/mask2former_r101_8xb2-lsj-50e_coco/'
  11. 'mask2former_r101_8xb2-lsj-50e_coco_20220426_100250-ecf181e2.pth'))