-
Notifications
You must be signed in to change notification settings - Fork 7
Description
This looks really cool! I noticed that you've used a few datasets from The Cancer Imaging Archive as I'm seeing names like SAROS, LCTSC, CT-ORG and that you provided some conversion steps to prepare each of them for your model. Do you think there is some way to integrate generic preprocessing functionality into SALT/MONAI that would allow people to go from TCIA DICOM data with SEG/RTSTRUCT labels to something that's shovel-ready for segmentation models? Or will it always require dealing with quirks that are unique to each dataset?
Also, just FYI, https://github.com/kirbyju/TCIA_Notebooks/blob/main/TCIA_REST_API_Downloads.ipynb may be of interest to you. You could potentially use some of the examples there to help people easily download the images for datasets where you have prepared conversion scripts so they don't have to manually go to our website and find these images.
Best,
Justin