-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Enhancement] Implement Distance-Based Detection Matching in Detectio…
…nMetrics (#1463) * Signing unsigned commits in new branch * Fix Missing `iou_thresholds` Argument for Distance-Based Metrics - Updated `compute_detection_matching` to conditionally require `iou_thresholds` only for IoU-based strategies. * Check for matching_strategy object Returned check if matching_strategy object is passed * Fix thresholds len for Distance-Based and IoU Metrics - Updated `compute_img_detection_matching` to conditionally get thresholds using matching_strategy get_thresholds() method. Note: Since thresholds passed via matching_strategy class, consider to remove iou_thresholds param
- Loading branch information
Showing
5 changed files
with
1,114 additions
and
84 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
Oops, something went wrong.