RaushanTurganbay HF Staff commited on
Commit
3d54b3e
·
verified ·
1 Parent(s): ecbd26e

Create video_preprocessor_config.json

Browse files
Files changed (1) hide show
  1. video_preprocessor_config.json +33 -0
video_preprocessor_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "default_to_square": false,
4
+ "do_center_crop": null,
5
+ "do_convert_rgb": true,
6
+ "do_normalize": true,
7
+ "do_pad": true,
8
+ "do_rescale": true,
9
+ "do_resize": true,
10
+ "do_sample_frames": false,
11
+ "fps": null,
12
+ "image_mean": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "image_std": [
18
+ 0.5,
19
+ 0.5,
20
+ 0.5
21
+ ],
22
+ "num_frames": null,
23
+ "processor_class": "LlavaOnevisionProcessor",
24
+ "resample": 3,
25
+ "rescale_factor": 0.00392156862745098,
26
+ "size": {
27
+ "height": 384,
28
+ "width": 384
29
+ },
30
+ "size_divisor": null,
31
+ "video_metadata": null,
32
+ "video_processor_type": "LlavaOnevisionVideoProcessor"
33
+ }