tomofi's picture
Add application file
2366e36
raw
history blame
No virus
298 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from mmocr.models.builder import RECOGNIZERS
from .encode_decode_recognizer import EncodeDecodeRecognizer
@RECOGNIZERS.register_module()
class NRTR(EncodeDecodeRecognizer):
"""Implementation of `NRTR <https://arxiv.org/pdf/1806.00926.pdf>`_"""