openpose
openpose copied to clipboard
COCO Model Estimation Skeleton Color
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?
@bluehyena have you resolved this?