Open one2clouds opened 5 months ago
Hi @one2clouds ,
no you don't have to adapt the shapes for nnU-Net. Since it is sampling patches and never loads the whole image anyways this is not the problem.
Can you please rerun the preprocessing with the flag --verify_dataset_integrity
?
All the preprocessing steps are finished and didn't cause any problem. But while training nnUNet, I came across the problem which says,
Now, from error above I see there is shape mismatch and all the images and labels are of different shapes, so How do I bring them in same shape? So , should I change shape of the files outside before even preprocessing nnUNet. That can be done, But Already preprocessing of those files have been done, so I am asking for any alternative that nnUNet itself gives?