-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
add examples for dataset_conversion for TCIA DICOM SEG/RTSTRUCT datasets #2668
Comments
Hi Justin, thanks for the suggestion! Best, |
Hi Sebastian, I saw these, but they are all starting from some version of NIfTI data and that is not what comes out of our API when you download data. We're providing the raw DICOM data. I think it could save our 25-30k users that visit the site every month a lot of time if we collaborated on a notebook or conversion script that includes:
Then every person whose intention was to use nnUNet after they download the data wouldn't waste time repeating these steps. Do you think that could help? I was also wondering if perhaps in downloader function of https://pypi.org/project/tcia-utils/ I should consider adding a parameter like Best, |
Hi Justin, That would be really helpful. Would you be willing to make a pull request with respective examples in the dataset_conversion folder? We would be happy to accept it! Regarding the tcia_utils, having an nnunet format parameter would be very useful. It would make sense to distinguish between Best, |
Hi there!
In The Cancer Imaging Archive we host a large number of DICOM datasets that have images (CT, MR, PT, etc) with corresponding tumor and organ segmentations (RTSTRUCT, SEG). Would it be possible to create some examples that help people get from those DICOM datasets to something that nnUNet expects as input? I'd be happy to hop on a t-con to discuss some details if there is interest.
Best,
Justin
The text was updated successfully, but these errors were encountered: