mrmrx commited on
Commit
3b45f62
·
verified ·
1 Parent(s): b749e8b

Upload README_0007_chaos.md

Browse files
Files changed (1) hide show
  1. 0007_chaos/README_0007_chaos.md +62 -0
0007_chaos/README_0007_chaos.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CHAOS – Combined (CT-MR) Healthy Abdominal Organ Segmentation Challenge (CT Subset)
2
+
3
+ ## License
4
+ **CC BY-NC-SA 4.0**
5
+ [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/)
6
+
7
+ ## Citation
8
+ Paper BibTeX:
9
+ ```bibtex
10
+ @article{kavur2021chaos,
11
+ title={CHAOS challenge-combined (CT-MR) healthy abdominal organ segmentation},
12
+ author={Kavur, A Emre and Gezer, N Sinem and Bar{\i}{\c{s}}, Mustafa and Aslan, Sinem and Conze, Pierre-Henri and Groza, Vladimir and Pham, Duc Duy and Chatterjee, Soumick and Ernst, Philipp and {\"O}zkan, Sava{\c{s}} and others},
13
+ journal={Medical image analysis},
14
+ volume={69},
15
+ pages={101950},
16
+ year={2021},
17
+ publisher={Elsevier}
18
+ }
19
+ ```
20
+
21
+ Dataset BibTeX:
22
+ ```bibtex
23
+ @dataset{CHAOSdata2019,
24
+ author = {Ali Emre Kavur and M. Alper Selver and Oğuz Dicle and Mustafa Barış and N. Sinem Gezer},
25
+ title = {{CHAOS - Combined (CT-MR) Healthy Abdominal Organ Segmentation Challenge Data}},
26
+ month = Apr,
27
+ year = 2019,
28
+ publisher = {Zenodo},
29
+ version = {v1.03},
30
+ doi = {10.5281/zenodo.3362844},
31
+ url = {https://doi.org/10.5281/zenodo.3362844}
32
+ }
33
+ ```
34
+
35
+
36
+ ## Dataset description
37
+ The CHAOS challenge, held at ISBI 2019, aimed to benchmark abdominal organ segmentation across CT and MRI modalities in healthy subjects. It provides CT and MR scans with corresponding annotations to support research in single- and multi-modal segmentation, enabling comparative analysis of deep learning methods.
38
+
39
+ **Challenge homepage**: https://chaos.grand-challenge.org/
40
+
41
+ **Number of CT volumes**: 40
42
+
43
+ **Contrast**: Contrast-enhanced (portal venous phase)
44
+
45
+ **CT body coverage**: Abdomen
46
+
47
+ **Does the dataset include any ground truth annotations?**: Yes
48
+
49
+ **Original GT annotation targets**: Liver
50
+
51
+ **Number of annotated CT volumes**: 20
52
+
53
+ **Annotator**: Human
54
+
55
+ **Acquisition centers**: Department of Radiology at Dokuz Eylul University Hospital, Izmir, Turkey
56
+
57
+ **Pathology/Disease**: Healthy abdominal organs without pathological abnormalities
58
+
59
+ **Original dataset download link**: https://zenodo.org/records/3431873
60
+
61
+ **Original dataset format**: DICOM
62
+