tianbaochou / NasUnet

170 stars 45 forks source link

Dataset #29

Open Branikas opened 4 years ago

Branikas commented 4 years ago

Hi there,

Thank you for your work. I was wondering if you could tell us a bit about how the dataset should be in order to train a model on our own (masks, patches, should they be on the same folder, how should their name be, etc). I m trying to figure this out from the BaseDataset class and all the py files in the /utils/datasets but I am a bit confused. Thank you very much.

samra-irshad commented 4 years ago

Same issue. I am trying to implement the code for CHAOS dataset (specifically for MR images). but I could not find a description in code how to arrange images. Its not clear if the same network is used to train both T1 and T2 images or they are trained separately. How T1 (inphase) and outphase are dealt with?