|
a |
|
b/Dataset/Readme.txt |
|
|
1 |
|
|
|
2 |
These few subjects used for showing how our CNN works come from the ABIDE repository: |
|
|
3 |
|
|
|
4 |
http://fcon_1000.projects.nitrc.org/indi/abide/ |
|
|
5 |
|
|
|
6 |
The best way to create your dataset to be loaded in this work, is as follows: |
|
|
7 |
| |
|
|
8 |
|____ MR/ |
|
|
9 |
| |___ All your images (CT/MR/other modality) |
|
|
10 |
| |__ MR_0 |
|
|
11 |
| |__ MR_1 |
|
|
12 |
| |__ etc.. |
|
|
13 |
| |
|
|
14 |
|____ Label/ |
|
|
15 |
| |___ Corresponding labels (Be aware that they should be in the same order than images in previous folder) |
|
|
16 |
| |__ GT_0 |
|
|
17 |
| |__ GT_1 |
|
|
18 |
| |__ etc... |
|
|
19 |
| |
|
|
20 |
|____ ROI/ |
|
|
21 |
| |___ If you use masks to prone the region of interest, they should be here |
|
|
22 |
| |__ ROI_0 |
|
|
23 |
| |__ ROI_1 |
|
|
24 |
| |__ etc... |