Upload onnx/l14/preprocessor_config.json with huggingface_hub
Browse files
onnx/l14/preprocessor_config.json
CHANGED
|
@@ -1 +1,11 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"image_processor_type": "CLIPImageProcessor",
|
| 3 |
+
"crop_size": {"height": 224, "width": 224},
|
| 4 |
+
"do_center_crop": true,
|
| 5 |
+
"do_normalize": true,
|
| 6 |
+
"do_resize": true,
|
| 7 |
+
"image_mean": [0.0, 0.0, 0.0],
|
| 8 |
+
"image_std": [1.0, 1.0, 1.0],
|
| 9 |
+
"resample": 3,
|
| 10 |
+
"size": {"shortest_edge": 224}
|
| 11 |
+
}
|