-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating an empty segmentation #32
Comments
Maybe something like this: https://github.com/vsaase/pydicom-seg/tree/empty_seg Not having a segment defined in the DICOM metadata should be treated as conceptually different from not seeing it in the source image and not assigning pixels to it. So I think it should be possible to have empty segments. |
Sorry for the long delay! I think this is a valid use case and should work out of the box. Especially in automated workflows this would be required where results are generated by a software and allow for non-existing segmentations. If in this case the DICOM can not be created the user/radiologist might think the entire software process has failed. Two things I am currently concerned about:
|
Hi, I'm also interested in creating an empty DICOM-SEG, which is essential in many application cases. This functionality still seems to be not provided out of the box after three years since this issue was opened. JSON schema still requires more than one element in |
Hi,
I would like to create an empty DICOM-SEG from a json file as created with http://qiicr.org/dcmqi/#/seg to then use it as a template for users to fill in the segments. The segmentation dicom file only has to reference the series it applies to, so only a single dicom file from the series would be needed.
I tried to use a zero filled NRRD as input to MultiClassWriter, but that raises an error that no segments where found.
Just asking before putting effort into an implementation, maybe there is a shortcut in pydicom-seg?
Victor
The text was updated successfully, but these errors were encountered: