카테고리 없음
caffe install
temp_information
2016. 3. 26. 01:24
wget https://github.com/BVLC/caffe/archive/master.zip
unzip master.zip
cd caffe-master
make
make pycaffe
CXX src/caffe/net.cpp
CXX src/caffe/common.cpp
CXX src/caffe/data_reader.cpp
AR -o .build_release/lib/libcaffe.a
LD -o .build_release/lib/libcaffe.so.1.0.0-rc3
/usr/bin/ld: cannot find -lcblas
/usr/bin/ld: cannot find -latlas
collect2: error: ld returned 1 exit status
make: *** [.build_release/lib/libcaffe.so.1.0.0-rc3] Error 1
==> sudo apt-get install libatlas-base-dev
make runtest && make run
wget https://github.com/rbgirshick/py-faster-rcnn/archive/master.zip