Some Notes of Python Interfaces Pycaffe (Caffe)

Operating System: Ubuntu 14.04


1. Follow the introduction provided on the website https://blackbricksoftware.com/bit-on-bytes/95-scikit-image-installation-for-ubuntu-14-04 and install the required package for python. 


2. Install the ipython qtconsole by typing the following code in the terminal:

apt-get install ipython-qtconsole


3. Tutorial IPython notebooks are found in caffe/examples. Type the following codes in the terminal to read the tutorial. References: http://caffe.berkeleyvision.org/tutorial/interfaces.html

cd $CAFFE_HOME
ipython notebook examples

*Note that before you typing the code shown in the examples, type the codes below in the terminal first:

cd $CAFFE_HOME/examples
ipython qtconsole --matplotlib line





你可能感兴趣的:(matplotlib,pycaffe,ipython,qtconsole,caffe)