jacobgil / saliency-from-backproj

Saliency map generated by back projecting the image histogram on itself, and refinement with Grabcut.

Home Page:http://jacobcv.blogspot.com/2015/04/simple-image-saliency-detection-from.html

Repository from Github https://github.comjacobgil/saliency-from-backprojRepository from Github https://github.comjacobgil/saliency-from-backproj

how to run

Jacobtom opened this issue · comments

omnisky@omnisky:~/saliency-from-backproj-master$ python saliency.py
Traceback (most recent call last):
File "saliency.py", line 56, in
name = sys.argv[1].strip(".jpg")
IndexError: list index out of range
Can you help me solve this problem?thanks

Do you solve it?I meeted it too