faster_rcnn_r101_fpn_1x_coco.yml 326 B

1234567891011121314
  1. _BASE_: [
  2. 'faster_rcnn_r50_fpn_1x_coco.yml',
  3. ]
  4. pretrain_weights: https://paddledet.bj.bcebos.com/models/pretrained/ResNet101_pretrained.pdparams
  5. weights: output/faster_rcnn_r101_fpn_1x_coco/model_final
  6. ResNet:
  7. # index 0 stands for res2
  8. depth: 101
  9. norm_type: bn
  10. freeze_at: 0
  11. return_idx: [0,1,2,3]
  12. num_stages: 4