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

Top-K for OVIS #6

Open
timmeinhardt opened this issue Oct 6, 2022 · 0 comments
Open

Top-K for OVIS #6

timmeinhardt opened this issue Oct 6, 2022 · 0 comments

Comments

@timmeinhardt
Copy link

The following line of code indicated that you are operating on a top-k with k=10 inference:

scores_per_image, topk_indices = scores.flatten(0, 1).topk(10, sorted=False)

But since OVIS contains sequences with more than 20 objects you are by design not able to detect these. Increasing k could easily improve your OVIS results. Do you think this is correct?

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