Felix Hofmann

Results 1 issues of Felix Hofmann

Hi all, I might be misunderstanding this (apologies if so), but from looking at [label_handling.py](https://github.com/MIC-DKFZ/nnUNet/blob/8c4184d46b60059ff7dc8f74cd535e13554bdeca/nnunetv2/utilities/label_handling/label_handling.py#L171), we iterate over all regions and assign the segmentations: ```python for i, c in enumerate(self.regions_class_order):...