Skip to content

Prediction after cascade training failed #1313

Answered by FabianIsensee
MrMarkusJ asked this question in Q&A
Discussion options

You must be logged in to vote

Hey Markus, thanks for the very detailed issue description. I think the error is related to image spacing. nnU-Net determiens the size to which images need to be resampled based on that. My guess is that the image you are trying to predict has a wrong spacing value, causing nnU-Net to compute a way too large target image size for resampling (you can see from the text that it is trying to resample that image to (8376, 5225, 5362)). Please check that the spacing is correct.
On a side note: You seem to be only interested in the cascade. nnUNet_find_best_configuration doesn't really make sense if you only trained one configuration. Just pick that, then. Use nnUNet_find_best_configuration only…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@MrMarkusJ
Comment options

@MrMarkusJ
Comment options

Answer selected by MrMarkusJ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants