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

Support custom PIL resampling filters for all operations #179

Open rstml opened 5 years ago

rstml commented 5 years ago

Currently resample=Image.BICUBIC seems to be hardcoded for most operations except resize().

Would be great to support custom resampling strategies for other operations too.