Reputation: 1
I am trying to use faster rcnn on a remote server that I can not use "sudo" to install packages using "apt-get install". So my choice is to install a python virtual environment and install all packages in the virtual environment. However, I've found that without using "sudo" it is really hard to install packages and when I try to install faster-rcnn with caffe, I found that I do not have "libboost-all-dev" installed. What is the solution for this situation? Thank you so much! The operating system is Ubuntu 14.04.1.
Upvotes: 0
Views: 1224