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

Sort slices in Hausdorff distance #67

Closed josafatburmeister closed 2 years ago

josafatburmeister commented 2 years ago

Closes #51, #65

Fixes the Hausdorff distance computation for the case that the 2d slices of a 3d image are shuffled. In this case it is necessary to resort the slices before computing the Hausdorff distance.