Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ The dataset comprises breast ultrasound images obtained from women aged 25 to 75
|
|
| 39 |
- πΏ Benign: 437
|
| 40 |
- β οΈ Malignant: 210
|
| 41 |
|
| 42 |
-
```
|
| 43 |
Breast_Ultrasound_Images/
|
| 44 |
βββ benign/
|
| 45 |
β βββ breast_001_0000.png
|
|
@@ -83,7 +83,7 @@ The label images might appear completely black, but donβt worryβtheyβre no
|
|
| 83 |
|
| 84 |
The name of the dataset is `Breast`, whereas the ID is `101`. This information will be required for the nnUNet preprocess inference.
|
| 85 |
|
| 86 |
-
```
|
| 87 |
nnUNet_raw/
|
| 88 |
βββ Dataset101_Breast/
|
| 89 |
βββ imagesTr/ # Training images
|
|
@@ -105,7 +105,7 @@ This directory contains the preprocessed dataset, where the nnU-Net preprocessin
|
|
| 105 |
|
| 106 |
Note that the name of the dataset is `Breast`, whereas the ID is `101`. This information will be required for the nnUNet train inference.
|
| 107 |
|
| 108 |
-
```
|
| 109 |
nnUNet_preprocessed/
|
| 110 |
βββ Dataset101_Breast/
|
| 111 |
βββ dataset.json # Metadata file used for training
|
|
|
|
| 39 |
- πΏ Benign: 437
|
| 40 |
- β οΈ Malignant: 210
|
| 41 |
|
| 42 |
+
```bash
|
| 43 |
Breast_Ultrasound_Images/
|
| 44 |
βββ benign/
|
| 45 |
β βββ breast_001_0000.png
|
|
|
|
| 83 |
|
| 84 |
The name of the dataset is `Breast`, whereas the ID is `101`. This information will be required for the nnUNet preprocess inference.
|
| 85 |
|
| 86 |
+
```bash
|
| 87 |
nnUNet_raw/
|
| 88 |
βββ Dataset101_Breast/
|
| 89 |
βββ imagesTr/ # Training images
|
|
|
|
| 105 |
|
| 106 |
Note that the name of the dataset is `Breast`, whereas the ID is `101`. This information will be required for the nnUNet train inference.
|
| 107 |
|
| 108 |
+
```bash
|
| 109 |
nnUNet_preprocessed/
|
| 110 |
βββ Dataset101_Breast/
|
| 111 |
βββ dataset.json # Metadata file used for training
|