Update preprocessor_config.json
This commit is contained in:
parent
c770c5bcd6
commit
e437ef9b0d
|
@ -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
|
||||||
}
|
}
|
Loading…
Reference in New Issue