whitphx / lear-gist-python

A python wrapper for Lear's GIST implementation working with numpy
MIT License
55 stars 14 forks source link

AttributeError: 'module' object has no attribute 'extract' #8

Closed dangz90 closed 6 years ago

dangz90 commented 6 years ago

Hi,

I correctly installed FFTW and gist but when I run the code I receive the following error:

Traceback (most recent call last):
  File "gist.py", line 2, in <module>
    import gist
  File "/home/ubuntu/aesthetic/descriptor/gist.py", line 16, in <module>
    descriptor = gist.extract(img)
AttributeError: 'module' object has no attribute 'extract'