imgaug
imgaug copied to clipboard
Customize image augmentation
Can I use imgaug to do augmentation according to my problem. For example, I just need Horizontal flip, crop and zoom augmentation. How can I make changes in imgaug just to apply the above 3 augmentations, I mentioned. If it is possible please someone guide me
You don't need to do any changes to imgaug
to achieve your goals, it's already implemented.