Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation: https://albumentations.ai/docs/ Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
Compatibility: Currently, a dithered image always returns as a float32, for compatibility make sure that uint8 images also are returned as uint8.
Performance: Remove is_dithered, as the overhead of checking if each image is dithered is too great.
Compatibility: Currently, a dithered image always returns as a float32, for compatibility make sure that uint8 images also are returned as uint8. Performance: Remove is_dithered, as the overhead of checking if each image is dithered is too great.