moukaii commited on
Commit
3700cc5
1 Parent(s): ca59808

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -71,8 +71,7 @@ The data will follow the structure below:
71
  - `"age"`: 62,
72
  - `"case_text"`: "A 62-year-old man presented with acute dyspnea at rest, requiring high-flow…",
73
  - `"keywords"`: "["dendriform pulmonary ossification", "lung transplant", "pulmonary fibrosis"]",
74
- - `"raw_image_link"`:"https:\\www.ncbi.nlm.nih.gov\pmc\articles\PMC10129030\bin\pat-09….jpg",
75
- - `"pics_array"`: string([[..]],dtype=uint8)
76
  - `"Caption"`: "coronal. chest CT shows ground-glass and reticular opacities in the dependent…"
77
  }
78
 
@@ -82,7 +81,7 @@ The data will follow the structure below:
82
  - **age (int)**: Age of the patient. Ages lower than 1 y.o. are assigned 0 as age.
83
  - **case_text (string)**: Self-explanatory.
84
  - **keywords (string)**: Keywords are taken from the keywords section that is sometimes available in the content of the article.
85
- - **pics_array (int)**: The array of images.
86
  - **Caption (string)**: Image caption.
87
 
88
  ## Initial Data Collect and Preprocessing
 
71
  - `"age"`: 62,
72
  - `"case_text"`: "A 62-year-old man presented with acute dyspnea at rest, requiring high-flow…",
73
  - `"keywords"`: "["dendriform pulmonary ossification", "lung transplant", "pulmonary fibrosis"]",
74
+ - `"pics_array"`: image
 
75
  - `"Caption"`: "coronal. chest CT shows ground-glass and reticular opacities in the dependent…"
76
  }
77
 
 
81
  - **age (int)**: Age of the patient. Ages lower than 1 y.o. are assigned 0 as age.
82
  - **case_text (string)**: Self-explanatory.
83
  - **keywords (string)**: Keywords are taken from the keywords section that is sometimes available in the content of the article.
84
+ - **pics_array (int)**: image
85
  - **Caption (string)**: Image caption.
86
 
87
  ## Initial Data Collect and Preprocessing