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 calculation #102

Open
FatihcanUslu opened this issue Dec 4, 2023 · 0 comments
Open

confidence score calculation #102

FatihcanUslu opened this issue Dec 4, 2023 · 0 comments

Comments

@FatihcanUslu
Copy link

Hi there, thanks for your great work on this repo.
i am trying to calculate confidence score based on the tracker's network output. So i created an MLP block for confidence that takes 2 input and produces an output that has range 0-1. For the inputs i used x_attn rather than attn. First input is x_attn that comes from static template(always first template) inference. Second input is x_attn that comes from dynamic template inference. So i run backbone twice for confidence. But this inputs doesnt seems to work right. Confidence head, starts to learn objects in dataset rather than differenciate them. So can you give me some advice about input, model selection or anything else that can help?
thanks :)

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