jcjohnson / densecap

Dense image captioning in Torch
MIT License
1.58k stars 432 forks source link

loadcaffe is also a dependence. #5

Closed jessejohns closed 8 years ago

jessejohns commented 8 years ago

I get the following error when trying to run the pre-trained model:

not found:No LuaRocks module found for loadcaffe

soumith commented 8 years ago

Have you tried installing loadcaffe via:

luarocks install loadcaffe

jcjohnson commented 8 years ago

I intended for loadcaffe only to be required for training, but there was an import I missed. Should be fixed in https://github.com/jcjohnson/densecap/commit/e84cece7f0476c344b23a7269533bdadb2d30ca8.

jessejohns commented 8 years ago

Right. I thought it would be an odd dependence... This change works. Thanks!