Skip to content

Commit be4c06b

Browse files
authored
fix the configs of simplecopypaste (#7864)
1 parent e283bae commit be4c06b

4 files changed

+2
-4
lines changed

configs/simple_copy_paste/mask_rcnn_r50_fpn_syncbn-all_rpn-2conv_ssj_32x2_270k_coco.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# SyncBN after https://github.com/pytorch/pytorch/issues/36530 is fixed.
1010
head_norm_cfg = dict(type='MMSyncBN', requires_grad=True)
1111
model = dict(
12-
# the model is trained from scratch, so init_cfg is None
1312
backbone=dict(frozen_stages=-1, norm_eval=False, norm_cfg=norm_cfg),
1413
neck=dict(norm_cfg=norm_cfg),
1514
rpn_head=dict(num_convs=2), # leads to 0.1+ mAP

configs/simple_copy_paste/mask_rcnn_r50_fpn_syncbn-all_rpn-2conv_ssj_32x2_90k_coco.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_base_ = 'mask_rcnn_r50_fpn_syncbn-all_rpn-2conv_ssj_270k_coco.py'
1+
_base_ = 'mask_rcnn_r50_fpn_syncbn-all_rpn-2conv_ssj_32x2_270k_coco.py'
22

33
# lr steps at [0.9, 0.95, 0.975] of the maximum iterations
44
lr_config = dict(

configs/simple_copy_paste/mask_rcnn_r50_fpn_syncbn-all_rpn-2conv_ssj_scp_32x2_270k_coco.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# SyncBN after https://github.com/pytorch/pytorch/issues/36530 is fixed.
1010
head_norm_cfg = dict(type='MMSyncBN', requires_grad=True)
1111
model = dict(
12-
# the model is trained from scratch, so init_cfg is None
1312
backbone=dict(frozen_stages=-1, norm_eval=False, norm_cfg=norm_cfg),
1413
neck=dict(norm_cfg=norm_cfg),
1514
rpn_head=dict(num_convs=2), # leads to 0.1+ mAP

configs/simple_copy_paste/mask_rcnn_r50_fpn_syncbn-all_rpn-2conv_ssj_scp_32x2_90k_coco.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_base_ = 'mask_rcnn_r50_fpn_syncbn-all_rpn-2conv_ssj_scp_270k_coco.py'
1+
_base_ = 'mask_rcnn_r50_fpn_syncbn-all_rpn-2conv_ssj_scp_32x2_270k_coco.py'
22

33
# lr steps at [0.9, 0.95, 0.975] of the maximum iterations
44
lr_config = dict(

0 commit comments

Comments
 (0)