frankkramer-lab / MIScnn

A framework for Medical Image Segmentation with Convolutional Neural Networks and Deep Learning
GNU General Public License v3.0
400 stars 116 forks source link

Multi model #85

Closed Deathlymad closed 3 years ago

Deathlymad commented 3 years ago

Added a provisional Multi Model implementation.

codecov-commenter commented 3 years ago

Codecov Report

Merging #85 (5ed5143) into multi_model (0bd486d) will decrease coverage by 0.45%. The diff coverage is 83.33%.

Impacted file tree graph

@@               Coverage Diff               @@
##           multi_model      #85      +/-   ##
===============================================
- Coverage        91.59%   91.13%   -0.46%     
===============================================
  Files               52       55       +3     
  Lines             3736     3938     +202     
===============================================
+ Hits              3422     3589     +167     
- Misses             314      349      +35     
Impacted Files Coverage Δ
miscnn/processing/data_augmentation.py 96.77% <50.00%> (-1.03%) :arrow_down:
miscnn/neural_network/model.py 91.91% <68.75%> (-4.79%) :arrow_down:
miscnn/model/model.py 69.56% <69.56%> (ø)
miscnn/model/model_group.py 78.31% <78.31%> (ø)
tests/test_multimodel.py 95.34% <95.34%> (ø)

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 0bd486d...5ed5143. Read the comment docs.