Spaces:
Runtime error
Runtime error
Commit
·
c71dfcf
1
Parent(s):
d47dcdb
Clarify target representation and p-value computation in usage instructions
Browse files
main.py
CHANGED
|
@@ -47,8 +47,9 @@ in biomedical images. The biomedical images can be of different types like CT, M
|
|
| 47 |
4. Click on the 'Submit' button to see the prediction
|
| 48 |
|
| 49 |
The model will highlight the detected targets in the image and show the targets that were not found below the image.
|
| 50 |
-
Each target is represented by a different color.
|
| 51 |
-
Each target comes with a p-value
|
|
|
|
| 52 |
For more details, check out the paper [BiomedParse: a biomedical foundation model for image parsing of everything everywhere all at once](https://arxiv.org/abs/2405.12971).
|
| 53 |
|
| 54 |
## Modality Types
|
|
|
|
| 47 |
4. Click on the 'Submit' button to see the prediction
|
| 48 |
|
| 49 |
The model will highlight the detected targets in the image and show the targets that were not found below the image.
|
| 50 |
+
Each found target is represented by a different color.
|
| 51 |
+
Each target comes with a p-value that is computed using the Kolmogorov-Smirnov test.
|
| 52 |
+
A target whose p-value is below 0.05 is considered "not found".
|
| 53 |
For more details, check out the paper [BiomedParse: a biomedical foundation model for image parsing of everything everywhere all at once](https://arxiv.org/abs/2405.12971).
|
| 54 |
|
| 55 |
## Modality Types
|