MAERec-Gradio / configs /textdet /textsnake /textsnake_resnet50-oclip_fpn-unet_1200e_ctw1500.py
Mountchicken's picture
Upload 704 files
9bf4bd7
raw
history blame
273 Bytes
_base_ = [
'textsnake_resnet50_fpn-unet_1200e_ctw1500.py',
]
_base_.model.backbone = dict(
type='CLIPResNet',
init_cfg=dict(
type='Pretrained',
checkpoint='https://download.openmmlab.com/'
'mmocr/backbone/resnet50-oclip-7ba0c533.pth'))