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

return tracker score? #112

Open
GOBish opened this issue Aug 18, 2020 · 0 comments
Open

return tracker score? #112

GOBish opened this issue Aug 18, 2020 · 0 comments

Comments

@GOBish
Copy link

GOBish commented Aug 18, 2020

I know with Pysot I was able to return a parameter tracker score that reported the confidence of the siam tracking.
Is there a parameter with SiamFC-TensorFlow that reports this metric?

How I accomplished this in pysot:

outputs = tracker.track(color_image)
bbox = list(map(int, outputs['bbox']))
score = outputs['best_score']
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

1 participant