Update preprocessor_config.json (#5)

- Update preprocessor_config.json (d5fe4813d5c6c716bfeb6fd64450682b78dc3523)


Co-authored-by: Alara Dirik <adirik@users.noreply.huggingface.co>
This commit is contained in:
nielsr 2022-08-22 12:22:18 +00:00 committed by system
parent 7cc55348da
commit 17740e19dd
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"crop_size": 768,
"do_center_crop": true,
"do_center_crop": false,
"do_convert_rgb": true,
"do_normalize": true,
"do_resize": true,
@ -17,6 +17,5 @@
],
"processor_class": "OwlViTProcessor",
"resample": 3,
"rescale": true,
"size": [768, 768]
}