show / mmdetection-2.26.0 /configs /gn /mask_rcnn_r101_fpn_gn-all_2x_coco.py
camenduru's picture
thanks to show ❤
3bbb319
raw
history blame contribute delete
No virus
219 Bytes
_base_ = './mask_rcnn_r50_fpn_gn-all_2x_coco.py'
model = dict(
backbone=dict(
depth=101,
init_cfg=dict(
type='Pretrained',
checkpoint='open-mmlab://detectron/resnet101_gn')))