文件获取
- 先获取caffe-ssd的文件,可以直接用浏览器打开https://github.com/weiliu89/caffe/tree/ssd下载,也可以通过以下命令获取(这两种方法我都试过,得到的东西是一样的,但建议通过浏览器下载,git的下载速度有时实在不敢恭维)
git clone https://github.com/weiliu89/caffe.git
cd caffe
下面是官网的安装教程:
# Modify Makefile.config according to your Caffe installation.
cp Makefile.config.example Makefile.config
make -j8
# Make sure to include $CAFFE_ROOT/python to your PYTHONPATH.
make py
make test -j8