Spaces:
Running
on
Zero
Running
on
Zero
File size: 214 Bytes
a249588 |
1 2 3 4 5 6 |
_base_ = '../faster_rcnn/faster-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)))
|