ethereon / lycon

A minimal and fast image library for Python and C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Affine Transformations

moi90 opened this issue · comments

It would be great if lycon included affine transformations.

I use Lycon for loading of images for CNN training. Affine transformations are a common technique for augmentation. OpenCV is hard to install (the version installable with conda doesn't play nice with pytorch).