detr_r18_8xb2-500e_coco.py 206 B

1234567
  1. _base_ = './detr_r50_8xb2-500e_coco.py'
  2. model = dict(
  3. backbone=dict(
  4. depth=18,
  5. init_cfg=dict(type='Pretrained', checkpoint='torchvision://resnet18')),
  6. neck=dict(in_channels=[512]))