pytracking icon indicating copy to clipboard operation
pytracking copied to clipboard

How to get box confidence score?

Open yarkable opened this issue 2 years ago • 2 comments

Hi, may I ask how can I get the confidence score of a tracker? In the code, it's set to be 1 in default. image

yarkable avatar Nov 15 '23 07:11 yarkable

@yarkable Hi, for ToMP, or KeepTrack please check out value in the tracker.py code. It includes bounding boxes, object presence score, and inference time. Screenshot from 2023-12-04 14-10-03

setarekhosravi avatar Dec 04 '23 10:12 setarekhosravi

thank you very much @Setarekhosravi

yarkable avatar Dec 05 '23 03:12 yarkable

@setarekhosravi Is there also a way to get a score for the RTS tracker?

eliafranc avatar Mar 15 '24 10:03 eliafranc

@eliafranc Hi, I think there is, check this code and print or plot some variables such as clf_scores, I think you will find a way. For other repositories in the tracking field, I found a score map in their tracker code, I plotted it and I got the maximum value of the score map as the confidence score, I visualized the results and I think this method is reliable.

setarekhosravi avatar Mar 16 '24 04:03 setarekhosravi