ttumyche commited on
Commit
6a010ae
·
verified ·
1 Parent(s): eaaba50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -44,7 +44,7 @@ These files contain the structured outputs extracted by the CheXStruct pipeline
44
  ### CSV File Structure
45
 
46
  Each `.csv` file contains the following common columns across all diagnostic tasks:
47
- - **image_id**: Unique identifier for the chest X-ray image in the respective dataset.
48
  - **viewposition**: The chest X-ray view position, either PA (posteroanterior) or AP (anteroposterior). For datasets that do not support view position (e.g., OpenI), this is marked as N/A.
49
  - **label**: Binary label (1/0) indicating the presence or absence of the specific radiological finding or the state of the image quality assessment, derived by the CheXStruct pipeline. The specific meaning of the label varies by task, as detailed below.
50
 
@@ -139,10 +139,10 @@ The specific column names vary by task, as follows:
139
  <summary>Image Quality Assessment</summary>
140
 
141
  - **inclusion.csv**
142
- - `label`: 1 indicates sufficient inclusion of lung regions (e.g., apex, side, and CPA are adequately captured), 0 indicates exclusion.
143
- - `label_side_right_lung`, `label_side_left_lung`, `label_apex_right_lung`, `label_apex_left_lung`, `label_bottom_right_lung`, `label_bottom_left_lung`: Binary labels (1 for inclusion, 0 for exclusion) indicating whether the side, apex, and costophrenic angle (CPA) of the right and left lungs are included in the image.
144
- - `point_apex_right_lung`, `point_apex_left_lung`, `point_side_right_lung`, `point_side_left_lung`, `point_bottom_right_lung`, `point_bottom_left_lung`: Coordinates of the apex, side, and (CPA) of the right and left lungs.
145
- - `ratio_apex_right_lung`, `ratio_apex_left_lung`, `ratio_side_right_lung`, `ratio_side_left_lung`, `ratio_bottom_right_lung`, `ratio_bottom_left_lung`: Ratios of the distance from each corresponding coordinate (apex, side, CPA) to the image edge, relative to a reference distance, for the right and left lungs.
146
 
147
  - **inspiration.csv**
148
  - `label`: 1 indicates inadequate inspiration, 0 indicates adequate inspiration
 
44
  ### CSV File Structure
45
 
46
  Each `.csv` file contains the following common columns across all diagnostic tasks:
47
+ - **image_file**: Unique identifier for the chest X-ray image in the respective dataset.
48
  - **viewposition**: The chest X-ray view position, either PA (posteroanterior) or AP (anteroposterior). For datasets that do not support view position (e.g., OpenI), this is marked as N/A.
49
  - **label**: Binary label (1/0) indicating the presence or absence of the specific radiological finding or the state of the image quality assessment, derived by the CheXStruct pipeline. The specific meaning of the label varies by task, as detailed below.
50
 
 
139
  <summary>Image Quality Assessment</summary>
140
 
141
  - **inclusion.csv**
142
+ - `label`: 1 indicates sufficient inclusion of lung regions (e.g., apex, side, and bottom are adequately captured), 0 indicates exclusion.
143
+ - `label_side_right_lung`, `label_side_left_lung`, `label_apex_right_lung`, `label_apex_left_lung`, `label_bottom_right_lung`, `label_bottom_left_lung`: Binary labels (1 for inclusion, 0 for exclusion) indicating whether the side, apex, and bottom of the thoracic cage are included in the image.
144
+ - `point_apex_right_lung`, `point_apex_left_lung`, `point_side_right_lung`, `point_side_left_lung`, `point_bottom_right_lung`, `point_bottom_left_lung`: Coordinates of the apex, side, and bottom of the right and left lungs.
145
+ - `ratio_apex_right_lung`, `ratio_apex_left_lung`, `ratio_side_right_lung`, `ratio_side_left_lung`, `ratio_bottom_right_lung`, `ratio_bottom_left_lung`: Ratios of the distance from each corresponding coordinate (apex, side, bottom) to the image edge, relative to a reference distance, for the right and left lungs.
146
 
147
  - **inspiration.csv**
148
  - `label`: 1 indicates inadequate inspiration, 0 indicates adequate inspiration