Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get box confidence score? #409

Closed
yarkable opened this issue Nov 15, 2023 · 4 comments
Closed

How to get box confidence score? #409

yarkable opened this issue Nov 15, 2023 · 4 comments

Comments

@yarkable
Copy link

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

@setarekhosravi
Copy link

setarekhosravi commented Dec 4, 2023

@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

@yarkable
Copy link
Author

yarkable commented Dec 5, 2023

thank you very much @setarekhosravi

@eliafranc
Copy link

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

@setarekhosravi
Copy link

setarekhosravi commented Mar 16, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants