queryinst_r101_fpn_ms-480-800-3x_coco.py 209 B

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