aleju / imgaug

Image augmentation for machine learning experiments.
http://imgaug.readthedocs.io
MIT License
14.42k stars 2.44k forks source link

Given a list of augmenter, pick only one in every epoch #740

Open DiegoMellisG opened 3 years ago

DiegoMellisG commented 3 years ago

Hello author,

If i have a list of augmenters, i want to pick only one in every epoch of training and apply to the images. I ask because i understand that Sequential apply all the list of augmenters for each image. Is that correct? I just want that the augmenter to change in every epochs.

Thanks!