MedicalAILabo commited on
Commit
cfdde14
·
verified ·
1 Parent(s): 321fa37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -158,7 +158,10 @@ html_header = """
158
  <h2>Chest X‑ray Projection & Rotation Classification</h2>
159
  <p>Upload a 256×256 grayscale PNG. The model predicts projection (AP/PA/Lateral)
160
  and rotation (Upright/Inverted/Left/Right) and shows softmax confidences.
161
- It warns if filename label differs or if confidence is low.</p>
 
 
 
162
  </div>
163
  """
164
 
 
158
  <h2>Chest X‑ray Projection & Rotation Classification</h2>
159
  <p>Upload a 256×256 grayscale PNG. The model predicts projection (AP/PA/Lateral)
160
  and rotation (Upright/Inverted/Left/Right) and shows softmax confidences.
161
+ It warns if filename label differs or if confidence is low. Please name the files using the format: [Number]_projection_rotation.png.
162
+ For the projection part of the filename, please use one of the following three terms: AP/PA/Lateral
163
+ For the rotation part of the filename, please use one of the following four terms: Upright/Inverted/Left90/Right90
164
+ As samples, We have prepared two sets of images: A PA view in the Upright position. An AP view with Left rotation. For each set, we have created two versions, one of which includes a mislabel in either its projection or rotation tag.</p>
165
  </div>
166
  """
167