lear-gist-python
lear-gist-python copied to clipboard
A python wrapper for Lear's GIST implementation working with numpy
I built fftw3 and gist as described in the README (on Ubuntu 20.04), however when trying to import gist i see: ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in...
I tried to install the lear-gist-python in different windows system but I was unlucky. In both windows system, I am getting same error during the installation process. I searched a...
I have an issue when using gray-scale images, I get an error says "dimensions of image must be 3". Is there some changes I need to make in order to...
Hi, Thanks for this repository, it wa really helpful in my RnD work. I was able to successfully install and extract the ```gist``` features. I would like to understand, is...
Hello, I got this error. Can you help me to fix it? /usr/bin/python2.7 /home/zqn/project/0724/gist.py Traceback (most recent call last): File "/home/zqn/project/0724/gist.py", line 1, in import gist File "/home/zqn/project/0724/gist.py", line 8,...
Maybe possible by writing downloading script with python and specifying it via `cmdclass` like: https://github.com/Blizzard/s2client-proto/blob/master/setup.py#L77