File size: 2,043 Bytes
45d6e58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-3.0
task_categories:
- image-segmentation
tags:
- medical
- ct
- thoracic
- lung
- radiotherapy
- oar
- dicom
- rtstruct
size_categories:
- n<1K
---

# LCTSC — Lung CT Segmentation Challenge 2017 (AAPM)

Mirror of the [TCIA LCTSC collection](https://www.cancerimagingarchive.net/collection/lctsc/) for the AAPM 2017 Thoracic Auto-segmentation Grand Challenge. 60 thoracic CT cases (CT volumes + DICOM RTSTRUCT contours) covering five organs at risk for radiation treatment planning.

## Classes (5 OARs)

| Class | Notes |
| --- | --- |
| Esophagus | |
| Heart | |
| Left Lung | RTSTRUCT splits Lungs into L/R |
| Right Lung | |
| Spinal Cord | |

## Splits

| Split | Cases | HF folder |
| --- | --- | --- |
| Training | 36 | `train/` |
| Off-site test | 12 | `test_offsite/` |
| Online (live) test | 12 | `test_online/` |
| **Total** | **60** | |

Cases are stratified across three institutions (S1: MD Anderson, S2: MSKCC, S3: MAASTRO) — case IDs encode the institution: e.g., `LCTSC-Train-S2-005`.

## Data layout

Each patient folder contains:
- one CT series (`<study_uid>/<series_uid>/*.dcm`, ~140 slices, 512×512, ~512 KB/slice)
- one DICOM RTSTRUCT (`<study_uid>/<small_uid>/1-1.dcm`, ~2 MB) with the five OAR contours

```
train/LCTSC-Train-S1-001/<study>/<ct_series>/*.dcm
train/LCTSC-Train-S1-001/<study>/<rtstruct_series>/*.dcm
```

## License & citation

Released under **CC BY 3.0** by TCIA.

When using this data, cite the original publication and TCIA per [the LCTSC citation policy](https://www.cancerimagingarchive.net/collection/lctsc/):

> Yang J, Veeraraghavan H, Armato SG III, et al. Autosegmentation for thoracic radiation treatment planning: A grand challenge at AAPM 2017. Med Phys. 2018;45(10):4568-4581. doi:10.1002/mp.13141

> Clark K, Vendt B, Smith K, et al. The Cancer Imaging Archive (TCIA): Maintaining and Operating a Public Information Repository. J Digit Imaging. 2013;26(6):1045-1057.

Original DOI: [10.7937/K9/TCIA.2017.3R3FVZ08](https://doi.org/10.7937/K9/TCIA.2017.3R3FVZ08).