openpose
openpose copied to clipboard
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
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
### Posting rules 1. **No duplicated posts, only 1 new post opened a day, and up to 2 opened a week**. Otherwise, extrict user bans will occur. - Check the...
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'...
When I am trying to run the python demo, it keep saying 'no module named 'pyopenpose'':  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...