In this tutorial i guide you through a library in Python that you can use for augmenting your data set of images. You can visualize and control your augmentation as well. It helps to avoid overfitting by your model. This library allows you to performs tasks like:
1. Zooming in and out of the image
2. Changing Brightness
3. Flipping and rotating images
4. Distorting theimages.
This works better than the Keras Image Data Generator, and i explain the benefits in the video.
Github Documentation: https://github.com/mdbloice/Augmentor
You can connect with me on Linkedin: / nachiketa-hebbar-86186515b
コメント