captainspock
commited on
Update preprocessor_config.json
Browse files- preprocessor_config.json +2 -2
preprocessor_config.json
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
"do_normalize": true,
|
4 |
"do_rescale": true,
|
5 |
"do_resize": true,
|
6 |
-
"feature_extractor_type": "
|
7 |
"image_mean": [
|
8 |
0.485,
|
9 |
0.456,
|
10 |
0.406
|
11 |
],
|
12 |
-
"image_processor_type": "
|
13 |
"image_std": [
|
14 |
0.229,
|
15 |
0.224,
|
|
|
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,
|
10 |
0.406
|
11 |
],
|
12 |
+
"image_processor_type": "ConvNextFeatureExtractor",
|
13 |
"image_std": [
|
14 |
0.229,
|
15 |
0.224,
|