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
550 stars 135 forks source link

Convert Cuboid2D to/from KITTI 3D data #1639

Closed itrushkin closed 1 month ago

itrushkin commented 1 month ago

Summary

CVS-151427

New features

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.23%. Comparing base (ff5fd94) to head (067bf4a). Report is 20 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1639 +/- ## =========================================== + Coverage 81.06% 81.23% +0.16% =========================================== Files 278 281 +3 Lines 32517 32881 +364 Branches 6607 5289 -1318 =========================================== + Hits 26360 26710 +350 - Misses 4701 4721 +20 + Partials 1456 1450 -6 ``` | [Flag](https://app.codecov.io/gh/openvinotoolkit/datumaro/pull/1639/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/1639/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openvinotoolkit) | `81.21% <100.00%> (+0.16%)` | :arrow_up: | | [windows-2022_Python-3.10](https://app.codecov.io/gh/openvinotoolkit/datumaro/pull/1639/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openvinotoolkit) | `81.21% <100.00%> (+0.16%)` | :arrow_up: | 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.

itrushkin commented 1 month ago

Could you update the documents and explanation of this feature in this pr too?

@sooahleex, documentation is added in 657bf1b. PR description is extended as well.