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_ssd300_coco.py 247 B

2 years ago
12345678
  1. _base_ = '../ssd/ssd300_coco.py'
  2. model = dict(
  3. bbox_head=dict(type='PISASSDHead'),
  4. train_cfg=dict(isr=dict(k=2., bias=0.), carl=dict(k=1., bias=0.2)))
  5. optimizer_config = dict(
  6. _delete_=True, grad_clip=dict(max_norm=35, norm_type=2))

No Description

Contributors (3)