Shortcuts

mmocr.models.textrecog.recognizers.aster 源代码

# Copyright (c) OpenMMLab. All rights reserved.
from mmocr.registry import MODELS
from .encoder_decoder_recognizer import EncoderDecoderRecognizer


[文档]@MODELS.register_module() class ASTER(EncoderDecoderRecognizer): """Implement `ASTER: An Attentional Scene Text Recognizer with Flexible Rectification. <https://ieeexplore.ieee.org/abstract/document/8395027/` """
Read the Docs v: latest
Versions
latest
stable
0.x
dev-1.x
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.