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

Ability for 16 + bit image augmentation #261

Open SamuelChambers-IHS opened 2 weeks ago

SamuelChambers-IHS commented 2 weeks ago

I am wondering if there is a way to increase the capabilities. I have data that are in 16 Bit or 32 Bit arrays and would like to Keep them there for the augmentation but we have to put them in uint8 PIL image format. Is there a way i can go about mitigating this