Hello,
Im currently working on a dataset that contains 2 scans for the same patient at 2 different time points but with only 1 segmentation mask (difference mask). Therefore, i can't create a proper patientstr.json file since my my data is named as:
imagestr
id1_000.nii.gz
id1_0001.nii.gz
id2_000.nii.gz
id2_0001.nii.gz
where both scans have a single segmentation mask:
labelstr:
id1_0000.nii.gz
id2_0001.nii.gz
Its seems that this isn't supported out of the box, but is there a workaround to make it work?
Thanks