Skip to content

Mergeback 1.9.0 to develop#1606

Merged
sooahleex merged 7 commits into
open-edge-platform:developfrom
sooahleex:mergeback/1.9.0
Sep 13, 2024
Merged

Mergeback 1.9.0 to develop#1606
sooahleex merged 7 commits into
open-edge-platform:developfrom
sooahleex:mergeback/1.9.0

Conversation

@sooahleex
Copy link
Copy Markdown
Contributor

Summary

How to test

Checklist

  • I have added unit tests to cover my changes.​
  • I have added integration tests to cover my changes.​
  • I have added the description of my changes into CHANGELOG.​
  • I have updated the documentation accordingly

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below).
# Copyright (C) 2024 Intel Corporation
#
# SPDX-License-Identifier: MIT

yunchu and others added 6 commits August 20, 2024 09:32
- Ticket no. 149048
- Support tabular type dataset for `DmTorchDataset`
- Convert transformed dataset of tabular data into torch dataset
- Add new unit tests for framework converter
<!-- Contributing guide:
https://github.com/openvinotoolkit/datumaro/blob/develop/CONTRIBUTING.md
-->

### Summary

- Fix for open-edge-platform#1578

### How to test
<!-- Describe the testing procedure for reviewers, if changes are
not fully covered by unit tests or manual testing can be complicated.
-->

### Checklist
<!-- Put an 'x' in all the boxes that apply -->
- [ ] I have added unit tests to cover my changes.​
- [ ] I have added integration tests to cover my changes.​
- [x] I have added the description of my changes into
[CHANGELOG](https://github.com/openvinotoolkit/datumaro/blob/develop/CHANGELOG.md).​
- [ ] I have updated the
[documentation](https://github.com/openvinotoolkit/datumaro/tree/develop/docs)
accordingly

### License

- [ ] I submit _my code changes_ under the same [MIT
License](https://github.com/openvinotoolkit/datumaro/blob/develop/LICENSE)
that covers the project.
  Feel free to contact the maintainers if that's a concern.
- [ ] I have updated the license header for each file (see an example
below).

```python
# Copyright (C) 2024 Intel Corporation
#
# SPDX-License-Identifier: MIT
```
<!-- Contributing guide:
https://github.com/openvinotoolkit/datumaro/blob/develop/CONTRIBUTING.md
-->

### Summary

<!--
Resolves open-edge-platform#111 and open-edge-platform#222.
Depends on open-edge-platform#1000 (for series of dependent commits).

This PR introduces this capability to make the project better in this
and that.

- Added this feature
- Removed that feature
- Fixed the problem open-edge-platform#1234
-->

### How to test
<!-- Describe the testing procedure for reviewers, if changes are
not fully covered by unit tests or manual testing can be complicated.
-->

### Checklist
<!-- Put an 'x' in all the boxes that apply -->
- [ ] I have added unit tests to cover my changes.​
- [ ] I have added integration tests to cover my changes.​
- [ ] I have added the description of my changes into
[CHANGELOG](https://github.com/openvinotoolkit/datumaro/blob/develop/CHANGELOG.md).​
- [ ] I have updated the
[documentation](https://github.com/openvinotoolkit/datumaro/tree/develop/docs)
accordingly

### License

- [ ] I submit _my code changes_ under the same [MIT
License](https://github.com/openvinotoolkit/datumaro/blob/develop/LICENSE)
that covers the project.
  Feel free to contact the maintainers if that's a concern.
- [ ] I have updated the license header for each file (see an example
below).

```python
# Copyright (C) 2024 Intel Corporation
#
# SPDX-License-Identifier: MIT
```
@sooahleex sooahleex requested review from a team as code owners September 13, 2024 02:03
@sooahleex sooahleex requested review from itrushkin and removed request for a team September 13, 2024 02:03
@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 13, 2024

Codecov Report

Attention: Patch coverage is 72.41379% with 8 lines in your changes missing coverage. Please review.

Project coverage is 81.06%. Comparing base (b1c35fe) to head (ff5fd94).
Report is 4 commits behind head on develop.

Files with missing lines Patch % Lines
src/datumaro/plugins/framework_converter.py 74.07% 3 Missing and 4 partials ⚠️
...atumaro/plugins/data_formats/kitti_raw/exporter.py 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1606   +/-   ##
========================================
  Coverage    81.06%   81.06%           
========================================
  Files          278      278           
  Lines        32517    32517           
  Branches      6607     6607           
========================================
  Hits         26360    26360           
  Misses        4701     4701           
  Partials      1456     1456           
Flag Coverage Δ
ubuntu-20.04_Python-3.10 81.05% <72.41%> (ø)
windows-2022_Python-3.10 81.04% <72.41%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sooahleex sooahleex merged commit dc63222 into open-edge-platform:develop Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants