Xenova HF Staff commited on
Commit
c9dcbbc
·
verified ·
1 Parent(s): 819a11b

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
+ "default_to_square": true,
5
+ "device": null,
6
+ "disable_grouping": null,
7
+ "do_center_crop": null,
8
+ "do_convert_rgb": true,
9
+ "do_normalize": true,
10
+ "do_pad": null,
11
+ "do_rescale": true,
12
+ "do_resize": true,
13
+ "image_mean": [
14
+ 0.485,
15
+ 0.456,
16
+ 0.406
17
+ ],
18
+ "image_processor_type": "Sam2ImageProcessorFast",
19
+ "image_std": [
20
+ 0.229,
21
+ 0.224,
22
+ 0.225
23
+ ],
24
+ "input_data_format": null,
25
+ "mask_size": {
26
+ "height": 256,
27
+ "width": 256
28
+ },
29
+ "pad_size": null,
30
+ "processor_class": "Sam2VideoProcessor",
31
+ "resample": 2,
32
+ "rescale_factor": 0.00392156862745098,
33
+ "return_tensors": null,
34
+ "size": {
35
+ "height": 1024,
36
+ "width": 1024
37
+ }
38
+ }