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

πŸš‘οΈ fix RandCropByLabelClasses args #42

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 #42 (7c64069) into main (b33bcc6) will increase coverage by 0.57%. The diff coverage is 53.70%.

@@            Coverage Diff             @@
##             main      #42      +/-   ##
==========================================
+ Coverage   18.79%   19.37%   +0.57%     
==========================================
  Files          45       45              
  Lines        2240     2261      +21     
  Branches      366      372       +6     
==========================================
+ Hits          421      438      +17     
- Misses       1796     1798       +2     
- Partials       23       25       +2     
Flag Coverage Ξ”
unittests 19.37% <53.70%> (+0.57%) :arrow_up:

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

Impacted Files Coverage Ξ”
src/segmantic/commands/monai_unet_cli.py 68.57% <0.00%> (+1.00%) :arrow_up:
src/segmantic/seg/monai_unet.py 25.72% <20.00%> (-0.22%) :arrow_down:
src/segmantic/seg/visualization.py 19.67% <58.33%> (-0.33%) :arrow_down:
src/segmantic/seg/dataset.py 85.36% <90.00%> (+1.49%) :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 b33bcc6...7c64069. Read the comment docs.