OpenPose open source library installation

First, download openpose
download openpose

Use Git direct download openpose

git clone https://github.com/CMU-Perceptual-Computing-Lab/openpose.git

Or go to github download openpose master.zip

unzip openpose-Master. ZIP , unzip command by extracting,
 Music Videos openpose openpose-Master, then rename openpose

Change to the directory where the cd openpose caffe
Second, the model file to download

cd models
./getModels.sh
cd ..

Three, Cmake compilation

Build CD 
CMake .. / 


modify buil / CMakeCache.txt the list of related documents:
BULID_CAFFE -> OFF
Caffe_LIBS -> directory modification cost mounted
Caffe_INCLUDE_DIRS _> include the installation file directory caffe

after # can compile the

make -j 8

Fourth, the test installation

./build/examples/openpose/openpose.bin --video examples/media/video.avi

 

 

 References:

 

[ OpenPose environmental structures ] ()

 OpenPose initial introduction installation

 

Guess you like

Origin www.cnblogs.com/xiaoniu-666/p/11909909.html