Update preprocessor_config.json
Browse files- preprocessor_config.json +12 -3
preprocessor_config.json
CHANGED
@@ -1,11 +1,20 @@
|
|
1 |
{
|
2 |
-
"do_normalize":
|
3 |
-
"do_rescale":
|
4 |
"do_resize": true,
|
5 |
"feature_extractor_type": "ViTFeatureExtractor",
|
|
|
|
|
|
|
|
|
|
|
6 |
"image_processor_type": "ViTFeatureExtractor",
|
|
|
|
|
|
|
|
|
|
|
7 |
"resample": 2,
|
8 |
-
"rescale_factor": 0.00392156862745098,
|
9 |
"size": {
|
10 |
"height": 1024,
|
11 |
"width": 1024
|
|
|
1 |
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": false,
|
4 |
"do_resize": true,
|
5 |
"feature_extractor_type": "ViTFeatureExtractor",
|
6 |
+
"image_mean": [
|
7 |
+
128,
|
8 |
+
128,
|
9 |
+
128
|
10 |
+
],
|
11 |
"image_processor_type": "ViTFeatureExtractor",
|
12 |
+
"image_std": [
|
13 |
+
256,
|
14 |
+
256,
|
15 |
+
256
|
16 |
+
],
|
17 |
"resample": 2,
|
|
|
18 |
"size": {
|
19 |
"height": 1024,
|
20 |
"width": 1024
|