android_tflite
android_tflite copied to clipboard
Keypoints score
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;
