Looking through some code I stumbled across this `write_seg_nrrd` function. https://github.com/Project-MONAI/MONAILabel/blob/91c48c453986831d3bf1d7bc0fddb1bd60595f0d/monailabel/transform/writer.py#L69 ITK has support for nrrd (reading/writing), so this code could probably use `SaveImaged(writer="ITKWriter", ...` instead
Looking through some code I stumbled across this
write_seg_nrrdfunction.MONAILabel/monailabel/transform/writer.py
Line 69 in 91c48c4
ITK has support for nrrd (reading/writing), so this code could probably use
SaveImaged(writer="ITKWriter", ...instead