solov2-light_r34_fpn_ms-3x_coco.py 218 B

1234567
  1. _base_ = './solov2-light_r50_fpn_ms-3x_coco.py'
  2. # model settings
  3. model = dict(
  4. backbone=dict(
  5. depth=34, init_cfg=dict(checkpoint='torchvision://resnet34')),
  6. neck=dict(in_channels=[64, 128, 256, 512]))