feature_extractor 500*400
Browse files- preprocessor_config.json +12 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_processor_type": "ViTImageProcessor",
|
6 |
+
"resample": 3,
|
7 |
+
"rescale_factor": 0.00392156862745098,
|
8 |
+
"size": {
|
9 |
+
"height": 400,
|
10 |
+
"width": 500
|
11 |
+
}
|
12 |
+
}
|