Closed vinnamkim closed 6 months ago
Attention: Patch coverage is 79.31034%
with 6 lines
in your changes are missing coverage. Please review.
Please upload report for BASE (
releases/1.7.0@3501e97
). Learn more about missing BASE report.
Files | Patch % | Lines |
---|---|---|
src/datumaro/components/annotation.py | 76.92% | 4 Missing and 2 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
dataset_item.annotations
by introducingAnnotation(list[Annotation])
class. This class extends the pure Python list to equip more utility functions. At the same time, the utility function we introduce this time isdataset_item.annotations.get_semantic_seg_mask()
. This function bypasses binary mask conversion to construct an integer mask used for semantic segmentation model training.How to test
tests/unit/test_annotation.py
).Checklist
License