adalbertojunior
commited on
Commit
•
82489fc
1
Parent(s):
c83de1b
Update preprocessor_config.json
Browse files- preprocessor_config.json +2 -0
preprocessor_config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"do_normalize": true,
|
3 |
"do_resize": true,
|
|
|
4 |
"image_mean": [
|
5 |
0.5,
|
6 |
0.5,
|
@@ -11,5 +12,6 @@
|
|
11 |
0.5,
|
12 |
0.5
|
13 |
],
|
|
|
14 |
"size": 224
|
15 |
}
|
|
|
1 |
{
|
2 |
"do_normalize": true,
|
3 |
"do_resize": true,
|
4 |
+
"feature_extractor_type": "ViTFeatureExtractor",
|
5 |
"image_mean": [
|
6 |
0.5,
|
7 |
0.5,
|
|
|
12 |
0.5,
|
13 |
0.5
|
14 |
],
|
15 |
+
"resample": 2,
|
16 |
"size": 224
|
17 |
}
|