Skip to content

Instantly share code, notes, and snippets.

View yebonkim's full-sized avatar
🚀
Focusing

Yebon Kim (Eleanor) yebonkim

🚀
Focusing
View GitHub Profile
@yebonkim
yebonkim / install_caffe.sh
Last active May 27, 2019 15:42 — forked from achalddave/install_caffe.sh
caffe root 권한 없이 설치하는 스크립트(WooKim_HOME_DIR 수정 필요)
# This script installs (or at least, attempts to install) Caffe in CPU mode
# with Python bindings without root permission. In doing so, it installs the
# following dependencies:
#
# * protobuf
# * cmake
# * gflags
# * glog
# * opencv
# * hdf5