You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your great work!
I’m working on converting the output to DICOM-SEG format by creating metadata.json for itkimage2segimage using labels.csv.
I noticed some missing data in labels.csv:
For the abdominal-organs-v2.0.0 model, the entry 17,thyroid_gland,SCT ... is missing.
For the whole-body-v2.0.1 model, on line 63, the value for SegmentedPropertyTypeModifierCodeSequence.CodingSchemeDesignator should be SCT.
I’ve only checked these models and body-v2.0.0, so other models haven’t been reviewed yet.
The text was updated successfully, but these errors were encountered:
Thanks a lot for the review, these are very useful. Would you mind sending the files with the proposed changes (upload somewhere and post the link)?
Instead of converting to metadata.json, you might consider updating itkimage2segimage ro accept labels.csv directly. Json is great for developers, but I find many people are unable to create metadata files in json, while they are comfortable with putting together a csv file in Excel. We plan to further simplify the labels.csv format by shortening the column names (in the next couple of weeks).
Instead of converting to metadata.json, you might consider updating itkimage2segimage ro accept labels.csv directly. Json is great for developers, but I find many people are unable to create metadata files in json, while they are comfortable with putting together a csv file in Excel. We plan to further simplify the labels.csv format by shortening the column names (in the next couple of weeks).
It's a good idea to have itkimage2segimage accept labels.csv. However, I'm not sure if the information in labels.csv is sufficient to create a DICOM-SEG file. I've hardcoded several properties (e.g., ContentCreatorName, ContentDescription, ClinicalTrialSeriesID, etc.) in metadata.json, and I'm unsure what effect that might have.
I've only tested some converted DICOM-SEG files in 3D Slicer. The segments load correctly, but the recommendedDisplayRGBValue is not displaying as expected.
Thank you for your great work!
I’m working on converting the output to DICOM-SEG format by creating
metadata.json
foritkimage2segimage
usinglabels.csv
.I noticed some missing data in
labels.csv
:abdominal-organs-v2.0.0
model, the entry17,thyroid_gland,SCT ...
is missing.whole-body-v2.0.1
model, on line 63, the value forSegmentedPropertyTypeModifierCodeSequence.CodingSchemeDesignator
should beSCT
.I’ve only checked these models and
body-v2.0.0
, so other models haven’t been reviewed yet.The text was updated successfully, but these errors were encountered: