Tag: scikit image

  • Image Dataset Augmentation – Part Two

    Image Dataset Augmentation – Part Two

    Onward to Movement! In part one, we looked at some fundamentals about handling images in python, specifically with NumPy arrays and the scikit-image library. We now continue forward, and explore some of the processes we’ll use to augment our image based dataset. We’ll look at each process in isolation to understand how it works before…