Xenova HF Staff commited on
Commit
709c341
·
verified ·
1 Parent(s): 624b6d6

Create preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +38 -0
preprocessor_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "data_format": "channels_first",
4
+ "device": null,
5
+ "disable_grouping": null,
6
+ "do_center_crop": null,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_pad": null,
10
+ "do_rescale": true,
11
+ "do_resize": true,
12
+ "image_mean": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "image_processor_type": "Sam3ImageProcessorFast",
18
+ "image_seq_length": null,
19
+ "image_std": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "input_data_format": null,
25
+ "mask_size": {
26
+ "height": 288,
27
+ "width": 288
28
+ },
29
+ "pad_size": null,
30
+ "processor_class": "Sam2Processor",
31
+ "resample": 2,
32
+ "rescale_factor": 0.00392156862745098,
33
+ "return_tensors": null,
34
+ "size": {
35
+ "height": 1008,
36
+ "width": 1008
37
+ }
38
+ }