File size: 2,821 Bytes
3f96d02
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
license: cc-by-nc-sa-4.0
language: en
tags:
- medical-imaging
- brain-tumor
- segmentation
- mri
- brats-2024
- brats
size_categories:
- 10B<n<100B
task_categories:
- image-segmentation
---

# BraTS 2024 Complete Prepared Dataset
## Brain Tumor Segmentation (Leave a like πŸ’– if this helped you)

## Dataset Description

This is an organized and verified version of the BraTS 2024 challenge datasets, including three tumor types.

### Included Datasets

| Dataset | Type | Cases | Source |
|---------|------|-------|--------|
| BraTS-GLI | Glioma | 1,809 | Synapse (Dec 2024) |
| BraTS-MEN-RT | Meningioma + RT | 571 | Synapse (Feb 2025) |
| BraTS-PED | Pediatric | 348 | Cancer Imaging Archive |

Total: 2,728 multi-parametric MRI cases

### Structure
```
BraTS-2024-Complete/
β”œβ”€β”€ BraTS-GLI/
β”‚   β”œβ”€β”€ train/ # 1,621 cases
β”‚   └── val/ # 188 cases
β”œβ”€β”€ BraTS-MEN-RT/
β”‚   β”œβ”€β”€ train/ # 500 cases
β”‚   β”œβ”€β”€ train_additional/# 1 case
β”‚   └── val/ # 70 cases
└── BraTS-PED/
    β”œβ”€β”€ train/ # 257 cases
    └── val/ # 91 cases
```

Each patient folder contains:
- T1-weighted (t1n.nii.gz)
- T1-contrast enhanced (t1c.nii.gz)
- T2-weighted (t2w.nii.gz)
- T2-FLAIR (t2f.nii.gz)
- Segmentation mask (seg.nii.gz or gtv.nii.gz)

## Dataset Features

- Verified integrity - all files load correctly
- Clean split - train/val already separated
- Complete metadata - all clinical files included
- Ready-to-use - organized for immediate training

## Metadata Included

### BraTS-PED
- `BraTS-PEDs_metadata.tsv` - Patient demographics (age, sex, institution, survival)
- `BraTS-PEDs_Imaging_Info.tsv` - MRI technical parameters per scan

### BraTS-GLI
- `BraTS-PTG supplementary demographic information and metadata.xlsx`
- `CITATIONS.bib`

### BraTS-MEN-RT
- `Meningioma radiotherapy supplementary clinical data.xlsx`
- `CITATION.bib`

## License Information

This dataset combines three collections with different terms. See [LICENSES.md](LICENSES.md) for complete details.

| Collection | License | Summary |
|------------|---------|---------|
| BraTS-GLI | Synapse Terms | Research only, must cite |
| BraTS-MEN-RT | Synapse Terms | Research only, must cite |
| BraTS-PED | CC BY-NC 4.0 | Share + adapt with attribution, non-commercial |

## Citation
```
If you use this organized dataset, please cite:
@dataset{yourname_2025_brats2024complete,
author = {Your Name},
title = {BraTS-2024-Complete},
year = 2025,
publisher = {Hugging Face},
version = {1.0.0},
url = {https://huggingface.co/datasets/yourusername/BraTS-2024-Complete}
}

```

Additionally, cite the original BraTS papers as provided in the respective CITATION files.

## Acknowledgments

- BraTS 2024 Organizers
- RSNA, ASNR, MICCAI
- The Cancer Imaging Archive (TCIA)
- All contributing institutions