Upload processor
Browse files- preprocessor_config.json +21 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"channels_last": true,
|
3 |
+
"crop_size": {
|
4 |
+
"height": 256,
|
5 |
+
"width": 256
|
6 |
+
},
|
7 |
+
"do_center_crop": false,
|
8 |
+
"do_normalize": true,
|
9 |
+
"do_rescale": true,
|
10 |
+
"do_resize": false,
|
11 |
+
"image_mean": 0.5,
|
12 |
+
"image_processor_type": "PerceiverImageClassifierInputProcessor",
|
13 |
+
"image_std": 0.5,
|
14 |
+
"resample": 3,
|
15 |
+
"rescale_factor": 0.00392156862745098,
|
16 |
+
"single_channel": true,
|
17 |
+
"size": {
|
18 |
+
"height": 224,
|
19 |
+
"width": 224
|
20 |
+
}
|
21 |
+
}
|