Image Augmentation is the process of generating new images for training our deep learning model. These new images are generated using the existing training images and hence we don’t have to collect them manually.
- Scaling
- Cropping
- Flipping
- Rotation
- Translation
- Brightness
- Contrast
- Saturation
- Hue