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

Fix celeba and align_celeba detect function #837

Merged
merged 10 commits into from
Mar 15, 2023

Conversation

vinnamkim
Copy link
Contributor

@vinnamkim vinnamkim commented Mar 8, 2023

Summary

  • Ticket no. 105524
  • Fix celeba and align celeba detect function.

How to test

This change is covered by the existing tests.

Checklist

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) 2023 Intel Corporation
#
# SPDX-License-Identifier: MIT

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
@vinnamkim vinnamkim added this to the 1.1.0 milestone Mar 8, 2023
@vinnamkim vinnamkim added BUG Something isn't working data formats PR is related to dataset formats labels Mar 8, 2023
@vinnamkim vinnamkim marked this pull request as ready for review March 8, 2023 01:01
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
@vinnamkim vinnamkim marked this pull request as draft March 8, 2023 02:06
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
…p-priority-for-all-depths

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
…celeba-detect

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
…tect

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
@vinnamkim vinnamkim marked this pull request as ready for review March 13, 2023 02:08
@codecov-commenter
Copy link

codecov-commenter commented Mar 13, 2023

Codecov Report

Patch coverage: 90.69% and project coverage change: +0.10 🎉

Comparison is base (f1c467a) 78.49% compared to head (c839719) 78.59%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #837      +/-   ##
===========================================
+ Coverage    78.49%   78.59%   +0.10%     
===========================================
  Files          196      199       +3     
  Lines        24189    24408     +219     
  Branches      4907     4938      +31     
===========================================
+ Hits         18987    19184     +197     
- Misses        4113     4123      +10     
- Partials      1089     1101      +12     
Flag Coverage Δ
macos-11_Python-3.8 77.93% <90.69%> (+0.10%) ⬆️
ubuntu-20.04_Python-3.8 78.58% <90.69%> (+0.10%) ⬆️
windows-2019_Python-3.8 78.52% <90.69%> (+0.10%) ⬆️

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

Impacted Files Coverage Δ
datumaro/cli/util/project.py 23.61% <50.00%> (ø)
datumaro/plugins/data_formats/celeba/celeba.py 73.41% <89.28%> (ø)
datumaro/plugins/data_formats/celeba/__init__.py 100.00% <100.00%> (ø)
...tumaro/plugins/data_formats/celeba/align_celeba.py 71.05% <100.00%> (ø)
datumaro/plugins/data_formats/image_dir.py 82.05% <100.00%> (+2.63%) ⬆️

... and 10 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
@vinnamkim vinnamkim merged commit 94bd96f into openvinotoolkit:develop Mar 15, 2023
@vinnamkim vinnamkim deleted the bugfix/celeba-detect branch March 15, 2023 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working data formats PR is related to dataset formats
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants