uniformer_image_detection / configs /dcn /mask_rcnn_r50_fpn_dconv_c3-c5_1x_coco.py
SakuraD's picture
update
cdfecf8
raw
history blame
No virus
210 Bytes
_base_ = '../mask_rcnn/mask_rcnn_r50_fpn_1x_coco.py'
model = dict(
backbone=dict(
dcn=dict(type='DCN', deform_groups=1, fallback_on_stride=False),
stage_with_dcn=(False, True, True, True)))