Create preprocessor_config.json
Browse files- preprocessor_config.json +17 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 768,
|
4 |
+
"width": 768
|
5 |
+
},
|
6 |
+
"do_center_crop": false,
|
7 |
+
"do_convert_rgb": true,
|
8 |
+
"do_normalize": false,
|
9 |
+
"do_rescale": true,
|
10 |
+
"do_resize": false,
|
11 |
+
"image_processor_type": "CLIPImageProcessor",
|
12 |
+
"processor_class": "CLIPProcessor",
|
13 |
+
"resample": 3,
|
14 |
+
"size": {
|
15 |
+
"shortest_edge": 768
|
16 |
+
}
|
17 |
+
}
|