You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why score of key points has negative values and also values over 1.0 ?
Here is printed values for a two keypoints before drawing a joint
float s0 = pose_ret->pose[pid].key[id0].score;
float s1 = pose_ret->pose[pid].key[id1].score;