aleju / imgaug

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

AugMix Implementation #715

Open kevinkit opened 4 years ago

kevinkit commented 4 years ago

Is there any plan or possibility to implement the AugMix Augmentation chain as seen here: https://github.com/google-research/augmix

I would use some different augmentations as single seqs, and then merge the results of each one together to implement this, or is there an easier way?