Deep learning techniques have found great success in computer vision tasks, namely image recognition, image segmentation, object detection, etc. Such deep learning techniques are heavily dependent on big data to avoid overfitting. So what do you do when you have limited data? You go for data augmentation. Data Augmentation techniques enhance training datasets’ size and quality such that better Deep Learning models can be built using them. In this article, we shall look at some of the standard image augmentation techniques and some popular libraries that help achieve these augmentations.[Read More]