Upload preprocessor_config.json with huggingface_hub
Browse files- preprocessor_config.json +10 -0
preprocessor_config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": false,
|
| 3 |
+
"do_resize": true,
|
| 4 |
+
"resample": 3,
|
| 5 |
+
"size": {
|
| 6 |
+
"height": 224,
|
| 7 |
+
"width": 224
|
| 8 |
+
},
|
| 9 |
+
"do_rescale": false
|
| 10 |
+
}
|