Skip to content

narayangour/Deep_learning

Repository files navigation

  1. Put original images in "images" folder.
  2. Put original labels in "Label" folder.

Note: Make sure you running this command with python3 only.

python3 augmentation.py

  1. Output images will be in "aug_img" folder

  2. Output labels will be in "aug_label" folder

Attach screen log also, which will show how many operation has done. If you wish to modify any ops paramter u need to update script as this is for our fixed 25 ops.

like you wanted to change angle in rotation op:

then update "all_op" and "manu_dict" respectivly.