AugMix() is introduced as a method to augment images.
It can randomly apply AugMix to an image, with different arguments controlling the severity and mixture width.
The severity argument controls the strength of the augmentation, while the mixture width argument controls the number of augmented images blended together.
The code examples demonstrate the usage of AugMix with different severity and mixture width settings on the OxfordIIITPet dataset.