tomofi's picture
Add application file
2366e36
raw
history blame
No virus
193 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .base_preprocessor import BasePreprocessor
from .tps_preprocessor import TPSPreprocessor
__all__ = ['BasePreprocessor', 'TPSPreprocessor']