ethereon / lycon

A minimal and fast image library for Python and C++
Other
287 stars 27 forks source link

Affine Transformations #6

Open moi90 opened 6 years ago

moi90 commented 6 years ago

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).