sunnychenxiwang's picture
update all
24c4def
raw
history blame
250 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from mmocr.models.textrecog import EncoderDecoderRecognizer
from mmocr.registry import MODELS
@MODELS.register_module()
class ABCNetRec(EncoderDecoderRecognizer):
"""CTC-loss based recognizer."""