安装步骤
首先安装各种依赖包:1
2$ sudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev python-dev libgflags-dev libatlas-base-dev libhdf5-serial-dev protobuf-compiler
$ sudo apt-get install --no-install-recommends libboost-all-dev
从github
上面拷贝下来caffe
项目:1
2$ git clone https://github.com/BVLC/caffe.git
$ cd caffe
安装caffe
版的SSD
拷贝步骤为:1
2
3$ git clone https://github.com/weiliu89/caffe.git
$ cd caffe
$ git checkout ssd
然后将caffe
主目录下面的Makefile.config.example
拷贝更名为Makefile.config
,打开操作:1
2$ cp Makefile.config.example Makefile.config
$ gedit Makefile.config