File size: 2,121 Bytes
28eade7
 
 
fd35e3a
28eade7
fd35e3a
28eade7
 
fd35e3a
 
 
 
28eade7
 
fd35e3a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28eade7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---
license: cc-by-4.0
task_categories:
- image-segmentation
modality:
- CT
language: []
tags:
- medical-imaging
- airway-segmentation
- lung-segmentation
- thoracic-CT
pretty_name: AeroPath
size_categories:
- n<100
dataset_info:
  features:
  - name: subject_id
    dtype: int32
  - name: num_slices
    dtype: int32
  - name: ct_middle_slice
    dtype: image
  - name: mask_middle_slice
    dtype: image
  - name: overlay_middle_slice
    dtype: image
  splits:
  - name: train
    num_bytes: 10537061
    num_examples: 27
  download_size: 10544507
  dataset_size: 10537061
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

# AeroPath

**AeroPath** is an airway segmentation benchmark dataset with challenging pathology, containing 27 contrast-enhanced CT scans acquired at St. Olavs Hospital, Trondheim, Norway.

## Dataset Summary

| Field | Details |
|---|---|
| Modality | Contrast-enhanced CT (CTA) |
| Body Part | Chest — airways and lungs |
| Subjects | 27 |
| Labels | Airways, Lungs |
| Total Size | ~4.8 GB |
| License | CC-BY 4.0 |

## Data Structure

Each subject folder contains:
- `{N}_CT_HR.nii.gz` — CT volume
- `{N}_CT_HR_label_airways.nii.gz` — airway segmentation mask
- `{N}_CT_HR_label_lungs.nii.gz` — lung segmentation mask

## Citation

```bibtex
@dataset{hofstad2023aeropathzenodo,
  title     = {AeroPath: An airway segmentation benchmark dataset with challenging pathology},
  author    = {Hofstad, Erlend and Bouget, David and Pedersen, André},
  month     = nov,
  year      = 2023,
  publisher = {Zenodo},
  doi       = {10.5281/zenodo.10069289},
  url       = {https://doi.org/10.5281/zenodo.10069289}
}

@article{stoverud2024aeropath,
  title   = {AeroPath: An airway segmentation benchmark dataset with challenging pathology and baseline method},
  author  = {Støverud, Karen-Helene and Bouget, David and Pedersen, André and Langø, Thomas and Hofstad, Erlend Fagertun and others},
  journal = {PLOS ONE},
  volume  = {19},
  number  = {10},
  pages   = {e0311416},
  year    = {2024},
  doi     = {10.1371/journal.pone.0311416}
}
```