close
最近在研究Intel Caffe 所以筆記人生就開始了新的篇章;



We will talk about "How to install Intel Caffe on CentOS"

1. Down load Intel Caffe from github https://github.com/intelcaffe
sudo yum install git 
git clone git@github.com:intelcaffe/caffe.git
or 
sudo yum install wget
wget https://github.com/intelcaffe/caffe/archive/master.zip
2. General dependencies
please visit RHEL / Fedora / CentOS Installation http://caffe.berkeleyvision.org/install_yum.html
sudo yum install protobuf-devel leveldb-devel snappy-devel opencv-devel boost-devel hdf5-devel 
and
sudo yum install gflags-devel glog-devel lmdb-devel
這樣會有基本的安裝,但實際上有遇到很多問題,先烈出來再來好好整理。
像是安裝少套件 可以來這邊找

Download the latest epel-release rpm from

Install epel-release rpm:
# rpm -Uvh epel-release*rpm

Install leveldb-devel rpm package: 
# yum install leveldb-devel

然後要開始Make前請看這篇
Caffe can be compiled with either Make or CMake. Make is officially supported while CMake is supported by the community.
還有這篇提到如何在CentOS上安裝 OpenCV 也是需要的
arrow
arrow
    全站熱搜

    tttt 發表在 痞客邦 留言(0) 人氣()