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