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

Added option to print per-label segmentation scores #264

Merged

Conversation

sarthakpati
Copy link
Collaborator

Fixes #246

Proposed Changes

  • per-label segmentation scores (dice and hausdorff) added

Checklist

@codecov
Copy link

codecov bot commented Dec 29, 2021

Codecov Report

Merging #264 (39f3dd8) into master (0840868) will increase coverage by 0.06%.
The diff coverage is 95.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #264      +/-   ##
==========================================
+ Coverage   87.33%   87.40%   +0.06%     
==========================================
  Files          80       80              
  Lines        4194     4240      +46     
==========================================
+ Hits         3663     3706      +43     
- Misses        531      534       +3     
Flag Coverage Δ
unittests 87.40% <95.45%> (+0.06%) ⬆️

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

Impacted Files Coverage Δ
GANDLF/compute/forward_pass.py 84.04% <88.23%> (-0.14%) ⬇️
GANDLF/compute/training_loop.py 81.48% <92.85%> (+0.50%) ⬆️
GANDLF/compute/loss_and_metric.py 96.66% <100.00%> (+0.51%) ⬆️
GANDLF/metrics/__init__.py 100.00% <100.00%> (ø)
GANDLF/metrics/segmentation.py 95.71% <100.00%> (+1.26%) ⬆️
testing/test_full.py 99.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0840868...39f3dd8. Read the comment docs.

@Geeks-Sid Geeks-Sid merged commit 63f3d8e into mlcommons:master Dec 29, 2021
@sarthakpati sarthakpati deleted the 246_per_label_segmentation_scores branch December 29, 2021 22:51
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.

Calculate metrics per-label in addition to average
2 participants