EvidenceAIResearch commited on
Commit
d8fbe95
·
verified ·
1 Parent(s): 31126c9

Update dataset card

Browse files
Files changed (1) hide show
  1. README.md +4 -28
README.md CHANGED
@@ -97,10 +97,10 @@ into **10 body systems**, with a highly non-uniform per-system class count:
97
  | Skeletal | 93 | ribs (1–12 L/R), thoracic vertebrae (T1–T12), cervical/lumbar vertebrae, sternum, clavicles, scapulae, humerus, femur |
98
  | Abdominal | 42 | liver (with segments), spleen, pancreas, kidneys, gallbladder, stomach, intestine |
99
  | Mediastinal | 25 | aorta, IVC/SVC, carotid/subclavian arteries, brachiocephalic vessels, iliac/renal vessels |
100
- | Cardiac | | atria, ventricles, myocardium, ascending aorta, pulmonary artery/vein |
101
- | Pulmonary | | left/right lung, upper/middle/lower lobes, lung nodule, tumor, effusion |
102
- | Airway | | trachea, main bronchi, larynx |
103
- | Endocrine | | thyroid, adrenal glands, thymus |
104
  | Esophageal | 2 | esophagus structures |
105
  | Breast | 3 | breast structures |
106
  | Neural / soft tissue | 5 | spinal cord, skin, muscle |
@@ -135,30 +135,6 @@ ll_img = Image.open(io.BytesIO(row["image_ll"]["bytes"]))
135
  ```
136
 
137
 
138
- ---
139
-
140
- ## Source & Citation
141
-
142
- This dataset is derived from **RadGenome-ChestCT**, which is built on **CT-RATE**.
143
- If you use this dataset, please cite both:
144
-
145
- ```bibtex
146
- @article{radgenome2024,
147
- title={RadGenome-Chest CT: A Grounded Vision-Language Dataset for Chest CT Analysis},
148
- author={RadGenome Team},
149
- year={2024},
150
- }
151
-
152
- @article{hamamci2024foundation,
153
- title={A foundation model utilizing chest CT volumes and radiology reports for supervised-level zero-shot detection of abnormalities},
154
- author={Hamamci, Ibrahim Ethem and others},
155
- journal={arXiv preprint arXiv:2403.17834},
156
- year={2024},
157
- }
158
- ```
159
-
160
- ---
161
-
162
  ## License
163
 
164
  [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) — derived from CT-RATE.
 
97
  | Skeletal | 93 | ribs (1–12 L/R), thoracic vertebrae (T1–T12), cervical/lumbar vertebrae, sternum, clavicles, scapulae, humerus, femur |
98
  | Abdominal | 42 | liver (with segments), spleen, pancreas, kidneys, gallbladder, stomach, intestine |
99
  | Mediastinal | 25 | aorta, IVC/SVC, carotid/subclavian arteries, brachiocephalic vessels, iliac/renal vessels |
100
+ | Cardiac | 11 | heart, atria (L/R), ventricles (L/R), myocardium, ascending aorta, left auricle, heart tissue |
101
+ | Pulmonary | 15 | left/right lung, upper/middle/lower lobes (L/R), lung nodule, tumor, effusion, pulmonary vein, pulmonary embolism |
102
+ | Airway | 6 | trachea, bronchi, larynx (glottis, supraglottis), cricopharyngeal inlet |
103
+ | Endocrine | 8 | thyroid (L/R + gland), adrenal glands (L/R), thymus |
104
  | Esophageal | 2 | esophagus structures |
105
  | Breast | 3 | breast structures |
106
  | Neural / soft tissue | 5 | spinal cord, skin, muscle |
 
135
  ```
136
 
137
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
138
  ## License
139
 
140
  [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) — derived from CT-RATE.