mdbloice / Augmentor

Image augmentation library in Python for machine learning.
https://augmentor.readthedocs.io/en/stable
MIT License
5.08k stars 866 forks source link

Is it possible to check which augmentations were applied? #194

Open Abhishaike opened 5 years ago

Abhishaike commented 5 years ago

Exactly as in the title. For example, if I did pipeline.rotate(probability=0.3, max_left_rotation=5, max_right_rotation=5) Is there any way for me to find out whether that rotation really did happen for an input image?