From 9ce716b921dd5aa79c5e150510d83a7f9abf8461 Mon Sep 17 00:00:00 2001 From: nielsr Date: Mon, 22 Aug 2022 12:22:28 +0000 Subject: [PATCH] Update preprocessor_config.json (#7) - Update preprocessor_config.json (b623fb3ca0e45b39113ad8ce7ca3b02883d99e7e) Co-authored-by: Alara Dirik --- preprocessor_config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/preprocessor_config.json b/preprocessor_config.json index f89b395..296097b 100644 --- a/preprocessor_config.json +++ b/preprocessor_config.json @@ -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] }