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
Right now, it takes an incredibly long time to run the algorithm on a larger image (~13s for 1000x1500 px). This could perhaps be improved by vectorising the addition of "errors" to the row below.
Right now, it takes an incredibly long time to run the algorithm on a larger image (~13s for 1000x1500 px). This could perhaps be improved by vectorising the addition of "errors" to the row below.