facebookresearch / deepmask

Torch implementation of DeepMask and SharpMask
Other
3.11k stars 506 forks source link

Failed running Quick Start #67

Open gauravkaila opened 7 years ago

gauravkaila commented 7 years ago

Hi,

I am trying to implement the segmentation scheme on Ubuntu 14.04 on NVIDIA Jetson TX1. All the dependencies are properly loaded. While I run: th computeProposals.lua $DEEPMASK/pretrained/deepmask

I run into the following error,

| loading model file... /home/ubuntu/Documents/DEEPMASK/pretrained/deepmask/ Warning: Failed to load function from bytecode: (binary): cannot load incompatible bytecodeWarning: Failed to load function from bytecode: [string "..."]:1: unexpected symbol near 'char(5)'/home/ubuntu/torch/install/bin/luajit: /home/ubuntu/torch/install/share/lua/5.1/torch/File.lua:375: unknown object stack traceback: [C]: in function 'error' /home/ubuntu/torch/install/share/lua/5.1/torch/File.lua:375: in function 'readObject' /home/ubuntu/torch/install/share/lua/5.1/torch/File.lua:307: in function 'readObject' /home/ubuntu/torch/install/share/lua/5.1/torch/File.lua:369: in function 'readObject' /home/ubuntu/torch/install/share/lua/5.1/nn/Module.lua:184: in function 'read' /home/ubuntu/torch/install/share/lua/5.1/torch/File.lua:351: in function 'readObject' /home/ubuntu/torch/install/share/lua/5.1/torch/File.lua:369: in function 'readObject' /home/ubuntu/torch/install/share/lua/5.1/torch/File.lua:369: in function 'readObject' /home/ubuntu/torch/install/share/lua/5.1/nn/Module.lua:184: in function 'read' /home/ubuntu/torch/install/share/lua/5.1/torch/File.lua:351: in function 'readObject' /home/ubuntu/torch/install/share/lua/5.1/torch/File.lua:369: in function 'readObject' /home/ubuntu/torch/install/share/lua/5.1/nn/Module.lua:184: in function 'read' /home/ubuntu/torch/install/share/lua/5.1/torch/File.lua:351: in function 'readObject' /home/ubuntu/torch/install/share/lua/5.1/torch/File.lua:369: in function 'readObject' /home/ubuntu/torch/install/share/lua/5.1/torch/File.lua:409: in function 'load' computeProposals.lua:48: in main chunk [C]: in function 'dofile' ...untu/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:145: in main chunk [C]: at 0x004061f0

Any help is much appreciated. I am sorry if this is a repetition, I tried looking for a resolution on a similar issue but couldn't find it.

yuzsh commented 7 years ago

I'm facing the same errors...

qinghuizhao commented 7 years ago

how to solve this issue,thanks。

shoemakerlevy9 commented 7 years ago

@gauravkaila Any progress on finding a fix to this error?

gauravkaila commented 7 years ago

This issue has not been resolved as of now.

Eminady commented 7 years ago

Hi, I'm facing the same error, can you tell me how did you resolve?

mariolew commented 7 years ago

Same error.

ziyan-wyq commented 7 years ago

same error. how to solute