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

fix max_det_threshold in MAP #1712

Merged
merged 7 commits into from
Apr 17, 2023
Merged

Conversation

fkroeber
Copy link
Contributor

@fkroeber fkroeber commented Apr 15, 2023

When modifying the max_det_thresholds the modified values aren't applied for the calculation of the overall MAP yet. I backchecked that this is actually the way it is implemented in pycocotools in the first place, but guess that it is already a bug there because it makes no sense and also doesn't occur in the matlab implementation.

@codecov
Copy link

codecov bot commented Apr 15, 2023

Codecov Report

Merging #1712 (63b3acf) into master (06e0e8c) will decrease coverage by 48%.
The diff coverage is 100%.

Additional details and impacted files
@@           Coverage Diff            @@
##           master   #1712     +/-   ##
========================================
- Coverage      88%     40%    -48%     
========================================
  Files         238     238             
  Lines       13360   13360             
========================================
- Hits        11741    5368   -6373     
- Misses       1619    7992   +6373     

@mergify mergify bot added the ready label Apr 15, 2023
@Borda Borda changed the title bug in max_det_threshold fix max_det_threshold Apr 16, 2023
@Borda Borda enabled auto-merge (squash) April 17, 2023 11:35
@mergify mergify bot removed the ready label Apr 17, 2023
@mergify mergify bot added the ready label Apr 17, 2023
@Borda Borda disabled auto-merge April 17, 2023 18:58
@Borda Borda changed the title fix max_det_threshold fix max_det_threshold in MAP Apr 17, 2023
@Borda Borda merged commit f7f6816 into Lightning-AI:master Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants