infinite000 commited on
Commit
9ff3bf3
·
verified ·
1 Parent(s): 4f78c75

Upload preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +23 -26
preprocessor_config.json CHANGED
@@ -1,26 +1,23 @@
1
- {
2
- "crop_size": null,
3
- "default_to_square": true,
4
- "do_center_crop": null,
5
- "do_convert_rgb": null,
6
- "do_normalize": true,
7
- "do_rescale": true,
8
- "do_resize": true,
9
- "image_mean": [
10
- 0.5,
11
- 0.5,
12
- 0.5
13
- ],
14
- "image_processor_type": "ViTImageProcessorFast",
15
- "image_std": [
16
- 0.5,
17
- 0.5,
18
- 0.5
19
- ],
20
- "resample": 2,
21
- "rescale_factor": 0.00392156862745098,
22
- "size": {
23
- "height": 224,
24
- "width": 224
25
- }
26
- }
 
1
+ {
2
+ "data_format": "channels_first",
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "ViTImageProcessorFast",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "resample": 2,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 224,
21
+ "width": 224
22
+ }
23
+ }