faster_rcnn_r50_pafpn_1x_coco.py 200 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 _base_ = '../faster_rcnn/faster_rcnn_r50_fpn_1x_coco.py' model = dict( neck=dict( type='PAFPN', in_channels=[256, 512, 1024, 2048], out_channels=256, num_outs=5))