Update preprocessor_config.json (#5)
Browse files- Update preprocessor_config.json (751d14551e454c21f49135d340233a51f25ba73c)
Co-authored-by: Alara Dirik <adirik@users.noreply.huggingface.co>
- preprocessor_config.json +1 -2
preprocessor_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"crop_size": 840,
|
3 |
-
"do_center_crop":
|
4 |
"do_convert_rgb": true,
|
5 |
"do_normalize": true,
|
6 |
"do_resize": true,
|
@@ -17,6 +17,5 @@
|
|
17 |
],
|
18 |
"processor_class": "OwlViTProcessor",
|
19 |
"resample": 3,
|
20 |
-
"rescale": true,
|
21 |
"size": [840, 840]
|
22 |
}
|
|
|
1 |
{
|
2 |
"crop_size": 840,
|
3 |
+
"do_center_crop": false,
|
4 |
"do_convert_rgb": true,
|
5 |
"do_normalize": true,
|
6 |
"do_resize": true,
|
|
|
17 |
],
|
18 |
"processor_class": "OwlViTProcessor",
|
19 |
"resample": 3,
|
|
|
20 |
"size": [840, 840]
|
21 |
}
|