You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

pisa_retinanet_r50_fpn_1x_coco.py 265 B

2 years ago
1234567
  1. _base_ = '../retinanet/retinanet_r50_fpn_1x_coco.py'
  2. model = dict(
  3. bbox_head=dict(
  4. type='PISARetinaHead',
  5. loss_bbox=dict(type='SmoothL1Loss', beta=0.11, loss_weight=1.0)),
  6. train_cfg=dict(isr=dict(k=2., bias=0.), carl=dict(k=1., bias=0.2)))

No Description

Contributors (3)