Alara Dirik
commited on
Commit
•
d5fe481
1
Parent(s):
7cc5534
Update preprocessor_config.json
Browse files- 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 |
}
|