Commit
•
8db7121
1
Parent(s):
d04cf29
Fix resolution in Preprocessing subsection
Browse files
README.md
CHANGED
@@ -86,7 +86,7 @@ SigLIP is pre-trained on the WebLI dataset [(Chen et al., 2023)](https://arxiv.o
|
|
86 |
|
87 |
### Preprocessing
|
88 |
|
89 |
-
Images are resized/rescaled to the same resolution (
|
90 |
|
91 |
Texts are tokenized and padded to the same length (64 tokens).
|
92 |
|
|
|
86 |
|
87 |
### Preprocessing
|
88 |
|
89 |
+
Images are resized/rescaled to the same resolution (224x224) and normalized across the RGB channels with mean (0.5, 0.5, 0.5) and standard deviation (0.5, 0.5, 0.5).
|
90 |
|
91 |
Texts are tokenized and padded to the same length (64 tokens).
|
92 |
|