File size: 131 Bytes
9bf4bd7
 
 
 
1
2
3
4
5
# Copyright (c) OpenMMLab. All rights reserved.
from .tps_preprocessor import STN, TPStransform

__all__ = ['TPStransform', 'STN']