diff --git a/preprocessor_config.json b/preprocessor_config.json deleted file mode 100644 index 2db7dd7..0000000 --- a/preprocessor_config.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "do_normalize": true, - "do_resize": true, - "feature_extractor_type": "ViltFeatureExtractor", - "image_mean": [ - 0.5, - 0.5, - 0.5 - ], - "image_std": [ - 0.5, - 0.5, - 0.5 - ], - "resample": 3, - "size": 384 -}