Upload preprocessor_config.json
Browse files- preprocessor_config.json +6 -3
preprocessor_config.json
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
2 |
"color": [
|
3 |
255,
|
4 |
255,
|
@@ -12,14 +16,13 @@
|
|
12 |
0.5,
|
13 |
0.5
|
14 |
],
|
15 |
-
"image_processor_type": "ViTImageProcessor",
|
16 |
"image_std": [
|
17 |
0.5,
|
18 |
0.5,
|
19 |
0.5
|
20 |
],
|
21 |
-
"resample":
|
22 |
-
"rescale_factor": 0.
|
23 |
"size": {
|
24 |
"height": 448,
|
25 |
"width": 448
|
|
|
1 |
{
|
2 |
+
"image_processor_type": "WDv14TaggerImageProcessor",
|
3 |
+
"auto_map": {
|
4 |
+
"AutoImageProcessor": "image_processing_tagger.WDv14TaggerImageProcessor"
|
5 |
+
},
|
6 |
"color": [
|
7 |
255,
|
8 |
255,
|
|
|
16 |
0.5,
|
17 |
0.5
|
18 |
],
|
|
|
19 |
"image_std": [
|
20 |
0.5,
|
21 |
0.5,
|
22 |
0.5
|
23 |
],
|
24 |
+
"resample": 3,
|
25 |
+
"rescale_factor": 0.00392156862745098,
|
26 |
"size": {
|
27 |
"height": 448,
|
28 |
"width": 448
|