Update preprocessor_config.json
Browse files- preprocessor_config.json +4 -1
preprocessor_config.json
CHANGED
|
@@ -9,7 +9,10 @@
|
|
| 9 |
"image_mean": [0.874729, 0.805668, 0.775503],
|
| 10 |
"image_std": [0.087585, 0.095079, 0.102132],
|
| 11 |
"resample": 3,
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
| 13 |
"model_type": "dinov2_with_registers",
|
| 14 |
"processor_class": "Dinov2ImageProcessor"
|
| 15 |
}
|
|
|
|
| 9 |
"image_mean": [0.874729, 0.805668, 0.775503],
|
| 10 |
"image_std": [0.087585, 0.095079, 0.102132],
|
| 11 |
"resample": 3,
|
| 12 |
+
"size": {
|
| 13 |
+
"shortest_edge": 256
|
| 14 |
+
}
|
| 15 |
+
"image_processor_type": "BitImageProcessor",
|
| 16 |
"model_type": "dinov2_with_registers",
|
| 17 |
"processor_class": "Dinov2ImageProcessor"
|
| 18 |
}
|