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.

retinanet_pvt-l_fpn_1x_coco.py 283 B

2 years ago
1234567
  1. _base_ = 'retinanet_pvt-t_fpn_1x_coco.py'
  2. model = dict(
  3. backbone=dict(
  4. num_layers=[3, 8, 27, 3],
  5. init_cfg=dict(checkpoint='https://github.com/whai362/PVT/'
  6. 'releases/download/v2/pvt_large.pth')))
  7. fp16 = dict(loss_scale=dict(init_scale=512))

No Description

Contributors (3)