-
Hi, I try to work with MONAI dynunet and I have no problem when I work with public nifti dataset. But If I want to use my own nifti files to train, I get this error: KeyError: Caught KeyError in DataLoader worker process 0. Can anyone help me? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @Daniloper, could you please share the whole error messages? Thanks! |
Beta Was this translation helpful? Give feedback.
-
I'm also having the same issue, which seems to be my training data has both ".nii.gz" and ".mha" format files. |
Beta Was this translation helpful? Give feedback.
Hi @zzh980123, I think itk can handle bothe format, could you please try:
Hope it can help you, thanks!