openpose icon indicating copy to clipboard operation
openpose copied to clipboard

OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation

Results 272 openpose issues
Sort by recently updated
recently updated
newest added

A few things that i still couldn’t figure out after reading all the information. Setup: Ubuntu. No Nvidia -> no cuda Can I use the portable Version with my Setup?...

Openpose failed to build with error C2121: '#': invalid character: possibly the result of a macro expansion with MSVC on windows. It can reproduces on version https://github.com/CMU-Perceptual-Computing-Lab/openpose/commit/607a0125a8d9fa17f639518cb8d8bfa9df3cd68e. Could you please...

It is also set by default, based on `CUDA_ARCH`. Also note #919 Fixes #2075

### Issue Summary The CMake flag `CUDA_ARCH` is passed directly to Caffe as `CUDA_ARCH_NAME`, but the options are not compatible. OpenPose expects a name like "[Name] ([Cuda version])", while Caffe...

You should fix the CI. Protobuf has a changed API. For the solution see https://github.com/onnx/onnx/issues/2678#issuecomment-603534883

The size of chessboard inner corner is 7x6,grid square size 120mm, When using the Calibration Module to computes and saves intrinsics parameters of the input images, the grid inner corners'...

calibration

When I am trying to run the python demo, it keep saying 'no module named 'pyopenpose'': ![image](https://user-images.githubusercontent.com/7070989/116135034-96348500-a69e-11eb-953c-c644e57798b9.png) However, my python library is already produced from the previous VS build. It...

### Issue Summary I have not had any issue running the command below, until I decided to run openpose with the same command today after a few weeks of not...

Hey, I need track just one person during the whole session. If there are more people in the camera field of view must be ignored or at least I need...