Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
dcf1ffc
1
Parent(s):
c3b3ff1
Update descriptions
Browse files
app.py
CHANGED
@@ -553,7 +553,7 @@ def segmentation_lax_tab():
|
|
553 |
## Description
|
554 |
### Data
|
555 |
|
556 |
-
There are four example images from the UK Biobank.
|
557 |
|
558 |
### Model
|
559 |
|
@@ -754,14 +754,14 @@ def landmark_tab():
|
|
754 |
## Description
|
755 |
### Data
|
756 |
|
757 |
-
There are four example images from the UK Biobank.
|
758 |
|
759 |
### Model
|
760 |
|
761 |
The available models are finetuned on data from [Xue et al.](https://pubs.rsna.org/doi/10.1148/ryai.2021200197)
|
762 |
There are two types of landmark localisation models:
|
763 |
|
764 |
-
- **Heatmap**: predicts dense probability maps of landmarks
|
765 |
- **Coordinate**: predicts landmark coordinates directly
|
766 |
|
767 |
For each type, there are three models finetuned with seeds: 0, 1, 2.
|
|
|
553 |
## Description
|
554 |
### Data
|
555 |
|
556 |
+
There are four example images from the UK Biobank. Models were not trained supervisedly on these images.
|
557 |
|
558 |
### Model
|
559 |
|
|
|
754 |
## Description
|
755 |
### Data
|
756 |
|
757 |
+
There are four example images from the UK Biobank. Models were not trained supervisedly on these images.
|
758 |
|
759 |
### Model
|
760 |
|
761 |
The available models are finetuned on data from [Xue et al.](https://pubs.rsna.org/doi/10.1148/ryai.2021200197)
|
762 |
There are two types of landmark localisation models:
|
763 |
|
764 |
+
- **Heatmap**: predicts dense probability maps of landmarks (more accurate)
|
765 |
- **Coordinate**: predicts landmark coordinates directly
|
766 |
|
767 |
For each type, there are three models finetuned with seeds: 0, 1, 2.
|