eagle0504 commited on
Commit
267642f
·
verified ·
1 Parent(s): 2b43d27

Upload processor

Browse files
Files changed (1) hide show
  1. video_preprocessor_config.json +37 -0
video_preprocessor_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 256,
4
+ "width": 256
5
+ },
6
+ "data_format": "channels_first",
7
+ "default_to_square": true,
8
+ "device": null,
9
+ "do_center_crop": true,
10
+ "do_convert_rgb": null,
11
+ "do_normalize": true,
12
+ "do_pad": null,
13
+ "do_rescale": true,
14
+ "do_resize": true,
15
+ "do_sample_frames": null,
16
+ "fps": null,
17
+ "image_mean": [
18
+ 0.485,
19
+ 0.456,
20
+ 0.406
21
+ ],
22
+ "image_std": [
23
+ 0.229,
24
+ 0.224,
25
+ 0.225
26
+ ],
27
+ "input_data_format": null,
28
+ "num_frames": null,
29
+ "resample": 2,
30
+ "rescale_factor": 0.00392156862745098,
31
+ "size": {
32
+ "shortest_edge": 292
33
+ },
34
+ "size_divisor": null,
35
+ "video_metadata": null,
36
+ "video_processor_type": "VJEPA2VideoProcessor"
37
+ }