diff --git a/dygraph/configs/dcn/faster_rcnn_dcn_r101_vd_fpn_1x_coco.yml b/dygraph/configs/dcn/faster_rcnn_dcn_r101_vd_fpn_1x_coco.yml index 9d97b0468884c3db2e01161c9a8a42030a98001b..8ffb7e76d7a751a36012a57bf7d2d53c2e0719ec 100644 --- a/dygraph/configs/dcn/faster_rcnn_dcn_r101_vd_fpn_1x_coco.yml +++ b/dygraph/configs/dcn/faster_rcnn_dcn_r101_vd_fpn_1x_coco.yml @@ -1,8 +1,8 @@ _BASE_: [ 'faster_rcnn_dcn_r50_fpn_1x_coco.yml', ] -pretrain_weights: https://paddle-imagenet-models-name.bj.bcebos.com/ResNet101_pretrained.tar -weights: output/faster_rcnn_dcn_r101_fpn_1x_coco/model_final +pretrain_weights: https://paddle-imagenet-models-name.bj.bcebos.com/ResNet101_vd_pretrained.tar +weights: output/faster_rcnn_dcn_r101_vd_fpn_1x_coco/model_final ResNet: # index 0 stands for res2 diff --git a/dygraph/configs/dcn/mask_rcnn_dcn_r101_vd_fpn_1x_coco.yml b/dygraph/configs/dcn/mask_rcnn_dcn_r101_vd_fpn_1x_coco.yml index 22fc107e2ed471daa29ae7fa6e473b12f01c1dab..31738886842be13652fd0f0475b7ca0ee8ec74df 100644 --- a/dygraph/configs/dcn/mask_rcnn_dcn_r101_vd_fpn_1x_coco.yml +++ b/dygraph/configs/dcn/mask_rcnn_dcn_r101_vd_fpn_1x_coco.yml @@ -1,8 +1,8 @@ _BASE_: [ 'mask_rcnn_dcn_r50_fpn_1x_coco.yml', ] -pretrain_weights: https://paddle-imagenet-models-name.bj.bcebos.com/ResNet101_pretrained.tar -weights: output/mask_rcnn_dcn_r101_fpn_1x_coco/model_final +pretrain_weights: https://paddle-imagenet-models-name.bj.bcebos.com/ResNet101_vd_pretrained.tar +weights: output/mask_rcnn_dcn_r101_vd_fpn_1x_coco/model_final ResNet: # index 0 stands for res2