This is a guide on how to install Caffe for Ubuntu 16.04 and above, without GPU support (No CUDA required).
sudo apt-get install libopencv-dev python-opencv
| # Source: https://gist.github.com/lucaspar/c6ed7e5654887beeb703b163d9b57712 | |
| # Add this function to your .bashrc, then source it: `source ~/.bashrc` or restart the terminal. | |
| # Helper function for submitting working changes into version control and avoid loss of work. | |
| # Work in Progress (`wip`) will create a temporary commit with your unstaged changes and a | |
| # generic message. When run subsequently and within 24h of the last "wip" commit, it amends | |
| # the last commit to prevent cluttering the commit history. Otherwise it will create a new "wip" | |
| # commit. After a few hours of work, consider amending the "wip" commit with a proper message. | |
| # Usage: | |
| # wip [options] [file_a path_b file_c ...] |