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

bash 3rdparty/osx/install_deps.sh?

I am trying to follow these installation instructions: https://www.thomasvanhoey.com/post/installing-openpose-on-mac-october-2020-version/ for installing OpenPose on Mac. I have a Mac M1, running Big Sir. When I try to do step 3, and run this in…
JohnHarbaugh
  • 155
  • 1
  • 3
  • 11
0
votes
0 answers

How can I solve this TypeError: '['9']' is an invalid key after using .loc on a dataframe in python?

I am getting this error when I try processing a video with openpose inside an app. Please help. The input video is a .webm that is supposed to be processed to get key points After this is a function that finds x and y corridnates and return two…
0
votes
1 answer

Possible to find velocity of person in video or camera using openpose

Question is, I want to calculate the speed of my arm for Slap detection. So I am using openpose to get the body points (here total points: 25) using body_25 model and using this along with the time I want to deduce the speed of my arm, i googled…
user3827728
  • 109
  • 1
  • 1
  • 9
0
votes
0 answers

enable BUILD_PYTHON in CMake

I was trying to use Openpose from windows using https://github.com/CMU-Perceptual-Computing-Lab/openpose. But while I run a .py file it returned an error message Error: OpenPose library could not be found. Did you enable `BUILD_PYTHON` in CMake and…
0
votes
0 answers

openpose issue when running the example: check failed: error == cudaSuccess (2 vs. 0) out of memory, result in core dumped

Does anyone encounter this issue when using the openpose 1.7 under ubuntu 20.04? I cannot run the example provided. It will simply core dumped. CUDA version 11.3, Nvidia driver version 465.19.01, GPU geforce rtx 3070. dys@dys:~/Desktop/openpose$…
0
votes
1 answer

How do I get eulerangles from two Vector3 coordinates based on openpose 3d?

In short. I want to make following program. Input: Two Vector3 coordinates P1 = (x1, y1, z1) P2 = (x2, y2, z2) output: one Eulerangles (P1->P2 or P2->P1). I'm trying to apply 3d openpose joint data to robot arm control. 3d openpose data is…
univ-esuty
  • 11
  • 3
0
votes
1 answer

OpenPose Installation Failure:Issue Resolved

I have been trying to install the openpose framework for motoin tracking onto my Windows 10 PC which has a AMD Ryzen Pro 1700 Eight-Core CPU and a Radeon RX 580 GPU with 8GB of VRAM along with 16GB of Normal RAM. I have followed the instruction to…
Random person
  • 123
  • 1
  • 10
0
votes
0 answers

Accurate body position detection

I'm new to opencv and I want to be able to detect a body position in the most accurate way. I don't care it won't be real-time. I did a little research and came accrose mediapipe and openpose. They are both great but in some case don't provide an…
UdiM
  • 480
  • 3
  • 19
0
votes
0 answers

Cmake throws "BUILD PYTHON" error during configuring when building openpose library

I am very new to cmake and I am using Cmake Gui for compiling the openpose library https://github.com/CMU-Perceptual-Computing-Lab/openpose. I am trying this on a mac machine. Now, in the Cmake-GUI: With the BUILD PYTHON flag set to OFF. The…
0
votes
1 answer

3D Human Pose Estimation

I am working on human pose estimation work. I am able to generate 2d coordinates of different joints of a person in an image. But I need 3d coordinates to solve the purpose of my project. Is there any library or code available to generate 3d…
User4680
  • 1
  • 1
0
votes
0 answers

How is OpenPose implementing its loss function with the shape of output and groudtruth mismatch?

I have recently been implementing a model based on OpenPose. In OpenPose, it uses VGG as its backbone model to extract feature maps, but VGG contains max pooling layers and that will reduce the shape of the output to 1/4. Here is the model structure…
0
votes
0 answers

OpenPose for Thousands of Video Processing

I am working on pose estimation for hands and body only using OpenPose (https://github.com/CMU-Perceptual-Computing-Lab/openpose). I have thousands of videos in my dataset but I can not be able to run OpenPose on each video individually. Because I…
meandbobbymcgee
  • 341
  • 2
  • 5
  • 12
0
votes
2 answers

Colab not recognising an existing directory

I have been trying to run an openpose model on colab but havent been able to do so because Colab doesn't recognise the directory. Screenshot of code I have provided the code screenshot in this message, any help or direction will be highly…
0
votes
0 answers

`make -j `nproc`` in the build folder gives : `make: *** No targets specified and no makefile found. Stop.` macOS

I followed the installation guide and got the result as "Configuring done" in cmake GUI. I did this installation in Ubuntu18.04 local machine/laptop. Installation guide link:…
sv176
  • 49
  • 1
  • 5
0
votes
1 answer

How to Detect "human hand Pose" using OpenPose or any other alternatives in python and OpenCV?

I am trying to detect human hand pose using OpenPose just like given in this video https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/.github/media/pose_face_hands.gif for hand part. I have downloaded the caffe model and prototxt…
AMIT KUMAR
  • 13
  • 5