marescanog
commited on
Upload preprocessor_config.json with huggingface_hub
Browse files- preprocessor_config.json +10 -4
preprocessor_config.json
CHANGED
@@ -1,22 +1,28 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
2 |
"do_normalize": true,
|
3 |
"do_rescale": true,
|
4 |
"do_resize": true,
|
|
|
5 |
"image_mean": [
|
6 |
0.485,
|
7 |
0.456,
|
8 |
0.406
|
9 |
],
|
10 |
-
"image_processor_type": "
|
11 |
"image_std": [
|
12 |
0.229,
|
13 |
0.224,
|
14 |
0.225
|
15 |
],
|
16 |
-
"resample":
|
17 |
"rescale_factor": 0.00392156862745098,
|
18 |
"size": {
|
19 |
-
"height":
|
20 |
-
"width":
|
21 |
}
|
22 |
}
|
|
|
1 |
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
"do_normalize": true,
|
8 |
"do_rescale": true,
|
9 |
"do_resize": true,
|
10 |
+
"feature_extractor_type": "DeiTFeatureExtractor",
|
11 |
"image_mean": [
|
12 |
0.485,
|
13 |
0.456,
|
14 |
0.406
|
15 |
],
|
16 |
+
"image_processor_type": "DeiTFeatureExtractor",
|
17 |
"image_std": [
|
18 |
0.229,
|
19 |
0.224,
|
20 |
0.225
|
21 |
],
|
22 |
+
"resample": 3,
|
23 |
"rescale_factor": 0.00392156862745098,
|
24 |
"size": {
|
25 |
+
"height": 256,
|
26 |
+
"width": 256
|
27 |
}
|
28 |
}
|