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 Query Strategy #93

Closed jonaskordt closed 2 years ago

jonaskordt commented 2 years ago

Adds a query strategy which interpolates between ground truth labels to create additional pseudo labels.

Closes #70.