-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Problem
According to private discussions between @plbenveniste and Benjamin, running the code version https://github.com/ivadomed/model_seg_mouse-sc_wm-gm_t1/releases/tag/v0.3 on new data produced the following error:

The cause of the issue, identified by @plbenveniste, is that the input data have a corrupted NIfTI header. More specifically, the physical dimensions of the voxels are wrong, which cause memory saturation during resampling as part of the nnUnet preprocessing pipeline.
Solution
A solution is to make sure the data are correct. To do so:
- in the first place, the data coming from the scanner should be converted to NIfTI using proper software. Dcm2niix is an example of a good software.
- Alternatively (although the previous solution is best), the NIfTI headers could be manually corrected:
Metadata
Metadata
Assignees
Labels
No labels