Upload processor
Browse files- preprocessor_config.json +4 -4
preprocessor_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"crop_size": {
|
3 |
-
"height":
|
4 |
-
"width":
|
5 |
},
|
6 |
"do_center_crop": true,
|
7 |
"do_normalize": true,
|
@@ -12,7 +12,7 @@
|
|
12 |
0.5,
|
13 |
0.5
|
14 |
],
|
15 |
-
"image_processor_type": "
|
16 |
"image_std": [
|
17 |
0.5,
|
18 |
0.5,
|
@@ -21,6 +21,6 @@
|
|
21 |
"resample": 2,
|
22 |
"rescale_factor": 0.00392156862745098,
|
23 |
"size": {
|
24 |
-
"shortest_edge":
|
25 |
}
|
26 |
}
|
|
|
1 |
{
|
2 |
"crop_size": {
|
3 |
+
"height": 192,
|
4 |
+
"width": 192
|
5 |
},
|
6 |
"do_center_crop": true,
|
7 |
"do_normalize": true,
|
|
|
12 |
0.5,
|
13 |
0.5
|
14 |
],
|
15 |
+
"image_processor_type": "MobileNetV1ImageProcessor",
|
16 |
"image_std": [
|
17 |
0.5,
|
18 |
0.5,
|
|
|
21 |
"resample": 2,
|
22 |
"rescale_factor": 0.00392156862745098,
|
23 |
"size": {
|
24 |
+
"shortest_edge": 224
|
25 |
}
|
26 |
}
|