generated from roboflow/template-python
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Add Non-Maximum Merging (NMM) to Detections #500
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c78ae33
feat: 🚀 Added Non-Maximum Merging to Detections
57b12e6
Added __setitem__ to Detections and refactored the object prediction …
9f22273
Added standard full image inference after sliced inference to increas…
6f47046
Refactored merging of Detection attributes to better work with np.nda…
5f0dcc2
Merge branch 'develop' into add_nmm_to_detections to resolve conflicts
166a8da
Implement Feedback
b159873
Merge remote-tracking branch 'upstream/develop' into add_nmm_to_detec…
d7e52be
NMM: Add None-checks, fix area normalization, style
bee3252
fix(pre_commit): 🎨 auto format pre-commit hooks
pre-commit-ci[bot] 97c4071
NMM: Move detections merge into Detections class.
204669b
fix(pre_commit): 🎨 auto format pre-commit hooks
pre-commit-ci[bot] 2eb0c7c
Merge remote-tracking branch 'upstream/develop' into add_nmm_to_detec…
LinasKo c3b77d0
Rename, remove functions, unit-test & change `merge_object_detection_…
8014e88
Test box_non_max_merge
26bafec
Test box_non_max_merge, rename threshold,to __init__
d2d50fb
renamed bbox -> xyxy
2d740bd
fix: merge_object_detection_pair
145b5fe
Rename to batch_box_non_max_merge to box_non_max_merge_batch
6c40935
box_non_max_merge: use our functions to compute iou
53f345e
Minor renaming
0e2eec0
Revert np.bool comparisons with `is`
559ef90
Simplify box_non_max_merge
f8f3647
Removed suprplus NMM code for 20% speedup
9024396
Add npt.NDarray[x] types, remove resolution_wh default val
6fbca83
Address review comments, simplify merge
db1b473
fix(pre_commit): 🎨 auto format pre-commit hooks
pre-commit-ci[bot] 0721bc2
Remove _set_at_index
530e1d0
Address comments
2ee9e08
Renamed to group_overlapping_boxes
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Implement Feedback
- Loading branch information
There are no files selected for viewing
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.