albumentations-team / albumentations

Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
https://albumentations.ai
MIT License
14.22k stars 1.65k forks source link

ISO_Noise #935

Closed AzazelHD closed 6 days ago

AzazelHD commented 3 years ago

Why iso_noise only supports RGB and uint8 images?

And for when would you expect to support more modes?

BloodAxe commented 3 years ago

It's because ISO-noise naturally fits into RGB-domain nicely. We are community-driven and pull-request that extend functionality to support more dtypes and colorspaces are highly appreciated.