it's said
Moreover, 2D human poses with 16 dense key points ("right-shoulder", "right-elbow", "right-wrist", "left-shoulder", "left-elbow", "left-wrist", "right-hip", "right-knee", "right-ankle", "left-hip", "left-knee", "left-ankle", "head", "neck", "spine" and "pelvis". Each key point has a flag indicating whether it is visible-0/occluded-1/out-of-image-2)
but it's not correct order if we visualize points. Is someone is interested the correct order is the following:
["right-ankle", "right-knee", "right-hip", "left-hip", "left-knee", "left-ankle", "pelvis", "spine", "neck", "head", "right-wrist", "right-elbow", "right-shoulder", "left-shoulder", "left-elbow", "left-wrist"]
it's also should be mentioned that visibility flags don't seem to be correct cause I see keypoints having negative coordinates with flag set to 0 (visible) so that I manually set those to 2 (out of image)

I hope the info will be useful for someone..
it's said
but it's not correct order if we visualize points. Is someone is interested the correct order is the following:
["right-ankle", "right-knee", "right-hip", "left-hip", "left-knee", "left-ankle", "pelvis", "spine", "neck", "head", "right-wrist", "right-elbow", "right-shoulder", "left-shoulder", "left-elbow", "left-wrist"]it's also should be mentioned that visibility flags don't seem to be correct cause I see keypoints having negative coordinates with flag set to 0 (visible) so that I manually set those to 2 (out of image)

I hope the info will be useful for someone..