Update preprocessor_config.json
Browse files- preprocessor_config.json +10 -1
preprocessor_config.json
CHANGED
|
@@ -1 +1,10 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": true,
|
| 3 |
+
"do_resize": true,
|
| 4 |
+
"size": 224,
|
| 5 |
+
"resample": 2,
|
| 6 |
+
"do_center_crop": false,
|
| 7 |
+
"image_mean": [0.485, 0.456, 0.406],
|
| 8 |
+
"image_std": [0.229, 0.224, 0.225],
|
| 9 |
+
"image_processor_type": "ResNetImageProcessor"
|
| 10 |
+
}
|