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

Using the skew() operation #215

Open Mahi-Mai opened 4 years ago

Mahi-Mai commented 4 years ago

So, I'd like to use the skew() operator. However, even after lots of testing, I can't quite figure out how magnitude affects the output. Even when I put it as low as 0.1, I'll sometimes get a skew that's hyper distorted beyond recognition. I want to limit it to "gentle" skewing. Is this possible?

Thanks!