feat: Add mask-aware dataset grids for instance segmentation label validation#1014
Draft
pirnerjonas wants to merge 2 commits intoroboflow:developfrom
Draft
feat: Add mask-aware dataset grids for instance segmentation label validation#1014pirnerjonas wants to merge 2 commits intoroboflow:developfrom
pirnerjonas wants to merge 2 commits intoroboflow:developfrom
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #1014 +/- ##
========================================
- Coverage 80% 77% -3%
========================================
Files 100 101 +1
Lines 8447 8549 +102
========================================
- Hits 6774 6569 -205
- Misses 1673 1980 +307 🚀 New features to boost your workflow:
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
maskssupervision.Detectionsand draw them before boxes and labelsAggbackend for dataset grid file rendering so CI and headless environments do not require TkRefs #1013
Validation
uv run --no-sync pytest tests/datasets/test_save_grids.py -qMPLBACKEND=TkAgg uv run --no-sync pytest tests/datasets/test_save_grids.py::test_save_grid_passes_masks_to_supervision -quvx pre-commit run --all-filesf5e5679, includingTesting (windows-latest, 3.10)