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