How to get box confidence score?
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.
@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.
thank you very much @Setarekhosravi
@setarekhosravi Is there also a way to get a score for the RTS tracker?
@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.