Update preprocessor_config.json

This commit is contained in:
Niels Rogge 2022-10-12 11:31:02 +00:00 committed by huggingface-web
parent c770c5bcd6
commit e437ef9b0d
1 changed files with 9 additions and 11 deletions

View File

@ -1,21 +1,19 @@
{ {
"crop_size": 224,
"do_center_crop": true, "do_center_crop": true,
"do_convert_rgb": true,
"do_normalize": true, "do_normalize": true,
"do_resize": true, "do_resize": true,
"feature_extractor_type": "CLIPFeatureExtractor", "feature_extractor_type": "VideoMAEFeatureExtractor",
"image_mean": [ "image_mean": [
0.48145466, 0.485,
0.4578275, 0.456,
0.40821073 0.406
], ],
"image_std": [ "image_std": [
0.26862954, 0.229,
0.26130258, 0.224,
0.27577711 0.225
], ],
"processor_class": "XCLIPProcessor", "processor_class": "XCLIPProcessor",
"resample": 3, "resample": 2,
"size": 224 "size": 224
} }