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

Refactor XAI data entities #3230

Merged
merged 3 commits into from
Mar 29, 2024

Fix test errors

a4b7552
Select commit
Loading
Failed to load commit list.
Merged

Refactor XAI data entities #3230

Fix test errors
a4b7552
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 28, 2024 in 0s

71.37% (+0.12%) compared to 9a47ee8

View this Pull Request on Codecov

71.37% (+0.12%) compared to 9a47ee8

Details

Codecov Report

Attention: Patch coverage is 59.82143% with 45 lines in your changes are missing coverage. Please review.

Project coverage is 71.37%. Comparing base (9a47ee8) to head (a4b7552).

Files Patch % Lines
src/otx/core/model/classification.py 33.33% 6 Missing ⚠️
src/otx/core/data/entity/anomaly/classification.py 0.00% 4 Missing ⚠️
src/otx/core/data/entity/anomaly/detection.py 0.00% 4 Missing ⚠️
src/otx/core/data/entity/anomaly/segmentation.py 0.00% 4 Missing ⚠️
src/otx/core/data/entity/action_detection.py 0.00% 3 Missing ⚠️
src/otx/core/data/transform_libs/torchvision.py 0.00% 3 Missing ⚠️
src/otx/core/data/dataset/visual_prompting.py 50.00% 2 Missing ⚠️
src/otx/core/data/entity/base.py 90.00% 2 Missing ⚠️
src/otx/core/data/entity/classification.py 75.00% 2 Missing ⚠️
src/otx/core/data/entity/visual_prompting.py 60.00% 2 Missing ⚠️
... and 10 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3230      +/-   ##
===========================================
+ Coverage    71.25%   71.37%   +0.12%     
===========================================
  Files          178      178              
  Lines        15162    15092      -70     
===========================================
- Hits         10803    10772      -31     
+ Misses        4359     4320      -39     

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