Data Augmentation techniques in python

A sneak peek into data augmentation techniques in Python using imgaug

Renu Khandelwal
Towards Data Science
7 min readDec 11, 2019

--

In this article, we will explore different data augmentation techniques in Python using imgaug library

What is Image Augmentation?

Image augmentation is a very powerful technique used to artificially create variations in existing images to expand an existing image data set. This creates new and different images from the existing image data set that represents a comprehensive set of…

--

--

A Technology Enthusiast who constantly seeks out new challenges by exploring cutting-edge technologies to make the world a better place!