CoolFace
Datasetpublic

H-Huang/LUNA16_segmentation_data

Dataset Card for LUNA16 Segmentation Dataset This dataset contains CT image slices retrieved from the LUNA16 challenge, which focuses on the automatic detection of lung nodules in CT scans. The dataset is organized into two main folders: ct/ and mask/. The ct/ folder contains the CT scna images, while the mask/ folder contains the corresponding segmentation masks. Each CT scan and mask are linked through a metadata.jsonl file, which provides metadata for each pair.

sourceHugging Facecc-by-4.0updated 2y agoView on Hugging Face
0likes195downloads
README.md39 linesDownload Raw Back to root
1---2language:3- en4license: cc-by-4.05size_categories:6- n<1K7task_categories:8- image-segmentation9dataset_info:10  features:11  - name: series_uid12    dtype: string13  - name: center_irc14    dtype: string15  - name: ct_path16    dtype: string17  - name: mask_path18    dtype: string19  splits:20  - name: train21    num_bytes: 1142922    num_examples: 10023  download_size: 671624  dataset_size: 1142925configs:26- config_name: default27  data_files:28  - split: train29    path: data/train-*30---31# Dataset Card for LUNA16 Segmentation Dataset32 33This dataset contains CT image slices retrieved from the LUNA16 challenge, which focuses on the automatic detection of lung nodules in CT scans.34 35The dataset is organized into two main folders: `ct/` and `mask/`.36 37The `ct/` folder contains the CT scna images, while the `mask/` folder contains the corresponding segmentation masks. 38 39Each CT scan and mask are linked through a `metadata.jsonl` file, which provides metadata for each pair.