Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple labels for kaggle format #1607

Conversation

sooahleex
Copy link
Contributor

@sooahleex sooahleex commented Sep 13, 2024

Summary

  • Ticket no.152153
  • Support multi labels for kaggle dataset

How to test

Add unit tests

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

@sooahleex sooahleex requested review from a team as code owners September 13, 2024 09:06
@sooahleex sooahleex requested review from jihyeonyi and removed request for a team September 13, 2024 09:06
Copy link

codecov bot commented Sep 13, 2024

Codecov Report

Attention: Patch coverage is 92.30769% with 3 lines in your changes missing coverage. Please review.

Please upload report for BASE (releases/1.9.0@6ec38e5). Learn more about missing BASE report.

Files with missing lines Patch % Lines
src/datumaro/plugins/data_formats/kaggle/base.py 92.30% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@                Coverage Diff                @@
##             releases/1.9.0    #1607   +/-   ##
=================================================
  Coverage                  ?   81.07%           
=================================================
  Files                     ?      278           
  Lines                     ?    32545           
  Branches                  ?     6619           
=================================================
  Hits                      ?    26385           
  Misses                    ?     4703           
  Partials                  ?     1457           
Flag Coverage Δ
ubuntu-20.04_Python-3.10 81.06% <92.30%> (?)
windows-2022_Python-3.10 81.04% <92.30%> (?)

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 changed the base branch from develop to releases/1.9.0 September 13, 2024 09:41
@sooahleex sooahleex force-pushed the feat/multi_label_kaggle_dataset branch from 378e792 to 28cdcf9 Compare September 13, 2024 09:44
@sooahleex sooahleex force-pushed the feat/multi_label_kaggle_dataset branch from 3619792 to 51589fd Compare September 19, 2024 02:34
@sooahleex sooahleex changed the base branch from releases/1.9.0 to develop September 19, 2024 06:06
@sooahleex sooahleex force-pushed the feat/multi_label_kaggle_dataset branch from fd89646 to 40ba7a4 Compare September 19, 2024 06:46
@sooahleex sooahleex changed the base branch from develop to releases/1.9.0 September 19, 2024 07:23
@sooahleex sooahleex force-pushed the feat/multi_label_kaggle_dataset branch from 2b3c8a9 to 19647cc Compare September 19, 2024 07:27
@yunchu yunchu added this to the 1.9.1 milestone Sep 19, 2024
@sooahleex sooahleex added the ENHANCE Enhancement of existing features label Sep 20, 2024
@sooahleex sooahleex merged commit b9c8a58 into openvinotoolkit:releases/1.9.0 Sep 20, 2024
5 checks passed
sooahleex added a commit to sooahleex/datumaro that referenced this pull request Sep 25, 2024
- Ticket no.152153
- Support multi labels for kaggle dataset
- Add unit tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ENHANCE Enhancement of existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants