Update preprocessor_config.json
Browse files- preprocessor_config.json +4 -4
preprocessor_config.json
CHANGED
@@ -29,11 +29,11 @@
|
|
29 |
"processor_class": "Florence2Processor",
|
30 |
"resample": 3,
|
31 |
"size": {
|
32 |
-
"height":
|
33 |
-
"width":
|
34 |
},
|
35 |
"crop_size": {
|
36 |
-
"height":
|
37 |
-
"width":
|
38 |
}
|
39 |
}
|
|
|
29 |
"processor_class": "Florence2Processor",
|
30 |
"resample": 3,
|
31 |
"size": {
|
32 |
+
"height": 768,
|
33 |
+
"width":768
|
34 |
},
|
35 |
"crop_size": {
|
36 |
+
"height": 768,
|
37 |
+
"width": 768
|
38 |
}
|
39 |
}
|