-
Notifications
You must be signed in to change notification settings - Fork 519
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
added find_detection_score_threshold #973
added find_detection_score_threshold #973
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice work!
- See one comment inline.
- There's still a missing piece we spoke of - we get the different thresholds per class, then we wish to use these in our NMS.
- It would also be great to just have the threshold that maximizes F1.
- Nice to have: same mechanism for the other metrics (mAP etc).
@itaylevy-deci This PR has been open for quite a while now and has some comments that were not addressed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
computes the best threshold for each class in an efficient manner without added loops