Closed badayvedat closed 1 year ago
MONAI Image Reader method raises KeyError(s) when trying to read the label nrrd files. The label files miss two headers, namely space directions and space origin that causes these errors.
space directions
space origin
What:
MONAI Image Reader method raises KeyError(s) when trying to read the label nrrd files. The label files miss two headers, namely
space directions
andspace origin
that causes these errors.