Skip to content

feat: nms pre-processing#522

Merged
mgumowsk merged 23 commits intomasterfrom
ttybulew/model_requested_postprocessing
Apr 9, 2026
Merged

feat: nms pre-processing#522
mgumowsk merged 23 commits intomasterfrom
ttybulew/model_requested_postprocessing

Conversation

@tybulewicz
Copy link
Copy Markdown
Contributor

@tybulewicz tybulewicz commented Mar 26, 2026

What does this PR do?

Model (or user) may now request Non-maximum Suppression to be executed on detected boxes to select only most meaningful detections.

More flexible way of defining pre-processing steps was dropped due to limited way of model_info section handling in OV.

Fixes #502

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you make sure to update the documentation with your changes?
  • Did you write any new necessary tests?

@tybulewicz tybulewicz requested a review from a team as a code owner March 26, 2026 09:19
@tybulewicz tybulewicz changed the title feat: nms processing feat: nms pre-processing Mar 26, 2026
@github-actions github-actions bot added python python related changes docs Related to documentation labels Mar 26, 2026
Comment thread src/model_api/models/segmentation.py Outdated
Comment thread src/model_api/models/utils.py
Comment thread src/model_api/models/parameters.py Outdated
Copy link
Copy Markdown
Contributor

@mgumowsk mgumowsk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A lot of functionality is added, but there are not unit-tests.

@tybulewicz tybulewicz force-pushed the ttybulew/model_requested_postprocessing branch from 5e01904 to cb90970 Compare April 9, 2026 08:36
@tybulewicz tybulewicz requested a review from mgumowsk April 9, 2026 08:37
@github-actions github-actions bot added the tests Related to tests label Apr 9, 2026
@mgumowsk mgumowsk added this pull request to the merge queue Apr 9, 2026
Merged via the queue into master with commit cc56ecd Apr 9, 2026
31 checks passed
@mgumowsk mgumowsk deleted the ttybulew/model_requested_postprocessing branch April 9, 2026 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Related to documentation python python related changes tests Related to tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Additional postprocessing

2 participants