mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-12 12:20:22 +00:00
homebrew/science is now deprecated, but opencv and hdf5 are now both in homebrew/core, so can be installed without tapping homebrew/science.
13 lines
450 B
Bash
Executable File
13 lines
450 B
Bash
Executable File
brew install openblas
|
|
brew install -vd snappy leveldb gflags glog szip lmdb
|
|
brew install hdf5 opencv
|
|
# with Python pycaffe needs dependencies built from source
|
|
#brew install --build-from-source --with-python -vd protobuf
|
|
#brew install --build-from-source -vd boost boost-python
|
|
# without Python the usual installation suffices
|
|
brew install protobuf boost
|
|
brew install cmake
|
|
brew install viennacl
|
|
sudo pip install numpy
|
|
sudo pip install opencv-python
|