openpose
openpose copied to clipboard
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
### Issue Summary The Issue happens when I attempt to do an installation with either OpenCL or CPU-Only settings. It fails to install after checking my system for OpenCL verisons....
Although it's a python [bug](https://bugs.python.org/issue36880), returning too many none values causes python to crash irrecoverably. This is discussed and fix is introduced #1967. I've implemented for the fix for all...
I had built OpenPose 1.7.0 with CMake 3.23.0-rc1 at default settings in Visual Studio 17 2022 software. The system I posses is Asus TUF A-15 laptop with Ryzen 4600h CPU,...
I am having trouble installing ATLAS... I cannot make the command 'sudo apt-get install -y libatlas-base-dev' because I am running the project in a cluster and don't have the apt-get...
### Issue Summary When I was compiling``` sudo make -j`nproc` ```, I encountered an error, which has been troubled for several days. Can you help me? THX ### Executed Command...
I am running openpose on google colab and i am working on to pass s3 video to openpose. So is there something available to do such a thing
### Issue Summary The precompiled OpenPoseDemo v1.6.0 and v1.7.0 seems to ignore second camera distortion parameters. No matter what I put as distortions, there is no difference in the displayed...
I'm trying to rewrite my Python Openpose project to C++ because it's much faster. As for now, everything works fine but I'm facing one problem, how to include cppflow2 and...
Hi, Do you have any future plan to continue the support for new hardware like RTX 3000 series and newer? Is it possible to migrate from caffe based to something...
When I tried to do make -j`nproc` it gives me this error, I think it has to do CUDA 9.0 gcc version being later than 6.0. I tried to downgraded...