densecap icon indicating copy to clipboard operation
densecap copied to clipboard

Dense image captioning in Torch

Results 53 densecap issues
Sort by recently updated
recently updated
newest added

Hi I run your code. I facing this error. $ th run_model.lua -input_image imgs/elephant.jpg /home/mrrl/torch/install/bin/luajit: /home/mrrl/torch/install/share/lua/5.1/trepl/init.lua:389: module 'densecap-master/densecap/DenseCapModel' not found:No LuaRocks module found for densecap-master/densecap/DenseCapModel no field package.preload['densecap-master/densecap/DenseCapModel'] no file...

Hi, when I try to evaluate the pretrained model with 'th evaluate_model.lua 'I get following error: ``` /home/meeso/torch/install/bin/luajit: /home/meeso/torch/install/share/lua/5.1/nn/Container.lua:67: In 3 module of nn.Sequential: /home/meeso/torch/install/share/lua/5.1/nn/THNN.lua:110: bad argument #8 to 'v'...

I am currently trying to train a densecap model from scratch. I want to train it under the same conditions as in the paper, but I can't find the number...

Hello, I get error when running 'evaluate_model.lua'. It appears with both VG 1.0 and 1.2: `THNN.lua:110: bad argument #8 to 'v' (cannot convert 'nil' to 'int64_t')` Any suggestions are highly...

Error: /usr/local/lib/luarocks/rocks-5.3 does not exist and your user does not have write permissions in /usr/local/lib -- you may want to run as a privileged user or use your local tree...

I am trying to run this model on a new image in cpu mode by the given command- `th run_model.lua -input_image test2.jpg -gpu -1` Everything is installed successfully and also...

Is there a tf / pytorch implementation available?

Hello! I'm not the most experienced programmer, so this may have an easy solution, but whenever I run `luarocks install https://raw.githubusercontent.com/qassemoquab/stnbhwd/master/stnbhwd-scm-1.rockspec` It runs for a bit, before coming up with...

THCudaCheck FAIL file=/tmp/luarocks_cutorch-scm-1-7860/cutorch/lib/THC/generic/THCStorage.cu line=66 error=2 : out of memory /usr/local/bin/luajit: /usr/local/share/lua/5.1/nn/utils.lua:11: cuda runtime error (2) : out of memory at /tmp/luarocks_cutorch-scm-1-7860/cutorch/lib/THC/generic/THCStorage.cu:66 stack traceback: [C]: in function 'resize' /usr/local/share/lua/5.1/nn/utils.lua:11: in function...

/home/alhabib/torch/install/bin/lua: /home/alhabib/torch/install/share/lua/5.2/trepl/init.lua:389: .../alhabib/torch/install/share/lua/5.2/luarocks/loader.lua:117: error loading module 'cjson' from file '/home/alhabib/torch/install/lib/lua/5.2/cjson.so': /home/alhabib/torch/install/lib/lua/5.2/cjson.so: undefined symbol: lua_objlen stack traceback: [C]: in function 'error' /home/alhabib/torch/install/share/lua/5.2/trepl/init.lua:389: in function 'require' train.lua:14: in main chunk [C]: in...