Upload preprocessor_config.json with huggingface_hub (#41)
Browse files- Upload preprocessor_config.json with huggingface_hub (b9bb9608b6df882be013e5bab3be8b7158e1d26c)
- preprocessor_config.json +2 -3
preprocessor_config.json
CHANGED
|
@@ -2,7 +2,6 @@
|
|
| 2 |
"do_normalize": true,
|
| 3 |
"do_rescale": true,
|
| 4 |
"do_resize": true,
|
| 5 |
-
"feature_extractor_type": "ViTFeatureExtractor",
|
| 6 |
"image_mean": [
|
| 7 |
0.485,
|
| 8 |
0.456,
|
|
@@ -17,7 +16,7 @@
|
|
| 17 |
"resample": 3,
|
| 18 |
"rescale_factor": 0.00392156862745098,
|
| 19 |
"size": {
|
| 20 |
-
"height":
|
| 21 |
-
"width":
|
| 22 |
}
|
| 23 |
}
|
|
|
|
| 2 |
"do_normalize": true,
|
| 3 |
"do_rescale": true,
|
| 4 |
"do_resize": true,
|
|
|
|
| 5 |
"image_mean": [
|
| 6 |
0.485,
|
| 7 |
0.456,
|
|
|
|
| 16 |
"resample": 3,
|
| 17 |
"rescale_factor": 0.00392156862745098,
|
| 18 |
"size": {
|
| 19 |
+
"height": 256,
|
| 20 |
+
"width": 256
|
| 21 |
}
|
| 22 |
}
|