android_tflite icon indicating copy to clipboard operation
android_tflite copied to clipboard

Keypoints score

Open ghost opened this issue 5 years ago • 0 comments

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; Screenshot from 2020-10-29 14-33-50

ghost avatar Oct 29 '20 13:10 ghost