gylee1103 / SaliencyELD

Source code for Deep Saliency with Encoded Low Level Distance Map and High Level Features, CVPR 2016.
39 stars 20 forks source link

type 'sudo ./SaliencyELD ../test_images/', I get 'sudo: ./SaliencyELD: command not found' #3

Closed ArcherFMY closed 7 years ago

ArcherFMY commented 7 years ago

Hi gylee1103,

Thank you so much for sharing the codes!

I git clone your source code and everything goes fine with building caffe and your code, but when I tried to start to test the model, I got stuck.

like: $ ./SaliencyELD ../test_images bash: ./SaliencyELD: Permission denied

then $ sudo ./SaliencyELD ../test_images sudo: ./SaliencyELD: command not found

and type 'ls -l' in /SaliencyELD/build/ directory $ ls -l total 140 -rw------- 1 archer archer 20846 9月 30 18:04 CMakeCache.txt drwx------ 1 archer archer 488 9月 30 18:04 CMakeFiles -rw------- 1 archer archer 1678 9月 30 18:04 cmake_install.cmake -rw------- 1 archer archer 7688 9月 30 18:04 Makefile -rw------- 1 archer archer 104534 9月 30 18:04 SaliencyELD

Could you please help me?

Thank you very much!

ArcherFMY commented 7 years ago

problem solved.