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

File.cpp.o: multiple definition of OpenPose flags CMakeFiles/.../main.cpp.o: first defined here

I have found this issue many times and I went through dozens of found answers here (on stackoverflow) and elsewhere (google search), but nothing worked. At first I've had all the code in one file and everything worked correctly. But now, I've needed…
Honza
  • 939
  • 2
  • 11
  • 28
0
votes
1 answer

Openpose on low resolution images?

I'm trying to get the human pose information on low-resolution images. Particularly I've tried Keras OpenPose implementation by michalfaber, but the model seems to not perform well on low-resolution images while performing pretty well on higher…
Mike Azatov
  • 402
  • 6
  • 22
0
votes
1 answer

OpenPose : Undefined symbols for architecture x86_64: libcaffeproto.a(caffe.pb.cc.o)

During the installation of openpose, dependencies being installed. Upon making the build using - make -jnproc I received the following error: [ 3%] Built target caffeproto [ 3%] Linking CXX shared library ../../lib/libcaffe.dylib Undefined symbols…
Hmz
  • 56
  • 6
0
votes
0 answers

Is any problem with my computer or my commands when installing openpose?

I have big trouble installing openpose from git repository. I'm kinda beginner so I think problem is from me. Github repository : https://github.com/CMU-Perceptual-Computing-Lab/openpose My system Ubuntu 18.04.2 LTS cmake 3.14.5 caffe…
Julie13
  • 1
  • 1
0
votes
0 answers

Cmake is not recognized as an internal or external command

I have to download all the things from this link https://github.com/adujardin/zed-openpose I download the openpose file, and I put in its examples/user_code/ the zed-openpose file that i downloaded I get stuck in the installation process cd…
user11533704
0
votes
1 answer

Is it possible to output JSON data from the OpenPose library in real-time?

I'm trying to use the OpenPose pose estimation library (C++) to output body position information in order to create sound using SuperCollider. The JSON information is outputted as a file, I would like to output the data in real-time. I have tried…
PanFat
  • 3
  • 1
  • 3
0
votes
0 answers

CMake: ''Error in configuration process, project files may be invalid" ; OpenPose

I'm trying to build OpenPose from the source code, but however I get this error message. Please help me. Here is the log from CMake-GUI: Building with CUDA. CUDA detected: 9.1 Added CUDA NVCC flags for: sm_61 cuDNN not found Could NOT find GFlags…
0
votes
1 answer

Conversion between keypoints Coco and open pose?

Hi I am currently struggling between converting between popular 2d keypoint output , from COCO keypoints to openpose . I have the following keypoint order from coco keypoints of the order x1,y1,c1 ....x17,y17,c17 where x,y are the x y cordinates and…
0
votes
1 answer

Error while capturing a video with pose trainer repo that based on openpose repo

While i am running this : https://github.com/stevenzchen/pose-trainer/blob/master/README.md this repo extract the pose estimator from openpose repo : https://github.com/CMU-Perceptual-Computing-Lab/openpose it gives me an error and i dont know…
0
votes
1 answer

how to build openPose in QT Project?

I'm Student, in Korea. um..sorry about that I am not good in English. so I used translate program KOR to ENG. I succeed test opnePose demo. I want to build openPose GUI Program. But, I can't build project openPose with QT. Cannot find with_qt in…
JU Heo
  • 3
  • 3
0
votes
2 answers

Questions about C++ Open-Pose Programming

I am Heo Ji Wook, majoring in information communication at a university in Korea. Please let us know that you are using an English translator and understand even if the flow of words is awkward. I am creating a C++ program that can check 'Do I use…
JU Heo
  • 3
  • 3
0
votes
0 answers

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

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:…
Vasant
  • 101
  • 2
  • 10
0
votes
0 answers

while installing python in caffe i get the following error

After installing the latest version, I get this error: pandas 0.23.4 has requirement python-dateutil>=2.5.0, but you'll have python-dateutil 1.5 which is incompatible. matplotlib 3.0.2 has requirement python-dateutil>=2.1, but you'll have…
0
votes
1 answer

Pose keypoints numpy averaging

I know you're supposed to give examples when you ask questions here, but I can't really think of anything that wouldn't involve pasting a massive project worth of code, so I'll just try to describe this as well as possible. I'm working on a project…
0
votes
1 answer

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)