PTeterwak commited on
Commit
5dce0a6
·
verified ·
1 Parent(s): bf68871

Update alignmentscores/README.md

Browse files
Files changed (1) hide show
  1. alignmentscores/README.md +3 -3
alignmentscores/README.md CHANGED
@@ -1,7 +1,7 @@
1
- CLIP scores for each datasample used to split the data.
2
 
3
  To load:
4
 
5
- ```test = np.load('clipscores/pacs/art_painting.npy', allow_pickle=True)```
6
 
7
- It is a list of (CLIPSCORE, label, img_path) tuples.
 
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.