Update preprocessor_config.json
Browse files- preprocessor_config.json +9 -11
preprocessor_config.json
CHANGED
@@ -1,21 +1,19 @@
|
|
1 |
{
|
2 |
-
"crop_size": 224,
|
3 |
"do_center_crop": true,
|
4 |
-
"do_convert_rgb": true,
|
5 |
"do_normalize": true,
|
6 |
"do_resize": true,
|
7 |
-
"feature_extractor_type": "
|
8 |
"image_mean": [
|
9 |
-
0.
|
10 |
-
0.
|
11 |
-
0.
|
12 |
],
|
13 |
"image_std": [
|
14 |
-
0.
|
15 |
-
0.
|
16 |
-
0.
|
17 |
],
|
18 |
"processor_class": "XCLIPProcessor",
|
19 |
-
"resample":
|
20 |
"size": 224
|
21 |
-
}
|
|
|
1 |
{
|
|
|
2 |
"do_center_crop": true,
|
|
|
3 |
"do_normalize": true,
|
4 |
"do_resize": true,
|
5 |
+
"feature_extractor_type": "VideoMAEFeatureExtractor",
|
6 |
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
],
|
11 |
"image_std": [
|
12 |
+
0.229,
|
13 |
+
0.224,
|
14 |
+
0.225
|
15 |
],
|
16 |
"processor_class": "XCLIPProcessor",
|
17 |
+
"resample": 2,
|
18 |
"size": 224
|
19 |
+
}
|