Is your feature request related to a problem? Please describe.
The SaveImage transform should be extended to support writing output in different formats using ITK.
|
if output_ext in (".nii.gz", ".nii"): |
|
self.saver = NiftiSaver( |
the current nifti output doesn't work well with Slicer Project-MONAI/MONAILabel#211
see also InsightSoftwareConsortium/ITK#2663
Is your feature request related to a problem? Please describe.
The
SaveImagetransform should be extended to support writing output in different formats using ITK.MONAI/monai/transforms/io/array.py
Lines 260 to 261 in 830f8bb
the current nifti output doesn't work well with Slicer Project-MONAI/MONAILabel#211
see also InsightSoftwareConsortium/ITK#2663