diff --git a/preprocessor_config.json b/preprocessor_config.json index 6885f6b..2803f5c 100644 --- a/preprocessor_config.json +++ b/preprocessor_config.json @@ -1,7 +1,5 @@ { "do_normalize": true, - "do_pad": true, - "do_rescale": true, "do_resize": true, "image_mean": [ 0.48145466, @@ -15,8 +13,5 @@ 0.27577711 ], "processor_class": "BlipProcessor", - "resample": 3, - "rescale_factor": 0.00392156862745098, "size": 384, - "size_divisor": 32 }