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

✨Fully support decathlon datalist #63

Closed dyollb closed 6 months ago

dyollb commented 1 year ago

What do these changes do?

Fully support decathlon datalist

Also:

Related issue/s

How to test

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Attention: Patch coverage is 72.03390% with 66 lines in your changes are missing coverage. Please review.

Project coverage is 55.47%. Comparing base (9e176d7) to head (ffd9723).

Files Patch % Lines
src/segmantic/seg/monai_unet.py 23.07% 30 Missing :warning:
src/segmantic/commands/monai_unet_cli.py 25.00% 12 Missing :warning:
src/segmantic/detect/transforms.py 70.00% 3 Missing and 3 partials :warning:
src/segmantic/seg/transforms.py 78.57% 6 Missing :warning:
src/segmantic/image/labels.py 63.63% 4 Missing :warning:
src/segmantic/utils/file_iterators.py 94.02% 0 Missing and 4 partials :warning:
src/segmantic/data/transforms.py 81.81% 1 Missing and 1 partial :warning:
src/segmantic/seg/dataset.py 94.44% 0 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #63 +/- ## ========================================== + Coverage 53.90% 55.47% +1.56% ========================================== Files 20 21 +1 Lines 1228 1325 +97 Branches 218 237 +19 ========================================== + Hits 662 735 +73 - Misses 530 550 +20 - Partials 36 40 +4 ``` | [Flag](https://app.codecov.io/gh/dyollb/segmantic/pull/63/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bryn+Lloyd) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/dyollb/segmantic/pull/63/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bryn+Lloyd) | `55.47% <72.03%> (+1.56%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bryn+Lloyd#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.