jcjohnson / densecap

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

When I install luarocks in Ubuntu, I came across a problem #95

Open jiajunhua opened 4 years ago

jiajunhua commented 4 years ago

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 with --local.

How to solve it? Thanks in advance.

jiajunhua commented 4 years ago

https://github.com/luarocks/luarocks/wiki/Installation-instructions-for-Unix I follow this website commands with the purpose of installing luarocks.

jainal09 commented 4 years ago

Hey, Check this docker image I created for running dense cap in gpu! https://hub.docker.com/r/jainal09/densecap_gpu

jainal09 commented 4 years ago

For Cpu version. Use this docker file. https://github.com/runwayml/alpha_models/blob/master/densecap/Dockerfile

jiajunhua commented 4 years ago

Hey, Check this docker image I created for running dense cap in gpu! https://hub.docker.com/r/jainal09/densecap_gpu

Thanks

jiajunhua commented 4 years ago

For Cpu version. Use this docker file. https://github.com/runwayml/alpha_models/blob/master/densecap/Dockerfile

Thanks

donggu-kang commented 3 years ago

Hey, Check this docker image I created for running dense cap in gpu! https://hub.docker.com/r/jainal09/densecap_gpu

Thanks