dyollb / segmantic

Semantic segmentation and image-to-image translation based on AI
https://dyollb.github.io/segmantic/
MIT License
1 stars 3 forks source link

✨add n4 bias correction, ⚗️ add draft nyul normalizer #43

Closed dyollb closed 2 years ago

dyollb commented 2 years ago

What do these changes do?

Related issue/s

How to test

Checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #43 (89aa582) into main (eb43469) will increase coverage by 0.10%. The diff coverage is 21.64%.

@@            Coverage Diff             @@
##             main      #43      +/-   ##
==========================================
+ Coverage   19.37%   19.48%   +0.10%     
==========================================
  Files          45       47       +2     
  Lines        2261     2392     +131     
  Branches      372      395      +23     
==========================================
+ Hits          438      466      +28     
- Misses       1798     1900     +102     
- Partials       25       26       +1     
Flag Coverage Δ
unittests 19.48% <21.64%> (+0.10%) :arrow_up:

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

Impacted Files Coverage Δ
src/segmantic/commands/image_command.py 0.00% <0.00%> (ø)
src/segmantic/commands/monai_unet_cli.py 68.57% <ø> (ø)
src/segmantic/prepro/modality.py 0.00% <0.00%> (ø)
src/segmantic/util/cli.py 100.00% <ø> (ø)
src/segmantic/seg/nyul_normalize.py 55.10% <55.10%> (ø)
src/segmantic/util/json.py 75.00% <100.00%> (+3.57%) :arrow_up:

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 eb43469...89aa582. Read the comment docs.