File size: 239 Bytes
14c9181
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# Copyright (c) OpenMMLab. All rights reserved.
from mmocr.registry import MODELS
from .two_stage_text_spotting import TwoStageTextSpotter


@MODELS.register_module()
class ABCNet(TwoStageTextSpotter):
    """CTC-loss based recognizer."""