Search code examples
pythonopenpose

OpenPose Library - setup issue


I could not configure the openpose project correctly with python. Can someone mention the steps to setup the project of https://github.com/CMU-Perceptual-Computing-Lab/openpose . (I have to get the facial key points and body key points)


Solution

  • I just installed openpose for Ubuntu 16.04. Here are the steps I followed:

    1. I have installed Nvidia drivers and cuda-10.0 for RTX 2080 Ti GPU with the help of this link
    2. I have copied files to corresponding folders like mentioned in this link
    3. I have installed caffe by following this link
    4. I followed the steps for Ubuntu in openpose github

    Since I had already installed Cuda and Cudnn, I skipped these steps.