Update preprocessor_config.json (#7)
Browse files- Update preprocessor_config.json (b623fb3ca0e45b39113ad8ce7ca3b02883d99e7e)
Co-authored-by: Alara Dirik <[email protected]>
- preprocessor_config.json +1 -2
preprocessor_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"crop_size": 768,
|
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": [768, 768]
|
22 |
}
|
|
|
1 |
{
|
2 |
"crop_size": 768,
|
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": [768, 768]
|
21 |
}
|