-
Notifications
You must be signed in to change notification settings - Fork 1.5k
monai Dataset subclass for TCIA Rest API #4258
Copy link
Copy link
Closed
Description
Is your feature request related to a problem? Please describe.
This is an initial feature request based on the discussion #4227. The goal is to create a thin wrapper with APIs similar to
Line 33 in 56190dd
| class MedNISTDataset(Randomizable, CacheDataset): |
for easy access to TCIA data collections (as a starting point we are interested in a few predefined queries presented in the notebook).
Users should be able to fetch/cache image lists and images and randomly split training/validation/test sets. The APIs should be in python (not depending on the Linux command-line tools). Please see also example in the tutorial: https://github.com/Project-MONAI/tutorials/blob/master/modules/tcia_csv_processing.ipynb Additional dicom reading and format converting functionalities could be organised as optional transforms provided as input arguments to the dataset.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels