DynUNet pipeline with data outside Decathlon dataset #769
-
Hi guys, I'm trying to use the DynUNet pipeline for BraTS' 21 dataset. However I'm finding the process is more involved than I expected it to be as the data pipeline is designed specifically for the decathlon dataset. I've started by modifying the datalist to be in the same format as the output from the built in decathlon loader but it feels like I'm going about this the wrong way. Edit: I've now transferred my data into the required format except for changing the labels from (0,1,2,4] to (0,1,2,3). Is this necessary with the tutorial pipeline? Which portion of the pipeline do I need to change to achieve this switch at data loading? Currently I'm getting an index out of bounds error and expecting this to be source of issue.
Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @yiheng-wang-nv , Could you please help provide some comments for this question? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
Hi @bip5 ,
How many classes does the brats 2021 dataset have? You may need to modify the hyper-parameters of the network in: |
Beta Was this translation helpful? Give feedback.
Hi @bip5 ,
How many classes does the brats 2021 dataset have? You may need to modify the hyper-parameters of the network in:
tutorials/modules/dynunet_pipeline/create_network.py
Line 52 in b429c88