deepsaldet icon indicating copy to clipboard operation
deepsaldet copied to clipboard

failed after loading images and superpixel segmentation

Open evercherish opened this issue 8 years ago • 5 comments

After 'loading images' and 'superpixel segmentation', the process will be killed, and the error is 'can't get the stat of '_tmp/smaps_sc/*: no that file or directory''.. Did i miss something important?

evercherish avatar May 05 '16 14:05 evercherish

@evercherish I have got the same problem, did you get the solution? cannot stat ‘_tmp/smaps_sc/*’: No such file or directory

chituma110 avatar Aug 01 '16 07:08 chituma110

@chituma110 I tried to create the directory by myself, and commented the relative codes in the .py file. And I also reduce the number of input images. Then it worked.

evercherish avatar Aug 08 '16 14:08 evercherish

have same problem, need help please

prasttika avatar Feb 21 '17 05:02 prasttika

I also have the same problem....please suggest

Dev2022 avatar Oct 02 '17 09:10 Dev2022

guys, check out my fork https://github.com/Arsey/deepsaldet where you can avoid all these issues using docker:

  1. build image sudo nvidia-docker build --no-cache -t deepsaldet .
  2. run container sudo nvidia-docker run --name deepsaldet-inst -dit -v /path/to/your/images/dir:/deepsaldet/images deepsaldet
  3. process your images sudo nvidia-docker exec deepsaldet-inst bash /deepsaldet/get_deep_multicontext_saliency.sh

Arsey avatar Nov 17 '17 14:11 Arsey