CserDu123 commited on
Commit
4cd92d3
·
verified ·
1 Parent(s): 10c7259

Upload rebuttal-008-internvl_3_5_8b_dapo-ckpt_229/video_preprocessor_config.json with huggingface_hub

Browse files
rebuttal-008-internvl_3_5_8b_dapo-ckpt_229/video_preprocessor_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "data_format": "channels_first",
4
+ "default_to_square": true,
5
+ "device": 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
+ "do_sample_frames": false,
13
+ "fps": null,
14
+ "image_mean": [
15
+ 0.48145466,
16
+ 0.4578275,
17
+ 0.40821073
18
+ ],
19
+ "image_std": [
20
+ 0.26862954,
21
+ 0.26130258,
22
+ 0.27577711
23
+ ],
24
+ "initial_shift": true,
25
+ "input_data_format": null,
26
+ "num_frames": null,
27
+ "pad_size": null,
28
+ "processor_class": "InternVLProcessor",
29
+ "resample": 3,
30
+ "rescale_factor": 0.00392156862745098,
31
+ "return_metadata": false,
32
+ "size": {
33
+ "height": 448,
34
+ "width": 448
35
+ },
36
+ "size_divisor": null,
37
+ "video_metadata": null,
38
+ "video_processor_type": "InternVLVideoProcessor"
39
+ }