mirror of
https://github.com/alibaba/EasyCV.git
synced 2025-06-03 14:49:00 +08:00
5 lines
159 B
Python
5 lines
159 B
Python
from .auto_augment import MMAutoAugment, MMRandAugment
|
|
from .transform import MMRandomErasing
|
|
|
|
__all__ = ['MMAutoAugment', 'MMRandAugment', 'MMRandomErasing']
|