Update alignmentscores/README.md
Browse files
alignmentscores/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
|
2 |
|
3 |
To load:
|
4 |
|
5 |
-
```test = np.load('
|
6 |
|
7 |
-
It is a list of (
|
|
|
1 |
+
Alignment scores for each datasample used to split the data.
|
2 |
|
3 |
To load:
|
4 |
|
5 |
+
```test = np.load('alignmentscores/pacs/art_painting.npy', allow_pickle=True)```
|
6 |
|
7 |
+
It is a list of (ALIGNMENTSCORE, label, img_path) tuples.
|