Open spandan-roy-ainostics opened 2 years ago
Can you try checking if the input DICOM files are valid using this tool: https://www.dclunie.com/dicom3tools/dciodvfy.html ?
I am getting the following output when I check the validity for the dicom files:
Does this mean the images don't meet the validity required by itkimage2segimage?
Yes, you would need to fix the errors related to VR constraints violations before you can use this dataset with dcmqi. Some of those fields are copied into the output SEG, and the converter will not be able to write a valid SEG with those values in the input.
I am trying to create a dicom seg file using itkimage2segimage, however I keep running into VR definition violation errors.
What would be the exact fix for this issue?