aleju / imgaug

Image augmentation for machine learning experiments.
http://imgaug.readthedocs.io
MIT License
14.42k stars 2.44k forks source link

Customize image augmentation #819

Open Annieliaquat opened 2 years ago

Annieliaquat commented 2 years ago

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

Red-Eyed commented 2 years ago

You don't need to do any changes to imgaug to achieve your goals, it's already implemented.