atomai icon indicating copy to clipboard operation
atomai copied to clipboard

Use kornia library for data augmentation

Open ziatdinovmax opened this issue 3 years ago • 0 comments

Currently, we have rather archaic data augmentation pipelines, which employ a combination of scikit-learn and open-cv image processing functions. This leads to a significant slow down of the training with on-the-fly data augmentation. It would be nice if we can instead use kornia computer vision library that was specifically designed for applications in deep learning.

ziatdinovmax avatar May 03 '21 04:05 ziatdinovmax