All Projects → pytorch → Accimage

pytorch / Accimage

Licence: bsd-2-clause
high performance image loading and augmenting routines mimicking PIL.Image interface

Programming Languages

c
50402 projects - #5 most used programming language

accimage

Build status Anaconda badge

An accelerated Image loader and preprocessor leveraging Intel IPP.

accimage mimics the PIL API and can be used as a backend for torchvision.

Operations implemented:

  • Image.resize((width, height))
  • Image.crop((left, upper, right, lower))
  • Image.transpose(PIL.Image.FLIP_LEFT_RIGHT)

Enable the torchvision accimage backend with:

torchvision.set_image_backend('accimage')

Installation

accimage is available on conda-forge, simply run the following to install

$ conda install -c conda-forge accimage
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].