EasyCV/easycv/datasets/classification/pipelines/__init__.py

5 lines
159 B
Python

from .auto_augment import MMAutoAugment, MMRandAugment
from .transform import MMRandomErasing
__all__ = ['MMAutoAugment', 'MMRandAugment', 'MMRandomErasing']