Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 735 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 735 Bytes

Kornia Augmentations Demo

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

Usage

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.

TODO

There will be more~ keep 👀 ..