faster_rcnn_r101_1x_coco.yml 313 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
_BASE_: [
  'faster_rcnn_r50_1x_coco.yml',
]

pretrain_weights: https://paddle-imagenet-models-name.bj.bcebos.com/ResNet101_pretrained.tar
weights: output/faster_rcnn_r101_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