Mountchicken's picture
Upload 704 files
9bf4bd7
raw
history blame
290 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .attn_postprocessor import AttentionPostprocessor
from .base import BaseTextRecogPostprocessor
from .ctc_postprocessor import CTCPostProcessor
__all__ = [
'BaseTextRecogPostprocessor', 'AttentionPostprocessor', 'CTCPostProcessor'
]