MAERec-Gradio / configs /textdet /maskrcnn /mask-rcnn_resnet50-oclip_fpn_160e_ctw1500.py
Mountchicken's picture
Upload 704 files
9bf4bd7
raw
history blame
352 Bytes
_base_ = [
'mask-rcnn_resnet50_fpn_160e_ctw1500.py',
]
load_from = None
_base_.model.cfg.backbone = dict(
_scope_='mmocr',
type='CLIPResNet',
init_cfg=dict(
type='Pretrained',
checkpoint='https://download.openmmlab.com/'
'mmocr/backbone/resnet50-oclip-7ba0c533.pth'))
_base_.optim_wrapper.optimizer.lr = 0.02