jiosephlee commited on
Commit
c40e14d
·
verified ·
1 Parent(s): 3e613cd

Upload video_preprocessor_config.json

Browse files
Files changed (1) hide show
  1. video_preprocessor_config.json +46 -0
video_preprocessor_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "crop_to_patches": false,
4
+ "data_format": "channels_first",
5
+ "default_to_square": true,
6
+ "device": null,
7
+ "disable_grouping": null,
8
+ "do_center_crop": null,
9
+ "do_convert_rgb": true,
10
+ "do_normalize": true,
11
+ "do_pad": null,
12
+ "do_rescale": true,
13
+ "do_resize": true,
14
+ "do_sample_frames": false,
15
+ "fps": null,
16
+ "image_mean": [
17
+ 0.485,
18
+ 0.456,
19
+ 0.406
20
+ ],
21
+ "image_processor_type": "GotOcr2ImageProcessorFast",
22
+ "image_std": [
23
+ 0.229,
24
+ 0.224,
25
+ 0.225
26
+ ],
27
+ "initial_shift": true,
28
+ "input_data_format": null,
29
+ "max_patches": 12,
30
+ "min_patches": 1,
31
+ "num_frames": null,
32
+ "processor_class": "InternS1Processor",
33
+ "resample": 3,
34
+ "rescale_factor": 0.00392156862745098,
35
+ "return_tensors": null,
36
+ "size": {
37
+ "height": 448,
38
+ "width": 448
39
+ },
40
+ "size_divisor": null,
41
+ "video_metadata": null,
42
+ "video_processor_type": "InternS1VideoProcessor",
43
+ "auto_map": {
44
+ "AutoVideoProcessor": "video_processing_interns1.InternS1VideoProcessor"
45
+ }
46
+ }