Upload preprocessor_config.json with huggingface_hub
Browse files- preprocessor_config.json +10 -9
preprocessor_config.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
"
|
| 10 |
-
"
|
|
|
|
| 11 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"do_normalize": false,
|
| 3 |
+
"do_pad": false,
|
| 4 |
+
"do_resize": true,
|
| 5 |
+
"size": {
|
| 6 |
+
"height": 546,
|
| 7 |
+
"width": 1092
|
| 8 |
+
},
|
| 9 |
+
"do_rescale": true,
|
| 10 |
+
"rescale_factor": 0.00392156862745098,
|
| 11 |
+
"image_processor_type": "DPTImageProcessor"
|
| 12 |
}
|