Pneumothorax Masks X-Ray数据集是来自Kaggle SIIM-ACR气胸分割竞赛的第一阶段训练和测试数据,经过重新整理以便使用。该数据集包含12,047张胸部X光图像及对应的气胸分割掩膜,所有图像分辨率均为1024x1024像素,以PNG格式存储。相比原始数据集,本数据集将图像和掩膜从DICOM和RLE编码转换为PNG格式,采用包含目标分类信息的简短文件名,并简化了文件结构。此外,训练集和测试集的图像分别存储在两个独立的CSV文件中,同时保留了与原始竞赛图像ID的关联。
xiongbu维度 | 2D |
模态 | xray |
任务类型 | segmentation |
解剖结构 | 肺部 |
解剖区域 | 胸部 |
类别数 | 2 |
数据量 | 12047 |
文件格式 | PNG |
siim-acr-pneumothorax
├── png_masks
│ ├── 0_test_1_.png
│ ├── 0_train_0_.png
│ ├── 1_test_0_.png
│ ├── 1_train_0_.png
│ └── ...
├── png_images
│ ├── 0_test_1_.png
│ ├── 0_train_0_.png
│ ├── 1_test_0_.png
│ ├── 1_train_0_.png
│ └── ...
├── stage_1_test_images.csv
├── stage_1_train_images.csv
统计类型 | 间距 (mm) | 尺寸 |
---|---|---|
最小值 | - |
(1024, 1024) |
中位值 | - |
(1024, 1024) |
最大值 | - |
(1024, 1024) |
@dataset{SIIM-ACR Pneumothorax Segmentation 2019,
author={Anna Zawacki and Carol Wu and George Shih and Julia Elliott and Mikhail Fomitchev and Mohannad Hussain and Paras Lakhani and Phil Culliton and Shunxing Bao},
title={SIIM-ACR Pneumothorax Segmentation 2019},
year={2019},
url={https://www.kaggle.com/competitions/siim-acr-pneumothorax-segmentation/}
}