CMU-Perceptual-Computing-Lab / openpose

OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
https://cmu-perceptual-computing-lab.github.io/openpose
Other
31.32k stars 7.87k forks source link

Double detection in keypoints - Python API on Windows 11 #2300

Closed vincenzomarotta closed 5 months ago

vincenzomarotta commented 6 months ago

Hello, I was trying to get all the keypoints and I was able to put them on json but sometimes Openpose detect multiple keypoints for a single part, as shown here: image

This is the picture I was using 0_rendered

How can I solve this issue? I'm using Python(v-3.9) API on Windows 11

vincenzomarotta commented 5 months ago

I was using part candidates, I'm using pose_keypoints_2d and everything works fine now