Angelou0516 commited on
Commit
45d6e58
·
verified ·
1 Parent(s): 21c400b

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-3.0
3
+ task_categories:
4
+ - image-segmentation
5
+ tags:
6
+ - medical
7
+ - ct
8
+ - thoracic
9
+ - lung
10
+ - radiotherapy
11
+ - oar
12
+ - dicom
13
+ - rtstruct
14
+ size_categories:
15
+ - n<1K
16
+ ---
17
+
18
+ # LCTSC — Lung CT Segmentation Challenge 2017 (AAPM)
19
+
20
+ 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.
21
+
22
+ ## Classes (5 OARs)
23
+
24
+ | Class | Notes |
25
+ | --- | --- |
26
+ | Esophagus | |
27
+ | Heart | |
28
+ | Left Lung | RTSTRUCT splits Lungs into L/R |
29
+ | Right Lung | |
30
+ | Spinal Cord | |
31
+
32
+ ## Splits
33
+
34
+ | Split | Cases | HF folder |
35
+ | --- | --- | --- |
36
+ | Training | 36 | `train/` |
37
+ | Off-site test | 12 | `test_offsite/` |
38
+ | Online (live) test | 12 | `test_online/` |
39
+ | **Total** | **60** | |
40
+
41
+ Cases are stratified across three institutions (S1: MD Anderson, S2: MSKCC, S3: MAASTRO) — case IDs encode the institution: e.g., `LCTSC-Train-S2-005`.
42
+
43
+ ## Data layout
44
+
45
+ Each patient folder contains:
46
+ - one CT series (`<study_uid>/<series_uid>/*.dcm`, ~140 slices, 512×512, ~512 KB/slice)
47
+ - one DICOM RTSTRUCT (`<study_uid>/<small_uid>/1-1.dcm`, ~2 MB) with the five OAR contours
48
+
49
+ ```
50
+ train/LCTSC-Train-S1-001/<study>/<ct_series>/*.dcm
51
+ train/LCTSC-Train-S1-001/<study>/<rtstruct_series>/*.dcm
52
+ ```
53
+
54
+ ## License & citation
55
+
56
+ Released under **CC BY 3.0** by TCIA.
57
+
58
+ When using this data, cite the original publication and TCIA per [the LCTSC citation policy](https://www.cancerimagingarchive.net/collection/lctsc/):
59
+
60
+ > 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
61
+
62
+ > 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.
63
+
64
+ Original DOI: [10.7937/K9/TCIA.2017.3R3FVZ08](https://doi.org/10.7937/K9/TCIA.2017.3R3FVZ08).