Upload feature extractor
Browse files- preprocessor_config.json +15 -1
preprocessor_config.json
CHANGED
@@ -1,9 +1,23 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"crop_pct": 0.875,
|
3 |
"do_normalize": true,
|
4 |
"do_rescale": true,
|
5 |
"do_resize": true,
|
6 |
-
"feature_extractor_type": "ConvNextFeatureExtractor",
|
7 |
"image_mean": [
|
8 |
0.485,
|
9 |
0.456,
|
|
|
1 |
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"do_resize",
|
5 |
+
"size",
|
6 |
+
"crop_pct",
|
7 |
+
"resample",
|
8 |
+
"do_rescale",
|
9 |
+
"rescale_factor",
|
10 |
+
"do_normalize",
|
11 |
+
"image_mean",
|
12 |
+
"image_std",
|
13 |
+
"return_tensors",
|
14 |
+
"data_format",
|
15 |
+
"input_data_format"
|
16 |
+
],
|
17 |
"crop_pct": 0.875,
|
18 |
"do_normalize": true,
|
19 |
"do_rescale": true,
|
20 |
"do_resize": true,
|
|
|
21 |
"image_mean": [
|
22 |
0.485,
|
23 |
0.456,
|