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.04k stars 1.63k forks source link

[Tech debt] Remove dependency on scikit-image #1895

Open ternaus opened 4 weeks ago

ternaus commented 4 weeks ago

Scikit-image is quite heavy and all it's functionality that is used in Albumentations could be easily reimplemented.

momincks commented 5 days ago

been testing an improvement to this https://github.com/albumentations-team/albumentations/blob/36f89ea24a8ac9afc4990c017cad1b5d3fce9e9c/albumentations/augmentations/geometric/functional.py#L890