Closed itrushkin closed 1 month ago
Attention: Patch coverage is 66.66667%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 81.22%. Comparing base (
ff5fd94
) to head (3f48944
). Report is 21 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
src/datumaro/plugins/data_formats/imagenet.py | 66.66% | 2 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
This PR adds grouping of labels (directories for the ImageNet case) by their groups (parent directories). For example, for the following folder structure
label groups will be
label_1
andlabel_2
.Note: for the higher depth of nesting, names of groups will be relative paths of second-to-last directories. For the following case:
label groups will be
label_1/label_1_1
andlabel_2/label_2_1
.How to test
Checklist
License