Spaces:
Running
on
Zero
Running
on
Zero
File size: 257 Bytes
a249588 |
1 2 3 4 5 6 7 8 9 |
_base_ = '../mask_rcnn/mask-rcnn_r101_fpn_1x_coco.py'
model = dict(
backbone=dict(plugins=[
dict(
cfg=dict(type='ContextBlock', ratio=1. / 4),
stages=(False, True, True, True),
position='after_conv3')
]))
|