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 Dataset/input-output dir conflict #61

Closed Konohana0608 closed 1 year ago

Konohana0608 commented 1 year ago

What do these changes do?

fix broken cross-validation.

Related issue/s

Fixes issues

codecov[bot] commented 1 year ago

Codecov Report

Merging #61 (4ef7daa) into main (318931c) will decrease coverage by 0.08%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main      #61      +/-   ##
==========================================
- Coverage   53.10%   53.01%   -0.09%     
==========================================
  Files          20       20              
  Lines        1224     1226       +2     
  Branches      206      206              
==========================================
  Hits          650      650              
- Misses        538      540       +2     
  Partials       36       36              
Flag Coverage ฮ”
unittests 53.01% <0.00%> (-0.09%) :arrow_down:

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

Impacted Files Coverage ฮ”
src/segmantic/seg/monai_unet.py 20.76% <0.00%> (-0.12%) :arrow_down:

:mega: Weโ€™re building smart automated test selection to slash your CI/CD build times. Learn more

dyollb commented 1 year ago

thanks @Konohana0608