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 landmark detection #47

Closed dyollb closed 2 years ago

dyollb commented 2 years ago

What do these changes do?

The PR adds

Related issue/s

How to test

Checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #47 (3979d6a) into main (6fd50b8) will increase coverage by 26.36%. The diff coverage is 75.18%.

@@             Coverage Diff             @@
##             main      #47       +/-   ##
===========================================
+ Coverage   22.84%   49.20%   +26.36%     
===========================================
  Files          47       20       -27     
  Lines        2530     1262     -1268     
  Branches      387      203      -184     
===========================================
+ Hits          578      621       +43     
+ Misses       1925      604     -1321     
- Partials       27       37       +10     
Flag Coverage Δ
unittests 49.20% <75.18%> (+26.36%) :arrow_up:

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

Impacted Files Coverage Δ
src/segmantic/seg/monai_unet.py 21.84% <25.00%> (ø)
src/segmantic/commands/monai_unet_cli.py 53.84% <40.00%> (+2.86%) :arrow_up:
src/segmantic/util/config.py 59.09% <59.09%> (ø)
src/segmantic/detect/transforms.py 74.21% <74.21%> (ø)
src/segmantic/data/transforms.py 86.30% <86.30%> (ø)
src/segmantic/__init__.py 100.00% <100.00%> (ø)
src/segmantic/prepro/labels.py 88.88% <100.00%> (ø)
src/segmantic/seg/dataset.py 88.33% <100.00%> (ø)
src/segmantic/prepro/core.py 67.96% <0.00%> (-4.86%) :arrow_down:

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