|
|
|
@ -9,7 +9,8 @@ from data_utils.augmentor.volume_perturb import VolumePerturbAugmentor
|
|
|
|
|
from data_utils.augmentor.shift_perturb import ShiftPerturbAugmentor
|
|
|
|
|
from data_utils.augmentor.speed_perturb import SpeedPerturbAugmentor
|
|
|
|
|
from data_utils.augmentor.resample import ResampleAugmentor
|
|
|
|
|
from data_utils.augmentor.online_bayesian_normalization import OnlineBayesianNormalizationAugmentor
|
|
|
|
|
from data_utils.augmentor.online_bayesian_normalization import \
|
|
|
|
|
OnlineBayesianNormalizationAugmentor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class AugmentationPipeline(object):
|
|
|
|
|