augment image data by using different augmentation techniques and save for training.
-
create an environment with conda and install the dependencies using:
pip install requirements.txt
-
run python main.py with 4 arguments to start augmentation:
-
img_type: (str), choose from: "jpg", "png".
-
generate: (int) how many image per sample.
-
choose_augment_methods_randomly: (str), choose from: "T","F".
-
specify method(if 'choose_augment_methods_randomly' is "F"): (str), choose from:"rotate","blur","occlusion","brightness","contrast","distortion". If the 3rd argument is "T" or True then the pipeline will use all the available augmentation techniques.
-