This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |