LoginSignup
0
2

More than 3 years have passed since last update.

OpenPoseインストール(爆速)

Last updated at Posted at 2019-09-25

環境

OS:ubuntu16.04
GPU:NVIDIA GeForce GTX 1080
openpose
(ubuntu18.04だとインストールだるそう)

始める前に

CUDAもGPUドライバも以下の手順の中で導入されるので,事前に入れておかないほうが良く,あったら消しとくべき.
ディスプレイ映らなかったら,マザボの方に繋げて.

git clone しておいてディレクトリ中に入っておく
$ git clone https://github.com/CMU-Perceptual-Computing-Lab/openpose

実行コマンド

CMake GUI
$ sudo apt-get install cmake-qt-gui

CUDA
$ sudo ./scripts/ubuntu/install_cuda.sh

cuDNN
$ sudo ./scripts/ubuntu/install_cudnn.sh

Caffe
$ sudo bash ./scripts/ubuntu/install_deps.sh

OpenCV
$ sudo apt-get install libopencv-dev

Cmake GUI 起動
configureボタン => generateボタン

Configureボタンを押して
No download info given for 'openpose_lib' and its source directory:
というエラーが発生した場合は以下のコマンド実行後、再度Configureする
$ cd 3rdparty
$ git clone https://github.com/CMU-Perceptual-Computing-Lab/

ビルド
$ cd build/
$ make -j`nproc`

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2