five

Aff77/BraTS-2024-Complete

收藏
Hugging Face2026-03-13 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/Aff77/BraTS-2024-Complete
下载链接
链接失效反馈
官方服务:
资源简介:
--- 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 ## 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

--- 许可证:CC BY-NC-SA 4.0 语言:英语 标签:医学成像(medical-imaging)、脑肿瘤(brain-tumor)、图像分割(segmentation)、磁共振成像(MRI)、BraTS 2024、BraTS 数据量范围:100亿 < 样本数 < 1000亿 任务类别:图像分割(image-segmentation) --- # BraTS 2024 完整预处理数据集 ## 脑肿瘤分割 ## 数据集说明 本数据集为BraTS 2024挑战赛数据集的整理验证版,涵盖三类脑肿瘤。 ### 包含数据集 | 数据集名称 | 肿瘤类型 | 病例数 | 数据来源 | |---------|------|-------|--------| | BraTS-GLI | 胶质瘤(Glioma) | 1809 | Synapse (2024年12月) | | BraTS-MEN-RT | 脑膜瘤+放疗(Meningioma + RT) | 571 | Synapse (2025年2月) | | BraTS-PED | 儿科病例(Pediatric) | 348 | 癌症影像档案库 | 总计:2728例多参数磁共振成像病例 ### 数据集结构 BraTS-2024-完整数据集/ ├── BraTS-GLI/ │ ├── train/ # 1621例样本 │ └── val/ # 188例样本 ├── BraTS-MEN-RT/ │ ├── train/ # 500例样本 │ ├── train_additional/ # 1例样本 │ └── val/ # 70例样本 └── BraTS-PED/ ├── train/ # 257例样本 └── val/ # 91例样本 每个患者文件夹包含以下文件: - T1加权成像(T1-weighted):t1n.nii.gz - T1对比增强成像(T1-contrast enhanced):t1c.nii.gz - T2加权成像(T2-weighted):t2w.nii.gz - T2液体衰减反转恢复成像(T2-FLAIR):t2f.nii.gz - 分割掩码(segmentation mask):seg.nii.gz 或 gtv.nii.gz ## 数据集特性 - 完整性验证:所有文件均可正常加载 - 划分规整:训练集/验证集已预先拆分完成 - 元信息完备:包含全部临床相关文件 - 即开即用:结构整理完成,可直接用于模型训练 ## 包含的元数据 ### BraTS-PED 数据集 - `"BraTS-PEDs_metadata.tsv"`:患者人口统计学信息(年龄、性别、所属机构、生存情况) - `"BraTS-PEDs_Imaging_Info.tsv"`:每例扫描的磁共振成像技术参数 ### BraTS-GLI 数据集 - `"BraTS-PTG supplementary demographic information and metadata.xlsx"`:`BraTS-PTG 补充人口统计学信息及元数据.xlsx` - `"CITATIONS.bib"`:保留原名 ### BraTS-MEN-RT 数据集 - `"Meningioma radiotherapy supplementary clinical data.xlsx"`:`脑膜瘤放疗补充临床数据.xlsx` - `"CITATION.bib"`:保留原名 ## 许可证信息 本数据集整合了三个拥有不同许可条款的子集,完整许可详情请查阅[LICENSES.md](LICENSES.md)。 | 数据集子集 | 许可证条款 | 摘要说明 | |------------|---------|---------| | BraTS-GLI | Synapse 条款 | 仅可用于科研,需引用原文献 | | BraTS-MEN-RT | Synapse 条款 | 仅可用于科研,需引用原文献 | | BraTS-PED | CC BY-NC 4.0 | 允许共享、改编,需注明出处,且不得用于商业用途 | ## 引用声明 若您使用本整理后的数据集,请引用如下文献: @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} } 此外,请引用对应CITATION文件中提及的原始BraTS系列论文。 ## 致谢 - BraTS 2024 大赛组委会 - 北美放射学会(RSNA)、美国神经放射学会(ASNR)、医学图像计算与计算机辅助干预大会(MICCAI) - 癌症影像档案库(TCIA) - 所有参与贡献的机构
提供机构:
Aff77
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作