Update preprocessor_config.json
Browse files- preprocessor_config.json +14 -13
preprocessor_config.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
-
{
|
| 2 |
-
"do_normalize": true,
|
| 3 |
-
"do_rescale": true,
|
| 4 |
-
"do_resize": true,
|
| 5 |
-
"image_mean": [0.485, 0.456, 0.406],
|
| 6 |
-
"image_std": [0.229, 0.224, 0.225],
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
|
| 11 |
-
"
|
| 12 |
-
|
| 13 |
-
}
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": true,
|
| 3 |
+
"do_rescale": true,
|
| 4 |
+
"do_resize": true,
|
| 5 |
+
"image_mean": [0.485, 0.456, 0.406],
|
| 6 |
+
"image_std": [0.229, 0.224, 0.225],
|
| 7 |
+
"image_processor_type": "ViTFeatureExtractor",
|
| 8 |
+
"resample": 2,
|
| 9 |
+
"rescale_factor": 0.00392156862745098,
|
| 10 |
+
"size": {
|
| 11 |
+
"height": 384,
|
| 12 |
+
"width": 384
|
| 13 |
+
}
|
| 14 |
+
}
|