Image augmentation shell script for creating large randomized training sets for image classifiers
requires: python, scikit-image, bash
to use:
download the ImageAugment file.
-
cd to the location of the file in a new terminal prompt.
-
bash ImageAugment
-
enter the images directory when prompted. The folder hierachy will be preserved and each new image will be saved in the same image as the original it came from.
-
enter the amount of copies per image desired.
-
enter the x dimensions of the images +- 10%
-
enter the y dimensions of the images +- 10%
-
wait for the process to complete.
built using the image_augmentor repo from @codebox