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

Class Agnostic Recall < Class Aware Recall #681

Open
emirhanbayar opened this issue Jan 19, 2025 · 0 comments
Open

Class Agnostic Recall < Class Aware Recall #681

emirhanbayar opened this issue Jan 19, 2025 · 0 comments

Comments

@emirhanbayar
Copy link

Hi,

The average recall with the maximum number of detections decreases when I set the useCats parameter to 0. I understand why it decreases for maxDets = 1, 10, 100. This is because predictions are sorted separately for each category, and the top maxDets for each category are evaluated.

However, I cannot understand why it decreases when I set maxDets to the total number of detections produced by the detector per frame. Do you have any idea how this might be possible?

Thank you for this great contribution!

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