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 mask visualization bug #860

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

vinnamkim
Copy link
Contributor

@vinnamkim vinnamkim commented Mar 16, 2023

Summary

How to test

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 the BUG Something isn't working label Mar 16, 2023
@vinnamkim vinnamkim marked this pull request as ready for review March 16, 2023 07:28
@codecov-commenter
Copy link

codecov-commenter commented Mar 16, 2023

Codecov Report

Patch coverage: 33.33% and project coverage change: -0.02 ⚠️

Comparison is base (94bd96f) 78.59% compared to head (2c349cc) 78.57%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #860      +/-   ##
===========================================
- Coverage    78.59%   78.57%   -0.02%     
===========================================
  Files          199      199              
  Lines        24408    24414       +6     
  Branches      4938     4939       +1     
===========================================
+ Hits         19183    19184       +1     
- Misses        4123     4127       +4     
- Partials      1102     1103       +1     
Flag Coverage Δ
macos-11_Python-3.8 77.92% <33.33%> (-0.02%) ⬇️
ubuntu-20.04_Python-3.8 78.56% <33.33%> (-0.02%) ⬇️
windows-2019_Python-3.8 78.50% <33.33%> (-0.02%) ⬇️

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

Impacted Files Coverage Δ
datumaro/components/visualizer.py 91.28% <33.33%> (-2.12%) ⬇️

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.

@vinnamkim vinnamkim merged commit 3f6765e into openvinotoolkit:develop Mar 16, 2023
@vinnamkim vinnamkim deleted the bugfix/mask-viz branch March 16, 2023 08:26
@vinnamkim vinnamkim added this to the 1.1.0 milestone Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants