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.09k stars 7.85k forks source link

COCO Model Estimation Skeleton Color #2232

Open bluehyena opened 1 year ago

bluehyena commented 1 year ago

The color of the skeleton in the estimated pose using the COCO model template and the actual COCO model is different. I am using the CMake-built openpose library with the Python API and have tried to change the color settings in the poseParametersRender.hpp file, but it didn't work well. I want to achieve a skeleton where the neck part is blue, similar to the example image shown in this link: https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/.github/media/pose_face_hands.gif

How can I achieve this?

garychan22 commented 9 months ago

@bluehyena have you resolved this?