facebookresearch / multipathnet

A Torch implementation of the object detection network from "A MultiPath Network for Object Detection" (https://arxiv.org/abs/1604.02135)
Other
1.34k stars 275 forks source link

demo.lua run-time error :running DeepMask with MultiPathNet on provided image #24

Open haibucuo0 opened 8 years ago

haibucuo0 commented 8 years ago

Hi, I just started with multipathnet and I am having issues with provided example image file.

THCudaCheck FAIL file=/tmp/luarocks_cutorch-scm-1-4692/cutorch/lib/THC/THCGeneral.c line=91 error=30 : unknown error /media/public1/DED47AC8D47AA307/chenwenhe/objectdetection/torch/install/bin/luajit: ...jectdetection/torch/install/share/lua/5.1/trepl/init.lua:384: ...jectdetection/torch/install/share/lua/5.1/trepl/init.lua:384: ...jectdetection/torch/install/share/lua/5.1/trepl/init.lua:384: cuda runtime error (30) : unknown error at /tmp/luarocks_cutorch-scm-1-4692/cutorch/lib/THC/THCGeneral.c:91 stack traceback: [C]: in function 'error' ...jectdetection/torch/install/share/lua/5.1/trepl/init.lua:384: in function 'require' demo.lua:11: in main chunk [C]: in function 'dofile' ...tion/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:145: in main chunk [C]: at 0x00405d50

Any suggestions?

szagoruyko commented 8 years ago

can you run any CUDA program on your machine?

kevindm commented 7 years ago

Please make sure nvidia-uvm module is loaded. See here