From 209b82081c93a5c5414c56ab943a5879bd9cef9e Mon Sep 17 00:00:00 2001 From: nielsr Date: Thu, 11 Aug 2022 08:15:27 +0000 Subject: [PATCH] Fix config bug (#6) - Fix config bug (dfa29501e801fac0d96dfe80c6de1a5dbf424170) Co-authored-by: Alara Dirik --- preprocessor_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocessor_config.json b/preprocessor_config.json index 2f4e02e..f89b395 100644 --- a/preprocessor_config.json +++ b/preprocessor_config.json @@ -18,5 +18,5 @@ "processor_class": "OwlViTProcessor", "resample": 3, "rescale": true, - "size": (768, 768) + "size": [768, 768] }