ianpan commited on
Commit
180b9cc
·
verified ·
1 Parent(s): 23ee9fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -14,7 +14,8 @@ base_model:
14
  pipeline_tag: image-segmentation
15
  ---
16
 
17
- This model performs both segmentation and classification on chest radiographs (X-rays).
 
18
  For frontal radiographs, the model segments the: 1) right lung, 2) left lung, and 3) heart.
19
  The model also predicts the chest X-ray view (AP, PA, lateral), patient age, and patient sex.
20
  The [CheXpert](https://stanfordmlgroup.github.io/competitions/chexpert/) (small version) and [NIH Chest X-ray](https://nihcc.app.box.com/v/ChestXray-NIHCC) datasets were used to train the model.
 
14
  pipeline_tag: image-segmentation
15
  ---
16
 
17
+ This model performs both segmentation and classification on chest radiographs (X-rays).
18
+ The model uses a `tf_efficientnetv2_s` backbone with a U-Net decoder for segmentation and linear layer for classification.
19
  For frontal radiographs, the model segments the: 1) right lung, 2) left lung, and 3) heart.
20
  The model also predicts the chest X-ray view (AP, PA, lateral), patient age, and patient sex.
21
  The [CheXpert](https://stanfordmlgroup.github.io/competitions/chexpert/) (small version) and [NIH Chest X-ray](https://nihcc.app.box.com/v/ChestXray-NIHCC) datasets were used to train the model.