Skip to content

Instantly share code, notes, and snippets.

@n1ckfg
Last active January 24, 2018 03:05
Show Gist options
  • Save n1ckfg/fefa05c0447cf0a4fe4143ad087085ca to your computer and use it in GitHub Desktop.
Save n1ckfg/fefa05c0447cf0a4fe4143ad087085ca to your computer and use it in GitHub Desktop.
Work in progress

SETUP for POSETRACK on Ubuntu 16.04 / 180123
https://github.com/iqbalu/PoseTrack-CVPR2017

git clone https://github.com/iqbalu/PoseTrack-CVPR2017.git --recursive

cd deepcut/external/caffe
cp Makefile.config.example Makefile.config
USE_CUDNN := 1
make -j 12 all matcaffe

cd deepcut/external/liblinear-1.94/matlab
CC=gcc CXX=g++ MATLABDIR=PATH_TO_MATLAB make

cd deepcut/data
./download_models.sh

cd posetrack/solver
cmake . -DGUROBI_ROOT_DIR=/path/to/gurobi605/linux64 -DGUROBI_VERSION=60
make pt-solver-callback

cd data
./download_models.sh

start matlab
>> startup
>> demo_posetrack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment