Mac 安装配置Caffe-CPU

1、环境准备:
Homebrew
/usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
Anaconda 2.7
https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda2-4.3.0-MacOSX- x86_64.pkg
2、安装依赖(版本很重要)
brew install snappy leveldb gflags glog szip hdf5 lmdb opencv;
brew install --with-python --fresh -vd protobuf;
安装boost 和boost_python(!!!注意版本)
安装指定版本1.59
Mac 安装配置Caffe-CPU
brew install boost@1.59 boost-python@1.59
3、下载Caffe源码
git clone https://github.com/BVLC/caffe.git
cd caffe
cp Makefile.config.example Makefile.config
4、修改Makefile.config 配置文件
Mac 安装配置Caffe-CPUMac 安装配置Caffe-CPU
Mac 安装配置Caffe-CPU
Mac 安装配置Caffe-CPU
Mac 安装配置Caffe-CPU
Mac 安装配置Caffe-CPU
Mac 安装配置Caffe-CPU
5、make编译
make all
make test
make runtest
make pycaffe

上一篇:jupyter-notebook:在cell中运行python文件使用的python解释器和kernel不一致


下一篇:Openpose 编译记录