pytorch / accimage

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to make a wheel or conda build for this lib?

alykhantejani opened this issue · comments

Currently accimage is used as a backend for torchvision, however it's not clear how to build it (what dependencies are required etc). I have been trying to build it this morning and it doesn't play nice if libjpeg is already in the system.

Would it be possible to release a distribution (a wheel or conda tar) of this so it's easier to install?

As a side note, this would allow us to easily install accimage as part of the travis job in torchvision so that we can run the tests that require accimage.

@alykhantejani I am facing the same issue here. Can I know what you did to properly install it?

@yannadani Sorry, I haven't been able to install this yet

commented

Is this still open?

Would be nice to have at least an installation instructions in the repo.

It seems Intel IPP must exists, otherwise no way to use this package.

python setup.py install --user

Check out https://anaconda.org/willprice/accimage

I'll push this to conda-forge once I've managed to package intel-ipp.

accimage is now available on conda-forge, see the README (as of commit f2738a2 ) for instructions on installation