Implementation of fast Data Augmentation for Image Classification / Detection tasks.
- Random Horizontal Flip
- Random Crop
- Random Padding
- Random Brightness
- Random Saturation
- Random Contrast
- Random Rotation
Applying each augmentation with a probability p.
image = sequential(image, augmentation_prob=0.8)