manu commited on
Commit
91b2771
·
verified ·
1 Parent(s): 3f75685

Update video_preprocessor_config.json

Browse files
Files changed (1) hide show
  1. video_preprocessor_config.json +3 -3
video_preprocessor_config.json CHANGED
@@ -11,7 +11,7 @@
11
  "do_pad": null,
12
  "do_rescale": true,
13
  "do_resize": true,
14
- "do_sample_frames": false,
15
  "feature_extractor_type": "WhisperFeatureExtractor",
16
  "feature_size": 128,
17
  "fps": 1,
@@ -28,7 +28,7 @@
28
  0.27577711
29
  ],
30
  "input_data_format": null,
31
- "max_frames": 100,
32
  "max_pixels": 200704,
33
  "merge_size": 2,
34
  "min_frames": 4,
@@ -36,7 +36,7 @@
36
  "n_fft": 400,
37
  "n_samples": 4800000,
38
  "nb_max_frames": 30000,
39
- "num_frames": null,
40
  "padding_side": "right",
41
  "padding_value": 0.0,
42
  "patch_size": 14,
 
11
  "do_pad": null,
12
  "do_rescale": true,
13
  "do_resize": true,
14
+ "do_sample_frames": true,
15
  "feature_extractor_type": "WhisperFeatureExtractor",
16
  "feature_size": 128,
17
  "fps": 1,
 
28
  0.27577711
29
  ],
30
  "input_data_format": null,
31
+ "max_frames": 768,
32
  "max_pixels": 200704,
33
  "merge_size": 2,
34
  "min_frames": 4,
 
36
  "n_fft": 400,
37
  "n_samples": 4800000,
38
  "nb_max_frames": 30000,
39
+ "num_frames": 100,
40
  "padding_side": "right",
41
  "padding_value": 0.0,
42
  "patch_size": 14,