Kornia is a differentiable computer vision library for PyTorch.
This is a simple demo showing some of kornia's augmentations features.
There are a lot more transformations available than show in demo. Documentation
Kornia can do a lot more than augmentations~ Check it out
git clone https://github.com/cceyda/kornia-demo.git & cd kornia-demo
streamlit run kornia_aug.py --server.port 8501
In kornia_aug.py
change IS_LOCAL = False
to use GPU.
There will be more~ keep 👀 ..