Skip to content
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

feat: add instance segmentation postprocessing support #75

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

CuriousDolphin
Copy link
Member

This commit introduces:

  • A new instance_postprocess function for handling instance segmentation outputs
  • A get_postprocess_fn utility to dynamically select the appropriate postprocessing function
  • Updated runtime classes to use the new postprocessing selection method
  • Enhanced scale_detections to handle mask scaling for instance segmentation

This commit introduces:
- A new `instance_postprocess` function for handling instance segmentation outputs
- A `get_postprocess_fn` utility to dynamically select the appropriate postprocessing function
- Updated runtime classes to use the new postprocessing selection method
- Enhanced `scale_detections` to handle mask scaling for instance segmentation
Copy link

github-actions bot commented Feb 14, 2025

Coverage

Coverage Report •
FileStmtsMissCoverMissing
runtime.py17010836%30, 38–39, 60–63, 65, 125–126, 128–131, 142, 146, 150, 160, 162–163, 165–167, 169, 172–174, 177, 180–182, 185, 188–189, 192–193, 196, 221–225, 227–228, 231–234, 236–237, 239, 243–246, 250–251, 253–255, 257–261, 263–264, 266–268, 272, 282–283, 293–297, 299, 301–302, 304–310, 314–317, 321–322, 324–325, 327–331, 333–334, 336–337, 339, 349–350
utils
   vision.py76297%55, 127
TOTAL103615385% 

Tests Skipped Failures Errors Time
109 0 💤 0 ❌ 0 🔥 7.864s ⏱️

@CuriousDolphin CuriousDolphin merged commit 4123f5a into main Feb 14, 2025
9 checks passed
@CuriousDolphin CuriousDolphin deleted the feat/add-instseg-postprocess branch February 14, 2025 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant