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

♻️ update hooks, add ruff, add py11 support #62

Closed dyollb closed 1 year ago

dyollb commented 1 year ago

What do these changes do?

Related issue/s

How to test

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #62 (cf4b5ec) into main (4d95ee7) will increase coverage by 0.89%. The diff coverage is 11.11%.

@@            Coverage Diff             @@
##             main      #62      +/-   ##
==========================================
+ Coverage   53.01%   53.90%   +0.89%     
==========================================
  Files          20       20              
  Lines        1226     1228       +2     
  Branches      206      218      +12     
==========================================
+ Hits          650      662      +12     
+ Misses        540      530      -10     
  Partials       36       36              
Flag Coverage Δ
unittests 53.90% <11.11%> (+0.89%) :arrow_up:

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

Impacted Files Coverage Δ
src/segmantic/detect/transforms.py 74.21% <ø> (ø)
src/segmantic/seg/dataset.py 88.33% <ø> (ø)
src/segmantic/seg/nyul_normalize.py 55.10% <ø> (ø)
src/segmantic/seg/monai_unet.py 20.65% <11.11%> (-0.12%) :arrow_down:

... and 1 file with indirect coverage changes

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