TransPose icon indicating copy to clipboard operation
TransPose copied to clipboard

Get the confidence Score of each keypoint

Open adnantariq18 opened this issue 2 years ago • 2 comments

hi there. Is it possible to get the confidence score for the predicted key point for pre-trained model and custom trained model what modifications are required to get the probability or confidence scores with the predicted keypoint

adnantariq18 avatar Jul 01 '22 07:07 adnantariq18

You can take the heatmap values of the maximum activation positions as the confidences for the keypoints.

yangsenius avatar Jul 06 '22 15:07 yangsenius

i think i didn't understand correctly can you elaborate plz .. are you talking about the function "get_max_pred function" ? If so what modification do i need

adnantariq18 avatar Jul 20 '22 05:07 adnantariq18