1234567891011121314 |
- _BASE_: [
- 'faster_rcnn_r50_1x_coco.yml',
- ]
- pretrain_weights: https://paddledet.bj.bcebos.com/models/pretrained/ResNet50_vd_pretrained.pdparams
- weights: output/faster_rcnn_r50_vd_1x_coco/model_final
- ResNet:
- # index 0 stands for res2
- depth: 50
- variant: d
- norm_type: bn
- freeze_at: 0
- return_idx: [2]
- num_stages: 3
|