-
Notifications
You must be signed in to change notification settings - Fork 773
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sorted detections to take the overlap threshold into account w…
…hen sorting. Previously, only overlap was used to sort SortedDetections and subsequent assignment of ResolvedDetections was dependent on the overlap ordering. This allowed very low confidence predictions with higher overlap to be assigned to ground truth detections instead of higher confidence predictions with slightly worse overlap. The new methodology is to sort by overlap up to the overlap threshold, but then switch to sorting by confidence.
- Loading branch information
Jordan Cheney
committed
Aug 23, 2023
1 parent
323bbee
commit 8684f4c
Showing
3 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters