Dataloader should not convert segmentation images
jaagut opened this issue · comments
Context
As discussed in #61 (#61 (comment)), the YOEO dataloader should not convert segmentation images from TORSO-21 format (0, 127, 255, ...) to YOEO format (0,1,2, ...) itself.
This is the task of the TORSO-21 convert-script.
Instead, we should use the correct path yoeo_segmentations
.