Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ print(f'Sample {id_ls[sample_B_idx]} findings on {anatomy_condition}: {findings_
|
|
30 |
print(f'Relevance score: {simi_tab[sample_A_idx, sample_B_idx]}')
|
31 |
```
|
32 |
|
33 |
-
We also provide the whole image-level relevance quantified based on their entire reports:
|
34 |
```
|
35 |
import os
|
36 |
import json
|
|
|
30 |
print(f'Relevance score: {simi_tab[sample_A_idx, sample_B_idx]}')
|
31 |
```
|
32 |
|
33 |
+
Note that the score have been normalized to 0~100 and stored in uint8. We also provide the whole image-level relevance quantified based on their entire reports:
|
34 |
```
|
35 |
import os
|
36 |
import json
|