sunnychenxiwang's picture
Upload 1600 files
14c9181 verified
raw
history blame contribute delete
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."""