Update preprocessor_config.json
Browse files- preprocessor_config.json +7 -7
preprocessor_config.json
CHANGED
|
@@ -4,14 +4,14 @@
|
|
| 4 |
"do_resize": true,
|
| 5 |
"feature_extractor_type": "ViTImageProcessor",
|
| 6 |
"image_mean": [
|
| 7 |
-
0.
|
| 8 |
-
0.
|
| 9 |
-
0.
|
| 10 |
],
|
| 11 |
"image_std": [
|
| 12 |
-
0.
|
| 13 |
-
0.
|
| 14 |
-
0.
|
| 15 |
],
|
| 16 |
"processor_class": "CLIPSegProcessor",
|
| 17 |
"resample": 2,
|
|
@@ -20,4 +20,4 @@
|
|
| 20 |
"height": 352,
|
| 21 |
"width": 352
|
| 22 |
}
|
| 23 |
-
}
|
|
|
|
| 4 |
"do_resize": true,
|
| 5 |
"feature_extractor_type": "ViTImageProcessor",
|
| 6 |
"image_mean": [
|
| 7 |
+
0.485,
|
| 8 |
+
0.456,
|
| 9 |
+
0.406
|
| 10 |
],
|
| 11 |
"image_std": [
|
| 12 |
+
0.229,
|
| 13 |
+
0.224,
|
| 14 |
+
0.225
|
| 15 |
],
|
| 16 |
"processor_class": "CLIPSegProcessor",
|
| 17 |
"resample": 2,
|
|
|
|
| 20 |
"height": 352,
|
| 21 |
"width": 352
|
| 22 |
}
|
| 23 |
+
}
|