Lin1007 commited on
Commit
6d9d867
·
1 Parent(s): d8f36b1

add preprocessor_config

Browse files
Files changed (2) hide show
  1. config.json +1 -1
  2. preprocessor_config.json +26 -0
config.json CHANGED
@@ -6,7 +6,7 @@
6
  "0": "Loa loa",
7
  "1": "Mansonella perstans",
8
  "2": "Wuchereria bancrofti",
9
- "4": "Brugia malayi"
10
  },
11
  "layer_norm_eps": 0.001,
12
  "threshold": 0.5,
 
6
  "0": "Loa loa",
7
  "1": "Mansonella perstans",
8
  "2": "Wuchereria bancrofti",
9
+ "3": "Brugia malayi"
10
  },
11
  "layer_norm_eps": 0.001,
12
  "threshold": 0.5,
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 640,
4
+ "width": 640
5
+ },
6
+ "do_center_crop": true,
7
+ "do_normalize": true,
8
+ "do_rescale": true,
9
+ "do_resize": true,
10
+ "image_mean": [
11
+ 0.0,
12
+ 0.0,
13
+ 0.0
14
+ ],
15
+ "image_processor_type": "MobileNetV2ImageProcessor",
16
+ "image_std": [
17
+ 1.0,
18
+ 1.0,
19
+ 1.0
20
+ ],
21
+ "resample": 2,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "shortest_edge": 256
25
+ }
26
+ }