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

confidence score #2

Open
setarekhosravi opened this issue Dec 23, 2023 · 4 comments
Open

confidence score #2

setarekhosravi opened this issue Dec 23, 2023 · 4 comments

Comments

@setarekhosravi
Copy link

Hi, how can I find the confidence score or how can I calculate it?
Thank you.

@goutamyg
Copy link
Owner

Hi, the code below contains the classification score (i.e., likelihood of target object being present) for every spatial location in the search region. These classification scores can be interpreted as confidence scores, and they are in the range 0 and 1.

https://github.com/goutamyg/SMAT/blob/main/lib/test/tracker/mobilevitv2_track.py#L107

@setarekhosravi
Copy link
Author

setarekhosravi commented Dec 28, 2023

Thank you very much.
Do you have any plans for TensorRT or ONNX for SMAT?
@goutamyg

@goutamyg
Copy link
Owner

goutamyg commented Jan 8, 2024

We will release the TensorRT and ONNX-based inference scripts by the end of this month

@setarekhosravi
Copy link
Author

Thank you very much.
@goutamyg

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

2 participants