xclip-base-patch32/preprocessor_config.json

19 lines
309 B
JSON
Raw Normal View History

2022-08-25 13:09:13 +00:00
{
"do_center_crop": true,
"do_normalize": true,
"do_resize": true,
2022-10-12 11:31:02 +00:00
"feature_extractor_type": "VideoMAEFeatureExtractor",
2022-08-25 13:09:13 +00:00
"image_mean": [
2022-10-12 11:31:02 +00:00
0.485,
0.456,
0.406
2022-08-25 13:09:13 +00:00
],
"image_std": [
2022-10-12 11:31:02 +00:00
0.229,
0.224,
0.225
2022-08-25 13:09:13 +00:00
],
2022-10-12 11:26:36 +00:00
"processor_class": "XCLIPProcessor",
2022-10-12 11:31:02 +00:00
"resample": 2,
2022-08-25 13:09:13 +00:00
"size": 224
2022-10-12 11:31:02 +00:00
}