deepsaldet
deepsaldet copied to clipboard
failed after loading images and superpixel segmentation
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 I have got the same problem, did you get the solution? cannot stat ‘_tmp/smaps_sc/*’: No such file or directory
@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.
have same problem, need help please
I also have the same problem....please suggest
guys, check out my fork https://github.com/Arsey/deepsaldet where you can avoid all these issues using docker:
- build image
sudo nvidia-docker build --no-cache -t deepsaldet .
- run container
sudo nvidia-docker run --name deepsaldet-inst -dit -v /path/to/your/images/dir:/deepsaldet/images deepsaldet
- process your images
sudo nvidia-docker exec deepsaldet-inst bash /deepsaldet/get_deep_multicontext_saliency.sh