kits23-hf-2d-preview
收藏资源简介:
该数据集是一个用于医学图像分割的肾脏CT影像数据集,专门针对肾脏、肾脏肿瘤和肾脏囊肿的自动分割任务而构建。数据集包含多例患者的腹部CT扫描数据,每个病例提供三个正交轴向(轴状面、冠状面、矢状面)的切片图像。对于每个轴向切片,数据集提供原始CT图像、器官分割掩码图像(包括肾脏、肿瘤和囊肿的独立二值掩码)以及可视化叠加图像。此外,数据集还包含重要的医学影像元数据,如图像空间分辨率(spacing)、原始图像尺寸、各器官的边界框坐标以及切片索引。数据集共包含489个样本,划分为训练集(391例)、验证集(49例)和测试集(49例),总数据量约为288MB。该数据集适用于计算机辅助诊断、医学影像分析、器官分割算法开发与评估等任务。
This dataset is a kidney CT imaging dataset for medical image segmentation, specifically constructed for the automatic segmentation tasks of kidneys, renal tumors and renal cysts. The dataset contains abdominal CT scan data from multiple patients. For each case, three orthogonal axial (axial plane, coronal plane, sagittal plane) slice images are provided. For each axial slice, the dataset provides the original CT image, organ segmentation mask images (including independent binary masks for kidneys, tumors and cysts), and visualized overlay images. Additionally, the dataset also includes important medical imaging metadata, such as image spatial resolution (spacing), original image dimensions, bounding box coordinates of each organ, and slice index. The dataset contains a total of 489 samples, which are divided into training set (391 cases), validation set (49 cases) and test set (49 cases), with a total data volume of approximately 288 MB. This dataset is applicable to tasks such as computer-aided diagnosis, medical image analysis, organ segmentation algorithm development and evaluation.
数据集概述:kits23-hf-2d-preview
该数据集是 KiTS23 的 2D 预览版本,专为肾脏、肿瘤和囊肿的医学图像分割任务设计。数据集基于原始 3D CT 扫描数据,提取了沿三个正交轴(轴位、冠状位、矢状位)的 2D 切片,并提供了对应的分割掩膜和边界框信息。
数据集特征(Features)
每条数据记录包含以下字段:
- case_id(字符串):病例的唯一标识符。
- original_image_path(字符串):原始 3D CT 图像的路径。
- original_segmentation_path(字符串):原始 3D 分割掩膜的路径。
- image_shape(字符串):原始 3D 图像的形状。
- spacing(字符串):原始图像的体素间距。
- unique_labels(字符串):该病例中存在的标签类别。
对于每个切片,数据集提供了沿三个轴(axis0、axis1、axis2)的以下信息:
- ...slice_idx(int32):该轴上的切片索引。
- ...kidney_bbox、...tumor_bbox、...cyst_bbox(list of int32):对应器官的边界框坐标。
- ...ct_image(Image):该切片的 CT 图像。
- ...overlay_image(Image):叠加了分割轮廓的 CT 图像。
- ...kidney_mask、...tumor_mask、...cyst_mask(Image):对应器官的二值掩膜图像。
数据集划分与大小
数据集已划分为三个子集,均以 Parquet 文件格式存储:
| 划分(Split) | 样本数 | 数据大小(Dataset Size/Num Bytes) |
|---|---|---|
| train | 391 | 226,833,984 字节 |
| validation | 49 | 28,367,896 字节 |
| test | 49 | 32,828,090 字节 |
| 总计 | 489 | 288,029,970 字节 |
下载大小(Download Size):286,434,192 字节。
配置文件
- config_name:
default - 数据文件路径:
- train:
data/train-* - validation:
data/validation-* - test:
data/test-*
- train:
访问地址





