Skip to content

Instantly share code, notes, and snippets.

@Nagasaki45
Created October 12, 2017 14:13
Show Gist options
  • Save Nagasaki45/85ba90f8676d46a7dfa78fa97bbfdccf to your computer and use it in GitHub Desktop.
Save Nagasaki45/85ba90f8676d46a7dfa78fa97bbfdccf to your computer and use it in GitHub Desktop.

Installing openpose on QMUL EECS machines (CentOS 7.3).

Follow the manual compilation guide with the following changes:

  1. unset CXX (to compile with gcc instead of the default pgc++).
  2. Use Makefile.config.Ubuntu14_cuda8.example as baseline (both in 3rdparty/caffe and root dir).
  3. Edit 3rdparty/caffe/Makefile.config. Set BLAS := open, BLAS_LIB = /usr/include/openblas, BLAS_INCLUDE /usr/include/openblas. Comment out CUDNN flag.
  4. Edit Makefile.config. Add /usr/include/openblas to both INCLUDE_DIRS and LIBRARY_DIRS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment