mask_rcnn_r101_fpn_1x_coco.yml 321 字节
Newer Older
1 2 3
_BASE_: [
  'mask_rcnn_r50_fpn_1x_coco.yml',
]
K
Kaipeng Deng 已提交
4
pretrain_weights: https://paddledet.bj.bcebos.com/models/pretrained/ResNet101_pretrained.pdparams
F
Feng Ni 已提交
5
weights: output/mask_rcnn_r101_fpn_1x_coco/model_final
6 7 8 9 10 11 12 13

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