yujunwei04 commited on
Commit
bdb6f8a
·
verified ·
1 Parent(s): ab3c5f4

Add hf_unsam_plus_sa1b_1perc weights

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +28 -0
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_reduce_labels": false,
4
+ "do_rescale": true,
5
+ "do_resize": false,
6
+ "ignore_index": 255,
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "Mask2FormerImageProcessor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "max_size": 2048,
19
+ "num_labels": 1,
20
+ "pad_size": null,
21
+ "resample": 2,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "height": 384,
25
+ "width": 384
26
+ },
27
+ "size_divisor": 32
28
+ }