plhery commited on
Commit
f1ce5b3
·
verified ·
1 Parent(s): 49d2732

Upload onnx/l14/preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. onnx/l14/preprocessor_config.json +11 -1
onnx/l14/preprocessor_config.json CHANGED
@@ -1 +1,11 @@
1
- {"crop_size": {"height": 224, "width": 224}, "do_center_crop": true, "do_normalize": true, "do_resize": true, "image_mean": [0.0, 0.0, 0.0], "image_std": [1.0, 1.0, 1.0], "resample": 3, "size": {"shortest_edge": 224}}
 
 
 
 
 
 
 
 
 
 
 
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
+ }