pytorch / accimage

high performance image loading and augmenting routines mimicking PIL.Image interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conversion to numpy

phiwei opened this issue · comments

Hi,

is it possible to convert an image that was loaded to numpy? I would like to load images with accimage but then chain a custom image transform in CV2. np.asarray() seems to do nothing.

Thanks!

Great, thanks for the amazingly fast answer!