sunnychenxiwang's picture
Upload 1308 files
fa39d0f verified
raw
history blame
239 Bytes
# 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."""