update preproc cfg
Browse files- preprocessor_config.json +1 -27
preprocessor_config.json
CHANGED
@@ -1,27 +1 @@
|
|
1 |
-
{
|
2 |
-
"auto_map": {
|
3 |
-
"AutoProcessor": "marqo_fashionSigLIP.MarqoFashionSigLIPProcessor"
|
4 |
-
},
|
5 |
-
"do_normalize": true,
|
6 |
-
"do_rescale": true,
|
7 |
-
"do_resize": true,
|
8 |
-
"do_convert_rgb": true,
|
9 |
-
"image_processor_type": "SiglipImageProcessor",
|
10 |
-
"image_mean": [
|
11 |
-
0.5,
|
12 |
-
0.5,
|
13 |
-
0.5
|
14 |
-
],
|
15 |
-
"processor_class": "marqo_fashionSigLIP.MarqoFashionSigLIPProcessor",
|
16 |
-
"resample": 3,
|
17 |
-
"rescale_factor": 0.00392156862745098,
|
18 |
-
"size": {
|
19 |
-
"height": 224,
|
20 |
-
"width": 224
|
21 |
-
},
|
22 |
-
"image_std": [
|
23 |
-
0.5,
|
24 |
-
0.5,
|
25 |
-
0.5
|
26 |
-
]
|
27 |
-
}
|
|
|
1 |
+
{"auto_map": {"AutoProcessor": "marqo_fashionSigLIP.MarqoFashionSigLIPProcessor"}, "do_normalize": true, "do_rescale": true, "do_resize": true, "do_convert_rgb": true, "image_processor_type": "SiglipImageProcessor", "image_mean": [0.5, 0.5, 0.5], "processor_class": "marqo_fashionSigLIP.MarqoFashionSigLIPProcessor", "resample": 3, "rescale_factor": 0.00392156862745098, "size": {"height": 256, "width": 256}, "image_std": [0.5, 0.5, 0.5]}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|