faster_rcnn_r101_fpn_1x_coco.yml 326 字节
Newer Older
1 2 3 4
_BASE_: [
  'faster_rcnn_r50_fpn_1x_coco.yml',
]

K
Kaipeng Deng 已提交
5
pretrain_weights: https://paddledet.bj.bcebos.com/models/pretrained/ResNet101_pretrained.pdparams
6 7 8 9 10 11 12 13 14
weights: output/faster_rcnn_r101_fpn_1x_coco/model_final

ResNet:
  # index 0 stands for res2
  depth: 101
  norm_type: bn
  freeze_at: 0
  return_idx: [0,1,2,3]
  num_stages: 4