Update preprocessor_config.json (#5)
Browse files- Update preprocessor_config.json (d5fe4813d5c6c716bfeb6fd64450682b78dc3523)
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 |
}
|