nguyendu392's picture
Duplicate from tomofi/MMOCR
e198e1c
raw
history blame contribute delete
193 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .base_preprocessor import BasePreprocessor
from .tps_preprocessor import TPSPreprocessor
__all__ = ['BasePreprocessor', 'TPSPreprocessor']