MHasanUnical commited on
Commit
ff96836
·
verified ·
1 Parent(s): 3702cdc

Upload image_processor.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. image_processor.json +18 -0
image_processor.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_resize": false,
3
+ "size": {
4
+ "height": 512,
5
+ "width": 512
6
+ },
7
+ "do_normalize": true,
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ]
18
+ }