Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 1,778 Bytes
ee46c00
 
89102f3
 
 
 
 
 
 
 
 
ee46c00
89102f3
ea5d7f2
 
 
5b96ed6
 
 
89102f3
5b96ed6
 
 
 
 
 
 
 
 
 
 
 
 
 
89102f3
ea5d7f2
89102f3
 
 
 
 
ea5d7f2
89102f3
ea5d7f2
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
---
license: gpl-3.0
language:
- en
tags:
- medical
- segmentation
- gcn
pretty_name: CCA
size_categories:
- n<1K
---

# Coronary Artery Dataset (CCA)


This dataset, named the CCA dataset, consists of 200 cases of CTA images depicting coronary artery disease. 
Out of these cases, 20 were allocated for training purposes, while the remaining 180 cases were reserved for testing. 
We have made our training dataset publicly available for further use.

The collected images are acquired with an isotropic resolution of 0.5 mm. 
Four radiologists participated in annotating the coronary artery internal diameter of 200 cases as ground truth,
that each case was independently labelled by three radiologists and the remaining radiologist selected 
the best one among three annotations. 
The cases were shuffled randomly and organized into a queue. 
Once a radiologist labelled a case, they were assigned the subsequent case based on the random order 
of the queue. This process guaranteed that each case received labels from three distinct radiologists. 
Importantly, each radiologist remained unaware of the labels assigned by the other two radiologists, 
ensuring the masking of the labels during the assessment. After three radiologists have finished 
labeling, the remaining radiologist examines and selects the best one of three labels, 
completing the combining of the radiologists’ decisions.


If you use this dataset, please cite:

```bibtex
@misc{yang2023segmentation,
      title={Segmentation and Vascular Vectorization for Coronary Artery by Geometry-based Cascaded Neural Network}, 
      author={Xiaoyu Yang and Lijian Xu and Simon Yu and Qing Xia and Hongsheng Li and Shaoting Zhang},
      year={2023},
      eprint={2305.04208},
      archivePrefix={arXiv}
}
```