HealthML / active-segmentation

ActiveSegmentation: A Simulation Framework for Benchmarking Active Learning Strategies for 3D Medical Image Segmentation
GNU Affero General Public License v3.0
16 stars 1 forks source link

Interpolation improvements #151

Closed josafatburmeister closed 2 years ago

josafatburmeister commented 2 years ago

Closes #147

This PR implements the following things:

The issue described in #147 is not really a bug, but occurs when pseudo-labels are overridden by true labels. To avoid this behaviour, an option prefer_blocks_without_pseudo_labels is added. Setting this option to True will ensure that blocks including existing pseudo-labels will always be labeled after fully unlabeled blocks.