You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,11 @@ python mainHyperDenseNet.py
27
27
## Preparing your data
28
28
- To use your own data, you will have to specify the path to the folder containing this data (--root_dir).
29
29
- Images have to be in nifti (.nii) format
30
-
- You have to split your data into two folders: Training/Validation. Each folder will contain N sub-folders: N-1 subfolders that will contain each modality and GT, which contain the nifti files for the images and their corresponding ground truths.
30
+
- You have to split your data into two folders: Training/Validation. Each folder will contain N sub-folders: N-1 subfolders that will contain each modality and GT, which contain the nifti files for the images and their corresponding ground truths. Then, for training, you only need to specify which subfolders you want to use in the command line. For example:
31
+
```
32
+
--modality_dirs T1 T2_FLAIR
33
+
```
34
+
31
35
- In the runTraining function, you have to change the name of the subfolders to the names you have in your dataset (lines 128-131 and 144-147).
32
36
- Image names should be the same across folders (e.g., )
0 commit comments