openvinotoolkit / datumaro

Dataset Management Framework, a Python library and a CLI tool to build, analyze and manage Computer Vision datasets.
https://openvinotoolkit.github.io/datumaro/
MIT License
551 stars 135 forks source link

Support annotation types instead of task type #1479

Closed wonjuleee closed 7 months ago

wonjuleee commented 7 months ago

Summary

How to test

Checklist

License

# Copyright (C) 2024 Intel Corporation
#
# SPDX-License-Identifier: MIT
codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 85.39326% with 13 lines in your changes are missing coverage. Please review.

Project coverage is 80.78%. Comparing base (44cc56a) to head (8bc75d1). Report is 47 commits behind head on develop.

Files Patch % Lines
src/datumaro/plugins/data_formats/datumaro/base.py 61.53% 5 Missing :warning:
...umaro/plugins/data_formats/datumaro/page_mapper.py 50.00% 3 Missing :warning:
src/datumaro/components/dataset_storage.py 88.88% 2 Missing :warning:
src/datumaro/components/dataset.py 75.00% 1 Missing :warning:
src/datumaro/components/dataset_base.py 83.33% 1 Missing :warning:
src/datumaro/components/dataset_item_storage.py 83.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1479 +/- ## =========================================== - Coverage 80.85% 80.78% -0.08% =========================================== Files 271 272 +1 Lines 30689 31181 +492 Branches 6197 6288 +91 =========================================== + Hits 24815 25189 +374 - Misses 4489 4580 +91 - Partials 1385 1412 +27 ``` | [Flag](https://app.codecov.io/gh/openvinotoolkit/datumaro/pull/1479/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openvinotoolkit) | Coverage Δ | | |---|---|---| | [ubuntu-20.04_Python-3.10](https://app.codecov.io/gh/openvinotoolkit/datumaro/pull/1479/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openvinotoolkit) | `80.76% <85.39%> (-0.08%)` | :arrow_down: | | [windows-2022_Python-3.10](https://app.codecov.io/gh/openvinotoolkit/datumaro/pull/1479/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openvinotoolkit) | `80.75% <85.39%> (-0.08%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openvinotoolkit#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.