Is the input file format for Docker ".nii.gz" or ".mha"?

Is the input file format for Docker ".nii.gz" or ".mha"?  

  By: ly547361952 on Aug. 19, 2023, 8:18 a.m.

Hi,I haven't seen any data with the ". mha" format in the competition dataset. How can I make it that the algorithm worked with the NIFTI format can run normally? Why cannot the input data format of Docker be consistent with that of the training dataset?

Re: Is the input file format for Docker ".nii.gz" or ".mha"?  

  By: xiangdeluo on Aug. 20, 2023, 3:09 a.m.

Hi, Hi,

The grand challenge platform will convert all uploaded images to .mha formate for storage, so the raw .nii.gz images were saved as .mha files. the training set images are .nii.gz files, and the validation and testing files are .mha files. Both of them can be loaded by using SimpleITK.

Best, Xiangde Luo/Jia Fu