rtmdet-ins_m_8xb32-300e_coco.py 254 B

123456
  1. _base_ = './rtmdet-ins_l_8xb32-300e_coco.py'
  2. model = dict(
  3. backbone=dict(deepen_factor=0.67, widen_factor=0.75),
  4. neck=dict(in_channels=[192, 384, 768], out_channels=192, num_csp_blocks=2),
  5. bbox_head=dict(in_channels=192, feat_channels=192))