Questions tagged [openpose]

Questions related to OpenPose, a real-time multi-person keypoint detection library for body, face, and hands estimation, written in C++ and internally using OpenCV and Caffe.

More information in OpenPose

113 questions
0
votes
1 answer

OpenPose linking error on std::thread

So trying to build OpenPose from source, and was running into a linking problem. Current environment is Ubuntu 16.04.4. OpenCV version is 3.3.1. GCC version is 5.4.0. [ 87%] Built target openpose [ 87%] Linking CXX executable…
itsxqtar
  • 31
  • 1
  • 4
0
votes
1 answer

With openpsoe,how to output image without keypoints and linking lines in it?

I have tried all kinds of command line options compositions,but none of them worked as expected,so is that possible?How to do?
Alex Luya
  • 9,412
  • 15
  • 59
  • 91
-1
votes
1 answer

OpenPose using Ubuntu 20 CuDNN 8 CMAKE can't find CuDNN

I have CuDNN 8 installed on Ubuntu 20.04and I want to install OpenPose But I get a message the CuDNN was not Found: ~/Downloads/openpose/build((HEAD detached at v1.7.0))$ cmake .. -DBUILD_PYTHON=ON -DPYTHON_EXECUTABLE=/usr/bin/python3…
Bilal
  • 3,191
  • 4
  • 21
  • 49
-1
votes
1 answer

I need help fixing MATLAB issues as it says not enough input arguments

I am trying out a project https://github.com/janstenum/GaitAnalysis-PoseEstimation and when I run the command correctLegID_openpose.m as said in the documentation, I get this error Not enough input arguments. Error in correctLegID_openpose (line…
-1
votes
2 answers

How to run Open Pose binary (.exe) from within a Python script?

I am making a body tracking application where I want to run Open Pose if the user chooses to track their body movements. The OpenPose binary file can be run like so: bin\OpenPoseDemo.exe --write_json 'path\to\dump\output' So, in my Python script, I…
Kristada673
  • 3,512
  • 6
  • 39
  • 93
-1
votes
1 answer

How to use the OpenPose Python API in Google Colab?

I'm new to Computer Vision and Python in general. I'm trying to figure out how to extract the keypoints for a person from an image and then feed them to a Deep Learning model which will detect if the pose is suspicious or not. For detection of…
-1
votes
1 answer

problem with resetting window repeat clock at c++

problem with resetting window while repeat clock at c++ I tried to reset the time using time, chrono. However, the code execution time continued to increase without initialization. Hello, I'm a student at the Korea Institute of Technology. Use the…
JU Heo
  • 3
  • 3
-2
votes
1 answer

tf-pose-estimation dosen't show matplotlib guest: CentOS host: windows10

windows 10 centos 7 python 3.6.5 VScode I'm trying OpenPose, finally I commanded this code [vagrant@localhost tf-pose-estimation]$ python3 run.py --model=mobilenet_thin --resize=432x368 --image=images/p2.jpg but this doesn't show any windows by…
1 2 3 4 5 6 7
8