File size: 967 Bytes
475ba62
 
 
58aedd9
475ba62
 
58aedd9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
475ba62
b0828d8
475ba62
b0828d8
475ba62
b0828d8
475ba62
b0828d8
475ba62
b0828d8
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
---
language:
- en
license: cc-by-4.0
size_categories:
- n<1K
task_categories:
- image-segmentation
dataset_info:
  features:
  - name: series_uid
    dtype: string
  - name: center_irc
    dtype: string
  - name: ct_path
    dtype: string
  - name: mask_path
    dtype: string
  splits:
  - name: train
    num_bytes: 11429
    num_examples: 100
  download_size: 6716
  dataset_size: 11429
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# 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.