CserDu123 commited on
Commit
b2b3f25
·
verified ·
1 Parent(s): 0b8f862

Upload rebuttal-009-internvl_3_5_4b_dapo-ckpt_458/video_preprocessor_config.json with huggingface_hub

Browse files
rebuttal-009-internvl_3_5_4b_dapo-ckpt_458/video_preprocessor_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "crop_to_patches": false,
4
+ "data_format": "channels_first",
5
+ "default_to_square": true,
6
+ "device": 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
+ "do_sample_frames": false,
14
+ "fps": null,
15
+ "image_mean": [
16
+ 0.485,
17
+ 0.456,
18
+ 0.406
19
+ ],
20
+ "image_processor_type": "GotOcr2ImageProcessorFast",
21
+ "image_std": [
22
+ 0.229,
23
+ 0.224,
24
+ 0.225
25
+ ],
26
+ "initial_shift": true,
27
+ "input_data_format": null,
28
+ "max_patches": 12,
29
+ "min_patches": 1,
30
+ "num_frames": null,
31
+ "pad_size": null,
32
+ "processor_class": "InternVLProcessor",
33
+ "resample": 3,
34
+ "rescale_factor": 0.00392156862745098,
35
+ "return_metadata": false,
36
+ "return_tensors": null,
37
+ "size": {
38
+ "height": 448,
39
+ "width": 448
40
+ },
41
+ "size_divisor": null,
42
+ "video_metadata": null,
43
+ "video_processor_type": "InternVLVideoProcessor"
44
+ }