Update preprocessor_config.json
Browse files- preprocessor_config.json +3 -3
preprocessor_config.json
CHANGED
|
@@ -3,13 +3,13 @@
|
|
| 3 |
"do_normalize": true,
|
| 4 |
"do_rescale": true,
|
| 5 |
"do_resize": true,
|
| 6 |
-
"feature_extractor_type": "
|
| 7 |
"image_mean": [
|
| 8 |
0.485,
|
| 9 |
0.456,
|
| 10 |
0.406
|
| 11 |
],
|
| 12 |
-
"image_processor_type": "
|
| 13 |
"image_std": [
|
| 14 |
0.229,
|
| 15 |
0.224,
|
|
@@ -20,4 +20,4 @@
|
|
| 20 |
"size": {
|
| 21 |
"shortest_edge": 224
|
| 22 |
}
|
| 23 |
-
}
|
|
|
|
| 3 |
"do_normalize": true,
|
| 4 |
"do_rescale": true,
|
| 5 |
"do_resize": true,
|
| 6 |
+
"feature_extractor_type": "EfficientNetImageProcessor",
|
| 7 |
"image_mean": [
|
| 8 |
0.485,
|
| 9 |
0.456,
|
| 10 |
0.406
|
| 11 |
],
|
| 12 |
+
"image_processor_type": "EfficientNetImageProcessor",
|
| 13 |
"image_std": [
|
| 14 |
0.229,
|
| 15 |
0.224,
|
|
|
|
| 20 |
"size": {
|
| 21 |
"shortest_edge": 224
|
| 22 |
}
|
| 23 |
+
}
|