show / mmdetection-2.26.0 /configs /htc /htc_r101_fpn_20e_coco.py
camenduru's picture
thanks to show ❤
3bbb319
_base_ = './htc_r50_fpn_1x_coco.py'
model = dict(
backbone=dict(
depth=101,
init_cfg=dict(type='Pretrained',
checkpoint='torchvision://resnet101')))
# learning policy
lr_config = dict(step=[16, 19])
runner = dict(type='EpochBasedRunner', max_epochs=20)