frankkramer-lab / MIScnn

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

Update strategy of patch concat to consider all overlapping patches. #52

Closed Deathlymad closed 1 year ago

Deathlymad commented 3 years ago

Currently when applying the Model to overlapping patches, the overlap is only considered beween pairs when ideally all patches that affect a point should be considered at the same time.