5 lines
117 B
Python
Raw Normal View History

# Copyright (c) Alibaba, Inc. and its affiliates.
from .transforms import SegRandomCrop
__all__ = ['SegRandomCrop']