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

Minor fix: mAP can be 1.01 #1581

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

LinasKo
Copy link
Contributor

@LinasKo LinasKo commented Oct 9, 2024

Description

Fix division to avoid cases where mAP value of 1.01 is possible.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How has this change been tested, please provide a testcase or example of how you tested the change?

Discovered here: https://colab.research.google.com/drive/10EaQ4lJNXzcmub7doO2vGn2t1LgDdkcC?usp=sharing

Any specific deployment considerations

This effects mAP scores computed previously, such as those on the leaderboard.
This is effectively a * 0.99 multiplier and will have a very minimal effect. I don't think we should recompute right now, and instead do it when we have more metrics.

Docs

  • Docs updated? What were the changes:

@LinasKo LinasKo merged commit 70869c7 into develop Oct 9, 2024
11 checks passed
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

Successfully merging this pull request may close these issues.

1 participant