pyimgsaliency
pyimgsaliency copied to clipboard
ImportError: No module named pyimgsaliency
ImportError: No module named pyimgsaliency
Have you tried installing the module first? In the root directory there is a setup.py.
Just run the following and you should be able to import it.
python setup.py install
afterwards:
import pyimgsaliency
I have the same problem. Have you solved that?