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

Feature/uncertainty sampling improvements #79

Closed JohannesHa closed 2 years ago

JohannesHa commented 2 years ago

This PR implements the Uncertainty Sampling Strategy (closes #63 ) + additional features like the:

❗️ There is still a bug with the calculations of our batches when we have multiple workers. This is a general bug and not based on this PR and hopefully will be fixed with @jonaskordt newest changes.