Bubenpo commited on
Commit
0bf6a97
·
verified ·
1 Parent(s): be6380d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -89,16 +89,19 @@ dataset/
89
  ├── lesion_annotations/
90
  │ ├── classification/
91
  │ │ └── classification.csv
92
- └── segmentation/
93
- ├── DUKE_001.nii.gz
94
- ├── ...
95
- └── ISPY2_982505.nii.gz
 
 
96
  ```
97
 
98
- - imagesTr_batch1 & imagesTr_batch2: Training images in .nii.gz format (split into two batches).
99
- - labelsTr_batch1 & labelsTr_batch2: Corresponding breast label masks in .nii.gz format (split into two batches).
100
- - lesion_annotations/classification: Contains classification.csv with 3021 lesion classification targets.
101
- - lesion_annotations/segmentation: Contains 467 lesion segmentation masks for bilateral images from the Mama Mia dataset.
 
102
 
103
  ---
104
 
 
89
  ├── lesion_annotations/
90
  │ ├── classification/
91
  │ │ └── classification.csv
92
+ ├── segmentation/
93
+ ├── DUKE_001.nii.gz
94
+ ├── ...
95
+ └── ISPY2_982505.nii.gz
96
+ │ ├── dwi_channel_mapping.json
97
+ │ └── dwi_channel_mapping_explanation.txt
98
  ```
99
 
100
+ - `imagesTr_batch1` & `imagesTr_batch2`: Training images in .nii.gz format (split into two batches).
101
+ - `labelsTr_batch1` & `labelsTr_batch2`: Corresponding breast label masks in .nii.gz format (split into two batches).
102
+ - `lesion_annotations/classification`: Contains classification.csv with 3021 lesion classification targets.
103
+ - `lesion_annotations/segmentation`: Contains 467 lesion segmentation masks for bilateral images from the Mama Mia dataset.
104
+ - `lesion_annotations/dwi_channel_mapping.json` contains the mapping for breast lesion classification and breast lesion segmentation, indicating which DWI MRI phase image corresponds to which image in the dataset.
105
 
106
  ---
107