neheller / kits21

The official repository of the 2021 Kidney and Kidney Tumor Segmentation Challenge
MIT License
174 stars 47 forks source link

added some code to simply wrap existing implementations in conversion… #42

Closed neheller closed 3 years ago

neheller commented 3 years ago

Handle MHA Inputs By Converting to Nifti

Description

Change approach for official submissions accepting mha files to simply convert those to .nii.gz at an intermediate location and the run predictions as normal, and then finally converting the .nii.gz predictions back to the expected format.

Checklist