nnUNet
nnUNet copied to clipboard
mismatch between segmentation and corresponding images
When I'm using nnunet for training I get an error “origin mismatch between segmentation and corresponding images”
Is there a way to ignore this warning or what should be done about it? And why does nnunet require the origin location to be the same?
Looking at the code this should just be a warning and nnUNet should continue. I believe this is just a warning to make sure the user is aware of it in case of subsequent problems.