- Put original images in "images" folder.
- Put original labels in "Label" folder.
Note: Make sure you running this command with python3 only.
python3 augmentation.py
-
Output images will be in "aug_img" folder
-
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.