mirror of https://github.com/open-mmlab/mmocr.git
11 lines
267 B
Python
11 lines
267 B
Python
|
_base_ = [
|
||
|
'psenet_resnet50_fpnf_600e_icdar2015.py',
|
||
|
]
|
||
|
|
||
|
_base_.model.backbone = dict(
|
||
|
type='CLIPResNet',
|
||
|
init_cfg=dict(
|
||
|
type='Pretrained',
|
||
|
checkpoint='https://download.openmmlab.com/'
|
||
|
'mmocr/backbone/resnet50-oclip-7ba0c533.pth'))
|