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.

faster_rcnn_r50_pafpn_1x_coco.py 200 B

2 years ago
12345678
  1. _base_ = '../faster_rcnn/faster_rcnn_r50_fpn_1x_coco.py'
  2. model = dict(
  3. neck=dict(
  4. type='PAFPN',
  5. in_channels=[256, 512, 1024, 2048],
  6. out_channels=256,
  7. num_outs=5))

No Description

Contributors (3)